package
0.4.0
Repository: https://github.com/conduitio/conduit-commons.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
Package mock is a generated GoMock package.
No description provided by the author
No description provided by the author

# Functions

AcceptanceTest is the acceptance test that all implementations of DB should pass.
ContextWithTransaction wraps ctx and returns a context that contains transaction.
TransactionFromContext fetches the transaction from the context.

# Variables

ErrKeyNotExist is returned from DB.Get when retrieving a non-existing key.

# Interfaces

DB defines the interface for a key-value store.
Transaction defines the interface for an isolated ACID DB transaction.