Expand description
Go template parser for Helm templates.
Tokenizes Go templates for static analysis without full evaluation.
Structs§
- Parsed
Template - A parsed Go template with analysis data.
- Template
Parse Error - Parse error for templates.
Enums§
- Control
Structure - Control structure type.
- Template
Token - A token in a Go template.
Functions§
- parse_
template - Parse a Go template file.
- parse_
template_ file - Parse a template from a file.