Documentation
¶
Index ¶
- Variables
- type Config
- type Conn
- func (c *Conn) Bury(id uint64, pri uint64) error
- func (c *Conn) Delete(id uint64) error
- func (c *Conn) Ignore(tube string) (int, error)
- func (c *Conn) Put(pri uint64, delay uint64, ttr uint64, data []byte) (uint64, bool, error)
- func (c *Conn) Release(id uint64, pri uint64, delay uint64) error
- func (c *Conn) Reserve(timeout int64) (uint64, []byte, error)
- func (c *Conn) ReserveByID(id uint64) (uint64, []byte, error)
- func (c *Conn) Touch(id uint64) error
- func (c *Conn) Use(tube string) (string, error)
- func (c *Conn) Watch(tube string) (int, error)
- type Server
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnknownBackend = errors.New("unknown backend type")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.