Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockNotification ¶
MockNotification is a mocked notification.
type MockNotifier ¶
type MockNotifier chan MockNotification
MockNotifier is a testing notifier.
func (MockNotifier) Notify ¶
func (mn MockNotifier) Notify(err interface{}) error
Notify notifies with an error.
func (MockNotifier) NotifyWithRequest ¶
func (mn MockNotifier) NotifyWithRequest(err interface{}, req *http.Request) error
NotifyWithRequest notifies with a request.
Click to show internal directories.
Click to hide internal directories.