mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
Register missing struct
This commit is contained in:
parent
3cbe068fc1
commit
718f8260bb
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ import (
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
gob.Register(&core.ServiceStatus{})
|
gob.Register(&core.ServiceStatus{})
|
||||||
|
gob.Register(&core.HourlyUptimeStatistics{})
|
||||||
gob.Register(&core.Uptime{})
|
gob.Register(&core.Uptime{})
|
||||||
gob.Register(&core.Result{})
|
gob.Register(&core.Result{})
|
||||||
gob.Register(&core.Event{})
|
gob.Register(&core.Event{})
|
||||||
|
|
Loading…
Reference in a new issue