Versions in this module Expand all Collapse all v0 v0.1.1 Dec 9, 2025 Changes in this version type CTStorage + func (cts *CTStorage) DedupFuture(ctx context.Context, f tessera.IndexFuture) (uint64, error) v0.1.0 Aug 14, 2025 Changes in this version + type CTStorage struct + func NewCTStorage(ctx context.Context, opts *CTStorageOptions) (*CTStorage, error) + func (cts *CTStorage) Add(ctx context.Context, entry *ctonly.Entry) (uint64, uint64, error) + func (cts *CTStorage) AddIssuerChain(ctx context.Context, chain []*x509.Certificate) error + type CTStorageOptions struct + Appender *tessera.Appender + EnableAwaiter bool + IssuerStorage IssuerStorage + MaxDedupeInFlight uint + Reader tessera.LogReader + type CreateStorage func(context.Context, note.Signer) (*CTStorage, error) + type IssuerStorage interface + AddIssuersIfNotExist func(ctx context.Context, kv []KV) error + type KV struct + K []byte + V []byte