package
5.5.2+incompatible
Repository: https://github.com/keycase/client-fork.git
Documentation: pkg.go.dev

# Functions

GetVersionedPathForDb returns a path for the db that includes a version number.
LeveldbOptions returns leveldb options.
NewCountMeter returns a new CountMeter.
OpenLevelDb opens or recovers a leveldb.DB with a passed-in storage.Storage as its underlying storage layer.
OpenLevelDbWithOptions opens or recovers a leveldb.DB with a passed-in storage.Storage as its underlying storage layer, and with the options specified.
OpenVersionedLevelDb opens a level DB under a versioned path on the local filesystem under storageRoot.
RateMeterToStatus returns the status for a meter.

# Constants

Metered specified that this DB should be metered.
Unmetered specified that this DB should not be metered.

# Structs

CountMeter counts ticks with a sliding window into the past.
LevelDb is a libkbfs wrapper for leveldb.DB.
MeterSnapshot is a read-only copy of another Meter.
MeterStatus represents the status of a rate meter.

# Interfaces

DbWriteBufferSizeGetter is an interface that contains a method for getting the size of a leveldb write buffer.