Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetProfile ¶
func GetUnauthUser ¶
func RegisterRouter ¶
func RegisterRouter(r *gin.RouterGroup)
func UpdateSettings ¶
Types ¶
type UnauthUserResponse ¶
type UserResponseData ¶
type UserResponseData struct {
Username string `json:"username"`
Email string `json:"email"`
TelegramID int64 `json:"telegram_id"`
Settings *model.UserSettings `json:"settings"`
}
type UserSettingsRequest ¶
Click to show internal directories.
Click to hide internal directories.