transport-go facilitates Commands/Results delivery for the cmd-stream client and server.
It provides implementations of the delegate.ClientTransport
and
delegate.ServerTransport
interfaces.
A key feature of this module is its use of bufio.Writer
and bufio.Reader
,
along with a user-defined codec, to convert raw bytes into base.Cmd
or
base.Result
.