Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppWorker ¶ added in v0.15.1
type AppWorker struct {
// contains filtered or unexported fields
}
func NewAppWorker ¶ added in v0.15.1
type Handlers ¶ added in v0.15.1
type Handlers map[string]HandlerFunc
type Logger ¶
type Logger interface { // Log a debug statement Debugf(format string, v ...interface{}) // Log an error with exact error Errf(err error, format string, v ...interface{}) // Log an error Errorf(format string, v ...interface{}) // Log a fatal error Fatalf(format string, v ...interface{}) // Log an info statement Infof(format string, v ...interface{}) // Log a notice statement Noticef(format string, v ...interface{}) // Log a trace statement Tracef(format string, v ...interface{}) // Log a warning statement Warnf(format string, v ...interface{}) }
type Worker
deprecated
type Worker struct {
// contains filtered or unexported fields
}
Deprecated: Use AppWorker instead
Click to show internal directories.
Click to hide internal directories.