migrationhubmock

package
v1.44.186 Latest Latest
Warning

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

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

Documentation

Overview

Package migrationhubmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockMigrationHubAPI

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

MockMigrationHubAPI is a mock of MigrationHubAPI interface

func NewMockMigrationHubAPI

func NewMockMigrationHubAPI(ctrl *gomock.Controller) *MockMigrationHubAPI

NewMockMigrationHubAPI creates a new mock instance

func (*MockMigrationHubAPI) AssociateCreatedArtifact

AssociateCreatedArtifact mocks base method

func (*MockMigrationHubAPI) AssociateCreatedArtifactRequest

AssociateCreatedArtifactRequest mocks base method

func (*MockMigrationHubAPI) AssociateCreatedArtifactWithContext

AssociateCreatedArtifactWithContext mocks base method

func (*MockMigrationHubAPI) AssociateDiscoveredResource

AssociateDiscoveredResource mocks base method

func (*MockMigrationHubAPI) AssociateDiscoveredResourceRequest

AssociateDiscoveredResourceRequest mocks base method

func (*MockMigrationHubAPI) AssociateDiscoveredResourceWithContext

AssociateDiscoveredResourceWithContext mocks base method

func (*MockMigrationHubAPI) CreateProgressUpdateStream

CreateProgressUpdateStream mocks base method

func (*MockMigrationHubAPI) CreateProgressUpdateStreamRequest

CreateProgressUpdateStreamRequest mocks base method

func (*MockMigrationHubAPI) CreateProgressUpdateStreamWithContext

CreateProgressUpdateStreamWithContext mocks base method

func (*MockMigrationHubAPI) DeleteProgressUpdateStream

DeleteProgressUpdateStream mocks base method

func (*MockMigrationHubAPI) DeleteProgressUpdateStreamRequest

DeleteProgressUpdateStreamRequest mocks base method

func (*MockMigrationHubAPI) DeleteProgressUpdateStreamWithContext

DeleteProgressUpdateStreamWithContext mocks base method

func (*MockMigrationHubAPI) DescribeApplicationState

DescribeApplicationState mocks base method

func (*MockMigrationHubAPI) DescribeApplicationStateRequest

DescribeApplicationStateRequest mocks base method

func (*MockMigrationHubAPI) DescribeApplicationStateWithContext

DescribeApplicationStateWithContext mocks base method

func (*MockMigrationHubAPI) DescribeMigrationTask

DescribeMigrationTask mocks base method

func (*MockMigrationHubAPI) DescribeMigrationTaskRequest

DescribeMigrationTaskRequest mocks base method

func (*MockMigrationHubAPI) DescribeMigrationTaskWithContext

DescribeMigrationTaskWithContext mocks base method

func (*MockMigrationHubAPI) DisassociateCreatedArtifact

DisassociateCreatedArtifact mocks base method

func (*MockMigrationHubAPI) DisassociateCreatedArtifactRequest

DisassociateCreatedArtifactRequest mocks base method

func (*MockMigrationHubAPI) DisassociateCreatedArtifactWithContext

DisassociateCreatedArtifactWithContext mocks base method

func (*MockMigrationHubAPI) DisassociateDiscoveredResource

DisassociateDiscoveredResource mocks base method

func (*MockMigrationHubAPI) DisassociateDiscoveredResourceRequest

DisassociateDiscoveredResourceRequest mocks base method

func (*MockMigrationHubAPI) DisassociateDiscoveredResourceWithContext

DisassociateDiscoveredResourceWithContext mocks base method

func (*MockMigrationHubAPI) EXPECT

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

func (*MockMigrationHubAPI) ImportMigrationTask

ImportMigrationTask mocks base method

func (*MockMigrationHubAPI) ImportMigrationTaskRequest

ImportMigrationTaskRequest mocks base method

func (*MockMigrationHubAPI) ImportMigrationTaskWithContext

ImportMigrationTaskWithContext mocks base method

