Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Applier
- func (fake *Applier) Apply(arg1 context.Context) error
- func (fake *Applier) ApplyArgsForCall(i int) context.Context
- func (fake *Applier) ApplyCallCount() int
- func (fake *Applier) ApplyCalls(stub func(context.Context) error)
- func (fake *Applier) ApplyReturns(result1 error)
- func (fake *Applier) ApplyReturnsOnCall(i int, result1 error)
- func (fake *Applier) Invocations() map[string][][]interface{}
- func (fake *Applier) Satisfied(arg1 context.Context) (bool, error)
- func (fake *Applier) SatisfiedArgsForCall(i int) context.Context
- func (fake *Applier) SatisfiedCallCount() int
- func (fake *Applier) SatisfiedCalls(stub func(context.Context) (bool, error))
- func (fake *Applier) SatisfiedReturns(result1 bool, result2 error)
- func (fake *Applier) SatisfiedReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *Applier) Validate(arg1 context.Context) error
- func (fake *Applier) ValidateArgsForCall(i int) context.Context
- func (fake *Applier) ValidateCallCount() int
- func (fake *Applier) ValidateCalls(stub func(context.Context) error)
- func (fake *Applier) ValidateReturns(result1 error)
- func (fake *Applier) ValidateReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Applier ¶
type Applier struct { ApplyStub func(context.Context) error SatisfiedStub func(context.Context) (bool, error) ValidateStub func(context.Context) error // contains filtered or unexported fields }
func (*Applier) ApplyCallCount ¶
func (*Applier) ApplyReturns ¶
func (*Applier) ApplyReturnsOnCall ¶
func (*Applier) Invocations ¶
func (*Applier) SatisfiedArgsForCall ¶
func (*Applier) SatisfiedCallCount ¶
func (*Applier) SatisfiedCalls ¶
func (*Applier) SatisfiedReturns ¶
func (*Applier) SatisfiedReturnsOnCall ¶
func (*Applier) ValidateArgsForCall ¶
func (*Applier) ValidateCallCount ¶
func (*Applier) ValidateCalls ¶
func (*Applier) ValidateReturns ¶
func (*Applier) ValidateReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.