Documentation ¶
Index ¶
- type AuthInfo
- type EditReq
- type EditReq_EditDetail
- type Object
- type SignupReq
- type TestService
- func (*TestService) Service() (string, string, []fiber.Handler)
- func (*TestService) Test(ctx *fiberctx.Context, req *SignupReq) (*TinyRep, error)
- func (*TestService) Test1(ctx *fiberctx.Context, req *SignupReq) (*TinyRep, error)
- func (*TestService) Test2(ctx *fiberctx.Context, req *SignupReq) (*TinyRep, error)
- func (*TestService) Test3(ctx *fiberctx.Context, req *SignupReq) (*TinyRep, error)
- type TinyRep
- type UserService
- func (*UserService) Add(ctx *fiberctx.Context, req *SignupReq) (*TinyRep, error)
- func (*UserService) Edit(ctx *fiberctx.Context, req *EditReq) (*EditReq_EditDetail, error)
- func (*UserService) Get(ctx *fiberctx.Context, req *Object) (*TinyRep, error)
- func (*UserService) Service() (string, string, []fiber.Handler)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EditReq_EditDetail ¶ added in v1.6.2
type EditReq_EditDetail struct { }
type TestService ¶
type TestService struct{}
func (*TestService) Service ¶
func (*TestService) Service() (string, string, []fiber.Handler)
type UserService ¶
type UserService struct{}
func (*UserService) Edit ¶
func (*UserService) Edit(ctx *fiberctx.Context, req *EditReq) (*EditReq_EditDetail, error)
func (*UserService) Service ¶
func (*UserService) Service() (string, string, []fiber.Handler)
Click to show internal directories.
Click to hide internal directories.