Versions in this module Expand all Collapse all v0 v0.0.1 Oct 16, 2022 Changes in this version + type FakeBlockWithClose struct + CloseStub func(context.Context) error + func (fake *FakeBlockWithClose) Close(arg1 context.Context) error + func (fake *FakeBlockWithClose) CloseArgsForCall(i int) context.Context + func (fake *FakeBlockWithClose) CloseCallCount() int + func (fake *FakeBlockWithClose) CloseCalls(stub func(context.Context) error) + func (fake *FakeBlockWithClose) CloseReturns(result1 error) + func (fake *FakeBlockWithClose) CloseReturnsOnCall(i int, result1 error) + func (fake *FakeBlockWithClose) Invocations() map[string][][]interface{} + type FakeBlockWithInit struct + InitStub func(context.Context) (bool, error) + func (fake *FakeBlockWithInit) Init(arg1 context.Context) (bool, error) + func (fake *FakeBlockWithInit) InitArgsForCall(i int) context.Context + func (fake *FakeBlockWithInit) InitCallCount() int + func (fake *FakeBlockWithInit) InitCalls(stub func(context.Context) (bool, error)) + func (fake *FakeBlockWithInit) InitReturns(result1 bool, result2 error) + func (fake *FakeBlockWithInit) InitReturnsOnCall(i int, result1 bool, result2 error) + func (fake *FakeBlockWithInit) Invocations() map[string][][]interface{} + type FakeBlockWithRun struct + RunStub func(context.Context) (conflow.Result, error) + func (fake *FakeBlockWithRun) Invocations() map[string][][]interface{} + func (fake *FakeBlockWithRun) Run(arg1 context.Context) (conflow.Result, error) + func (fake *FakeBlockWithRun) RunArgsForCall(i int) context.Context + func (fake *FakeBlockWithRun) RunCallCount() int + func (fake *FakeBlockWithRun) RunCalls(stub func(context.Context) (conflow.Result, error)) + func (fake *FakeBlockWithRun) RunReturns(result1 conflow.Result, result2 error) + func (fake *FakeBlockWithRun) RunReturnsOnCall(i int, result1 conflow.Result, result2 error)