Closed slok closed 5 years ago
In order to have some context inside the executors for future changes, we pass the flow standarized argument ctx context.Context.
context.Context
This makes a signature change on Executor interface so is a breaking change.
Executor
In order to have some context inside the executors for future changes, we pass the flow standarized argument ctx
context.Context
.This makes a signature change on
Executor
interface so is a breaking change.