package
1.1.13
Repository: https://github.com/lovoo/goka.git
Documentation: pkg.go.dev

# Packages

# Functions

BuilderWithOptions builds LevelDB storage with the given options and in the given path.
DefaultBuilder builds a LevelDB storage with default configuration.
MemoryBuilder builds in-memory storage.
New creates a new Storage backed by LevelDB.
NewFile retuns a new on-disk storage.
NewMemory returns a new in-memory storage.
NewMultiIterator returns an Iterator that iterates over the given subiterators.
NewNull returns a new Null storage.

# Structs

Null storage discards everything that it is given.
NullIter is an iterator which is immediately exhausted.

# Interfaces

Iterator provides iteration access to the stored values.
Storage is the interface Goka expects from a storage implementation.

# Type aliases

Builder creates a local storage (a persistent cache) for a topic table.