mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-31 18:10:50 +01:00
added file management
This commit is contained in:
8
backend/model/file.go
Normal file
8
backend/model/file.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
type File struct {
|
||||
Name string `json:"name"`
|
||||
Path string `json:"path"`
|
||||
IsDir bool `json:"is_dir"`
|
||||
Size int64 `json:"size"`
|
||||
}
|
||||
Reference in New Issue
Block a user