# Functions
NewController constructs a new echoing controller.
NewEchoResolver constructs a new mounted stream echo resolver.
NewFactory builds a factory.
NewMountedStreamHandler constructs the mounted stream handler.
# Constants
ConfigID is the string used to identify this config object.
ControllerID identifies the echo controller.
# Variables
DefaultProtocolID is the default echo protocol ID.
Version is the controller version.
# Structs
Config configures the echo controller.
Controller implements the stream echo controller.
EchoResolver resolves HandleMountedStream by echoing data.
Factory constructs a controller.
MountedStreamHandler implements the mounted stream handler.