Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser implements a YAML parser
func (*Parser) ParseWithCallback ¶ added in v0.6.0
func (p *Parser) ParseWithCallback(ctx context.Context, r io.Reader, callback func(core.Chunk) error) error
ParseWithCallback parses YAML and calls the callback for each chunk
func (*Parser) SupportedFormats ¶
SupportedFormats returns supported formats
Click to show internal directories.
Click to hide internal directories.