Documentation
¶
Overview ¶
Package mock_notification is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockNotificationClient ¶
type MockNotificationClient struct {
// contains filtered or unexported fields
}
MockNotificationClient is a mock of NotificationClient interface
func NewMockNotificationClient ¶
func NewMockNotificationClient(ctrl *gomock.Controller) *MockNotificationClient
NewMockNotificationClient creates a new mock instance
func (*MockNotificationClient) EXPECT ¶
func (m *MockNotificationClient) EXPECT() *MockNotificationClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockNotificationClientMockRecorder ¶
type MockNotificationClientMockRecorder struct {
// contains filtered or unexported fields
}
MockNotificationClientMockRecorder is the mock recorder for MockNotificationClient
func (*MockNotificationClientMockRecorder) Send ¶
func (mr *MockNotificationClientMockRecorder) Send(ctx, deviceTokens, title, body interface{}) *gomock.Call
Send indicates an expected call of Send
Click to show internal directories.
Click to hide internal directories.