boltdb

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2017 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BoltdbStore

type BoltdbStore struct {
	FileName string
}

func (BoltdbStore) AddValue

func (filter BoltdbStore) AddValue(bucket string, key []byte, value []byte) error

func (BoltdbStore) AddValueCompress

func (filter BoltdbStore) AddValueCompress(bucket string, key []byte, value []byte) error

func (BoltdbStore) Close

func (this BoltdbStore) Close() error

func (BoltdbStore) Count

func (filter BoltdbStore) Count(o interface{}) (int, error)

func (BoltdbStore) Delete

func (filter BoltdbStore) Delete(o interface{}) error

func (BoltdbStore) DeleteBucket

func (filter BoltdbStore) DeleteBucket(bucket string, key []byte, value []byte) error

func (BoltdbStore) DeleteValue

func (filter BoltdbStore) DeleteValue(bucket string, key []byte, value []byte) error

func (BoltdbStore) Get

func (filter BoltdbStore) Get(key string, value interface{}, to interface{}) error

func (BoltdbStore) GetCompressedValue

func (filter BoltdbStore) GetCompressedValue(bucket string, key []byte) []byte

func (BoltdbStore) GetValue

func (filter BoltdbStore) GetValue(bucket string, key []byte) []byte

func (BoltdbStore) Open

func (this BoltdbStore) Open() error

func (BoltdbStore) Save

func (filter BoltdbStore) Save(o interface{}) error

func (BoltdbStore) Search

func (filter BoltdbStore) Search(t1, t2 interface{}, q1 *store.Query) (error, store.Result)

func (BoltdbStore) Update

func (filter BoltdbStore) Update(o interface{}) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL