Documentation
¶
Index ¶
- type Bolt
- func (c *Bolt) Add(bucket string)
- func (c *Bolt) BatchPut(bucket string, key, val []interface{}, ttl int64)
- func (c *Bolt) Close()
- func (c *Bolt) Delete(bucket string, key interface{})
- func (c *Bolt) Get(bucket string, key, val interface{}) error
- func (c *Bolt) GetAll(bucket string, tk, tv interface{}, fn func(k, v interface{}))
- func (c *Bolt) Open(path string)
- func (c *Bolt) Put(bucket string, key, val interface{}, ttl int64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bolt ¶
type Bolt struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.