Versions in this module Expand all Collapse all v1 v1.32.0 Apr 4, 2025 Changes in this version + const ChildrenKey + const ConfigKey + const ErrorKey + const FunctionsArgsKey + const InputKey + const IteratorKey + const MaxRetriesKey + const MetadataKey + const OutputKey + const PreHookKey + const ResolutionKey + const ResolverInputKey + const StateKey + const StepKey + const TaskKey + const TryCountKey + const VarKey + type Values struct + func NewValues() *Values + func (v *Values) Apply(templateStr string, item interface{}, stepName string) ([]byte, error) + func (v *Values) Clone() (*Values, error) + func (v *Values) GetChildren(stepName string) interface{} + func (v *Values) GetError(stepName string) interface{} + func (v *Values) GetMaxRetries(stepName string) interface{} + func (v *Values) GetMetadata(stepName string) interface{} + func (v *Values) GetOutput(stepName string) interface{} + func (v *Values) GetState(stepName string) interface{} + func (v *Values) GetSteps() map[string]interface{} + func (v *Values) GetTryCount(stepName string) interface{} + func (v *Values) GetVariables() map[string]*Variable + func (v *Values) SetChildren(stepName string, value interface{}) + func (v *Values) SetConfig(cfg map[string]interface{}) + func (v *Values) SetError(stepName string, value interface{}) + func (v *Values) SetFunctionsArgs(in map[string]interface{}) + func (v *Values) SetInput(in map[string]interface{}) + func (v *Values) SetIterator(i interface{}) + func (v *Values) SetMaxRetries(stepName string, value interface{}) + func (v *Values) SetMetadata(stepName string, value interface{}) + func (v *Values) SetOutput(stepName string, value interface{}) + func (v *Values) SetPreHook(output, metadata interface{}) + func (v *Values) SetResolverInput(in map[string]interface{}) + func (v *Values) SetState(stepName string, value interface{}) + func (v *Values) SetTaskInfos(t map[string]interface{}) + func (v *Values) SetTryCount(stepName string, value interface{}) + func (v *Values) SetVariables(vars []Variable) + func (v *Values) UnsetChildren(stepName string) + func (v *Values) UnsetError(stepName string) + func (v *Values) UnsetIterator() + func (v *Values) UnsetMaxRetries(stepName string) + func (v *Values) UnsetMetadata(stepName string) + func (v *Values) UnsetOutput(stepName string) + func (v *Values) UnsetState(stepName string) + func (v *Values) UnsetTryCount(stepName string) + type Variable struct + Expression string + ExpressionTimeout string + Name string + Value interface{}