Documentation ¶
Index ¶
- type Parser
- func (p *Parser) ParseFS(ctx context.Context, target fs.FS, path string) (map[string]interface{}, error)
- func (p *Parser) ParseFile(_ context.Context, fs fs.FS, path string) (interface{}, error)
- func (p *Parser) Required(path string) bool
- func (p *Parser) SetDebugWriter(writer io.Writer)
- func (p *Parser) SetSkipRequiredCheck(b bool)
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
}
func (*Parser) SetDebugWriter ¶ added in v0.39.0
func (*Parser) SetSkipRequiredCheck ¶ added in v0.39.0
Click to show internal directories.
Click to hide internal directories.