Documentation ¶
Index ¶
- func CheckVars(log *zap.Logger, state *model.WorkflowState, el *model.Element) error
- func Decode(log *zap.Logger, vars []byte) (model.Vars, error)
- func Encode(log *zap.Logger, vars model.Vars) ([]byte, error)
- func InputVars(log *zap.Logger, oldVarsBin []byte, newVarsBin *[]byte, el *model.Element) error
- func OutputVars(log *zap.Logger, newVarsBin []byte, mergeVarsBin *[]byte, el *model.Element) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Encode ¶
Encode encodes the map of workflow variables into a go binary to be sent across the wire.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.