//
pkg.gl
Category
github.com/iamduo/workq
int
server
package
0.0.0-20170927090418-fc15ddb28967
Repository:
https://github.com/iamduo/workq.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
5
Dependents
3
Files
147 SLOC
#
Functions
New
New returns a initialized, but unstarted Server.
#
Structs
CmdRouter
Command Router Implementation.
Server
Workq Server listens on a TCP Address Requires a Command Router and a Protocol Implementation.
Stats
Stats Data.
#
Interfaces
Handler
Handler interface for a Command Handlers are responsible for executing a command.
Router
Command Router takes in a command name and returns a handler.