# Functions
NewMiddleware creates a new user Middleware.
NewRepository creates a new user repository.
NewService creates a new user service.
No description provided by the author
# Constants
No description provided by the author
# Structs
ConfirmAccountResponse holds data coming from the token generator.
CreateUserRequest represents a user creation request.
UpdateEmailRequest represents an email update request.
UpdatePasswordRequest represents a password update request.
UpdateUserRequest represents a user update request.
User represents the data about a user.
# Interfaces
Mailer represents the mailer interface.
Repository encapsulates the logic to access users from the data source.
Service encapsulates use case logic for users.
Uploader represents the file upload interface.