init Parser
This commit is contained in:
parent
ea1a4fb601
commit
de0129d81f
8
internal/parser/parser.go
Normal file
8
internal/parser/parser.go
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
package parser
|
||||||
|
|
||||||
|
type parser struct {
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *parser) New() *parser {
|
||||||
|
return &parser{}
|
||||||
|
}
|
12
pkg/Api/GetApi.go
Normal file
12
pkg/Api/GetApi.go
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
package api
|
||||||
|
|
||||||
|
type getApi struct {
|
||||||
|
}
|
||||||
|
|
||||||
|
func (g *GetApi) VideoSdn() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
func (g *GetApi) Kino() {
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user