ivsrealtimemock

package
v1.44.272 Latest Latest
Warning

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

Go to latest
Published: May 31, 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) GetParticipant added in v1.44.262

GetParticipant mocks base method

func (*MockIVSRealTimeAPI) GetParticipantRequest added in v1.44.262

GetParticipantRequest mocks base method

func (*MockIVSRealTimeAPI) GetParticipantWithContext added in v1.44.262

GetParticipantWithContext mocks base method

func (*MockIVSRealTimeAPI) GetStage

GetStage mocks base method

func (*MockIVSRealTimeAPI) GetStageRequest

GetStageRequest mocks base method

func (*MockIVSRealTimeAPI) GetStageSession added in v1.44.262

GetStageSession mocks base method

func (*MockIVSRealTimeAPI) GetStageSessionRequest added in v1.44.262

GetStageSessionRequest mocks base method

func (*MockIVSRealTimeAPI) GetStageSessionWithContext added in v1.44.262

GetStageSessionWithContext 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) ListParticipantEvents added in v1.44.262

ListParticipantEvents mocks base method

func (*MockIVSRealTimeAPI) ListParticipantEventsPages added in v1.44.262

ListParticipantEventsPages mocks base method

func (*MockIVSRealTimeAPI) ListParticipantEventsPagesWithContext added in v1.44.262

func (m *MockIVSRealTimeAPI) ListParticipantEventsPagesWithContext(arg0 context.Context, arg1 *ivsrealtime.ListParticipantEventsInput, arg2 func(*ivsrealtime.ListParticipantEventsOutput, bool) bool, arg3 ...request.Option) error

ListParticipantEventsPagesWithContext mocks base method

func (*MockIVSRealTimeAPI) ListParticipantEventsRequest added in v1.44.262

ListParticipantEventsRequest mocks base method

func (*MockIVSRealTimeAPI) ListParticipantEventsWithContext added in v1.44.262

ListParticipantEventsWithContext mocks base method

func (*MockIVSRealTimeAPI) ListParticipants added in v1.44.262

ListParticipants mocks base method

func (*MockIVSRealTimeAPI) ListParticipantsPages added in v1.44.262

ListParticipantsPages mocks base method

func (*MockIVSRealTimeAPI) ListParticipantsPagesWithContext added in v1.44.262

func (m *MockIVSRealTimeAPI) ListParticipantsPagesWithContext(arg0 context.Context, arg1 *ivsrealtime.ListParticipantsInput, arg2 func(*ivsrealtime.ListParticipantsOutput, bool) bool, arg3 ...request.Option) error

ListParticipantsPagesWithContext mocks base method

func (*MockIVSRealTimeAPI) ListParticipantsRequest added in v1.44.262

ListParticipantsRequest mocks base method

func (*MockIVSRealTimeAPI) ListParticipantsWithContext added in v1.44.262

ListParticipantsWithContext mocks base method

func (*MockIVSRealTimeAPI) ListStageSessions added in v1.44.262

ListStageSessions mocks base method

func (*MockIVSRealTimeAPI) ListStageSessionsPages added in v1.44.262

ListStageSessionsPages mocks base method

func (*MockIVSRealTimeAPI) ListStageSessionsPagesWithContext added in v1.44.262

func (m *MockIVSRealTimeAPI) ListStageSessionsPagesWithContext(arg0 context.Context, arg1 *ivsrealtime.ListStageSessionsInput, arg2 func(*ivsrealtime.ListStageSessionsOutput, bool) bool, arg3 ...request.Option) error

ListStageSessionsPagesWithContext mocks base method

func (*MockIVSRealTimeAPI) ListStageSessionsRequest added in v1.44.262

ListStageSessionsRequest mocks base method

func (*MockIVSRealTimeAPI) ListStageSessionsWithContext added in v1.44.262

ListStageSessionsWithContext 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) GetParticipant added in v1.44.262

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

