Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Photo type used if notification has plot Photo messageType = "photo" // Message type used if notification has not plot Message messageType = "message" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sender ¶
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.