Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Parsers = ParserList{ FormatInToto: &intoto.Parser{}, }
Parsers
Functions ¶
This section is empty.
Types ¶
type ParserList ¶
type ParserList map[Format]attestation.StatementParser
func (*ParserList) Parse ¶
func (pl *ParserList) Parse(data []byte) (attestation.Statement, error)
Parse attempts to parse the statement data using the known predicate drivers
Click to show internal directories.
Click to hide internal directories.