Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Evaluator ¶
type Evaluator interface {
// Evaluate evaluates the given expression and returns its result, and an
// error, if any.
Evaluate(expression string) (string, error)
}
Evaluator evaluates expressions nested inside supported blocks (${{ ... }}).
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
func NewScanner ¶
NewScanner returns a new generic `Scanner` object.
Click to show internal directories.
Click to hide internal directories.