Documentation ¶
Index ¶
- type BoltdbStore
- func (store BoltdbStore) AddValue(bucket string, key []byte, value []byte) error
- func (store BoltdbStore) AddValueCompress(bucket string, key []byte, value []byte) error
- func (store BoltdbStore) Close() error
- func (store BoltdbStore) Count(o interface{}) (int, error)
- func (store BoltdbStore) Delete(o interface{}) error
- func (store BoltdbStore) DeleteBucket(bucket string) error
- func (store BoltdbStore) DeleteKey(bucket string, key []byte) error
- func (store BoltdbStore) Get(key string, value interface{}, to interface{}) error
- func (store BoltdbStore) GetCompressedValue(bucket string, key []byte) ([]byte, error)
- func (store BoltdbStore) GetValue(bucket string, key []byte) ([]byte, error)
- func (store BoltdbStore) Open() error
- func (store BoltdbStore) Save(o interface{}) error
- func (s BoltdbStore) Search(t1, t2 interface{}, q1 *orm.Query) (error, orm.Result)
- func (store BoltdbStore) Update(o interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoltdbStore ¶
func (BoltdbStore) AddValue ¶
func (store BoltdbStore) AddValue(bucket string, key []byte, value []byte) error
func (BoltdbStore) AddValueCompress ¶
func (store BoltdbStore) AddValueCompress(bucket string, key []byte, value []byte) error
func (BoltdbStore) Close ¶
func (store BoltdbStore) Close() error
func (BoltdbStore) Count ¶
func (store BoltdbStore) Count(o interface{}) (int, error)
func (BoltdbStore) Delete ¶
func (store BoltdbStore) Delete(o interface{}) error
func (BoltdbStore) DeleteBucket ¶
func (store BoltdbStore) DeleteBucket(bucket string) error
func (BoltdbStore) Get ¶
func (store BoltdbStore) Get(key string, value interface{}, to interface{}) error
func (BoltdbStore) GetCompressedValue ¶
func (store BoltdbStore) GetCompressedValue(bucket string, key []byte) ([]byte, error)
func (BoltdbStore) GetValue ¶
func (store BoltdbStore) GetValue(bucket string, key []byte) ([]byte, error)
func (BoltdbStore) Open ¶
func (store BoltdbStore) Open() error
func (BoltdbStore) Save ¶
func (store BoltdbStore) Save(o interface{}) error
func (BoltdbStore) Update ¶
func (store BoltdbStore) Update(o interface{}) error
Click to show internal directories.
Click to hide internal directories.