func (*MockMigrationHubAPI) ListApplicationStates

ListApplicationStates mocks base method

func (*MockMigrationHubAPI) ListApplicationStatesPages

ListApplicationStatesPages mocks base method

func (*MockMigrationHubAPI) ListApplicationStatesPagesWithContext

func (m *MockMigrationHubAPI) ListApplicationStatesPagesWithContext(arg0 context.Context, arg1 *migrationhub.ListApplicationStatesInput, arg2 func(*migrationhub.ListApplicationStatesOutput, bool) bool, arg3 ...request.Option) error

ListApplicationStatesPagesWithContext mocks base method

func (*MockMigrationHubAPI) ListApplicationStatesRequest

ListApplicationStatesRequest mocks base method

func (*MockMigrationHubAPI) ListApplicationStatesWithContext

ListApplicationStatesWithContext mocks base method

func (*MockMigrationHubAPI) ListCreatedArtifacts

ListCreatedArtifacts mocks base method

func (*MockMigrationHubAPI) ListCreatedArtifactsPages

ListCreatedArtifactsPages mocks base method

func (*MockMigrationHubAPI) ListCreatedArtifactsPagesWithContext

func (m *MockMigrationHubAPI) ListCreatedArtifactsPagesWithContext(arg0 context.Context, arg1 *migrationhub.ListCreatedArtifactsInput, arg2 func(*migrationhub.ListCreatedArtifactsOutput, bool) bool, arg3 ...request.Option) error

ListCreatedArtifactsPagesWithContext mocks base method

func (*MockMigrationHubAPI) ListCreatedArtifactsRequest

ListCreatedArtifactsRequest mocks base method

func (*MockMigrationHubAPI) ListCreatedArtifactsWithContext

ListCreatedArtifactsWithContext mocks base method

func (*MockMigrationHubAPI) ListDiscoveredResources

ListDiscoveredResources mocks base method

func (*MockMigrationHubAPI) ListDiscoveredResourcesPages

ListDiscoveredResourcesPages mocks base method

func (*MockMigrationHubAPI) ListDiscoveredResourcesPagesWithContext

func (m *MockMigrationHubAPI) ListDiscoveredResourcesPagesWithContext(arg0 context.Context, arg1 *migrationhub.ListDiscoveredResourcesInput, arg2 func(*migrationhub.ListDiscoveredResourcesOutput, bool) bool, arg3 ...request.Option) error

ListDiscoveredResourcesPagesWithContext mocks base method

func (*MockMigrationHubAPI) ListDiscoveredResourcesRequest

ListDiscoveredResourcesRequest mocks base method

func (*MockMigrationHubAPI) ListDiscoveredResourcesWithContext

ListDiscoveredResourcesWithContext mocks base method

func (*MockMigrationHubAPI) ListMigrationTasks

ListMigrationTasks mocks base method

func (*MockMigrationHubAPI) ListMigrationTasksPages

ListMigrationTasksPages mocks base method

func (*MockMigrationHubAPI) ListMigrationTasksPagesWithContext

func (m *MockMigrationHubAPI) ListMigrationTasksPagesWithContext(arg0 context.Context, arg1 *migrationhub.ListMigrationTasksInput, arg2 func(*migrationhub.ListMigrationTasksOutput, bool) bool, arg3 ...request.Option) error

ListMigrationTasksPagesWithContext mocks base method

func (*MockMigrationHubAPI) ListMigrationTasksRequest

ListMigrationTasksRequest mocks base method

func (*MockMigrationHubAPI) ListMigrationTasksWithContext

ListMigrationTasksWithContext mocks base method

func (*MockMigrationHubAPI) ListProgressUpdateStreams

ListProgressUpdateStreams mocks base method

func (*MockMigrationHubAPI) ListProgressUpdateStreamsPages

ListProgressUpdateStreamsPages mocks base method

func (*MockMigrationHubAPI) ListProgressUpdateStreamsPagesWithContext

