Documentation ¶
Index ¶
- Variables
- type Client
- func (c *Client) Delete(queue, id string) error
- func (c *Client) Peek(queue string) (*Job, error)
- func (c *Client) Ping() (time.Duration, error)
- func (c *Client) Put(queue, id, content string, priority float64, holdUntil time.Time, ...) error
- func (c *Client) Reserve(queue string) (*Job, error)
- func (c *Client) ReserveWait(queue string) (*Job, error)
- func (c *Client) SetRetries(n int)
- func (c *Client) SetTimeout(t time.Duration)
- type ErrUnhandledType
- type Job
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
Directories ¶
Path | Synopsis |
---|---|
Godeps
|
|
_workspace/src/github.com/Sirupsen/logrus
Package logrus is a structured logger for Go, completely API compatible with the standard library logger.
|
Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
_workspace/src/github.com/alecthomas/template
Package template implements data-driven templates for generating textual output.
|
Package template implements data-driven templates for generating textual output. |
_workspace/src/github.com/alecthomas/template/parse
Package parse builds parse trees for templates as defined by text/template and html/template.
|
Package parse builds parse trees for templates as defined by text/template and html/template. |
_workspace/src/github.com/alecthomas/units
Package units provides helpful unit multipliers and functions for Go.
|
Package units provides helpful unit multipliers and functions for Go. |
_workspace/src/github.com/kr/logfmt
Package implements the decoding of logfmt key-value pairs.
|
Package implements the decoding of logfmt key-value pairs. |
_workspace/src/github.com/mattn/go-sqlite3
Package sqlite3 provides interface to SQLite3 databases.
|
Package sqlite3 provides interface to SQLite3 databases. |
_workspace/src/gopkg.in/alecthomas/kingpin.v2
Package kingpin provides command line interfaces like this:
|
Package kingpin provides command line interfaces like this: |
_workspace/src/gopkg.in/alecthomas/kingpin.v2/examples/curl
A curl-like HTTP command-line client.
|
A curl-like HTTP command-line client. |
cmd
|
|
internal
|
|
Click to show internal directories.
Click to hide internal directories.