Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct{}
Parser is the concrete implementation of parsing different schema versions.
func (Parser) ParseV1_0_0 ¶
func (p Parser) ParseV1_0_0(data []byte) (common.BaseSchema, error)
ParseV1_0_0 parses data using the v1.0.0 schema.
Click to show internal directories.
Click to hide internal directories.