Register missing struct

This commit is contained in:
TwinProduction 2021-08-07 12:22:39 -04:00
parent 3cbe068fc1
commit 718f8260bb

View File

@ -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{})