mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 17:41:57 +08:00
User model/migrations and gorm init
This commit is contained in:
7
pkg/serializer/user.go
Normal file
7
pkg/serializer/user.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package serializer
|
||||
|
||||
// UserOption 用户个性化配置字段
|
||||
type UserOption struct {
|
||||
ProfileOn int `json:"profile_on"`
|
||||
WebDAVKey string `json:"webdav_key"`
|
||||
}
|
||||
Reference in New Issue
Block a user