Documentation ¶
Index ¶
Constants ¶
View Source
const ( HTTP = "http" MQTT = "mqtt" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notification ¶
type Notifier ¶
type Notifier struct {
// contains filtered or unexported fields
}
func (*Notifier) SendNotificationToAll ¶
func (n *Notifier) SendNotificationToAll(notification Notification)
func (*Notifier) SendNotificationToTopic ¶
func (n *Notifier) SendNotificationToTopic(notification Notification)
Click to show internal directories.
Click to hide internal directories.