Skip to content

cmd-stream/transport-go

Repository files navigation

transport-go

Go Reference GoReportCard codecov

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.

About

Provides commands/results delivery for the cmd-stream-go client and server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages