Documentation ¶ Index ¶ func Execute(executions ...Execution) error type Execution func Join(executions ...Execution) Execution Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Execute ¶ func Execute(executions ...Execution) error Execute will execute the given instances of Execution. Types ¶ type Execution ¶ type Execution func() error Execution is a simple interface for a simple execution. It is used to wrap executions that can throw an error. It is most likely used to simplify the error handling and make the methods better readable. To achieve that please use Execute(..). func Join ¶ func Join(executions ...Execution) Execution Join will combine the given instances of Execution to one. Source Files ¶ View all Source files execution.go Click to show internal directories. Click to hide internal directories.