2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00
Files
panel/internal/http/request/monitor.go
2024-12-29 01:41:19 +08:00

12 lines
190 B
Go

package request
type MonitorSetting struct {
Enabled bool `json:"enabled"`
Days uint `json:"days"`
}
type MonitorList struct {
Start int64 `json:"start"`
End int64 `json:"end"`
}