Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeManager
- func (fake *FakeManager) Invocations() map[string][][]interface{}
- func (fake *FakeManager) Reload(arg1 context.Context) error
- func (fake *FakeManager) ReloadArgsForCall(i int) context.Context
- func (fake *FakeManager) ReloadCallCount() int
- func (fake *FakeManager) ReloadCalls(stub func(context.Context) error)
- func (fake *FakeManager) ReloadReturns(result1 error)
- func (fake *FakeManager) ReloadReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeManager ¶
type FakeManager struct { ReloadStub func(context.Context) error // contains filtered or unexported fields }
func (*FakeManager) Invocations ¶
func (fake *FakeManager) Invocations() map[string][][]interface{}
func (*FakeManager) ReloadArgsForCall ¶
func (fake *FakeManager) ReloadArgsForCall(i int) context.Context
func (*FakeManager) ReloadCallCount ¶
func (fake *FakeManager) ReloadCallCount() int
func (*FakeManager) ReloadCalls ¶
func (fake *FakeManager) ReloadCalls(stub func(context.Context) error)
func (*FakeManager) ReloadReturns ¶
func (fake *FakeManager) ReloadReturns(result1 error)
func (*FakeManager) ReloadReturnsOnCall ¶
func (fake *FakeManager) ReloadReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.