Documentation ¶
Index ¶
- type Boltdb
- func (b *Boltdb) Bucket(tx *bolt.Tx) *bolt.Bucket
- func (b *Boltdb) Close() error
- func (b *Boltdb) CreatBucket(domain string) error
- func (b *Boltdb) Db() *bolt.DB
- func (b *Boltdb) Diff(key string, sum uint32) (bool, error)
- func (b *Boltdb) GetUint32(key string) (uint32, error)
- func (b *Boltdb) SaveUint32(key string, value uint32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Boltdb ¶
type Boltdb struct {
// contains filtered or unexported fields
}
func (*Boltdb) CreatBucket ¶
Click to show internal directories.
Click to hide internal directories.