1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-06 23:37:26 +02:00
Files
CasaOS/model/zima.go

8 lines
122 B
Go
Raw Normal View History

2021-09-26 10:35:02 +08:00
package model
type Path struct {
Name string `json:"name"`
Path string `json:"path"`
IsDir bool `json:"is_dir"`
2021-09-26 10:35:02 +08:00
}