Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockNotificationService ¶
type MockNotificationService struct {
// contains filtered or unexported fields
}
MockNotificationService is a mock of NotificationService interface
func NewMockNotificationService ¶
func NewMockNotificationService(ctrl *gomock.Controller) *MockNotificationService
NewMockNotificationService creates a new mock instance
func (*MockNotificationService) EXPECT ¶
func (m *MockNotificationService) EXPECT() *MockNotificationServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockNotificationService) Send ¶
func (m *MockNotificationService) Send(arg0 services.Notification, arg1 services.Destination) error
Send mocks base method
type MockNotificationServiceMockRecorder ¶
type MockNotificationServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockNotificationServiceMockRecorder is the mock recorder for MockNotificationService
func (*MockNotificationServiceMockRecorder) Send ¶
func (mr *MockNotificationServiceMockRecorder) Send(arg0, arg1 interface{}) *gomock.Call
Send indicates an expected call of Send
Click to show internal directories.
Click to hide internal directories.