Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Executor
- func (fake *Executor) Execute(arg1 context.Context, arg2 string, arg3 string, arg4 string) error
- func (fake *Executor) ExecuteArgsForCall(i int) (context.Context, string, string, string)
- func (fake *Executor) ExecuteCallCount() int
- func (fake *Executor) ExecuteCalls(stub func(context.Context, string, string, string) error)
- func (fake *Executor) ExecuteReturns(result1 error)
- func (fake *Executor) ExecuteReturnsOnCall(i int, result1 error)
- func (fake *Executor) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶ added in v0.2.13
type Executor struct {
ExecuteStub func(context.Context, string, string, string) error
// contains filtered or unexported fields
}
func (*Executor) ExecuteArgsForCall ¶ added in v0.2.13
func (*Executor) ExecuteCallCount ¶ added in v0.2.13
func (*Executor) ExecuteCalls ¶ added in v0.2.13
func (*Executor) ExecuteReturns ¶ added in v0.2.13
func (*Executor) ExecuteReturnsOnCall ¶ added in v0.2.13
func (*Executor) Invocations ¶ added in v0.2.13
Click to show internal directories.
Click to hide internal directories.