Versions in this module Expand all Collapse all v0 v0.16.2 Dec 14, 2023 v0.16.1 Dec 14, 2023 Changes in this version + type TraversalRecord struct + func NewTraversalRecord() *TraversalRecord + func (tr *TraversalRecord) AllLinks() []cid.Cid + func (tr *TraversalRecord) GetLinks(root datamodel.Path) []cid.Cid + func (tr *TraversalRecord) RecordNextStep(p []datamodel.PathSegment, link cid.Cid, successful bool) + type Verifier struct + func NewVerifier(root *TraversalRecord) *Verifier + func (v *Verifier) CurrentPath() datamodel.Path + func (v *Verifier) Done() bool + func (v *Verifier) VerifyNext(link cid.Cid, successful bool) error