StorageServer/modules/structs/user.go

16 lines
230 B
Go

package structs
const (
LenUserId = 36
LenXAuthorizationToken = 36
)
type UserPrivacy struct {
Test uint8
}
// swagger:model UpdatedUserAvatarResponse
type UpdatedUserAvatarResponse struct {
AvatarUrl string
}