Structs§
- Analysis
Issue - Control
Usage - Eval
Context - Execution context threaded through template evaluation.
- Function
Call - Function
Registry - Registry that maps helper names to callable functions.
- Function
Registry Builder - Helper for constructing registries before freezing them into an immutable map.
- Template
- Parsed template with associated AST and original source.
- Template
Analysis - Template
Call - Variable
Access
Enums§
- Certainty
- Control
Kind - Error
- Unified error type for the template engine.
- Function
Source - Precision
- Variable
Kind
Functions§
- analyze_
template - coerce_
number - install_
text_ template_ functions - Installs the standard Go text/template helper functions into an existing registry builder.
- is_
empty - is_
truthy - text_
template_ functions - Returns a registry populated with the standard Go text/template helper functions.
- value_
to_ string