//
pkg.gl
Category
github.com/mervinkid/allspark
net
tcp
package
0.2.0
Repository:
https://github.com/mervinkid/allspark.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
0
Files
290 SLOC
#
Packages
bind
No description provided by the author
codec
No description provided by the author
config
No description provided by the author
peer
No description provided by the author
#
Functions
NewPipelineClient
NewPipelineClient create a new PipelineClient instance with specified configuration and initializer.
NewPipelineServer
NewPipelineServer init a new server instance with specified configuration and initializer.
#
Variables
ClientNotRunningError
Errors.
#
Interfaces
Client
Client is the interface that wraps the basic method to implement a tcp network client.
Server
Server is the interface that wraps the basic method to implement a tcp network server based on FSM.