package
0.0.0-20241025223506-8f98e58bd830
Repository: https://github.com/transparency-dev/serverless-log.git
Documentation: pkg.go.dev

# Functions

Integrate adds all sequenced entries greater than fromSize into the tree.

# Variables

ErrDupeLeaf is returned by the Sequence method of storage implementations to indicate that a leaf has already been sequenced.
ErrSeqAlreadyAssigned is returned by the Assign method of storage implementations to indicate that the provided sequence number is already in use.

# Interfaces

Storage represents the set of functions needed by the log tooling.