Feat: edit/list user group

This commit is contained in:
HFO4
2020-03-07 13:00:51 +08:00
parent be8aa7b01d
commit c7247f5b87
5 changed files with 184 additions and 5 deletions

View File

@@ -13,7 +13,6 @@ type Group struct {
MaxStorage uint64
ShareEnabled bool
WebDAVEnabled bool
Color string
SpeedLimit int
Options string `json:"-",gorm:"type:text"`