Files
daohangye/service/api/api_v1/common/apiData/systemApiStructs/monitor.go
T
2024-01-04 12:08:39 +08:00

6 lines
98 B
Go

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