mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-04 15:42:44 +08:00
初次提交
This commit is contained in:
6
model/file.go
Normal file
6
model/file.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package model
|
||||
|
||||
type FileStruct struct {
|
||||
Name string `json:"name"`
|
||||
IsDir bool `json:"isDir"`
|
||||
}
|
Reference in New Issue
Block a user