Versions in this module Expand all Collapse all v0 v0.7.0 Jul 11, 2026 Changes in this version + const VerifiedDelegated + func Record(ctx context.Context, e Entry) + func RecordCtxAll(ctx context.Context, es []Entry) + func Render(w io.Writer, entries []Entry, color bool) + func Resolve(ctx context.Context, rootDir, tool, version, purpose string) (toolchain.Result, error) + func StageBox(ctx context.Context, w io.Writer, color bool) + func WithLedger(ctx context.Context) context.Context + type Entry struct + Purpose string + Tool string + Verified string + Version string + Via string + func Collected(ctx context.Context) []Entry + func FromSubstrate(realized []substrate.Realized) []Entry + func FromToolchain(r toolchain.Result, purpose string) Entry