Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewWhenEnv = func() *WhenEnv { return &WhenEnv{Env: envMap()} }
Functions ¶
func IsAllowedToExecute ¶
Types ¶
type EnvPatcher ¶ added in v1.77.0
type EnvPatcher struct{}
AST walker which replaces `$IDENTIFIER` with `Env.IDENTIFIER` member lookup expressions.
func (EnvPatcher) Visit ¶ added in v1.77.0
func (EnvPatcher) Visit(node *ast.Node)
Click to show internal directories.
Click to hide internal directories.