feat: extract get function
This commit is contained in:
@ -24,3 +24,8 @@ func (f File) ModTime() time.Time {
|
||||
func (f File) IsDir() bool {
|
||||
return f.IsFolder
|
||||
}
|
||||
|
||||
type FileWithId struct {
|
||||
Id string
|
||||
File
|
||||
}
|
||||
|
Reference in New Issue
Block a user