mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
🔨 switch fiber to gin
This commit is contained in:
@@ -3,7 +3,7 @@ package model
|
||||
import "github.com/Xhofe/alist/conf"
|
||||
|
||||
type Meta struct {
|
||||
Path string `json:"path" gorm:"primaryKey" validate:"required"`
|
||||
Path string `json:"path" gorm:"primaryKey" binding:"required"`
|
||||
Password string `json:"password"`
|
||||
Hide string `json:"hide"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user