feat(alerting): add heartbeat writer

This commit is contained in:
bergquist
2016-06-09 10:00:34 +02:00
parent a66027830b
commit a1f97e0b77
2 changed files with 51 additions and 0 deletions

View File

@@ -52,6 +52,13 @@ type AlertingClusterInfo struct {
UptimePosition int
}
type HeartBeat struct {
Id int64
ServerId string
Updated time.Time
Created time.Time
}
type HeartBeatCommand struct {
ServerId string