pull/94/head
Hunter Long 2018-10-20 08:29:04 -07:00
parent 75016d3962
commit b3a79a0115
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ type Service struct {
Online bool `gorm:"-" json:"online"`
Latency float64 `gorm:"-" json:"latency"`
PingTime float64 `gorm:"-" json:"ping_time"`
Online24Hours float32 `gorm:"-" json:"24_hours_online"`
Online24Hours float32 `gorm:"-" json:"online_24_hours"`
AvgResponse string `gorm:"-" json:"avg_response"`
Running chan bool `gorm:"-" json:"-"`
Checkpoint time.Time `gorm:"-" json:"-"`