notification_mock

package
v0.3.54 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package notification_mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockNotificationAPIServiceClient

type MockNotificationAPIServiceClient struct {
	// contains filtered or unexported fields
}

MockNotificationAPIServiceClient is a mock of NotificationAPIServiceClient interface.

func NewMockNotificationAPIServiceClient

func NewMockNotificationAPIServiceClient(ctrl *gomock.Controller) *MockNotificationAPIServiceClient

NewMockNotificationAPIServiceClient creates a new mock instance.

func (*MockNotificationAPIServiceClient) CancelScheduledPushToCircleJob

CancelScheduledPushToCircleJob mocks base method.

func (*MockNotificationAPIServiceClient) Delete

Delete mocks base method.

func (*MockNotificationAPIServiceClient) DeviceTokenCleaning

DeviceTokenCleaning mocks base method.

func (*MockNotificationAPIServiceClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockNotificationAPIServiceClient) GetNotificationSettings

GetNotificationSettings mocks base method.

func (*MockNotificationAPIServiceClient) GetUnreadCount

GetUnreadCount mocks base method.

func (*MockNotificationAPIServiceClient) List

List mocks base method.

func (*MockNotificationAPIServiceClient) ListPushToCircleJobs

ListPushToCircleJobs mocks base method.

func (*MockNotificationAPIServiceClient) LocalTesting

LocalTesting mocks base method.

func (*MockNotificationAPIServiceClient) MigrateUser

MigrateUser mocks base method.

func (*MockNotificationAPIServiceClient) MigrationJob

MigrationJob mocks base method.

func (*MockNotificationAPIServiceClient) ReadAll

ReadAll mocks base method.

func (*MockNotificationAPIServiceClient) SaveDeviceToken

SaveDeviceToken mocks base method.

func (*MockNotificationAPIServiceClient) SchedulePushToCircleJob

SchedulePushToCircleJob mocks base method.

func (*MockNotificationAPIServiceClient) SendMessage

SendMessage mocks base method.

func (*MockNotificationAPIServiceClient) SendPushToCircle

SendPushToCircle mocks base method.

func (*MockNotificationAPIServiceClient) TrackClick added in v0.2.85

TrackClick mocks base method.

func (*MockNotificationAPIServiceClient) UpsertNotificationSettings

UpsertNotificationSettings mocks base method.

type MockNotificationAPIServiceClientMockRecorder

type MockNotificationAPIServiceClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockNotificationAPIServiceClientMockRecorder is the mock recorder for MockNotificationAPIServiceClient.

func (*MockNotificationAPIServiceClientMockRecorder) CancelScheduledPushToCircleJob

func (mr *MockNotificationAPIServiceClientMockRecorder) CancelScheduledPushToCircleJob(ctx, in any, opts ...any) *gomock.Call

CancelScheduledPushToCircleJob indicates an expected call of CancelScheduledPushToCircleJob.

func (*MockNotificationAPIServiceClientMockRecorder) Delete

func (mr *MockNotificationAPIServiceClientMockRecorder) Delete(ctx, in any, opts ...any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockNotificationAPIServiceClientMockRecorder) DeviceTokenCleaning

func (mr *MockNotificationAPIServiceClientMockRecorder) DeviceTokenCleaning(ctx, in any, opts ...any) *gomock.Call

DeviceTokenCleaning indicates an expected call of DeviceTokenCleaning.

func (*MockNotificationAPIServiceClientMockRecorder) GetNotificationSettings

func (mr *MockNotificationAPIServiceClientMockRecorder) GetNotificationSettings(ctx, in any, opts ...any) *gomock.Call

GetNotificationSettings indicates an expected call of GetNotificationSettings.

func (*MockNotificationAPIServiceClientMockRecorder) GetUnreadCount

func (mr *MockNotificationAPIServiceClientMockRecorder) GetUnreadCount(ctx, in any, opts ...any) *gomock.Call

GetUnreadCount indicates an expected call of GetUnreadCount.

func (*MockNotificationAPIServiceClientMockRecorder) List

func (mr *MockNotificationAPIServiceClientMockRecorder) List(ctx, in any, opts ...any) *gomock.Call

List indicates an expected call of List.

func (*MockNotificationAPIServiceClientMockRecorder) ListPushToCircleJobs

func (mr *MockNotificationAPIServiceClientMockRecorder) ListPushToCircleJobs(ctx, in any, opts ...any) *gomock.Call

ListPushToCircleJobs indicates an expected call of ListPushToCircleJobs.

func (*MockNotificationAPIServiceClientMockRecorder) LocalTesting

func (mr *MockNotificationAPIServiceClientMockRecorder) LocalTesting(ctx, in any, opts ...any) *gomock.Call

LocalTesting indicates an expected call of LocalTesting.

func (*MockNotificationAPIServiceClientMockRecorder) MigrateUser

func (mr *MockNotificationAPIServiceClientMockRecorder) MigrateUser(ctx, in any, opts ...any) *gomock.Call

MigrateUser indicates an expected call of MigrateUser.

