package
0.0.0-20170927090418-fc15ddb28967
Repository: https://github.com/iamduo/workq.git
Documentation: pkg.go.dev

# Functions

New returns a initialized, but unstarted Server.

# Structs

Command Router Implementation.
Workq Server listens on a TCP Address Requires a Command Router and a Protocol Implementation.
Stats Data.

# Interfaces

Handler interface for a Command Handlers are responsible for executing a command.
Command Router takes in a command name and returns a handler.