messaging_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 messaging_mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockMessagingAPIServiceClient

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

MockMessagingAPIServiceClient is a mock of MessagingAPIServiceClient interface.

func NewMockMessagingAPIServiceClient

func NewMockMessagingAPIServiceClient(ctrl *gomock.Controller) *MockMessagingAPIServiceClient

NewMockMessagingAPIServiceClient creates a new mock instance.

func (*MockMessagingAPIServiceClient) AddUserContacts

AddUserContacts mocks base method.

func (*MockMessagingAPIServiceClient) DeleteContacts

DeleteContacts mocks base method.

func (*MockMessagingAPIServiceClient) EXPECT

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

func (*MockMessagingAPIServiceClient) GetContactById

GetContactById mocks base method.

func (*MockMessagingAPIServiceClient) GetUserContacts

GetUserContacts mocks base method.

func (*MockMessagingAPIServiceClient) NotifyAll

NotifyAll mocks base method.

func (*MockMessagingAPIServiceClient) NotifyContact

NotifyContact mocks base method.

func (*MockMessagingAPIServiceClient) SendEmail

SendEmail mocks base method.

func (*MockMessagingAPIServiceClient) SendSMS

SendSMS mocks base method.

type MockMessagingAPIServiceClientMockRecorder

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

MockMessagingAPIServiceClientMockRecorder is the mock recorder for MockMessagingAPIServiceClient.

func (*MockMessagingAPIServiceClientMockRecorder) AddUserContacts

func (mr *MockMessagingAPIServiceClientMockRecorder) AddUserContacts(ctx, in any, opts ...any) *gomock.Call

AddUserContacts indicates an expected call of AddUserContacts.

func (*MockMessagingAPIServiceClientMockRecorder) DeleteContacts

func (mr *MockMessagingAPIServiceClientMockRecorder) DeleteContacts(ctx, in any, opts ...any) *gomock.Call

DeleteContacts indicates an expected call of DeleteContacts.

func (*MockMessagingAPIServiceClientMockRecorder) GetContactById

func (mr *MockMessagingAPIServiceClientMockRecorder) GetContactById(ctx, in any, opts ...any) *gomock.Call

GetContactById indicates an expected call of GetContactById.

func (*MockMessagingAPIServiceClientMockRecorder) GetUserContacts

func (mr *MockMessagingAPIServiceClientMockRecorder) GetUserContacts(ctx, in any, opts ...any) *gomock.Call

GetUserContacts indicates an expected call of GetUserContacts.

func (*MockMessagingAPIServiceClientMockRecorder) NotifyAll

func (mr *MockMessagingAPIServiceClientMockRecorder) NotifyAll(ctx, in any, opts ...any) *gomock.Call

NotifyAll indicates an expected call of NotifyAll.

func (*MockMessagingAPIServiceClientMockRecorder) NotifyContact

func (mr *MockMessagingAPIServiceClientMockRecorder) NotifyContact(ctx, in any, opts ...any) *gomock.Call

NotifyContact indicates an expected call of NotifyContact.

func (*MockMessagingAPIServiceClientMockRecorder) SendEmail

func (mr *MockMessagingAPIServiceClientMockRecorder) SendEmail(ctx, in any, opts ...any) *gomock.Call

SendEmail indicates an expected call of SendEmail.

func (*MockMessagingAPIServiceClientMockRecorder) SendSMS

func (mr *MockMessagingAPIServiceClientMockRecorder) SendSMS(ctx, in any, opts ...any) *gomock.Call

SendSMS indicates an expected call of SendSMS.

type MockMessagingAPIServiceServer

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

MockMessagingAPIServiceServer is a mock of MessagingAPIServiceServer interface.

func NewMockMessagingAPIServiceServer

func NewMockMessagingAPIServiceServer(ctrl *gomock.Controller) *MockMessagingAPIServiceServer

NewMockMessagingAPIServiceServer creates a new mock instance.