func (m *MockMigrationHubAPI) ListProgressUpdateStreamsPagesWithContext(arg0 context.Context, arg1 *migrationhub.ListProgressUpdateStreamsInput, arg2 func(*migrationhub.ListProgressUpdateStreamsOutput, bool) bool, arg3 ...request.Option) error

ListProgressUpdateStreamsPagesWithContext mocks base method

func (*MockMigrationHubAPI) ListProgressUpdateStreamsRequest

ListProgressUpdateStreamsRequest mocks base method

func (*MockMigrationHubAPI) ListProgressUpdateStreamsWithContext

ListProgressUpdateStreamsWithContext mocks base method

func (*MockMigrationHubAPI) NotifyApplicationState

NotifyApplicationState mocks base method

func (*MockMigrationHubAPI) NotifyApplicationStateRequest

NotifyApplicationStateRequest mocks base method

func (*MockMigrationHubAPI) NotifyApplicationStateWithContext

NotifyApplicationStateWithContext mocks base method

func (*MockMigrationHubAPI) NotifyMigrationTaskState

NotifyMigrationTaskState mocks base method

func (*MockMigrationHubAPI) NotifyMigrationTaskStateRequest

NotifyMigrationTaskStateRequest mocks base method

func (*MockMigrationHubAPI) NotifyMigrationTaskStateWithContext

NotifyMigrationTaskStateWithContext mocks base method

func (*MockMigrationHubAPI) PutResourceAttributes

PutResourceAttributes mocks base method

func (*MockMigrationHubAPI) PutResourceAttributesRequest

PutResourceAttributesRequest mocks base method

func (*MockMigrationHubAPI) PutResourceAttributesWithContext

PutResourceAttributesWithContext mocks base method

type MockMigrationHubAPIMockRecorder

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

MockMigrationHubAPIMockRecorder is the mock recorder for MockMigrationHubAPI

func (*MockMigrationHubAPIMockRecorder) AssociateCreatedArtifact

func (mr *MockMigrationHubAPIMockRecorder) AssociateCreatedArtifact(arg0 interface{}) *gomock.Call

AssociateCreatedArtifact indicates an expected call of AssociateCreatedArtifact

func (*MockMigrationHubAPIMockRecorder) AssociateCreatedArtifactRequest

func (mr *MockMigrationHubAPIMockRecorder) AssociateCreatedArtifactRequest(arg0 interface{}) *gomock.Call

AssociateCreatedArtifactRequest indicates an expected call of AssociateCreatedArtifactRequest

func (*MockMigrationHubAPIMockRecorder) AssociateCreatedArtifactWithContext

func (mr *MockMigrationHubAPIMockRecorder) AssociateCreatedArtifactWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateCreatedArtifactWithContext indicates an expected call of AssociateCreatedArtifactWithContext

func (*MockMigrationHubAPIMockRecorder) AssociateDiscoveredResource

func (mr *MockMigrationHubAPIMockRecorder) AssociateDiscoveredResource(arg0 interface{}) *gomock.Call

AssociateDiscoveredResource indicates an expected call of AssociateDiscoveredResource

func (*MockMigrationHubAPIMockRecorder) AssociateDiscoveredResourceRequest

func (mr *MockMigrationHubAPIMockRecorder) AssociateDiscoveredResourceRequest(arg0 interface{}) *gomock.Call

AssociateDiscoveredResourceRequest indicates an expected call of AssociateDiscoveredResourceRequest

func (*MockMigrationHubAPIMockRecorder) AssociateDiscoveredResourceWithContext

func (mr *MockMigrationHubAPIMockRecorder) AssociateDiscoveredResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateDiscoveredResourceWithContext indicates an expected call of AssociateDiscoveredResourceWithContext

func (*MockMigrationHubAPIMockRecorder) CreateProgressUpdateStream

func (mr *MockMigrationHubAPIMockRecorder) CreateProgressUpdateStream(arg0 interface{}) *gomock.Call

CreateProgressUpdateStream indicates an expected call of CreateProgressUpdateStream

