ivsrealtimemock

package
v1.44.237 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package ivsrealtimemock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockIVSRealTimeAPI

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

MockIVSRealTimeAPI is a mock of IVSRealTimeAPI interface

func NewMockIVSRealTimeAPI

func NewMockIVSRealTimeAPI(ctrl *gomock.Controller) *MockIVSRealTimeAPI

NewMockIVSRealTimeAPI creates a new mock instance

func (*MockIVSRealTimeAPI) CreateParticipantToken

CreateParticipantToken mocks base method

func (*MockIVSRealTimeAPI) CreateParticipantTokenRequest

CreateParticipantTokenRequest mocks base method

func (*MockIVSRealTimeAPI) CreateParticipantTokenWithContext

CreateParticipantTokenWithContext mocks base method

func (*MockIVSRealTimeAPI) CreateStage

CreateStage mocks base method

func (*MockIVSRealTimeAPI) CreateStageRequest

CreateStageRequest mocks base method

func (*MockIVSRealTimeAPI) CreateStageWithContext

func (m *MockIVSRealTimeAPI) CreateStageWithContext(arg0 context.Context, arg1 *ivsrealtime.CreateStageInput, arg2 ...request.Option) (*ivsrealtime.CreateStageOutput, error)

CreateStageWithContext mocks base method

func (*MockIVSRealTimeAPI) DeleteStage

DeleteStage mocks base method

func (*MockIVSRealTimeAPI) DeleteStageRequest

DeleteStageRequest mocks base method

func (*MockIVSRealTimeAPI) DeleteStageWithContext

func (m *MockIVSRealTimeAPI) DeleteStageWithContext(arg0 context.Context, arg1 *ivsrealtime.DeleteStageInput, arg2 ...request.Option) (*ivsrealtime.DeleteStageOutput, error)

DeleteStageWithContext mocks base method

func (*MockIVSRealTimeAPI) DisconnectParticipant

DisconnectParticipant mocks base method

func (*MockIVSRealTimeAPI) DisconnectParticipantRequest

DisconnectParticipantRequest mocks base method

func (*MockIVSRealTimeAPI) DisconnectParticipantWithContext

DisconnectParticipantWithContext mocks base method

func (*MockIVSRealTimeAPI) EXPECT

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

func (*MockIVSRealTimeAPI) GetStage

GetStage mocks base method

func (*MockIVSRealTimeAPI) GetStageRequest

GetStageRequest mocks base method

func (*MockIVSRealTimeAPI) GetStageWithContext

func (m *MockIVSRealTimeAPI) GetStageWithContext(arg0 context.Context, arg1 *ivsrealtime.GetStageInput, arg2 ...request.Option) (*ivsrealtime.GetStageOutput, error)

GetStageWithContext mocks base method

func (*MockIVSRealTimeAPI) ListStages

ListStages mocks base method

func (*MockIVSRealTimeAPI) ListStagesPages

func (m *MockIVSRealTimeAPI) ListStagesPages(arg0 *ivsrealtime.ListStagesInput, arg1 func(*ivsrealtime.ListStagesOutput, bool) bool) error

ListStagesPages mocks base method

func (*MockIVSRealTimeAPI) ListStagesPagesWithContext

func (m *MockIVSRealTimeAPI) ListStagesPagesWithContext(arg0 context.Context, arg1 *ivsrealtime.ListStagesInput, arg2 func(*ivsrealtime.ListStagesOutput, bool) bool, arg3 ...request.Option) error

ListStagesPagesWithContext mocks base method

func (*MockIVSRealTimeAPI) ListStagesRequest

ListStagesRequest mocks base method

func (*MockIVSRealTimeAPI) ListStagesWithContext

func (m *MockIVSRealTimeAPI) ListStagesWithContext(arg0 context.Context, arg1 *ivsrealtime.ListStagesInput, arg2 ...request.Option) (*ivsrealtime.ListStagesOutput, error)

ListStagesWithContext mocks base method

func (*MockIVSRealTimeAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockIVSRealTimeAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockIVSRealTimeAPI) ListTagsForResourceWithContext

