connectparticipantmock

package
v1.43.22 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package connectparticipantmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockConnectParticipantAPI

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

MockConnectParticipantAPI is a mock of ConnectParticipantAPI interface.

func NewMockConnectParticipantAPI

func NewMockConnectParticipantAPI(ctrl *gomock.Controller) *MockConnectParticipantAPI

NewMockConnectParticipantAPI creates a new mock instance.

func (*MockConnectParticipantAPI) CompleteAttachmentUpload

CompleteAttachmentUpload mocks base method.

func (*MockConnectParticipantAPI) CompleteAttachmentUploadRequest

CompleteAttachmentUploadRequest mocks base method.

func (*MockConnectParticipantAPI) CompleteAttachmentUploadWithContext

CompleteAttachmentUploadWithContext mocks base method.

func (*MockConnectParticipantAPI) CreateParticipantConnection

CreateParticipantConnection mocks base method.

func (*MockConnectParticipantAPI) CreateParticipantConnectionRequest

CreateParticipantConnectionRequest mocks base method.

func (*MockConnectParticipantAPI) CreateParticipantConnectionWithContext

CreateParticipantConnectionWithContext mocks base method.

func (*MockConnectParticipantAPI) DisconnectParticipant

DisconnectParticipant mocks base method.

func (*MockConnectParticipantAPI) DisconnectParticipantRequest

DisconnectParticipantRequest mocks base method.

func (*MockConnectParticipantAPI) DisconnectParticipantWithContext

DisconnectParticipantWithContext mocks base method.

func (*MockConnectParticipantAPI) EXPECT

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

func (*MockConnectParticipantAPI) GetAttachment

GetAttachment mocks base method.

func (*MockConnectParticipantAPI) GetAttachmentRequest

GetAttachmentRequest mocks base method.

func (*MockConnectParticipantAPI) GetAttachmentWithContext

GetAttachmentWithContext mocks base method.

func (*MockConnectParticipantAPI) GetTranscript

GetTranscript mocks base method.

func (*MockConnectParticipantAPI) GetTranscriptPages

GetTranscriptPages mocks base method.

func (*MockConnectParticipantAPI) GetTranscriptPagesWithContext

GetTranscriptPagesWithContext mocks base method.

func (*MockConnectParticipantAPI) GetTranscriptRequest

GetTranscriptRequest mocks base method.

func (*MockConnectParticipantAPI) GetTranscriptWithContext

GetTranscriptWithContext mocks base method.

func (*MockConnectParticipantAPI) SendEvent

SendEvent mocks base method.

func (*MockConnectParticipantAPI) SendEventRequest

SendEventRequest mocks base method.

func (*MockConnectParticipantAPI) SendEventWithContext

SendEventWithContext mocks base method.

func (*MockConnectParticipantAPI) SendMessage

SendMessage mocks base method.

func (*MockConnectParticipantAPI) SendMessageRequest

SendMessageRequest mocks base method.

func (*MockConnectParticipantAPI) SendMessageWithContext

SendMessageWithContext mocks base method.

func (*MockConnectParticipantAPI) StartAttachmentUpload

StartAttachmentUpload mocks base method.

func (*MockConnectParticipantAPI) StartAttachmentUploadRequest

StartAttachmentUploadRequest mocks base method.

func (*MockConnectParticipantAPI) StartAttachmentUploadWithContext

StartAttachmentUploadWithContext mocks base method.

type MockConnectParticipantAPIMockRecorder

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

MockConnectParticipantAPIMockRecorder is the mock recorder for MockConnectParticipantAPI.

func (*MockConnectParticipantAPIMockRecorder) CompleteAttachmentUpload

func (mr *MockConnectParticipantAPIMockRecorder) CompleteAttachmentUpload(arg0 interface{}) *gomock.Call

CompleteAttachmentUpload indicates an expected call of CompleteAttachmentUpload.

func (*MockConnectParticipantAPIMockRecorder) CompleteAttachmentUploadRequest

func (mr *MockConnectParticipantAPIMockRecorder) CompleteAttachmentUploadRequest(arg0 interface{}) *gomock.Call

CompleteAttachmentUploadRequest indicates an expected call of CompleteAttachmentUploadRequest.

func (*MockConnectParticipantAPIMockRecorder) CompleteAttachmentUploadWithContext

func (mr *MockConnectParticipantAPIMockRecorder) CompleteAttachmentUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CompleteAttachmentUploadWithContext indicates an expected call of CompleteAttachmentUploadWithContext.

func (*MockConnectParticipantAPIMockRecorder) CreateParticipantConnection

func (mr *MockConnectParticipantAPIMockRecorder) CreateParticipantConnection(arg0 interface{}) *gomock.Call

CreateParticipantConnection indicates an expected call of CreateParticipantConnection.

func (*MockConnectParticipantAPIMockRecorder) CreateParticipantConnectionRequest

func (mr *MockConnectParticipantAPIMockRecorder) CreateParticipantConnectionRequest(arg0 interface{}) *gomock.Call

CreateParticipantConnectionRequest indicates an expected call of CreateParticipantConnectionRequest.

func (*MockConnectParticipantAPIMockRecorder) CreateParticipantConnectionWithContext

func (mr *MockConnectParticipantAPIMockRecorder) CreateParticipantConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateParticipantConnectionWithContext indicates an expected call of CreateParticipantConnectionWithContext.

