Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeNotifier ¶
type FakeNotifier struct {
NotifyStub func(context.Context, notify.Notification) error
// contains filtered or unexported fields
}
func (*FakeNotifier) Invocations ¶
func (fake *FakeNotifier) Invocations() map[string][][]interface{}
func (*FakeNotifier) Notify ¶
func (fake *FakeNotifier) Notify(arg1 context.Context, arg2 notify.Notification) error
func (*FakeNotifier) NotifyArgsForCall ¶
func (fake *FakeNotifier) NotifyArgsForCall(i int) (context.Context, notify.Notification)
func (*FakeNotifier) NotifyCallCount ¶
func (fake *FakeNotifier) NotifyCallCount() int
func (*FakeNotifier) NotifyCalls ¶
func (fake *FakeNotifier) NotifyCalls(stub func(context.Context, notify.Notification) error)
func (*FakeNotifier) NotifyReturns ¶
func (fake *FakeNotifier) NotifyReturns(result1 error)
func (*FakeNotifier) NotifyReturnsOnCall ¶
func (fake *FakeNotifier) NotifyReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.