Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeLoginEndpoint ¶
func MakeLoginEndpoint(userService service.UserService) endpoint.Endpoint
func MakeRegisterEndpoint ¶
func MakeRegisterEndpoint(userService service.UserService) endpoint.Endpoint
Types ¶
type LoginRequest ¶
type LoginResponse ¶
type LoginResponse struct {
UserInfo *service.UserInfoDTO `json:"user_info"`
}
type RegisterRequest ¶
type RegisterResponse ¶
type RegisterResponse struct {
UserInfo *service.UserInfoDTO `json:"user_info"`
}
Click to show internal directories.
Click to hide internal directories.