//
pkg.gl
Category
github.com/dceldran/rclone
lib
kv
package
1.64.0-Personal
Repository:
https://github.com/dceldran/rclone.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
0
Files
295 SLOC
#
Functions
Exit
Exit immediately stops all databases.
Get
Get returns database record for given filesystem and facility.
Start
Start a new key-value database.
Supported
Supported returns true on supported OSes.
#
Variables
ErrEmpty
package errors.
ErrInactive
package errors.
ErrUnsupported
package errors.
#
Structs
DB
DB represents a key-value database.
#
Interfaces
Bucket
Bucket decouples bbolt.Bucket from key-val operations.
Cursor
Cursor decouples bbolt.Cursor from key-val operations.
Op
Op represents a database operation.