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 FakeConfigLoader
- func (fake *FakeConfigLoader) Invocations() map[string][][]interface{}
- func (fake *FakeConfigLoader) Load(arg1 context.Context) (config.Config, error)
- func (fake *FakeConfigLoader) LoadArgsForCall(i int) context.Context
- func (fake *FakeConfigLoader) LoadCallCount() int
- func (fake *FakeConfigLoader) LoadCalls(stub func(context.Context) (config.Config, error))
- func (fake *FakeConfigLoader) LoadReturns(result1 config.Config, result2 error)
- func (fake *FakeConfigLoader) LoadReturnsOnCall(i int, result1 config.Config, result2 error)
- type FakeNotifier
- func (fake *FakeNotifier) Invocations() map[string][][]interface{}
- func (fake *FakeNotifier) Notify(arg1 context.Context, arg2 notify.Notification) error
- func (fake *FakeNotifier) NotifyArgsForCall(i int) (context.Context, notify.Notification)
- func (fake *FakeNotifier) NotifyCallCount() int
- func (fake *FakeNotifier) NotifyCalls(stub func(context.Context, notify.Notification) error)
- func (fake *FakeNotifier) NotifyReturns(result1 error)
- func (fake *FakeNotifier) NotifyReturnsOnCall(i int, result1 error)
- type FakeWatcher
- func (fake *FakeWatcher) Invocations() map[string][][]interface{}
- func (fake *FakeWatcher) Watch(arg1 context.Context) error
- func (fake *FakeWatcher) WatchArgsForCall(i int) context.Context
- func (fake *FakeWatcher) WatchCallCount() int
- func (fake *FakeWatcher) WatchCalls(stub func(context.Context) error)
- func (fake *FakeWatcher) WatchReturns(result1 error)
- func (fake *FakeWatcher) WatchReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeConfigLoader ¶ added in v0.4.1
type FakeConfigLoader struct {
LoadStub func(context.Context) (config.Config, error)
// contains filtered or unexported fields
}
func (*FakeConfigLoader) Invocations ¶ added in v0.4.1
func (fake *FakeConfigLoader) Invocations() map[string][][]interface{}
func (*FakeConfigLoader) LoadArgsForCall ¶ added in v0.4.1
func (fake *FakeConfigLoader) LoadArgsForCall(i int) context.Context
func (*FakeConfigLoader) LoadCallCount ¶ added in v0.4.1
func (fake *FakeConfigLoader) LoadCallCount() int
func (*FakeConfigLoader) LoadReturns ¶ added in v0.4.1
func (fake *FakeConfigLoader) LoadReturns(result1 config.Config, result2 error)
func (*FakeConfigLoader) LoadReturnsOnCall ¶ added in v0.4.1
func (fake *FakeConfigLoader) LoadReturnsOnCall(i int, result1 config.Config, result2 error)
type FakeNotifier ¶ added in v0.4.1
type FakeNotifier struct {
NotifyStub func(context.Context, notify.Notification) error
// contains filtered or unexported fields
}
func (*FakeNotifier) Invocations ¶ added in v0.4.1
func (fake *FakeNotifier) Invocations() map[string][][]interface{}
func (*FakeNotifier) Notify ¶ added in v0.4.1
func (fake *FakeNotifier) Notify(arg1 context.Context, arg2 notify.Notification) error
func (*FakeNotifier) NotifyArgsForCall ¶ added in v0.4.1
func (fake *FakeNotifier) NotifyArgsForCall(i int) (context.Context, notify.Notification)
func (*FakeNotifier) NotifyCallCount ¶ added in v0.4.1
func (fake *FakeNotifier) NotifyCallCount() int
func (*FakeNotifier) NotifyCalls ¶ added in v0.4.1
func (fake *FakeNotifier) NotifyCalls(stub func(context.Context, notify.Notification) error)
func (*FakeNotifier) NotifyReturns ¶ added in v0.4.1
func (fake *FakeNotifier) NotifyReturns(result1 error)
func (*FakeNotifier) NotifyReturnsOnCall ¶ added in v0.4.1
func (fake *FakeNotifier) NotifyReturnsOnCall(i int, result1 error)
type FakeWatcher ¶ added in v0.4.1
type FakeWatcher struct {
WatchStub func(context.Context) error
// contains filtered or unexported fields
}
func (*FakeWatcher) Invocations ¶ added in v0.4.1
func (fake *FakeWatcher) Invocations() map[string][][]interface{}
func (*FakeWatcher) Watch ¶ added in v0.4.1
func (fake *FakeWatcher) Watch(arg1 context.Context) error
func (*FakeWatcher) WatchArgsForCall ¶ added in v0.4.1
func (fake *FakeWatcher) WatchArgsForCall(i int) context.Context
func (*FakeWatcher) WatchCallCount ¶ added in v0.4.1
func (fake *FakeWatcher) WatchCallCount() int
func (*FakeWatcher) WatchCalls ¶ added in v0.4.1
func (fake *FakeWatcher) WatchCalls(stub func(context.Context) error)
func (*FakeWatcher) WatchReturns ¶ added in v0.4.1
func (fake *FakeWatcher) WatchReturns(result1 error)
func (*FakeWatcher) WatchReturnsOnCall ¶ added in v0.4.1
func (fake *FakeWatcher) WatchReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.