Documentation ¶
Overview ¶
Code generated by api_gen. DO NOT EDIT. generated version: (devel) nolint:dupl
Code generated by api_gen. DO NOT EDIT. generated version: (devel) nolint:dupl
Code generated by api_gen. DO NOT EDIT. generated version: (devel) nolint:dupl
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetController ¶
type GetController interface {
Get(c echo.Context, req *types.GetRequest) (res *types.GetResponse, err error)
}
GetController ...
type PostUpdateUserNameController ¶
type PostUpdateUserNameController interface {
PostUpdateUserName(c echo.Context, req *types.PostUpdateUserNameRequest) (res *types.PostUpdateUserNameResponse, err error)
}
PostUpdateUserNameController ...
func NewPostUpdateUserNameController ¶
func NewPostUpdateUserNameController(cp interface{}) PostUpdateUserNameController
NewPostUpdateUserNameController ...
type PostUpdateUserPasswordController ¶
type PostUpdateUserPasswordController interface {
PostUpdateUserPassword(c echo.Context, req *types.PostUpdateUserPasswordRequest) (res *types.PostUpdateUserPasswordResponse, err error)
}
PostUpdateUserPasswordController ...
func NewPostUpdateUserPasswordController ¶
func NewPostUpdateUserPasswordController(cp interface{}) PostUpdateUserPasswordController
NewPostUpdateUserPasswordController ...
Click to show internal directories.
Click to hide internal directories.