Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrSubmitTimeout = errors.New("exceeded maximum capacity abd submit timeout") ErrWorkerReleased = errors.New("worker has released") )
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { // Printf must have the same semantics as log.Printf. Printf(format string, args ...interface{}) }
Logger is used for logging formatted messages.
Click to show internal directories.
Click to hide internal directories.