func (*MockMigrationHubAPIMockRecorder) CreateProgressUpdateStreamRequest

func (mr *MockMigrationHubAPIMockRecorder) CreateProgressUpdateStreamRequest(arg0 interface{}) *gomock.Call

CreateProgressUpdateStreamRequest indicates an expected call of CreateProgressUpdateStreamRequest

func (*MockMigrationHubAPIMockRecorder) CreateProgressUpdateStreamWithContext

func (mr *MockMigrationHubAPIMockRecorder) CreateProgressUpdateStreamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateProgressUpdateStreamWithContext indicates an expected call of CreateProgressUpdateStreamWithContext

func (*MockMigrationHubAPIMockRecorder) DeleteProgressUpdateStream

func (mr *MockMigrationHubAPIMockRecorder) DeleteProgressUpdateStream(arg0 interface{}) *gomock.Call

DeleteProgressUpdateStream indicates an expected call of DeleteProgressUpdateStream

func (*MockMigrationHubAPIMockRecorder) DeleteProgressUpdateStreamRequest

func (mr *MockMigrationHubAPIMockRecorder) DeleteProgressUpdateStreamRequest(arg0 interface{}) *gomock.Call

DeleteProgressUpdateStreamRequest indicates an expected call of DeleteProgressUpdateStreamRequest

func (*MockMigrationHubAPIMockRecorder) DeleteProgressUpdateStreamWithContext

func (mr *MockMigrationHubAPIMockRecorder) DeleteProgressUpdateStreamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteProgressUpdateStreamWithContext indicates an expected call of DeleteProgressUpdateStreamWithContext

func (*MockMigrationHubAPIMockRecorder) DescribeApplicationState

func (mr *MockMigrationHubAPIMockRecorder) DescribeApplicationState(arg0 interface{}) *gomock.Call

DescribeApplicationState indicates an expected call of DescribeApplicationState

func (*MockMigrationHubAPIMockRecorder) DescribeApplicationStateRequest

func (mr *MockMigrationHubAPIMockRecorder) DescribeApplicationStateRequest(arg0 interface{}) *gomock.Call

DescribeApplicationStateRequest indicates an expected call of DescribeApplicationStateRequest

func (*MockMigrationHubAPIMockRecorder) DescribeApplicationStateWithContext

func (mr *MockMigrationHubAPIMockRecorder) DescribeApplicationStateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeApplicationStateWithContext indicates an expected call of DescribeApplicationStateWithContext

func (*MockMigrationHubAPIMockRecorder) DescribeMigrationTask

func (mr *MockMigrationHubAPIMockRecorder) DescribeMigrationTask(arg0 interface{}) *gomock.Call

DescribeMigrationTask indicates an expected call of DescribeMigrationTask

func (*MockMigrationHubAPIMockRecorder) DescribeMigrationTaskRequest

func (mr *MockMigrationHubAPIMockRecorder) DescribeMigrationTaskRequest(arg0 interface{}) *gomock.Call

DescribeMigrationTaskRequest indicates an expected call of DescribeMigrationTaskRequest

func (*MockMigrationHubAPIMockRecorder) DescribeMigrationTaskWithContext

func (mr *MockMigrationHubAPIMockRecorder) DescribeMigrationTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeMigrationTaskWithContext indicates an expected call of DescribeMigrationTaskWithContext

func (*MockMigrationHubAPIMockRecorder) DisassociateCreatedArtifact

func (mr *MockMigrationHubAPIMockRecorder) DisassociateCreatedArtifact(arg0 interface{}) *gomock.Call

DisassociateCreatedArtifact indicates an expected call of DisassociateCreatedArtifact

func (*MockMigrationHubAPIMockRecorder) DisassociateCreatedArtifactRequest

func (mr *MockMigrationHubAPIMockRecorder) DisassociateCreatedArtifactRequest(arg0 interface{}) *gomock.Call

DisassociateCreatedArtifactRequest indicates an expected call of DisassociateCreatedArtifactRequest

