@@ -19,6 +19,7 @@ type User struct {
|
||||
Bio string `json:"bio" gorm:"type:text"`
|
||||
PermissionLevel uint `json:"permission_level" gorm:"default:10;not null"`
|
||||
AllowPublic bool `json:"allow_public" gorm:"default:false;not null"`
|
||||
KycInfo string `json:"kyc_info" gorm:"type:text"`
|
||||
}
|
||||
|
||||
type UserIndexDoc struct {
|
||||
|
||||
Reference in New Issue
Block a user