Versions in this module Expand all Collapse all v0 v0.0.5 Dec 7, 2022 v0.0.4 Nov 15, 2022 Changes in this version + var ErrSequenceCompleted = errors.New("sequence is complete, no steps to run") + var ErrSequenceShouldReturn = errors.New("function resulted in a Run Error and sequence should return") + type ErrHandler struct + Any string + Code map[int]string + Other string + type Executable struct + ForEach interface{} + Group []ExecutableMod + func (e Executable) IsFn() bool + func (e Executable) IsGroup() bool + type ExecutableMod struct + As string + FQMN string + OnErr *ErrHandler + With map[string]string + func (c ExecutableMod) Key() string + func (c ExecutableMod) ShouldReturn(code int) error