Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStoreBackendBolt ¶
func NewStoreBackendBolt(path string) (backend.StoreBackend, error)
Types ¶
type StoreBackendBolt ¶
type StoreBackendBolt struct {
// contains filtered or unexported fields
}
func (*StoreBackendBolt) Close ¶
func (st *StoreBackendBolt) Close()
func (*StoreBackendBolt) Shrink ¶
func (st *StoreBackendBolt) Shrink()
func (*StoreBackendBolt) Update ¶
func (st *StoreBackendBolt) Update(fn func(txn backend.StoreWriter) error) error
func (*StoreBackendBolt) View ¶
func (st *StoreBackendBolt) View(fn func(txn backend.StoreReader) error) error
type StoreBackendBoltTx ¶
type StoreBackendBoltTx struct {
// contains filtered or unexported fields
}
func (*StoreBackendBoltTx) Delete ¶
func (r *StoreBackendBoltTx) Delete(key []byte) error
Click to show internal directories.
Click to hide internal directories.