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, state *model.WorkflowState, el *model.Element) error
- func OutputVars(log *zap.Logger, state *model.WorkflowState, el *model.Element) error
- func Set(log *zap.Logger, v []byte, key string, value interface{}) ([]byte, 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.
func OutputVars ¶ added in v0.1.175
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.