package
0.22.0
Repository: https://go.googlesource.com/mod
Documentation: pkg.go.dev

# Functions

TestStorage tests a Storage implementation.

# Structs

Mem is an in-memory implementation of [Storage].
A Write is a single change to be applied at the end of a read-write transaction.

# Interfaces

A Storage is a transaction key-value storage system.
A Transaction provides read and write operations within a transaction, as executed by [Storage]'s ReadOnly or ReadWrite methods.