Versions in this module Expand all Collapse all v3 v3.3.4 Sep 30, 2024 Changes in this version + type Variable struct + LazyEval bool + func (variables *Variable) Evaluate(values map[string]interface{}) map[string]interface{} + func (variables *Variable) EvaluateWithInteractsh(values map[string]interface{}, interact *interactsh.Client) (map[string]interface{}, []string) + func (variables *Variable) GetAll() map[string]interface{} + func (variables *Variable) UnmarshalJSON(data []byte) error + func (variables *Variable) UnmarshalYAML(unmarshal func(interface{}) error) error + func (variables Variable) JSONSchema() *jsonschema.Schema