2024-01-04 12:08:39 +08:00

6 lines
98 B
Go

package systemApiStructs
type MonitorGetDiskStateByPathReq struct {
Path string `json:"path"`
}