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, *pick2.ErrRep)
- func (*UserService) Edit(ctx *fiberctx.Context, req *EditReq) (*EditReq_EditDetail, *pick2.ErrRep)
- func (*UserService) Get(ctx *fiberctx.Context, req *Object) (*TinyRep, *pick2.ErrRep)
- func (*UserService) Service() (string, string, []fiber.Handler)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthInfo ¶
type AuthInfo struct {
Id int
jwt.RegisteredClaims
}
type EditReq_EditDetail ¶ added in v1.6.2
type EditReq_EditDetail struct {
}
type TestService ¶
type TestService struct{}
type UserService ¶
type UserService struct{}
func (*UserService) Edit ¶
func (*UserService) Edit(ctx *fiberctx.Context, req *EditReq) (*EditReq_EditDetail, *pick2.ErrRep)
Click to show internal directories.
Click to hide internal directories.