package
0.13.0-rc.2
Repository: https://github.com/microsoft/hcsshim.git
Documentation: pkg.go.dev

# Functions

NewBridgeMux creates a default bridge multiplexer.
UnknownMessage represents the default handler logic for an unmatched request type sent from the bridge.
UnknownMessageHandler creates a default HandlerFunc out of the UnknownMessage handler logic.

# Structs

Bridge defines the bridge client in the GCS.
Mux is a protocol multiplexer for request response pairs following the bridge protocol.
Request is the bridge request that has been sent.

# Interfaces

Handler responds to a bridge request.
RequestResponse is the base response for any bridge message request.

# Type aliases

HandlerFunc is an adapter to use functions as handlers.