Documentation
¶
Overview ¶
Notifier is an interface that defines methods for managing observers and notifying them of status changes. It allows observers to register, unregister, and receive notifications.
Package observer provides an interface for implementing the observer pattern. The Observer interface defines a method for receiving notifications about status changes.
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 (*Notifier) Unregister ¶
func (n *Notifier) Unregister()
Click to show internal directories.
Click to hide internal directories.