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 *pickfiber.Context, req *SignupReq) (*TinyResp, error)
- func (*TestService) Test1(ctx *pickfiber.Context, req *SignupReq) (*TinyResp, error)
- func (*TestService) Test2(ctx *pickfiber.Context, req *SignupReq) (*TinyResp, error)
- func (*TestService) Test3(ctx *pickfiber.Context, req *SignupReq) (*TinyResp, error)
- type TinyResp
- type UserService
- func (*UserService) Add(ctx *pickfiber.Context, req *SignupReq) (*TinyResp, *pick.ErrResp)
- func (*UserService) Edit(ctx *pickfiber.Context, req *EditReq) (*EditReq_EditDetail, *pick.ErrResp)
- func (*UserService) Get(ctx *pickfiber.Context, req *Object) (*TinyResp, *pick.ErrResp)
- 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) Test ¶
func (*TestService) Test(ctx *pickfiber.Context, req *SignupReq) (*TinyResp, error)
func (*TestService) Test1 ¶
func (*TestService) Test1(ctx *pickfiber.Context, req *SignupReq) (*TinyResp, error)
type UserService ¶
type UserService struct{}
func (*UserService) Add ¶
func (*UserService) Add(ctx *pickfiber.Context, req *SignupReq) (*TinyResp, *pick.ErrResp)
func (*UserService) Edit ¶
func (*UserService) Edit(ctx *pickfiber.Context, req *EditReq) (*EditReq_EditDetail, *pick.ErrResp)
Click to show internal directories.
Click to hide internal directories.