Versions in this module Expand all Collapse all v0 v0.2.1 Jan 20, 2018 Changes in this version + type NotificationQueue struct + func NewNotificationQueue() *NotificationQueue + func (queue *NotificationQueue) Notifications(name string) []*notification.Notification + func (queue *NotificationQueue) Notify(notification *notification.Notification) + type Service interface + Configure func(*config.GAkisitorConfig) error + Name func() string + Process func() error + Start func(*NotificationQueue, log.Logger) error + State func() byte + Stop func() error