Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Check
- func (fake *Check) Apply(arg1 context.Context) error
- func (fake *Check) ApplyArgsForCall(i int) context.Context
- func (fake *Check) ApplyCallCount() int
- func (fake *Check) ApplyCalls(stub func(context.Context) error)
- func (fake *Check) ApplyReturns(result1 error)
- func (fake *Check) ApplyReturnsOnCall(i int, result1 error)
- func (fake *Check) Invocations() map[string][][]interface{}
- func (fake *Check) Name() string
- func (fake *Check) NameCallCount() int
- func (fake *Check) NameCalls(stub func() string)
- func (fake *Check) NameReturns(result1 string)
- func (fake *Check) NameReturnsOnCall(i int, result1 string)
- func (fake *Check) Satisfied(arg1 context.Context) (bool, error)
- func (fake *Check) SatisfiedArgsForCall(i int) context.Context
- func (fake *Check) SatisfiedCallCount() int
- func (fake *Check) SatisfiedCalls(stub func(context.Context) (bool, error))
- func (fake *Check) SatisfiedReturns(result1 bool, result2 error)
- func (fake *Check) SatisfiedReturnsOnCall(i int, result1 bool, result2 error)
- type Trigger
- func (fake *Trigger) Invocations() map[string][][]interface{}
- func (fake *Trigger) Trigger(arg1 context.Context, arg2 chan<- struct{}) error
- func (fake *Trigger) TriggerArgsForCall(i int) (context.Context, chan<- struct{})
- func (fake *Trigger) TriggerCallCount() int
- func (fake *Trigger) TriggerCalls(stub func(context.Context, chan<- struct{}) error)
- func (fake *Trigger) TriggerReturns(result1 error)
- func (fake *Trigger) TriggerReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Check ¶
type Check struct {
ApplyStub func(context.Context) error
NameStub func() string
SatisfiedStub func(context.Context) (bool, error)
// contains filtered or unexported fields
}
func (*Check) ApplyCallCount ¶
func (*Check) ApplyReturns ¶
func (*Check) ApplyReturnsOnCall ¶
func (*Check) Invocations ¶
func (*Check) NameCallCount ¶
func (*Check) NameReturns ¶
func (*Check) NameReturnsOnCall ¶
func (*Check) SatisfiedCallCount ¶
func (*Check) SatisfiedCalls ¶
func (*Check) SatisfiedReturns ¶
type Trigger ¶
type Trigger struct {
TriggerStub func(context.Context, chan<- struct{}) error
// contains filtered or unexported fields
}
func (*Trigger) Invocations ¶
func (*Trigger) TriggerArgsForCall ¶
func (*Trigger) TriggerCallCount ¶
func (*Trigger) TriggerCalls ¶
func (*Trigger) TriggerReturns ¶
func (*Trigger) TriggerReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.