fb15695dab
Add CPU RAM Status Add Disk Info
7 lines
122 B
Go
7 lines
122 B
Go
package model
|
|
|
|
type Path struct {
|
|
Name string `json:"name"`
|
|
Path string `json:"path"`
|
|
IsDir bool `json:"is_dir"`
|
|
}
|