Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶
type Notifier struct {
// contains filtered or unexported fields
}
func NewNotifier ¶
func NewNotifier() *Notifier
func (*Notifier) AddNode ¶
func (n *Notifier) AddNode(machineKey string, c chan<- types.StateUpdate)
func (*Notifier) NotifyAll ¶
func (n *Notifier) NotifyAll(update types.StateUpdate)
func (*Notifier) NotifyWithIgnore ¶
func (n *Notifier) NotifyWithIgnore(update types.StateUpdate, ignore ...string)
func (*Notifier) RemoveNode ¶
Click to show internal directories.
Click to hide internal directories.