func (*MockNotificationAPIServiceClientMockRecorder) MigrationJob

func (mr *MockNotificationAPIServiceClientMockRecorder) MigrationJob(ctx, in any, opts ...any) *gomock.Call

MigrationJob indicates an expected call of MigrationJob.

func (*MockNotificationAPIServiceClientMockRecorder) ReadAll

func (mr *MockNotificationAPIServiceClientMockRecorder) ReadAll(ctx, in any, opts ...any) *gomock.Call

ReadAll indicates an expected call of ReadAll.

func (*MockNotificationAPIServiceClientMockRecorder) SaveDeviceToken

func (mr *MockNotificationAPIServiceClientMockRecorder) SaveDeviceToken(ctx, in any, opts ...any) *gomock.Call

SaveDeviceToken indicates an expected call of SaveDeviceToken.

func (*MockNotificationAPIServiceClientMockRecorder) SchedulePushToCircleJob

func (mr *MockNotificationAPIServiceClientMockRecorder) SchedulePushToCircleJob(ctx, in any, opts ...any) *gomock.Call

SchedulePushToCircleJob indicates an expected call of SchedulePushToCircleJob.

func (*MockNotificationAPIServiceClientMockRecorder) SendMessage

func (mr *MockNotificationAPIServiceClientMockRecorder) SendMessage(ctx, in any, opts ...any) *gomock.Call

SendMessage indicates an expected call of SendMessage.

func (*MockNotificationAPIServiceClientMockRecorder) SendPushToCircle

func (mr *MockNotificationAPIServiceClientMockRecorder) SendPushToCircle(ctx, in any, opts ...any) *gomock.Call

SendPushToCircle indicates an expected call of SendPushToCircle.

func (*MockNotificationAPIServiceClientMockRecorder) TrackClick added in v0.2.85

func (mr *MockNotificationAPIServiceClientMockRecorder) TrackClick(ctx, in any, opts ...any) *gomock.Call

TrackClick indicates an expected call of TrackClick.

func (*MockNotificationAPIServiceClientMockRecorder) UpsertNotificationSettings

func (mr *MockNotificationAPIServiceClientMockRecorder) UpsertNotificationSettings(ctx, in any, opts ...any) *gomock.Call

UpsertNotificationSettings indicates an expected call of UpsertNotificationSettings.

type MockNotificationAPIServiceServer

type MockNotificationAPIServiceServer struct {
	// contains filtered or unexported fields
}

MockNotificationAPIServiceServer is a mock of NotificationAPIServiceServer interface.

func NewMockNotificationAPIServiceServer

func NewMockNotificationAPIServiceServer(ctrl *gomock.Controller) *MockNotificationAPIServiceServer

NewMockNotificationAPIServiceServer creates a new mock instance.

func (*MockNotificationAPIServiceServer) CancelScheduledPushToCircleJob

CancelScheduledPushToCircleJob mocks base method.

func (*MockNotificationAPIServiceServer) Delete

Delete mocks base method.

func (*MockNotificationAPIServiceServer) DeviceTokenCleaning

DeviceTokenCleaning mocks base method.

func (*MockNotificationAPIServiceServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockNotificationAPIServiceServer) GetNotificationSettings

GetNotificationSettings mocks base method.

func (*MockNotificationAPIServiceServer) GetUnreadCount

GetUnreadCount mocks base method.

func (*MockNotificationAPIServiceServer) List

List mocks base method.

func (*MockNotificationAPIServiceServer) ListPushToCircleJobs

ListPushToCircleJobs mocks base method.

func (*MockNotificationAPIServiceServer) LocalTesting

LocalTesting mocks base method.

func (*MockNotificationAPIServiceServer) MigrateUser

MigrateUser mocks base method.

func (*MockNotificationAPIServiceServer) MigrationJob

MigrationJob mocks base method.

func (*MockNotificationAPIServiceServer) ReadAll

ReadAll mocks base method.

func (*MockNotificationAPIServiceServer) SaveDeviceToken

SaveDeviceToken mocks base method.

func (*MockNotificationAPIServiceServer) SchedulePushToCircleJob

SchedulePushToCircleJob mocks base method.

func (*MockNotificationAPIServiceServer) SendMessage

SendMessage mocks base method.

func (*MockNotificationAPIServiceServer) SendPushToCircle

SendPushToCircle mocks base method.

func (*MockNotificationAPIServiceServer) TrackClick added in v0.2.85

TrackClick mocks base method.

func (*MockNotificationAPIServiceServer) UpsertNotificationSettings

UpsertNotificationSettings mocks base method.

type MockNotificationAPIServiceServerMockRecorder

type MockNotificationAPIServiceServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockNotificationAPIServiceServerMockRecorder is the mock recorder for MockNotificationAPIServiceServer.

func (*MockNotificationAPIServiceServerMockRecorder) CancelScheduledPushToCircleJob

func (mr *MockNotificationAPIServiceServerMockRecorder) CancelScheduledPushToCircleJob(arg0, arg1 any) *gomock.Call

