Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserCreateDTO ¶
type UserCreateDTO struct {
Payload UserCreatePayload `in:"body=json"`
}
type UserCreateHandlerFx ¶
type UserCreateHandlerFx struct {
UserCreateParamFx
}
func NewUserCreateHandlerFx ¶
func NewUserCreateHandlerFx(p UserCreateParamFx) UserCreateHandlerFx
func (UserCreateHandlerFx) Middleware ¶
func (u UserCreateHandlerFx) Middleware() []echo.MiddlewareFunc
func (UserCreateHandlerFx) Route ¶
func (UserCreateHandlerFx) Route() (method string, path string)
type UserCreateParamFx ¶
type UserCreateParamFx struct {
fx.In
UserService service_api.UserServiceAPI
AuthJWT *http_middleware_private.AuthJWT
}
type UserCreatePayload ¶
type UserGetDetailHandlerFx ¶
type UserGetDetailHandlerFx struct {
UserGetDetailParamFx
}
func NewUserGetDetailHandlerFx ¶
func NewUserGetDetailHandlerFx(p UserGetDetailParamFx) UserGetDetailHandlerFx
func (UserGetDetailHandlerFx) Middleware ¶
func (u UserGetDetailHandlerFx) Middleware() []echo.MiddlewareFunc
func (UserGetDetailHandlerFx) Route ¶
func (UserGetDetailHandlerFx) Route() (method string, path string)
type UserGetDetailParamFx ¶
type UserGetDetailParamFx struct {
fx.In
UserService service_api.UserServiceAPI
AuthJWT *http_middleware_private.AuthJWT
}
Click to show internal directories.
Click to hide internal directories.