package
0.0.0-20250220111111-81faaa5d65da
Repository: https://github.com/transparency-dev/static-ct.git
Documentation: pkg.go.dev

# Functions

MonotonicallyIncreasingNextLeaf returns a function that always wants the next available leaf after the one it previously fetched.
No description provided by the author
No description provided by the author
No description provided by the author
NewLeafReader creates a LeafReader.
NewLogClients returns a fetcher and a writer that will read and write leaves to all logs in the `log_url` flag set.
NewLogWriter creates a LogWriter.
No description provided by the author
NewWorkerPool creates a simple pool of workers.
RandomNextLeaf returns a function that fetches a random leaf available in the tree.

# Variables

No description provided by the author

# Structs

No description provided by the author
Hammer is responsible for coordinating the operations against the log in the form of write and read operations.
HammerAnalyser is responsible for measuring and interpreting the result of hammering.
No description provided by the author
LeafReader reads leaves from the tree.
LeafTime records the time at which a leaf was assigned the given index.
LogWriter writes new leaves to the log that are generated by `gen`.
No description provided by the author
WorkerPool contains a collection of _running_ workers.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

LeafWriter is the signature of a function which can write arbitrary data to a log.