Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Expression ¶
func (Expression) Evaluate ¶
func (f Expression) Evaluate(deploymentProvider functions.DeploymentData) interface{}
type Node ¶
type Node interface {
Evaluate(deploymentProvider functions.DeploymentData) interface{}
}
func NewExpressionTree ¶
Click to show internal directories.
Click to hide internal directories.