Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationStream ¶
type NotificationStream struct {
// contains filtered or unexported fields
}
func NewNotificationStream ¶
func NewNotificationStream() *NotificationStream
func (*NotificationStream) Add ¶
func (ns *NotificationStream) Add(n *pbcom.Notification) (err error)
func (*NotificationStream) GetAll ¶
func (n *NotificationStream) GetAll() (notifications []*pbcom.Notification, err error)
func (*NotificationStream) HasAny ¶
func (n *NotificationStream) HasAny() bool
type Notifier ¶
type Notifier struct {
// contains filtered or unexported fields
}
func NewNotifier ¶
func NewNotifier() *Notifier
func (*Notifier) AddChannel ¶
Click to show internal directories.
Click to hide internal directories.