Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAlreadySubscribed = errors.New("topic is already subscribed")
View Source
var ErrNotSubscribed = errors.New("topic is not subscribed")
Functions ¶
This section is empty.
Types ¶
type Local ¶
type Local struct {
// contains filtered or unexported fields
}
Local is a simple implementation of the transport.Transport interface using local channels.
func (*Local) Unsubscribe ¶
Unsubscribe implements the transport.Transport interface.
Click to show internal directories.
Click to hide internal directories.