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

13 lines
222 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
}