func (*MockMessagingAPIServiceServer) AddUserContacts

AddUserContacts mocks base method.

func (*MockMessagingAPIServiceServer) DeleteContacts

DeleteContacts mocks base method.

func (*MockMessagingAPIServiceServer) EXPECT

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

func (*MockMessagingAPIServiceServer) GetContactById

GetContactById mocks base method.

func (*MockMessagingAPIServiceServer) GetUserContacts

GetUserContacts mocks base method.

func (*MockMessagingAPIServiceServer) NotifyAll

NotifyAll mocks base method.

func (*MockMessagingAPIServiceServer) NotifyContact

NotifyContact mocks base method.

func (*MockMessagingAPIServiceServer) SendEmail

SendEmail mocks base method.

func (*MockMessagingAPIServiceServer) SendSMS

SendSMS mocks base method.

type MockMessagingAPIServiceServerMockRecorder

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

MockMessagingAPIServiceServerMockRecorder is the mock recorder for MockMessagingAPIServiceServer.

func (*MockMessagingAPIServiceServerMockRecorder) AddUserContacts

func (mr *MockMessagingAPIServiceServerMockRecorder) AddUserContacts(arg0, arg1 any) *gomock.Call

AddUserContacts indicates an expected call of AddUserContacts.

func (*MockMessagingAPIServiceServerMockRecorder) DeleteContacts

func (mr *MockMessagingAPIServiceServerMockRecorder) DeleteContacts(arg0, arg1 any) *gomock.Call

DeleteContacts indicates an expected call of DeleteContacts.

func (*MockMessagingAPIServiceServerMockRecorder) GetContactById

func (mr *MockMessagingAPIServiceServerMockRecorder) GetContactById(arg0, arg1 any) *gomock.Call

GetContactById indicates an expected call of GetContactById.

func (*MockMessagingAPIServiceServerMockRecorder) GetUserContacts

func (mr *MockMessagingAPIServiceServerMockRecorder) GetUserContacts(arg0, arg1 any) *gomock.Call

GetUserContacts indicates an expected call of GetUserContacts.

func (*MockMessagingAPIServiceServerMockRecorder) NotifyAll

func (mr *MockMessagingAPIServiceServerMockRecorder) NotifyAll(arg0, arg1 any) *gomock.Call

NotifyAll indicates an expected call of NotifyAll.

func (*MockMessagingAPIServiceServerMockRecorder) NotifyContact

func (mr *MockMessagingAPIServiceServerMockRecorder) NotifyContact(arg0, arg1 any) *gomock.Call

NotifyContact indicates an expected call of NotifyContact.

func (*MockMessagingAPIServiceServerMockRecorder) SendEmail

func (mr *MockMessagingAPIServiceServerMockRecorder) SendEmail(arg0, arg1 any) *gomock.Call

SendEmail indicates an expected call of SendEmail.

func (*MockMessagingAPIServiceServerMockRecorder) SendSMS

func (mr *MockMessagingAPIServiceServerMockRecorder) SendSMS(arg0, arg1 any) *gomock.Call

SendSMS indicates an expected call of SendSMS.

type MockUnsafeMessagingAPIServiceServer

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

MockUnsafeMessagingAPIServiceServer is a mock of UnsafeMessagingAPIServiceServer interface.

func NewMockUnsafeMessagingAPIServiceServer

func NewMockUnsafeMessagingAPIServiceServer(ctrl *gomock.Controller) *MockUnsafeMessagingAPIServiceServer

NewMockUnsafeMessagingAPIServiceServer creates a new mock instance.

func (*MockUnsafeMessagingAPIServiceServer) EXPECT

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

type MockUnsafeMessagingAPIServiceServerMockRecorder

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

MockUnsafeMessagingAPIServiceServerMockRecorder is the mock recorder for MockUnsafeMessagingAPIServiceServer.

Jump to

Keyboard shortcuts

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