package
1.4.0
Repository: https://github.com/linuxdeepin/aptly.git
Documentation: pkg.go.dev

# Functions

NewDB creates new instance of DB, but doesn't open it (yet).
NewOpenDB creates new instance of DB and opens it.
RecoverDB recovers LevelDB database from corruption.

# Variables

Errors for Storage.

# Interfaces

Storage is an interface to KV storage.

# Type aliases

StorageProcessor is a function to process one single storage entry.