# Functions
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
DeleteUser godoc @Summary Delete a user @Description Delete a user @Tags User @Accept json @Produce json @Param id path string true "User ID" @Success 204 @Router /users/{id} [delete].
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
GetUser godoc @Summary Get details of a user @Description Get details of a user by user ID @Tags User @Accept json @Produce json @Param id path string true "User ID" @Success 200 {object} dto.PublicUserDTO @Router /users/{id} [get].
No description provided by the author
GetUsers godoc @Summary Get all users @Description Get all users @Tags User @Accept json @Produce json @Success 200 {array} dto.PublicUserDTO @Router /users [get].
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
UpdateUser godoc @Summary Update a user @Description Update a user @Tags User @Accept json @Produce json @Param id path string true "User ID" @Param user body dto.PublicUserDTO true "User object" @Success 200 {object} dto.PublicUserDTO @Router /users/{id} [put].
No description provided by the author
No description provided by the author
# Structs
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