# Functions
No description provided by the author
NewTeamResponse creates a new TeamResponse from a db.Team.
NewUserResponse creates a new CreateUserResponse from a db.User.
# Structs
AddTeamMemberRequest represents a request to add a user to a team.
AddTeamRequestBody represents the body of a request to add a team.
CreateGameRequest defines the request body for NewGameHandler.
CreateGameResponse defines the response body for NewGameHandler.
CreateTeamRequest represents a request to create a team.
CreateUserRequest represents a request to create a new user.
CreateUserResponse represents a response from a create user request.
No description provided by the author
No description provided by the author
No description provided by the author
GetGameRequest defines the request body for GetGameHandler.
GetGameResponse defines the response body for GetGameHandler.
GetTeamRequest represents a request to get a team.
GetUserRequest represents a request to get a user.
GetUserResponse represents a response from a get user request.
No description provided by the author
No description provided by the author
ListGamesRequest defines the request body for ListGamesHandler.
ListTeamMembersRequest represents a request to list team members.
ListTeamMembersRequestQuery represents a request to list team members.
ListTeamsRequest represents a request to list teams.
No description provided by the author
ListUsersRequest represents a request to list users.
LoginUserRequest represents a request to login a user.
LoginUserResponse represents a response from a login user request.
LogoutUserRequest represents a request to logout a user.
RefreshTokenRequest represents a request to refresh a token.
RefreshTokenResponse represents a response from a refresh token request.
No description provided by the author
TeamResponse represents a response from a team request.
UpdateGameBody defines the request body for UpdateGameHandler.
UpdateGameRequest defines the request body for UpdateGameHandler.
UserResponse represents a response from a list users request.