Documentation
¶
Overview ¶
Package debug provides tools to print a parsed expression graph and adorn each expression element with additional metadata.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToAdornedDebugString ¶
func ToAdornedDebugString(e *expr.Expr, adorner DebugAdorner) string
func ToDebugString ¶
Types ¶
type DebugAdorner ¶
type DebugAdorner interface { // GetMetadata for the input context. GetMetadata(ctx interface{}) string }
DebugAdorner returns debug metadata that will be tacked on to the string representation of an expression.
Click to show internal directories.
Click to hide internal directories.