Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Destination ¶
type Destination struct {
// contains filtered or unexported fields
}
Destination is an host multiplexer.
func NewDestination ¶
func NewDestination() *Destination
func (*Destination) NotFound ¶
func (d *Destination) NotFound(handler stream.Handler)
func (*Destination) ServeStream ¶
func (d *Destination) ServeStream(ctx context.Context, stm stream.Stream)
Click to show internal directories.
Click to hide internal directories.