package
0.0.0-20170312131945-d7ecb707b2b9
Repository: https://github.com/operable/circuit-driver.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
WrapDecoder configures a Decoder and Reader instance around a base io.Reader.
Encoder configures an Encoder and Writer instance around a base io.Writer.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BlockingDriver executes requests one-at-a-time.
Decoder reads data via protocol.Reader, gob decodes the payload, and returns the result.
Encoder takes arbitrary Go data, gob encodes it, and uses protocol.Writer to write the resulting data.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Driver is the command execution interface.