Documentation ¶ Index ¶ Constants func Build(raw any) (any, int, error) func BuildNormalized(raw any) (map[string]any, int, error) func BuildReport(raw any) (report.Record, int, error) type Input type Projection func Project(raw any) (Projection, error) Constants ¶ View Source const ProjectionKind = "proofkit.proof-binding-test-inventory" Variables ¶ This section is empty. Functions ¶ func Build ¶ func Build(raw any) (any, int, error) func BuildNormalized ¶ func BuildNormalized(raw any) (map[string]any, int, error) func BuildReport ¶ func BuildReport(raw any) (report.Record, int, error) Types ¶ type Input ¶ type Input struct { CommandRefPrefix string CompactProof any InventoryID string NonClaims []string RequirementOwner map[string]string } type Projection ¶ type Projection struct { CommandRefs []string Entries []map[string]any Inventory map[string]any NonClaims []string } func Project ¶ func Project(raw any) (Projection, error) Source Files ¶ View all Source files proofbindingtestinventory.go Click to show internal directories. Click to hide internal directories.