Skip to content

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

License

Notifications You must be signed in to change notification settings

cmd-stream/transport-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transport-go

transport-go provides commands/results delivery for the cmd-stream-go client and server.

It contains implementations of the delegate.ClientTransport and delegate.ServerTransport interfaces (they are located in the corresponding packages).

A feature of this module is the use of bufio.Writer, bufio.Reader, and user-defined Codec to convert raw bytes to base.Cmd or base.Result.

Tests

Test coverage is about 95%.

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