Documentation ¶
Index ¶
- type StaticService
- type TestService
- func (*TestService) Service() (string, string, []http.HandlerFunc)
- func (*TestService) Test(ctx *contexti.Ctx, req *model.SignupReq) (*response.TinyRep, error)
- func (*TestService) Test1(ctx *contexti.Ctx, req *model.SignupReq) (*response.TinyRep, error)
- func (*TestService) Test2(ctx *contexti.Ctx, req *model.SignupReq) (*response.TinyRep, error)
- func (*TestService) Test3(ctx *contexti.Ctx, req *model.SignupReq) (*response.TinyRep, error)
- type UserService
- func (*UserService) Add(ctx *contexti.Ctx, req *model.SignupReq) (*response.TinyRep, error)
- func (*UserService) Edit(ctx *contexti.Ctx, req *model.EditReq) (*model.EditReq_EditDetails, error)
- func (*UserService) Get(ctx *contexti.Ctx, req *request.Object) (*response.TinyRep, error)
- func (*UserService) Service() (string, string, []http.HandlerFunc)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StaticService ¶
type StaticService struct{}
func (*StaticService) Service ¶
func (*StaticService) Service() (string, string, []http.HandlerFunc)
type TestService ¶
type TestService struct{}
func (*TestService) Service ¶
func (*TestService) Service() (string, string, []http.HandlerFunc)
type UserService ¶
type UserService struct{}
func (*UserService) Edit ¶
func (*UserService) Edit(ctx *contexti.Ctx, req *model.EditReq) (*model.EditReq_EditDetails, error)
func (*UserService) Service ¶
func (*UserService) Service() (string, string, []http.HandlerFunc)
Click to show internal directories.
Click to hide internal directories.