Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions heartbeat/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ type Heartbeat struct {
Enabled bool `json:"enabled"`
IntervalUnit string `json:"intervalUnit"`
Expired bool `json:"expired"`
LastPingTime string `json:"lastPingTime"`
OwnerTeam og.OwnerTeam `json:"ownerTeam"`
AlertTags []string `json:"alertTags"`
AlertPriority string `json:"alertPriority"`
Expand Down