package
0.0.0-20241021214757-36d0b0ec90da
Repository: https://github.com/transparency-dev/witness.git
Documentation: pkg.go.dev

# Packages

Package inmemory provides a persistence implementation that lives only in memory.
Package sql provides log state persistence backed by a SQL database.
No description provided by the author

# Interfaces

LogStatePersistence is a handle on persistent storage for log state.
LogStateReadOps allows the data about a single log to be read.
LogStateWriteOps allows data about a single log to be read and written in an ACID transaction.