mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-04 14:41:45 +00:00
Register missing struct
This commit is contained in:
@@ -13,6 +13,7 @@ import (
|
||||
|
||||
func init() {
|
||||
gob.Register(&core.ServiceStatus{})
|
||||
gob.Register(&core.HourlyUptimeStatistics{})
|
||||
gob.Register(&core.Uptime{})
|
||||
gob.Register(&core.Result{})
|
||||
gob.Register(&core.Event{})
|
||||
|
||||
Reference in New Issue
Block a user