Documentation ¶
Index ¶
Constants ¶
View Source
const MuxContextKey = muxContextKey("")
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mux ¶
type Mux struct {
// contains filtered or unexported fields
}
func (*Mux) Subscribe ¶
func (m *Mux) Subscribe() *Subscription
type Subscription ¶
type Subscription struct { // The channel to which events are received. C <-chan Payload // contains filtered or unexported fields }
func (*Subscription) Cancel ¶
func (s *Subscription) Cancel()
Click to show internal directories.
Click to hide internal directories.