1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

dep add github.com/stretchr/testify

This commit is contained in:
Chris Cummer
2018-06-24 14:04:03 -07:00
parent 1782942c39
commit d63d10f9d7
29 changed files with 6038 additions and 456 deletions

View File

@@ -10,7 +10,7 @@ type AlertEvent struct {
EntityID int `json:"entity_id,omitempty"`
Priority string `json:"priority,omitempty"`
Description string `json:"description,omitempty"`
Timestamp int64 `json:"timestamp,omitempty"`
Timestamp int `json:"timestamp,omitempty"`
IncidentID int `json:"incident_id"`
}