Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Array = []NotificationType{Information, Warning, Danger} ArrayString = []string{string(Information), string(Warning), string(Danger)} )
Functions ¶
This section is empty.
Types ¶
type NotificationType ¶
type NotificationType string
const ( Information NotificationType = "information" Warning NotificationType = "warning" Danger NotificationType = "danger" )
Click to show internal directories.
Click to hide internal directories.