Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notification ¶
type Notifier ¶
type Notifier interface { Send(notif *Notification) ReadChan() <-chan Notification }
type Unbuffered ¶
type Unbuffered struct {
// contains filtered or unexported fields
}
func New ¶
func New() *Unbuffered
func (*Unbuffered) ReadChan ¶
func (n *Unbuffered) ReadChan() <-chan Notification
func (*Unbuffered) Send ¶
func (n *Unbuffered) Send(notif *Notification)
Click to show internal directories.
Click to hide internal directories.