CancelScheduledPushToCircleJob indicates an expected call of CancelScheduledPushToCircleJob.

func (*MockNotificationAPIServiceServerMockRecorder) Delete

Delete indicates an expected call of Delete.

func (*MockNotificationAPIServiceServerMockRecorder) DeviceTokenCleaning

func (mr *MockNotificationAPIServiceServerMockRecorder) DeviceTokenCleaning(arg0, arg1 any) *gomock.Call

DeviceTokenCleaning indicates an expected call of DeviceTokenCleaning.

func (*MockNotificationAPIServiceServerMockRecorder) GetNotificationSettings

func (mr *MockNotificationAPIServiceServerMockRecorder) GetNotificationSettings(arg0, arg1 any) *gomock.Call

GetNotificationSettings indicates an expected call of GetNotificationSettings.

func (*MockNotificationAPIServiceServerMockRecorder) GetUnreadCount

func (mr *MockNotificationAPIServiceServerMockRecorder) GetUnreadCount(arg0, arg1 any) *gomock.Call

GetUnreadCount indicates an expected call of GetUnreadCount.

func (*MockNotificationAPIServiceServerMockRecorder) List

List indicates an expected call of List.

func (*MockNotificationAPIServiceServerMockRecorder) ListPushToCircleJobs

func (mr *MockNotificationAPIServiceServerMockRecorder) ListPushToCircleJobs(arg0, arg1 any) *gomock.Call

ListPushToCircleJobs indicates an expected call of ListPushToCircleJobs.

func (*MockNotificationAPIServiceServerMockRecorder) LocalTesting

func (mr *MockNotificationAPIServiceServerMockRecorder) LocalTesting(arg0, arg1 any) *gomock.Call

LocalTesting indicates an expected call of LocalTesting.

func (*MockNotificationAPIServiceServerMockRecorder) MigrateUser

func (mr *MockNotificationAPIServiceServerMockRecorder) MigrateUser(arg0, arg1 any) *gomock.Call

MigrateUser indicates an expected call of MigrateUser.

func (*MockNotificationAPIServiceServerMockRecorder) MigrationJob

func (mr *MockNotificationAPIServiceServerMockRecorder) MigrationJob(arg0, arg1 any) *gomock.Call

MigrationJob indicates an expected call of MigrationJob.

func (*MockNotificationAPIServiceServerMockRecorder) ReadAll

ReadAll indicates an expected call of ReadAll.

func (*MockNotificationAPIServiceServerMockRecorder) SaveDeviceToken

func (mr *MockNotificationAPIServiceServerMockRecorder) SaveDeviceToken(arg0, arg1 any) *gomock.Call

SaveDeviceToken indicates an expected call of SaveDeviceToken.

func (*MockNotificationAPIServiceServerMockRecorder) SchedulePushToCircleJob

func (mr *MockNotificationAPIServiceServerMockRecorder) SchedulePushToCircleJob(arg0, arg1 any) *gomock.Call

SchedulePushToCircleJob indicates an expected call of SchedulePushToCircleJob.

func (*MockNotificationAPIServiceServerMockRecorder) SendMessage

func (mr *MockNotificationAPIServiceServerMockRecorder) SendMessage(arg0, arg1 any) *gomock.Call

SendMessage indicates an expected call of SendMessage.

func (*MockNotificationAPIServiceServerMockRecorder) SendPushToCircle

func (mr *MockNotificationAPIServiceServerMockRecorder) SendPushToCircle(arg0, arg1 any) *gomock.Call

SendPushToCircle indicates an expected call of SendPushToCircle.

func (*MockNotificationAPIServiceServerMockRecorder) TrackClick added in v0.2.85

func (mr *MockNotificationAPIServiceServerMockRecorder) TrackClick(arg0, arg1 any) *gomock.Call

TrackClick indicates an expected call of TrackClick.

func (*MockNotificationAPIServiceServerMockRecorder) UpsertNotificationSettings

func (mr *MockNotificationAPIServiceServerMockRecorder) UpsertNotificationSettings(arg0, arg1 any) *gomock.Call

UpsertNotificationSettings indicates an expected call of UpsertNotificationSettings.

type MockUnsafeNotificationAPIServiceServer

type MockUnsafeNotificationAPIServiceServer struct {
	// contains filtered or unexported fields
}

MockUnsafeNotificationAPIServiceServer is a mock of UnsafeNotificationAPIServiceServer interface.

func NewMockUnsafeNotificationAPIServiceServer

func NewMockUnsafeNotificationAPIServiceServer(ctrl *gomock.Controller) *MockUnsafeNotificationAPIServiceServer

NewMockUnsafeNotificationAPIServiceServer creates a new mock instance.

func (*MockUnsafeNotificationAPIServiceServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockUnsafeNotificationAPIServiceServerMockRecorder

type MockUnsafeNotificationAPIServiceServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockUnsafeNotificationAPIServiceServerMockRecorder is the mock recorder for MockUnsafeNotificationAPIServiceServer.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL