Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { Type NotificationType Subject string Body string }
type NotificationType ¶
type NotificationType int
const ( TypeInformational NotificationType = iota TypeAlert TypeReminder )
func (NotificationType) EnumIndex ¶
func (nt NotificationType) EnumIndex() int
func (NotificationType) String ¶
func (nt NotificationType) String() string
Click to show internal directories.
Click to hide internal directories.