mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-24 02:57:19 +08:00
feat: driver and account operate
This commit is contained in:
@@ -2,7 +2,7 @@ package model
|
||||
|
||||
type Account struct {
|
||||
ID uint `json:"id" gorm:"primaryKey"`
|
||||
VirtualPath string `json:"virtual_path"`
|
||||
VirtualPath string `json:"virtual_path" gorm:"unique" binding:"required"`
|
||||
Index int `json:"index"`
|
||||
Driver string `json:"driver"`
|
||||
Status string `json:"status"`
|
||||
|
||||
Reference in New Issue
Block a user