Documentation ¶
Overview ¶
Package connectparticipantmock is a generated GoMock package.
Index ¶
- type MockConnectParticipantAPI
- func (m *MockConnectParticipantAPI) CreateParticipantConnection(arg0 *connectparticipant.CreateParticipantConnectionInput) (*connectparticipant.CreateParticipantConnectionOutput, error)
- func (m *MockConnectParticipantAPI) CreateParticipantConnectionRequest(arg0 *connectparticipant.CreateParticipantConnectionInput) (*request.Request, *connectparticipant.CreateParticipantConnectionOutput)
- func (m *MockConnectParticipantAPI) CreateParticipantConnectionWithContext(arg0 context.Context, ...) (*connectparticipant.CreateParticipantConnectionOutput, error)
- func (m *MockConnectParticipantAPI) DisconnectParticipant(arg0 *connectparticipant.DisconnectParticipantInput) (*connectparticipant.DisconnectParticipantOutput, error)
- func (m *MockConnectParticipantAPI) DisconnectParticipantRequest(arg0 *connectparticipant.DisconnectParticipantInput) (*request.Request, *connectparticipant.DisconnectParticipantOutput)
- func (m *MockConnectParticipantAPI) DisconnectParticipantWithContext(arg0 context.Context, arg1 *connectparticipant.DisconnectParticipantInput, ...) (*connectparticipant.DisconnectParticipantOutput, error)
- func (m *MockConnectParticipantAPI) EXPECT() *MockConnectParticipantAPIMockRecorder
- func (m *MockConnectParticipantAPI) GetTranscript(arg0 *connectparticipant.GetTranscriptInput) (*connectparticipant.GetTranscriptOutput, error)
- func (m *MockConnectParticipantAPI) GetTranscriptPages(arg0 *connectparticipant.GetTranscriptInput, ...) error
- func (m *MockConnectParticipantAPI) GetTranscriptPagesWithContext(arg0 context.Context, arg1 *connectparticipant.GetTranscriptInput, ...) error
- func (m *MockConnectParticipantAPI) GetTranscriptRequest(arg0 *connectparticipant.GetTranscriptInput) (*request.Request, *connectparticipant.GetTranscriptOutput)
- func (m *MockConnectParticipantAPI) GetTranscriptWithContext(arg0 context.Context, arg1 *connectparticipant.GetTranscriptInput, ...) (*connectparticipant.GetTranscriptOutput, error)
- func (m *MockConnectParticipantAPI) SendEvent(arg0 *connectparticipant.SendEventInput) (*connectparticipant.SendEventOutput, error)
- func (m *MockConnectParticipantAPI) SendEventRequest(arg0 *connectparticipant.SendEventInput) (*request.Request, *connectparticipant.SendEventOutput)
- func (m *MockConnectParticipantAPI) SendEventWithContext(arg0 context.Context, arg1 *connectparticipant.SendEventInput, ...) (*connectparticipant.SendEventOutput, error)
- func (m *MockConnectParticipantAPI) SendMessage(arg0 *connectparticipant.SendMessageInput) (*connectparticipant.SendMessageOutput, error)
- func (m *MockConnectParticipantAPI) SendMessageRequest(arg0 *connectparticipant.SendMessageInput) (*request.Request, *connectparticipant.SendMessageOutput)
- func (m *MockConnectParticipantAPI) SendMessageWithContext(arg0 context.Context, arg1 *connectparticipant.SendMessageInput, ...) (*connectparticipant.SendMessageOutput, error)
- type MockConnectParticipantAPIMockRecorder
- func (mr *MockConnectParticipantAPIMockRecorder) CreateParticipantConnection(arg0 interface{}) *gomock.Call
- func (mr *MockConnectParticipantAPIMockRecorder) CreateParticipantConnectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockConnectParticipantAPIMockRecorder) CreateParticipantConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockConnectParticipantAPIMockRecorder) DisconnectParticipant(arg0 interface{}) *gomock.Call
- func (mr *MockConnectParticipantAPIMockRecorder) DisconnectParticipantRequest(arg0 interface{}) *gomock.Call
- func (mr *MockConnectParticipantAPIMockRecorder) DisconnectParticipantWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockConnectParticipantAPIMockRecorder) GetTranscript(arg0 interface{}) *gomock.Call
- func (mr *MockConnectParticipantAPIMockRecorder) GetTranscriptPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockConnectParticipantAPIMockRecorder) GetTranscriptPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockConnectParticipantAPIMockRecorder) GetTranscriptRequest(arg0 interface{}) *gomock.Call
- func (mr *MockConnectParticipantAPIMockRecorder) GetTranscriptWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockConnectParticipantAPIMockRecorder) SendEvent(arg0 interface{}) *gomock.Call
- func (mr *MockConnectParticipantAPIMockRecorder) SendEventRequest(arg0 interface{}) *gomock.Call
- func (mr *MockConnectParticipantAPIMockRecorder) SendEventWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockConnectParticipantAPIMockRecorder) SendMessage(arg0 interface{}) *gomock.Call
- func (mr *MockConnectParticipantAPIMockRecorder) SendMessageRequest(arg0 interface{}) *gomock.Call
- func (mr *MockConnectParticipantAPIMockRecorder) SendMessageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
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) CreateParticipantConnection ¶
func (m *MockConnectParticipantAPI) CreateParticipantConnection(arg0 *connectparticipant.CreateParticipantConnectionInput) (*connectparticipant.CreateParticipantConnectionOutput, error)
CreateParticipantConnection mocks base method
func (*MockConnectParticipantAPI) CreateParticipantConnectionRequest ¶
func (m *MockConnectParticipantAPI) CreateParticipantConnectionRequest(arg0 *connectparticipant.CreateParticipantConnectionInput) (*request.Request, *connectparticipant.CreateParticipantConnectionOutput)
CreateParticipantConnectionRequest mocks base method
func (*MockConnectParticipantAPI) CreateParticipantConnectionWithContext ¶
func (m *MockConnectParticipantAPI) CreateParticipantConnectionWithContext(arg0 context.Context, arg1 *connectparticipant.CreateParticipantConnectionInput, arg2 ...request.Option) (*connectparticipant.CreateParticipantConnectionOutput, error)
CreateParticipantConnectionWithContext mocks base method
func (*MockConnectParticipantAPI) DisconnectParticipant ¶
func (m *MockConnectParticipantAPI) DisconnectParticipant(arg0 *connectparticipant.DisconnectParticipantInput) (*connectparticipant.DisconnectParticipantOutput, error)
DisconnectParticipant mocks base method
func (*MockConnectParticipantAPI) DisconnectParticipantRequest ¶
func (m *MockConnectParticipantAPI) DisconnectParticipantRequest(arg0 *connectparticipant.DisconnectParticipantInput) (*request.Request, *connectparticipant.DisconnectParticipantOutput)
DisconnectParticipantRequest mocks base method
func (*MockConnectParticipantAPI) DisconnectParticipantWithContext ¶
func (m *MockConnectParticipantAPI) DisconnectParticipantWithContext(arg0 context.Context, arg1 *connectparticipant.DisconnectParticipantInput, arg2 ...request.Option) (*connectparticipant.DisconnectParticipantOutput, error)
DisconnectParticipantWithContext mocks base method
func (*MockConnectParticipantAPI) EXPECT ¶
func (m *MockConnectParticipantAPI) EXPECT() *MockConnectParticipantAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockConnectParticipantAPI) GetTranscript ¶
func (m *MockConnectParticipantAPI) GetTranscript(arg0 *connectparticipant.GetTranscriptInput) (*connectparticipant.GetTranscriptOutput, error)
GetTranscript mocks base method
func (*MockConnectParticipantAPI) GetTranscriptPages ¶
func (m *MockConnectParticipantAPI) GetTranscriptPages(arg0 *connectparticipant.GetTranscriptInput, arg1 func(*connectparticipant.GetTranscriptOutput, bool) bool) error
GetTranscriptPages mocks base method
func (*MockConnectParticipantAPI) GetTranscriptPagesWithContext ¶
func (m *MockConnectParticipantAPI) GetTranscriptPagesWithContext(arg0 context.Context, arg1 *connectparticipant.GetTranscriptInput, arg2 func(*connectparticipant.GetTranscriptOutput, bool) bool, arg3 ...request.Option) error
GetTranscriptPagesWithContext mocks base method
func (*MockConnectParticipantAPI) GetTranscriptRequest ¶
func (m *MockConnectParticipantAPI) GetTranscriptRequest(arg0 *connectparticipant.GetTranscriptInput) (*request.Request, *connectparticipant.GetTranscriptOutput)
GetTranscriptRequest mocks base method
func (*MockConnectParticipantAPI) GetTranscriptWithContext ¶
func (m *MockConnectParticipantAPI) GetTranscriptWithContext(arg0 context.Context, arg1 *connectparticipant.GetTranscriptInput, arg2 ...request.Option) (*connectparticipant.GetTranscriptOutput, error)
GetTranscriptWithContext mocks base method
func (*MockConnectParticipantAPI) SendEvent ¶
func (m *MockConnectParticipantAPI) SendEvent(arg0 *connectparticipant.SendEventInput) (*connectparticipant.SendEventOutput, error)
SendEvent mocks base method
func (*MockConnectParticipantAPI) SendEventRequest ¶
func (m *MockConnectParticipantAPI) SendEventRequest(arg0 *connectparticipant.SendEventInput) (*request.Request, *connectparticipant.SendEventOutput)
SendEventRequest mocks base method
func (*MockConnectParticipantAPI) SendEventWithContext ¶
func (m *MockConnectParticipantAPI) SendEventWithContext(arg0 context.Context, arg1 *connectparticipant.SendEventInput, arg2 ...request.Option) (*connectparticipant.SendEventOutput, error)
SendEventWithContext mocks base method
func (*MockConnectParticipantAPI) SendMessage ¶
func (m *MockConnectParticipantAPI) SendMessage(arg0 *connectparticipant.SendMessageInput) (*connectparticipant.SendMessageOutput, error)
SendMessage mocks base method
func (*MockConnectParticipantAPI) SendMessageRequest ¶
func (m *MockConnectParticipantAPI) SendMessageRequest(arg0 *connectparticipant.SendMessageInput) (*request.Request, *connectparticipant.SendMessageOutput)
SendMessageRequest mocks base method
func (*MockConnectParticipantAPI) SendMessageWithContext ¶
func (m *MockConnectParticipantAPI) SendMessageWithContext(arg0 context.Context, arg1 *connectparticipant.SendMessageInput, arg2 ...request.Option) (*connectparticipant.SendMessageOutput, error)
SendMessageWithContext mocks base method
type MockConnectParticipantAPIMockRecorder ¶
type MockConnectParticipantAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockConnectParticipantAPIMockRecorder is the mock recorder for MockConnectParticipantAPI
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) 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