6 lines
98 B
Go
6 lines
98 B
Go
package systemApiStructs
|
|
|
|
type MonitorGetDiskStateByPathReq struct {
|
|
Path string `json:"path"`
|
|
}
|