func (*MockConnectParticipantAPIMockRecorder) DisconnectParticipant

func (mr *MockConnectParticipantAPIMockRecorder) DisconnectParticipant(arg0 interface{}) *gomock.Call

DisconnectParticipant indicates an expected call of DisconnectParticipant.

func (*MockConnectParticipantAPIMockRecorder) DisconnectParticipantRequest

func (mr *MockConnectParticipantAPIMockRecorder) DisconnectParticipantRequest(arg0 interface{}) *gomock.Call

DisconnectParticipantRequest indicates an expected call of DisconnectParticipantRequest.

func (*MockConnectParticipantAPIMockRecorder) DisconnectParticipantWithContext

func (mr *MockConnectParticipantAPIMockRecorder) DisconnectParticipantWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisconnectParticipantWithContext indicates an expected call of DisconnectParticipantWithContext.

func (*MockConnectParticipantAPIMockRecorder) GetAttachment

func (mr *MockConnectParticipantAPIMockRecorder) GetAttachment(arg0 interface{}) *gomock.Call

GetAttachment indicates an expected call of GetAttachment.

func (*MockConnectParticipantAPIMockRecorder) GetAttachmentRequest

func (mr *MockConnectParticipantAPIMockRecorder) GetAttachmentRequest(arg0 interface{}) *gomock.Call

GetAttachmentRequest indicates an expected call of GetAttachmentRequest.

func (*MockConnectParticipantAPIMockRecorder) GetAttachmentWithContext

func (mr *MockConnectParticipantAPIMockRecorder) GetAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAttachmentWithContext indicates an expected call of GetAttachmentWithContext.

func (*MockConnectParticipantAPIMockRecorder) GetTranscript

func (mr *MockConnectParticipantAPIMockRecorder) GetTranscript(arg0 interface{}) *gomock.Call

GetTranscript indicates an expected call of GetTranscript.

func (*MockConnectParticipantAPIMockRecorder) GetTranscriptPages

func (mr *MockConnectParticipantAPIMockRecorder) GetTranscriptPages(arg0, arg1 interface{}) *gomock.Call

GetTranscriptPages indicates an expected call of GetTranscriptPages.

func (*MockConnectParticipantAPIMockRecorder) GetTranscriptPagesWithContext

func (mr *MockConnectParticipantAPIMockRecorder) GetTranscriptPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetTranscriptPagesWithContext indicates an expected call of GetTranscriptPagesWithContext.

func (*MockConnectParticipantAPIMockRecorder) GetTranscriptRequest

func (mr *MockConnectParticipantAPIMockRecorder) GetTranscriptRequest(arg0 interface{}) *gomock.Call

GetTranscriptRequest indicates an expected call of GetTranscriptRequest.

func (*MockConnectParticipantAPIMockRecorder) GetTranscriptWithContext

func (mr *MockConnectParticipantAPIMockRecorder) GetTranscriptWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTranscriptWithContext indicates an expected call of GetTranscriptWithContext.

func (*MockConnectParticipantAPIMockRecorder) SendEvent

func (mr *MockConnectParticipantAPIMockRecorder) SendEvent(arg0 interface{}) *gomock.Call

SendEvent indicates an expected call of SendEvent.

func (*MockConnectParticipantAPIMockRecorder) SendEventRequest

func (mr *MockConnectParticipantAPIMockRecorder) SendEventRequest(arg0 interface{}) *gomock.Call

SendEventRequest indicates an expected call of SendEventRequest.

func (*MockConnectParticipantAPIMockRecorder) SendEventWithContext

func (mr *MockConnectParticipantAPIMockRecorder) SendEventWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendEventWithContext indicates an expected call of SendEventWithContext.

func (*MockConnectParticipantAPIMockRecorder) SendMessage

func (mr *MockConnectParticipantAPIMockRecorder) SendMessage(arg0 interface{}) *gomock.Call

SendMessage indicates an expected call of SendMessage.

func (*MockConnectParticipantAPIMockRecorder) SendMessageRequest

func (mr *MockConnectParticipantAPIMockRecorder) SendMessageRequest(arg0 interface{}) *gomock.Call

SendMessageRequest indicates an expected call of SendMessageRequest.

func (*MockConnectParticipantAPIMockRecorder) SendMessageWithContext

func (mr *MockConnectParticipantAPIMockRecorder) SendMessageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendMessageWithContext indicates an expected call of SendMessageWithContext.

func (*MockConnectParticipantAPIMockRecorder) StartAttachmentUpload

func (mr *MockConnectParticipantAPIMockRecorder) StartAttachmentUpload(arg0 interface{}) *gomock.Call

StartAttachmentUpload indicates an expected call of StartAttachmentUpload.

func (*MockConnectParticipantAPIMockRecorder) StartAttachmentUploadRequest

func (mr *MockConnectParticipantAPIMockRecorder) StartAttachmentUploadRequest(arg0 interface{}) *gomock.Call

StartAttachmentUploadRequest indicates an expected call of StartAttachmentUploadRequest.

func (*MockConnectParticipantAPIMockRecorder) StartAttachmentUploadWithContext

func (mr *MockConnectParticipantAPIMockRecorder) StartAttachmentUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartAttachmentUploadWithContext indicates an expected call of StartAttachmentUploadWithContext.

Jump to

Keyboard shortcuts

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