ListTagsForResourceWithContext mocks base method

func (*MockIVSRealTimeAPI) TagResource

TagResource mocks base method

func (*MockIVSRealTimeAPI) TagResourceRequest

TagResourceRequest mocks base method

func (*MockIVSRealTimeAPI) TagResourceWithContext

func (m *MockIVSRealTimeAPI) TagResourceWithContext(arg0 context.Context, arg1 *ivsrealtime.TagResourceInput, arg2 ...request.Option) (*ivsrealtime.TagResourceOutput, error)

TagResourceWithContext mocks base method

func (*MockIVSRealTimeAPI) UntagResource

UntagResource mocks base method

func (*MockIVSRealTimeAPI) UntagResourceRequest

UntagResourceRequest mocks base method

func (*MockIVSRealTimeAPI) UntagResourceWithContext

UntagResourceWithContext mocks base method

func (*MockIVSRealTimeAPI) UpdateStage

UpdateStage mocks base method

func (*MockIVSRealTimeAPI) UpdateStageRequest

UpdateStageRequest mocks base method

func (*MockIVSRealTimeAPI) UpdateStageWithContext

func (m *MockIVSRealTimeAPI) UpdateStageWithContext(arg0 context.Context, arg1 *ivsrealtime.UpdateStageInput, arg2 ...request.Option) (*ivsrealtime.UpdateStageOutput, error)

UpdateStageWithContext mocks base method

type MockIVSRealTimeAPIMockRecorder

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

MockIVSRealTimeAPIMockRecorder is the mock recorder for MockIVSRealTimeAPI

func (*MockIVSRealTimeAPIMockRecorder) CreateParticipantToken

func (mr *MockIVSRealTimeAPIMockRecorder) CreateParticipantToken(arg0 interface{}) *gomock.Call

CreateParticipantToken indicates an expected call of CreateParticipantToken

func (*MockIVSRealTimeAPIMockRecorder) CreateParticipantTokenRequest

func (mr *MockIVSRealTimeAPIMockRecorder) CreateParticipantTokenRequest(arg0 interface{}) *gomock.Call

CreateParticipantTokenRequest indicates an expected call of CreateParticipantTokenRequest

func (*MockIVSRealTimeAPIMockRecorder) CreateParticipantTokenWithContext

func (mr *MockIVSRealTimeAPIMockRecorder) CreateParticipantTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateParticipantTokenWithContext indicates an expected call of CreateParticipantTokenWithContext

func (*MockIVSRealTimeAPIMockRecorder) CreateStage

func (mr *MockIVSRealTimeAPIMockRecorder) CreateStage(arg0 interface{}) *gomock.Call

CreateStage indicates an expected call of CreateStage

func (*MockIVSRealTimeAPIMockRecorder) CreateStageRequest

func (mr *MockIVSRealTimeAPIMockRecorder) CreateStageRequest(arg0 interface{}) *gomock.Call

CreateStageRequest indicates an expected call of CreateStageRequest

func (*MockIVSRealTimeAPIMockRecorder) CreateStageWithContext

func (mr *MockIVSRealTimeAPIMockRecorder) CreateStageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateStageWithContext indicates an expected call of CreateStageWithContext

func (*MockIVSRealTimeAPIMockRecorder) DeleteStage

func (mr *MockIVSRealTimeAPIMockRecorder) DeleteStage(arg0 interface{}) *gomock.Call

DeleteStage indicates an expected call of DeleteStage

func (*MockIVSRealTimeAPIMockRecorder) DeleteStageRequest

func (mr *MockIVSRealTimeAPIMockRecorder) DeleteStageRequest(arg0 interface{}) *gomock.Call

DeleteStageRequest indicates an expected call of DeleteStageRequest

func (*MockIVSRealTimeAPIMockRecorder) DeleteStageWithContext

func (mr *MockIVSRealTimeAPIMockRecorder) DeleteStageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteStageWithContext indicates an expected call of DeleteStageWithContext

func (*MockIVSRealTimeAPIMockRecorder) DisconnectParticipant

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

