完成数据库敏感信息的加密
This commit is contained in:
@ -21,6 +21,7 @@ type Asset struct {
|
||||
Created utils.JsonTime `json:"created"`
|
||||
Tags string `json:"tags"`
|
||||
Owner string `gorm:"index" json:"owner"`
|
||||
Encrypted bool `json:"encrypted"`
|
||||
}
|
||||
|
||||
type AssetForPage struct {
|
||||
|
Reference in New Issue
Block a user