Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObservableType ¶
type Publisher ¶
type Publisher interface {
Publish(ObservableType)
}
Publisher deals with the publishing part of our PubSub
type Subscriber ¶
type Subscriber interface { Subscribe(chan ObservableType, ...filter) Unsubscribe(chan ObservableType) }
Subscriber deals with the subscribing part of our PubSub
Click to show internal directories.
Click to hide internal directories.