package
0.0.0-20230315160450-1dc62842925e
Repository: https://github.com/google/monologue.git
Documentation: pkg.go.dev
# Packages
Package mysql provides a MySQL based implementation of Monologue storage.
Package print provides a concrete implementation of the storage interfaces needed by the CT monitor, which simply prints everything that is passed to it to be 'stored'.
Package testonly contains fakes for use in tests that interact with storage.
# Interfaces
APICallWriter is an interface for storing individual calls to CT API endpoints.
RootsReader is an interface for reading root certificates retrieved from an earlier CT get-roots call.
RootsWriter is an interface for storing root certificates retrieved from a CT get-roots call.
STHWriter is an interface for storing STHs received from a CT Log.
# Type aliases
RootSetID uniquely identifies a specific set of certificates, regardless of their order.