init Parser
parent
ea1a4fb601
commit
de0129d81f
|
@ -0,0 +1,8 @@
|
||||||
|
package parser
|
||||||
|
|
||||||
|
type parser struct {
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *parser) New() *parser {
|
||||||
|
return &parser{}
|
||||||
|
}
|
|
@ -0,0 +1,12 @@
|
||||||
|
package api
|
||||||
|
|
||||||
|
type getApi struct {
|
||||||
|
}
|
||||||
|
|
||||||
|
func (g *GetApi) VideoSdn() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
func (g *GetApi) Kino() {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue