Module template

Module template 

Source
Expand description

Go template parser for Helm templates.

Tokenizes Go templates for static analysis without full evaluation.

Structs§

ParsedTemplate
A parsed Go template with analysis data.
TemplateParseError
Parse error for templates.

Enums§

ControlStructure
Control structure type.
TemplateToken
A token in a Go template.

Functions§

parse_template
Parse a Go template file.
parse_template_file
Parse a template from a file.