Feat: list users

This commit is contained in:
HFO4
2020-03-07 14:04:18 +08:00
parent c7247f5b87
commit 38161250e8
4 changed files with 53 additions and 2 deletions

View File

@@ -32,8 +32,8 @@ type User struct {
Status int
GroupID uint
Storage uint64
OpenID string `json:"-"`
TwoFactor string `json:"-"`
OpenID string
TwoFactor string
Avatar string
Options string `json:"-",gorm:"type:text"`
Authn string `gorm:"type:text"`