Documentation ¶
Overview ¶
Package steps implements a "stepper" which steps through a list of callbacks, running each one sequentially
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunSequentially ¶
RunSequentially will sequentially call the specified callback functions, stopping on the first one that returns an error By using the common error handling, code can easier to read and less prone to typos in the error handling
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.