Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sender ¶
type Sender struct { DataBase moira.Database APIToken string FrontURI string // contains filtered or unexported fields }
Sender implements moira sender interface via telegram
func (*Sender) Init ¶
func (sender *Sender) Init(senderSettings map[string]string, logger moira.Logger, location *time.Location, dateTimeFormat string) error
Init loads yaml config, configures and starts telegram bot
func (*Sender) SendEvents ¶
func (sender *Sender) SendEvents(events moira.NotificationEvents, contact moira.ContactData, trigger moira.TriggerData, plot []byte, throttled bool) error
SendEvents implements Sender interface Send
Click to show internal directories.
Click to hide internal directories.