Documentation ¶
Overview ¶
Package event mediates notification between controllers and recorder
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notification ¶
Notification conveys an object delete/upsert notification
type Notifier ¶
type Notifier interface { Send(notif *Notification) ReadChan() <-chan Notification }
Notifier mediates notifications between controllers and recorder
type Unbuffered ¶
type Unbuffered struct {
// contains filtered or unexported fields
}
Unbuffered implements Notifier
func (*Unbuffered) ReadChan ¶
func (n *Unbuffered) ReadChan() <-chan Notification
ReadChan returns a channel to read Notifications from
Click to show internal directories.
Click to hide internal directories.