Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertHistory ¶
type AlertHistory struct { GroupID string `db:"group_id"` Timestamp int64 `db:"timestamp"` AlertState string `db:"alert_state"` Title string `db:"title"` Content string `db:"content"` DisplayURL string `db:"display_url"` }
AlertHistory .
type AlertHistoryCql ¶
func (*AlertHistoryCql) QueryAlertHistory ¶
func (cql *AlertHistoryCql) QueryAlertHistory(groupID string, start, end int64, limit uint) ([]*AlertHistory, error)
func (*AlertHistoryCql) TableName ¶
func (cql *AlertHistoryCql) TableName() string
Click to show internal directories.
Click to hide internal directories.