1
0
mirror of https://github.com/nezhahq/nezha.git synced 2025-03-11 08:18:13 -04:00
nezha/model/api.go

13 lines
223 B
Go
Raw Normal View History

package model
type ServiceItemResponse struct {
Monitor *Monitor
TotalUp uint64
TotalDown uint64
CurrentUp uint64
CurrentDown uint64
Delay *[30]float32
Up *[30]int
Down *[30]int
}