CasaOS/model/search.go

8 lines
127 B
Go
Raw Normal View History

package model
type SearchFileInfo struct {
Path string `json:"path"`
Name string `json:"name"`
Type int `json:"type"`
}