Documentation
¶
Index ¶
- func NewAuthHandler(authService port.AuthService) port.AuthHandler
- func NewEmailHandler(emailService port.EmailService) port.EmailHandler
- func NewUserHandler(userService port.UserService) port.UserHandler
- type CreateCurrentUserEmailParams
- type DeleteCurrentUserEmailParams
- type PatchCurrentUserParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthHandler ¶
func NewAuthHandler(authService port.AuthService) port.AuthHandler
func NewEmailHandler ¶
func NewEmailHandler(emailService port.EmailService) port.EmailHandler
func NewUserHandler ¶
func NewUserHandler(userService port.UserService) port.UserHandler
Types ¶
type CreateCurrentUserEmailParams ¶
type CreateCurrentUserEmailParams struct {
Email string `json:"email"`
}
type DeleteCurrentUserEmailParams ¶
type DeleteCurrentUserEmailParams struct {
Email string `json:"email"`
}
type PatchCurrentUserParams ¶
Click to show internal directories.
Click to hide internal directories.