Versions in this module Expand all Collapse all v0 v0.4.0 Mar 20, 2026 v0.3.0 Mar 20, 2026 Changes in this version + type FakeNotifier struct + NotifyStub func(context.Context, notify.Notification) error + 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)