fb15695dab
Add CPU RAM Status Add Disk Info
7 lines
127 B
Go
7 lines
127 B
Go
package model
|
|
|
|
type SearchFileInfo struct {
|
|
Path string `json:"path"`
|
|
Name string `json:"name"`
|
|
Type int `json:"type"`
|
|
}
|