# Functions

NewHealthHandler returns a new instance of HealthHandler.
NewPprofHandler creates a new PprofHandler.
NewSwaggerHandler creates a new SwaggerHandler.
NewUserHandler creates a new UserHandler.
NewVersionHandler returns a new instance of VersionHandler.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CreateUserRequest represents the input for the CreateUser method.
HealthHandler represents the handler for the health of the service.
ListUsersResponse represents a list of users.
PprofHandler handles the pprof routes.
SwaggerHandler handles the swagger UI.
UpdateUserRequest represents the input for the UpdateUser method.
User represents a user entity used to model the data stored in the database.
UserHandler represents the handler for the user.
UserHandler represents the handler for the user.
VersionHandler represents the handler for the version of the service.

# Interfaces

UserService represents the service for the user.