Documentation
¶
Index ¶
- func NewStoreBackendBuntDB(path string) (backend.StoreBackend, error)
- type StoreBackendBuntDB
- func (st *StoreBackendBuntDB) Backup(dst string) (ret error)
- func (st *StoreBackendBuntDB) Close()
- func (st *StoreBackendBuntDB) Shrink()
- func (st *StoreBackendBuntDB) Update(fn func(txn backend.StoreWriter) error) error
- func (st *StoreBackendBuntDB) View(fn func(txn backend.StoreReader) error) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStoreBackendBuntDB ¶
func NewStoreBackendBuntDB(path string) (backend.StoreBackend, error)
Types ¶
type StoreBackendBuntDB ¶
func (*StoreBackendBuntDB) Backup ¶
func (st *StoreBackendBuntDB) Backup(dst string) (ret error)
func (*StoreBackendBuntDB) Close ¶
func (st *StoreBackendBuntDB) Close()
func (*StoreBackendBuntDB) Shrink ¶
func (st *StoreBackendBuntDB) Shrink()
func (*StoreBackendBuntDB) Update ¶
func (st *StoreBackendBuntDB) Update(fn func(txn backend.StoreWriter) error) error
func (*StoreBackendBuntDB) View ¶
func (st *StoreBackendBuntDB) View(fn func(txn backend.StoreReader) error) error
Click to show internal directories.
Click to hide internal directories.