Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Notifier ¶
type Notifier interface {
Listen(channel string, bufferSize int, warnOnDrop bool) Subscription
}
type Subscription ¶
type Subscription interface { NotificationC() <-chan string EstablishedC() <-chan struct{} Cancel() }
Click to show internal directories.
Click to hide internal directories.