Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Sensitive can be used as a sensitive marker on values Sensitive = 1 << iota )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Evaluator ¶ added in v0.20.0
type Evaluator struct {
// contains filtered or unexported fields
}
func NewEvaluator ¶ added in v0.20.0
NewEvaluator creates a new Evaluator for input evaluations.
Use the Eval method to evaluate the provided inputs in some text. Sensitive inputs can be marked with the Sensitive mark defined in this package.
type Input ¶ added in v0.20.0
func (Input) MarkSensitive ¶ added in v0.20.0
type ParseError ¶ added in v0.22.0
type ParseError = internal.ParseError
Click to show internal directories.
Click to hide internal directories.