chore: Merge pull request #938 from Xhofe/feature/search

Feature/search
This commit is contained in:
Xhofe
2022-04-13 21:57:59 +08:00
committed by GitHub
21 changed files with 346 additions and 145 deletions

View File

@ -84,3 +84,7 @@ func (f File) ModTime() time.Time {
func (f File) IsDir() bool {
return f.Type == conf.FOLDER
}
func (f File) GetType() int {
return f.Type
}