Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Applier
- func (fake *Applier) Invocations() map[string][][]interface{}
- func (fake *Applier) Run(arg1 context.Context, arg2 <-chan change.Change) error
- func (fake *Applier) RunArgsForCall(i int) (context.Context, <-chan change.Change)
- func (fake *Applier) RunCallCount() int
- func (fake *Applier) RunReturns(result1 error)
- func (fake *Applier) RunReturnsOnCall(i int, result1 error)
- type Getter
- func (fake *Getter) Invocations() map[string][][]interface{}
- func (fake *Getter) Run(arg1 context.Context, arg2 chan<- change.Change) error
- func (fake *Getter) RunArgsForCall(i int) (context.Context, chan<- change.Change)
- func (fake *Getter) RunCallCount() int
- func (fake *Getter) RunReturns(result1 error)
- func (fake *Getter) RunReturnsOnCall(i int, result1 error)
- type Manager
- func (fake *Manager) Invocations() map[string][][]interface{}
- func (fake *Manager) Run(ctx context.Context) error
- func (fake *Manager) RunArgsForCall(i int) context.Context
- func (fake *Manager) RunCallCount() int
- func (fake *Manager) RunReturns(result1 error)
- func (fake *Manager) RunReturnsOnCall(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 { RunStub func(context.Context, <-chan change.Change) error // contains filtered or unexported fields }
func (*Applier) Invocations ¶
func (*Applier) RunArgsForCall ¶
func (*Applier) RunCallCount ¶
func (*Applier) RunReturns ¶
func (*Applier) RunReturnsOnCall ¶
type Getter ¶
type Getter struct { RunStub func(context.Context, chan<- change.Change) error // contains filtered or unexported fields }
func (*Getter) Invocations ¶
func (*Getter) RunArgsForCall ¶
func (*Getter) RunCallCount ¶
func (*Getter) RunReturns ¶
func (*Getter) RunReturnsOnCall ¶
type Manager ¶
type Manager struct { RunStub func(ctx context.Context) error // contains filtered or unexported fields }
func (*Manager) Invocations ¶
func (*Manager) RunCallCount ¶
func (*Manager) RunReturns ¶
func (*Manager) RunReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.