GetParticipant indicates an expected call of GetParticipant

func (*MockIVSRealTimeAPIMockRecorder) GetParticipantRequest added in v1.44.262

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

GetParticipantRequest indicates an expected call of GetParticipantRequest

func (*MockIVSRealTimeAPIMockRecorder) GetParticipantWithContext added in v1.44.262

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

GetParticipantWithContext indicates an expected call of GetParticipantWithContext

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) GetStageSession added in v1.44.262

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

GetStageSession indicates an expected call of GetStageSession

func (*MockIVSRealTimeAPIMockRecorder) GetStageSessionRequest added in v1.44.262

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

GetStageSessionRequest indicates an expected call of GetStageSessionRequest

func (*MockIVSRealTimeAPIMockRecorder) GetStageSessionWithContext added in v1.44.262

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

GetStageSessionWithContext indicates an expected call of GetStageSessionWithContext

func (*MockIVSRealTimeAPIMockRecorder) GetStageWithContext

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

GetStageWithContext indicates an expected call of GetStageWithContext

func (*MockIVSRealTimeAPIMockRecorder) ListParticipantEvents added in v1.44.262

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

ListParticipantEvents indicates an expected call of ListParticipantEvents

func (*MockIVSRealTimeAPIMockRecorder) ListParticipantEventsPages added in v1.44.262

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

ListParticipantEventsPages indicates an expected call of ListParticipantEventsPages

func (*MockIVSRealTimeAPIMockRecorder) ListParticipantEventsPagesWithContext added in v1.44.262

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

ListParticipantEventsPagesWithContext indicates an expected call of ListParticipantEventsPagesWithContext

func (*MockIVSRealTimeAPIMockRecorder) ListParticipantEventsRequest added in v1.44.262

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

ListParticipantEventsRequest indicates an expected call of ListParticipantEventsRequest

func (*MockIVSRealTimeAPIMockRecorder) ListParticipantEventsWithContext added in v1.44.262

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

ListParticipantEventsWithContext indicates an expected call of ListParticipantEventsWithContext

func (*MockIVSRealTimeAPIMockRecorder) ListParticipants added in v1.44.262

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

ListParticipants indicates an expected call of ListParticipants

func (*MockIVSRealTimeAPIMockRecorder) ListParticipantsPages added in v1.44.262

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

ListParticipantsPages indicates an expected call of ListParticipantsPages

func (*MockIVSRealTimeAPIMockRecorder) ListParticipantsPagesWithContext added in v1.44.262

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

ListParticipantsPagesWithContext indicates an expected call of ListParticipantsPagesWithContext

func (*MockIVSRealTimeAPIMockRecorder) ListParticipantsRequest added in v1.44.262

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

ListParticipantsRequest indicates an expected call of ListParticipantsRequest

func (*MockIVSRealTimeAPIMockRecorder) ListParticipantsWithContext added in v1.44.262

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

ListParticipantsWithContext indicates an expected call of ListParticipantsWithContext

func (*MockIVSRealTimeAPIMockRecorder) ListStageSessions added in v1.44.262

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

ListStageSessions indicates an expected call of ListStageSessions

func (*MockIVSRealTimeAPIMockRecorder) ListStageSessionsPages added in v1.44.262

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

ListStageSessionsPages indicates an expected call of ListStageSessionsPages

func (*MockIVSRealTimeAPIMockRecorder) ListStageSessionsPagesWithContext added in v1.44.262

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

ListStageSessionsPagesWithContext indicates an expected call of ListStageSessionsPagesWithContext

func (*MockIVSRealTimeAPIMockRecorder) ListStageSessionsRequest added in v1.44.262

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

ListStageSessionsRequest indicates an expected call of ListStageSessionsRequest

func (*MockIVSRealTimeAPIMockRecorder) ListStageSessionsWithContext added in v1.44.262

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

ListStageSessionsWithContext indicates an expected call of ListStageSessionsWithContext

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