mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-20 17:16:39 +08:00
@@ -18,6 +18,13 @@ type SearchReq struct {
|
||||
PageReq
|
||||
}
|
||||
|
||||
type SearchNodeMySQL struct {
|
||||
Parent string `json:"parent" gorm:"index"`
|
||||
Name string `json:"name" gorm:"index:,class:FULLTEXT"`
|
||||
IsDir bool `json:"is_dir"`
|
||||
Size int64 `json:"size"`
|
||||
}
|
||||
|
||||
type SearchNode struct {
|
||||
Parent string `json:"parent" gorm:"index"`
|
||||
Name string `json:"name"`
|
||||
|
||||
Reference in New Issue
Block a user