func (*MockMigrationHubAPIMockRecorder) DisassociateCreatedArtifactWithContext

func (mr *MockMigrationHubAPIMockRecorder) DisassociateCreatedArtifactWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateCreatedArtifactWithContext indicates an expected call of DisassociateCreatedArtifactWithContext

func (*MockMigrationHubAPIMockRecorder) DisassociateDiscoveredResource

func (mr *MockMigrationHubAPIMockRecorder) DisassociateDiscoveredResource(arg0 interface{}) *gomock.Call

DisassociateDiscoveredResource indicates an expected call of DisassociateDiscoveredResource

func (*MockMigrationHubAPIMockRecorder) DisassociateDiscoveredResourceRequest

func (mr *MockMigrationHubAPIMockRecorder) DisassociateDiscoveredResourceRequest(arg0 interface{}) *gomock.Call

DisassociateDiscoveredResourceRequest indicates an expected call of DisassociateDiscoveredResourceRequest

func (*MockMigrationHubAPIMockRecorder) DisassociateDiscoveredResourceWithContext

func (mr *MockMigrationHubAPIMockRecorder) DisassociateDiscoveredResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateDiscoveredResourceWithContext indicates an expected call of DisassociateDiscoveredResourceWithContext

func (*MockMigrationHubAPIMockRecorder) ImportMigrationTask

func (mr *MockMigrationHubAPIMockRecorder) ImportMigrationTask(arg0 interface{}) *gomock.Call

ImportMigrationTask indicates an expected call of ImportMigrationTask

func (*MockMigrationHubAPIMockRecorder) ImportMigrationTaskRequest

func (mr *MockMigrationHubAPIMockRecorder) ImportMigrationTaskRequest(arg0 interface{}) *gomock.Call

ImportMigrationTaskRequest indicates an expected call of ImportMigrationTaskRequest

func (*MockMigrationHubAPIMockRecorder) ImportMigrationTaskWithContext

func (mr *MockMigrationHubAPIMockRecorder) ImportMigrationTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportMigrationTaskWithContext indicates an expected call of ImportMigrationTaskWithContext

func (*MockMigrationHubAPIMockRecorder) ListApplicationStates

func (mr *MockMigrationHubAPIMockRecorder) ListApplicationStates(arg0 interface{}) *gomock.Call

ListApplicationStates indicates an expected call of ListApplicationStates

func (*MockMigrationHubAPIMockRecorder) ListApplicationStatesPages

func (mr *MockMigrationHubAPIMockRecorder) ListApplicationStatesPages(arg0, arg1 interface{}) *gomock.Call

ListApplicationStatesPages indicates an expected call of ListApplicationStatesPages

func (*MockMigrationHubAPIMockRecorder) ListApplicationStatesPagesWithContext

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

ListApplicationStatesPagesWithContext indicates an expected call of ListApplicationStatesPagesWithContext

func (*MockMigrationHubAPIMockRecorder) ListApplicationStatesRequest

func (mr *MockMigrationHubAPIMockRecorder) ListApplicationStatesRequest(arg0 interface{}) *gomock.Call

ListApplicationStatesRequest indicates an expected call of ListApplicationStatesRequest

func (*MockMigrationHubAPIMockRecorder) ListApplicationStatesWithContext

func (mr *MockMigrationHubAPIMockRecorder) ListApplicationStatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListApplicationStatesWithContext indicates an expected call of ListApplicationStatesWithContext

func (*MockMigrationHubAPIMockRecorder) ListCreatedArtifacts

func (mr *MockMigrationHubAPIMockRecorder) ListCreatedArtifacts(arg0 interface{}) *gomock.Call

ListCreatedArtifacts indicates an expected call of ListCreatedArtifacts

func (*MockMigrationHubAPIMockRecorder) ListCreatedArtifactsPages

func (mr *MockMigrationHubAPIMockRecorder) ListCreatedArtifactsPages(arg0, arg1 interface{}) *gomock.Call

