# Structs
CreationData contains user data from json request swagger:model UserCreationData.
DB represents the client for user table.
HTTP represents user http service.
ListResp contains list of users and current page number response swagger:model UserListResp.
PasswordChangeData contains password change request swagger:model.
UpdateData contains user data from json request swagger:model UserUpdateData.
User represents user application service.