DisconnectParticipant indicates an expected call of DisconnectParticipant

func (*MockIVSRealTimeAPIMockRecorder) DisconnectParticipantRequest

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

DisconnectParticipantRequest indicates an expected call of DisconnectParticipantRequest

func (*MockIVSRealTimeAPIMockRecorder) DisconnectParticipantWithContext

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

DisconnectParticipantWithContext indicates an expected call of DisconnectParticipantWithContext

func (*MockIVSRealTimeAPIMockRecorder) GetStage

func (mr *MockIVSRealTimeAPIMockRecorder) GetStage(arg0 interface{}) *gomock.Call

GetStage indicates an expected call of GetStage

func (*MockIVSRealTimeAPIMockRecorder) GetStageRequest

func (mr *MockIVSRealTimeAPIMockRecorder) GetStageRequest(arg0 interface{}) *gomock.Call

GetStageRequest indicates an expected call of GetStageRequest

func (*MockIVSRealTimeAPIMockRecorder) GetStageWithContext

func (mr *MockIVSRealTimeAPIMockRecorder) GetStageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetStageWithContext indicates an expected call of GetStageWithContext

func (*MockIVSRealTimeAPIMockRecorder) ListStages

func (mr *MockIVSRealTimeAPIMockRecorder) ListStages(arg0 interface{}) *gomock.Call

ListStages indicates an expected call of ListStages

func (*MockIVSRealTimeAPIMockRecorder) ListStagesPages

func (mr *MockIVSRealTimeAPIMockRecorder) ListStagesPages(arg0, arg1 interface{}) *gomock.Call

ListStagesPages indicates an expected call of ListStagesPages

func (*MockIVSRealTimeAPIMockRecorder) ListStagesPagesWithContext

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

ListStagesPagesWithContext indicates an expected call of ListStagesPagesWithContext

func (*MockIVSRealTimeAPIMockRecorder) ListStagesRequest

func (mr *MockIVSRealTimeAPIMockRecorder) ListStagesRequest(arg0 interface{}) *gomock.Call

ListStagesRequest indicates an expected call of ListStagesRequest

func (*MockIVSRealTimeAPIMockRecorder) ListStagesWithContext

func (mr *MockIVSRealTimeAPIMockRecorder) ListStagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListStagesWithContext indicates an expected call of ListStagesWithContext

func (*MockIVSRealTimeAPIMockRecorder) ListTagsForResource

func (mr *MockIVSRealTimeAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockIVSRealTimeAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockIVSRealTimeAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockIVSRealTimeAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockIVSRealTimeAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockIVSRealTimeAPIMockRecorder) TagResource

func (mr *MockIVSRealTimeAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockIVSRealTimeAPIMockRecorder) TagResourceRequest

func (mr *MockIVSRealTimeAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockIVSRealTimeAPIMockRecorder) TagResourceWithContext

func (mr *MockIVSRealTimeAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockIVSRealTimeAPIMockRecorder) UntagResource

func (mr *MockIVSRealTimeAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockIVSRealTimeAPIMockRecorder) UntagResourceRequest

func (mr *MockIVSRealTimeAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockIVSRealTimeAPIMockRecorder) UntagResourceWithContext

func (mr *MockIVSRealTimeAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockIVSRealTimeAPIMockRecorder) UpdateStage

func (mr *MockIVSRealTimeAPIMockRecorder) UpdateStage(arg0 interface{}) *gomock.Call

UpdateStage indicates an expected call of UpdateStage

func (*MockIVSRealTimeAPIMockRecorder) UpdateStageRequest

func (mr *MockIVSRealTimeAPIMockRecorder) UpdateStageRequest(arg0 interface{}) *gomock.Call

UpdateStageRequest indicates an expected call of UpdateStageRequest

func (*MockIVSRealTimeAPIMockRecorder) UpdateStageWithContext

func (mr *MockIVSRealTimeAPIMockRecorder) UpdateStageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateStageWithContext indicates an expected call of UpdateStageWithContext

Jump to

Keyboard shortcuts

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