Documentation ¶
Index ¶
Constants ¶
View Source
const ( StatementType = "https://in-toto.io/Statement/v0.1" PayloadType = "application/vnd.in-toto+json" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Statement ¶
type Statement struct { Type string `json:"_type"` Subject []Subject `json:"subject"` PredicateType string `json:"predicateType"` Predicate json.RawMessage `json:"predicate"` }
func NewStatement ¶
Click to show internal directories.
Click to hide internal directories.