Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseNotifier ¶
type BaseNotifier struct {
// contains filtered or unexported fields
}
BaseNotifier is a base implementation of the Notifier interface
func (*BaseNotifier) Attach ¶
func (n *BaseNotifier) Attach(w Watcher)
func (*BaseNotifier) Detach ¶
func (n *BaseNotifier) Detach(w Watcher)
func (*BaseNotifier) Notify ¶
func (n *BaseNotifier) Notify(obj interface{})
Click to show internal directories.
Click to hide internal directories.