Versions in this module Expand all Collapse all v0 v0.3.0 Sep 1, 2026 Changes in this version + type ASTDumper struct + func NewASTDumper(writer io.Writer) *ASTDumper + func NewStdoutASTDumper() *ASTDumper + func (d *ASTDumper) DumpFile(file *ast.File) + func (d *ASTDumper) DumpFlows(flows []*ast.Flow) + func (d *ASTDumper) DumpRules(rules []*ast.Rule)