README ¶ Message queue on beanstalkd Deprecated, use rmq adapter instead. Depends on beanstalkd, you can install it on Debian by apt-get install beanstalkd Server implement by https://github.com/gwaysys/lserver Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func New(addr, tube string, pool int) proto.Adapter type Adapter func (a *Adapter) Close() func (a *Adapter) Put(p *proto.Proto) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(addr, tube string, pool int) proto.Adapter Types ¶ type Adapter ¶ type Adapter struct { // contains filtered or unexported fields } func (*Adapter) Close ¶ func (a *Adapter) Close() func (*Adapter) Put ¶ func (a *Adapter) Put(p *proto.Proto) put a log protocol to log queue Source Files ¶ View all Source files impl.go Click to show internal directories. Click to hide internal directories.