Skip to content

Provides the basis for the cmd-stream client and server for Golang

License

Notifications You must be signed in to change notification settings

cmd-stream/base-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base-go

base-go provides the basis for the cmd-stream-go client and server.

The client delegates communication with the server to ClientDelegate, i.e. it sends commands and receives results with help of ClientDelegate. The server, in turn, handles connections (receives, executes commands and sends back results) with help of ServerDelegate.

Tests

Test coverage is about 93%.

About

Provides the basis for the cmd-stream client and server for Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages