init Parser

main
Шухрат Туляганов 2022-12-06 23:50:32 +03:00
parent ea1a4fb601
commit de0129d81f
4 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1 @@
Api

3
go.mod 100644
View File

@ -0,0 +1,3 @@
module git.ukamnya.ru/stulyaganov/RestApi
go 1.19

View File

@ -0,0 +1,8 @@
package parser
type parser struct {
}
func (p *parser) New() *parser {
return &parser{}
}

12
pkg/Api/GetApi.go 100644
View File

@ -0,0 +1,12 @@
package api
type getApi struct {
}
func (g *GetApi) VideoSdn() {
}
func (g *GetApi) Kino() {
}