Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationQueue ¶
type NotificationQueue struct {
// contains filtered or unexported fields
}
func NewNotificationQueue ¶
func NewNotificationQueue() *NotificationQueue
func (*NotificationQueue) Notifications ¶
func (queue *NotificationQueue) Notifications(name string) []*notification.Notification
func (*NotificationQueue) Notify ¶
func (queue *NotificationQueue) Notify(notification *notification.Notification)
Click to show internal directories.
Click to hide internal directories.