Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostData ¶
type PostData struct { AppKey string `json:"app_key"` Status string `json:"status"` Host string `json:"host"` Timestamp int64 `json:"timestamp"` Check string `json:"check"` Description string `json:"description"` Cluster string `json:"cluster"` Task string `json:"task"` Details string `json:"details"` PrimaryProperty string `json:"primary_property"` SecondaryProperty string `json:"secondary_property"` Attributes map[string]string `json:"-,omitempty"` }
PostData is the default struct to send an element through to BigPanda
func (*PostData) UnmarshalJSON ¶ added in v1.6.3
Click to show internal directories.
Click to hide internal directories.