package
0.0.0-20231108230703-e6f21dd47af5
Repository: https://github.com/stevemcquaid/mcq.git
Documentation: pkg.go.dev

# Functions

OrderedRunner takes an array of objects of type RunningFunction and tells each to run in sequence, quitting if there are any errors.
@TODO - create different pretty printers without the runner command.

# Constants

No description provided by the author

# Structs

BoolFunction implements RunningFunction interface, and supports Functions with a single bool argument.
StringFunction implements RunningFunction interface, and supports Functions with a single string argument.
StringSliceFunction implements RunningFunction interface, and supports Functions with a single string argument.
VoidFunction implements RunningFunction interface, and supports Functions with no arguments.

# Interfaces

RunningFunction defines a generic interface to run functions.