Documentation ¶
Index ¶
- type Parser
- func (p *Parser) ParseFS(ctx context.Context, target fs.FS, path string) (map[string]any, error)
- func (p *Parser) ParseFile(_ context.Context, fsys fs.FS, path string) (any, 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 ¶
func (*Parser) SetSkipRequiredCheck ¶
Click to show internal directories.
Click to hide internal directories.