ListCreatedArtifactsPages indicates an expected call of ListCreatedArtifactsPages

func (*MockMigrationHubAPIMockRecorder) ListCreatedArtifactsPagesWithContext

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

ListCreatedArtifactsPagesWithContext indicates an expected call of ListCreatedArtifactsPagesWithContext

func (*MockMigrationHubAPIMockRecorder) ListCreatedArtifactsRequest

func (mr *MockMigrationHubAPIMockRecorder) ListCreatedArtifactsRequest(arg0 interface{}) *gomock.Call

ListCreatedArtifactsRequest indicates an expected call of ListCreatedArtifactsRequest

func (*MockMigrationHubAPIMockRecorder) ListCreatedArtifactsWithContext

func (mr *MockMigrationHubAPIMockRecorder) ListCreatedArtifactsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCreatedArtifactsWithContext indicates an expected call of ListCreatedArtifactsWithContext

func (*MockMigrationHubAPIMockRecorder) ListDiscoveredResources

func (mr *MockMigrationHubAPIMockRecorder) ListDiscoveredResources(arg0 interface{}) *gomock.Call

ListDiscoveredResources indicates an expected call of ListDiscoveredResources

func (*MockMigrationHubAPIMockRecorder) ListDiscoveredResourcesPages

func (mr *MockMigrationHubAPIMockRecorder) ListDiscoveredResourcesPages(arg0, arg1 interface{}) *gomock.Call

ListDiscoveredResourcesPages indicates an expected call of ListDiscoveredResourcesPages

func (*MockMigrationHubAPIMockRecorder) ListDiscoveredResourcesPagesWithContext

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

ListDiscoveredResourcesPagesWithContext indicates an expected call of ListDiscoveredResourcesPagesWithContext

func (*MockMigrationHubAPIMockRecorder) ListDiscoveredResourcesRequest

func (mr *MockMigrationHubAPIMockRecorder) ListDiscoveredResourcesRequest(arg0 interface{}) *gomock.Call

ListDiscoveredResourcesRequest indicates an expected call of ListDiscoveredResourcesRequest

func (*MockMigrationHubAPIMockRecorder) ListDiscoveredResourcesWithContext

func (mr *MockMigrationHubAPIMockRecorder) ListDiscoveredResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDiscoveredResourcesWithContext indicates an expected call of ListDiscoveredResourcesWithContext

func (*MockMigrationHubAPIMockRecorder) ListMigrationTasks

func (mr *MockMigrationHubAPIMockRecorder) ListMigrationTasks(arg0 interface{}) *gomock.Call

ListMigrationTasks indicates an expected call of ListMigrationTasks

func (*MockMigrationHubAPIMockRecorder) ListMigrationTasksPages

func (mr *MockMigrationHubAPIMockRecorder) ListMigrationTasksPages(arg0, arg1 interface{}) *gomock.Call

ListMigrationTasksPages indicates an expected call of ListMigrationTasksPages

func (*MockMigrationHubAPIMockRecorder) ListMigrationTasksPagesWithContext

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

ListMigrationTasksPagesWithContext indicates an expected call of ListMigrationTasksPagesWithContext

func (*MockMigrationHubAPIMockRecorder) ListMigrationTasksRequest

func (mr *MockMigrationHubAPIMockRecorder) ListMigrationTasksRequest(arg0 interface{}) *gomock.Call

ListMigrationTasksRequest indicates an expected call of ListMigrationTasksRequest

func (*MockMigrationHubAPIMockRecorder) ListMigrationTasksWithContext

func (mr *MockMigrationHubAPIMockRecorder) ListMigrationTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMigrationTasksWithContext indicates an expected call of ListMigrationTasksWithContext

func (*MockMigrationHubAPIMockRecorder) ListProgressUpdateStreams

func (mr *MockMigrationHubAPIMockRecorder) ListProgressUpdateStreams(arg0 interface{}) *gomock.Call

