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