# Functions
Walk walks the template ast and calls the Visit method on each node of the tree if you're not familiar with the Visitor pattern please check the visitor_test.go for usage examples.
# Structs
VisitorContext context for the current inspection.
# Interfaces
Visitor type implementing the visitor pattern.
# Type aliases
VisitorFunc a func that implements the Visitor interface.