ListProgressUpdateStreams indicates an expected call of ListProgressUpdateStreams

func (*MockMigrationHubAPIMockRecorder) ListProgressUpdateStreamsPages

func (mr *MockMigrationHubAPIMockRecorder) ListProgressUpdateStreamsPages(arg0, arg1 interface{}) *gomock.Call

ListProgressUpdateStreamsPages indicates an expected call of ListProgressUpdateStreamsPages

func (*MockMigrationHubAPIMockRecorder) ListProgressUpdateStreamsPagesWithContext

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

ListProgressUpdateStreamsPagesWithContext indicates an expected call of ListProgressUpdateStreamsPagesWithContext

func (*MockMigrationHubAPIMockRecorder) ListProgressUpdateStreamsRequest

func (mr *MockMigrationHubAPIMockRecorder) ListProgressUpdateStreamsRequest(arg0 interface{}) *gomock.Call

ListProgressUpdateStreamsRequest indicates an expected call of ListProgressUpdateStreamsRequest

func (*MockMigrationHubAPIMockRecorder) ListProgressUpdateStreamsWithContext

func (mr *MockMigrationHubAPIMockRecorder) ListProgressUpdateStreamsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListProgressUpdateStreamsWithContext indicates an expected call of ListProgressUpdateStreamsWithContext

func (*MockMigrationHubAPIMockRecorder) NotifyApplicationState

func (mr *MockMigrationHubAPIMockRecorder) NotifyApplicationState(arg0 interface{}) *gomock.Call

NotifyApplicationState indicates an expected call of NotifyApplicationState

func (*MockMigrationHubAPIMockRecorder) NotifyApplicationStateRequest

func (mr *MockMigrationHubAPIMockRecorder) NotifyApplicationStateRequest(arg0 interface{}) *gomock.Call

NotifyApplicationStateRequest indicates an expected call of NotifyApplicationStateRequest

func (*MockMigrationHubAPIMockRecorder) NotifyApplicationStateWithContext

func (mr *MockMigrationHubAPIMockRecorder) NotifyApplicationStateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

NotifyApplicationStateWithContext indicates an expected call of NotifyApplicationStateWithContext

func (*MockMigrationHubAPIMockRecorder) NotifyMigrationTaskState

func (mr *MockMigrationHubAPIMockRecorder) NotifyMigrationTaskState(arg0 interface{}) *gomock.Call

NotifyMigrationTaskState indicates an expected call of NotifyMigrationTaskState

func (*MockMigrationHubAPIMockRecorder) NotifyMigrationTaskStateRequest

func (mr *MockMigrationHubAPIMockRecorder) NotifyMigrationTaskStateRequest(arg0 interface{}) *gomock.Call

NotifyMigrationTaskStateRequest indicates an expected call of NotifyMigrationTaskStateRequest

func (*MockMigrationHubAPIMockRecorder) NotifyMigrationTaskStateWithContext

func (mr *MockMigrationHubAPIMockRecorder) NotifyMigrationTaskStateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

NotifyMigrationTaskStateWithContext indicates an expected call of NotifyMigrationTaskStateWithContext

func (*MockMigrationHubAPIMockRecorder) PutResourceAttributes

func (mr *MockMigrationHubAPIMockRecorder) PutResourceAttributes(arg0 interface{}) *gomock.Call

PutResourceAttributes indicates an expected call of PutResourceAttributes

func (*MockMigrationHubAPIMockRecorder) PutResourceAttributesRequest

func (mr *MockMigrationHubAPIMockRecorder) PutResourceAttributesRequest(arg0 interface{}) *gomock.Call

PutResourceAttributesRequest indicates an expected call of PutResourceAttributesRequest

func (*MockMigrationHubAPIMockRecorder) PutResourceAttributesWithContext

func (mr *MockMigrationHubAPIMockRecorder) PutResourceAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutResourceAttributesWithContext indicates an expected call of PutResourceAttributesWithContext

Jump to

Keyboard shortcuts

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