Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alerts ¶
type Alerts struct {
// contains filtered or unexported fields
}
func (*Alerts) GetPending ¶
func (a *Alerts) GetPending() provider.AlertIterator
GetPending implements the Alerts interface.
func (*Alerts) Subscribe ¶
func (a *Alerts) Subscribe() provider.AlertIterator
Subscribe implements the Alerts interface.
type Notifies ¶
type Notifies struct {
// contains filtered or unexported fields
}
func (*Notifies) Get ¶
func (n *Notifies) Get(dest string, fps ...model.Fingerprint) ([]*types.NotifyInfo, error)
Get implements the Notifies interface.
type Silences ¶
type Silences struct {
// contains filtered or unexported fields
}
func NewSilences ¶
NewSilences returns a new Silences based on the provided SQL DB.
Click to show internal directories.
Click to hide internal directories.