mirror of
https://github.com/AlistGo/alist.git
synced 2025-05-28 19:05:53 +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