Documentation
¶
Index ¶
- Constants
- type Bolt
- func (b *Bolt) BatchSet(kvs map[string][]byte) error
- func (b *Bolt) Close() error
- func (b *Bolt) Del(k []byte) (err error)
- func (b *Bolt) Get(k []byte) (v []byte)
- func (b *Bolt) Name() string
- func (b *Bolt) Prefix(prefix []byte) (res [][]byte)
- func (b *Bolt) Range(start, limit []byte) (res [][]byte)
- func (b *Bolt) Scan() (res [][]byte)
- func (b *Bolt) Set(k, v []byte) (err error)
- func (b *Bolt) SetTTL(k, v []byte, expire time.Duration) (err error)
- func (b *Bolt) Suffix(suffix []byte) (res [][]byte)
- type BoltOption
Constants ¶
View Source
const GLOBAL = "m41gA7omIWU4s"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.