//
pkg.gl
Category
github.com/linuxdeepin/aptly
database
package
1.4.0
Repository:
https://github.com/linuxdeepin/aptly.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
9
Dependents
0
Files
217 SLOC
#
Functions
NewDB
NewDB creates new instance of DB, but doesn't open it (yet).
NewOpenDB
NewOpenDB creates new instance of DB and opens it.
RecoverDB
RecoverDB recovers LevelDB database from corruption.
#
Variables
ErrNotFound
Errors for Storage.
#
Interfaces
Storage
Storage is an interface to KV storage.
#
Type aliases
StorageProcessor
StorageProcessor is a function to process one single storage entry.