Documentation ¶
Overview ¶
Package eventsmux implements the events mux.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { // Requests returns the channel for requests. Requests() chan<- protocol.Request // Responses returns the channel for responses. Responses() <-chan protocol.Response // Run runs the events mux. Run(context.Context) error }
Interface is the interface for the events mux.
Click to show internal directories.
Click to hide internal directories.