appfabricmock

package
v1.44.331 Latest Latest
Warning

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

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

Documentation

Overview

Package appfabricmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAppFabricAPI

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

MockAppFabricAPI is a mock of AppFabricAPI interface

func NewMockAppFabricAPI

func NewMockAppFabricAPI(ctrl *gomock.Controller) *MockAppFabricAPI

NewMockAppFabricAPI creates a new mock instance

func (*MockAppFabricAPI) BatchGetUserAccessTasks

BatchGetUserAccessTasks mocks base method

func (*MockAppFabricAPI) BatchGetUserAccessTasksRequest

BatchGetUserAccessTasksRequest mocks base method

func (*MockAppFabricAPI) BatchGetUserAccessTasksWithContext

func (m *MockAppFabricAPI) BatchGetUserAccessTasksWithContext(arg0 context.Context, arg1 *appfabric.BatchGetUserAccessTasksInput, arg2 ...request.Option) (*appfabric.BatchGetUserAccessTasksOutput, error)

BatchGetUserAccessTasksWithContext mocks base method

func (*MockAppFabricAPI) ConnectAppAuthorization

ConnectAppAuthorization mocks base method

func (*MockAppFabricAPI) ConnectAppAuthorizationRequest

ConnectAppAuthorizationRequest mocks base method

func (*MockAppFabricAPI) ConnectAppAuthorizationWithContext

func (m *MockAppFabricAPI) ConnectAppAuthorizationWithContext(arg0 context.Context, arg1 *appfabric.ConnectAppAuthorizationInput, arg2 ...request.Option) (*appfabric.ConnectAppAuthorizationOutput, error)

ConnectAppAuthorizationWithContext mocks base method

func (*MockAppFabricAPI) CreateAppAuthorization

CreateAppAuthorization mocks base method

func (*MockAppFabricAPI) CreateAppAuthorizationRequest

CreateAppAuthorizationRequest mocks base method

func (*MockAppFabricAPI) CreateAppAuthorizationWithContext

func (m *MockAppFabricAPI) CreateAppAuthorizationWithContext(arg0 context.Context, arg1 *appfabric.CreateAppAuthorizationInput, arg2 ...request.Option) (*appfabric.CreateAppAuthorizationOutput, error)

CreateAppAuthorizationWithContext mocks base method

func (*MockAppFabricAPI) CreateAppBundle

CreateAppBundle mocks base method

func (*MockAppFabricAPI) CreateAppBundleRequest

CreateAppBundleRequest mocks base method

func (*MockAppFabricAPI) CreateAppBundleWithContext

func (m *MockAppFabricAPI) CreateAppBundleWithContext(arg0 context.Context, arg1 *appfabric.CreateAppBundleInput, arg2 ...request.Option) (*appfabric.CreateAppBundleOutput, error)

CreateAppBundleWithContext mocks base method

func (*MockAppFabricAPI) CreateIngestion

CreateIngestion mocks base method

func (*MockAppFabricAPI) CreateIngestionDestination

CreateIngestionDestination mocks base method

func (*MockAppFabricAPI) CreateIngestionDestinationRequest

CreateIngestionDestinationRequest mocks base method

func (*MockAppFabricAPI) CreateIngestionDestinationWithContext

CreateIngestionDestinationWithContext mocks base method

func (*MockAppFabricAPI) CreateIngestionRequest

CreateIngestionRequest mocks base method

func (*MockAppFabricAPI) CreateIngestionWithContext

func (m *MockAppFabricAPI) CreateIngestionWithContext(arg0 context.Context, arg1 *appfabric.CreateIngestionInput, arg2 ...request.Option) (*appfabric.CreateIngestionOutput, error)

CreateIngestionWithContext mocks base method

func (*MockAppFabricAPI) DeleteAppAuthorization

DeleteAppAuthorization mocks base method

func (*MockAppFabricAPI) DeleteAppAuthorizationRequest

DeleteAppAuthorizationRequest mocks base method

func (*MockAppFabricAPI) DeleteAppAuthorizationWithContext

func (m *MockAppFabricAPI) DeleteAppAuthorizationWithContext(arg0 context.Context, arg1 *appfabric.DeleteAppAuthorizationInput, arg2 ...request.Option) (*appfabric.DeleteAppAuthorizationOutput, error)

DeleteAppAuthorizationWithContext mocks base method

func (*MockAppFabricAPI) DeleteAppBundle

DeleteAppBundle mocks base method

func (*MockAppFabricAPI) DeleteAppBundleRequest

DeleteAppBundleRequest mocks base method

func (*MockAppFabricAPI) DeleteAppBundleWithContext

func (m *MockAppFabricAPI) DeleteAppBundleWithContext(arg0 context.Context, arg1 *appfabric.DeleteAppBundleInput, arg2 ...request.Option) (*appfabric.DeleteAppBundleOutput, error)

DeleteAppBundleWithContext mocks base method

func (*MockAppFabricAPI) DeleteIngestion

DeleteIngestion mocks base method

func (*MockAppFabricAPI) DeleteIngestionDestination

DeleteIngestionDestination mocks base method

func (*MockAppFabricAPI) DeleteIngestionDestinationRequest

DeleteIngestionDestinationRequest mocks base method

func (*MockAppFabricAPI) DeleteIngestionDestinationWithContext

DeleteIngestionDestinationWithContext mocks base method

func (*MockAppFabricAPI) DeleteIngestionRequest

DeleteIngestionRequest mocks base method

func (*MockAppFabricAPI) DeleteIngestionWithContext

func (m *MockAppFabricAPI) DeleteIngestionWithContext(arg0 context.Context, arg1 *appfabric.DeleteIngestionInput, arg2 ...request.Option) (*appfabric.DeleteIngestionOutput, error)

DeleteIngestionWithContext mocks base method

func (*MockAppFabricAPI) EXPECT

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

func (*MockAppFabricAPI) GetAppAuthorization

GetAppAuthorization mocks base method

func (*MockAppFabricAPI) GetAppAuthorizationRequest

GetAppAuthorizationRequest mocks base method

func (*MockAppFabricAPI) GetAppAuthorizationWithContext

func (m *MockAppFabricAPI) GetAppAuthorizationWithContext(arg0 context.Context, arg1 *appfabric.GetAppAuthorizationInput, arg2 ...request.Option) (*appfabric.GetAppAuthorizationOutput, error)

GetAppAuthorizationWithContext mocks base method

func (*MockAppFabricAPI) GetAppBundle

GetAppBundle mocks base method

func (*MockAppFabricAPI) GetAppBundleRequest

GetAppBundleRequest mocks base method

func (*MockAppFabricAPI) GetAppBundleWithContext

func (m *MockAppFabricAPI) GetAppBundleWithContext(arg0 context.Context, arg1 *appfabric.GetAppBundleInput, arg2 ...request.Option) (*appfabric.GetAppBundleOutput, error)

GetAppBundleWithContext mocks base method

func (*MockAppFabricAPI) GetIngestion

GetIngestion mocks base method

func (*MockAppFabricAPI) GetIngestionDestination

GetIngestionDestination mocks base method

func (*MockAppFabricAPI) GetIngestionDestinationRequest

GetIngestionDestinationRequest mocks base method

func (*MockAppFabricAPI) GetIngestionDestinationWithContext

func (m *MockAppFabricAPI) GetIngestionDestinationWithContext(arg0 context.Context, arg1 *appfabric.GetIngestionDestinationInput, arg2 ...request.Option) (*appfabric.GetIngestionDestinationOutput, error)

GetIngestionDestinationWithContext mocks base method

func (*MockAppFabricAPI) GetIngestionRequest

GetIngestionRequest mocks base method

func (*MockAppFabricAPI) GetIngestionWithContext

func (m *MockAppFabricAPI) GetIngestionWithContext(arg0 context.Context, arg1 *appfabric.GetIngestionInput, arg2 ...request.Option) (*appfabric.GetIngestionOutput, error)

GetIngestionWithContext mocks base method

func (*MockAppFabricAPI) ListAppAuthorizations

ListAppAuthorizations mocks base method

func (*MockAppFabricAPI) ListAppAuthorizationsPages

func (m *MockAppFabricAPI) ListAppAuthorizationsPages(arg0 *appfabric.ListAppAuthorizationsInput, arg1 func(*appfabric.ListAppAuthorizationsOutput, bool) bool) error

ListAppAuthorizationsPages mocks base method

func (*MockAppFabricAPI) ListAppAuthorizationsPagesWithContext

func (m *MockAppFabricAPI) ListAppAuthorizationsPagesWithContext(arg0 context.Context, arg1 *appfabric.ListAppAuthorizationsInput, arg2 func(*appfabric.ListAppAuthorizationsOutput, bool) bool, arg3 ...request.Option) error

ListAppAuthorizationsPagesWithContext mocks base method

func (*MockAppFabricAPI) ListAppAuthorizationsRequest

ListAppAuthorizationsRequest mocks base method

func (*MockAppFabricAPI) ListAppAuthorizationsWithContext

func (m *MockAppFabricAPI) ListAppAuthorizationsWithContext(arg0 context.Context, arg1 *appfabric.ListAppAuthorizationsInput, arg2 ...request.Option) (*appfabric.ListAppAuthorizationsOutput, error)

ListAppAuthorizationsWithContext mocks base method

func (*MockAppFabricAPI) ListAppBundles

ListAppBundles mocks base method

func (*MockAppFabricAPI) ListAppBundlesPages

func (m *MockAppFabricAPI) ListAppBundlesPages(arg0 *appfabric.ListAppBundlesInput, arg1 func(*appfabric.ListAppBundlesOutput, bool) bool) error

ListAppBundlesPages mocks base method

func (*MockAppFabricAPI) ListAppBundlesPagesWithContext

func (m *MockAppFabricAPI) ListAppBundlesPagesWithContext(arg0 context.Context, arg1 *appfabric.ListAppBundlesInput, arg2 func(*appfabric.ListAppBundlesOutput, bool) bool, arg3 ...request.Option) error

ListAppBundlesPagesWithContext mocks base method

func (*MockAppFabricAPI) ListAppBundlesRequest

ListAppBundlesRequest mocks base method

func (*MockAppFabricAPI) ListAppBundlesWithContext

func (m *MockAppFabricAPI) ListAppBundlesWithContext(arg0 context.Context, arg1 *appfabric.ListAppBundlesInput, arg2 ...request.Option) (*appfabric.ListAppBundlesOutput, error)

ListAppBundlesWithContext mocks base method

func (*MockAppFabricAPI) ListIngestionDestinations

ListIngestionDestinations mocks base method

func (*MockAppFabricAPI) ListIngestionDestinationsPages

ListIngestionDestinationsPages mocks base method

func (*MockAppFabricAPI) ListIngestionDestinationsPagesWithContext

func (m *MockAppFabricAPI) ListIngestionDestinationsPagesWithContext(arg0 context.Context, arg1 *appfabric.ListIngestionDestinationsInput, arg2 func(*appfabric.ListIngestionDestinationsOutput, bool) bool, arg3 ...request.Option) error

ListIngestionDestinationsPagesWithContext mocks base method

func (*MockAppFabricAPI) ListIngestionDestinationsRequest

ListIngestionDestinationsRequest mocks base method

func (*MockAppFabricAPI) ListIngestionDestinationsWithContext

ListIngestionDestinationsWithContext mocks base method

func (*MockAppFabricAPI) ListIngestions

ListIngestions mocks base method

func (*MockAppFabricAPI) ListIngestionsPages

func (m *MockAppFabricAPI) ListIngestionsPages(arg0 *appfabric.ListIngestionsInput, arg1 func(*appfabric.ListIngestionsOutput, bool) bool) error

ListIngestionsPages mocks base method

func (*MockAppFabricAPI) ListIngestionsPagesWithContext

func (m *MockAppFabricAPI) ListIngestionsPagesWithContext(arg0 context.Context, arg1 *appfabric.ListIngestionsInput, arg2 func(*appfabric.ListIngestionsOutput, bool) bool, arg3 ...request.Option) error

ListIngestionsPagesWithContext mocks base method

func (*MockAppFabricAPI) ListIngestionsRequest

ListIngestionsRequest mocks base method

func (*MockAppFabricAPI) ListIngestionsWithContext

func (m *MockAppFabricAPI) ListIngestionsWithContext(arg0 context.Context, arg1 *appfabric.ListIngestionsInput, arg2 ...request.Option) (*appfabric.ListIngestionsOutput, error)

ListIngestionsWithContext mocks base method

func (*MockAppFabricAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockAppFabricAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockAppFabricAPI) ListTagsForResourceWithContext

func (m *MockAppFabricAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *appfabric.ListTagsForResourceInput, arg2 ...request.Option) (*appfabric.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method

func (*MockAppFabricAPI) StartIngestion

StartIngestion mocks base method

func (*MockAppFabricAPI) StartIngestionRequest

StartIngestionRequest mocks base method

func (*MockAppFabricAPI) StartIngestionWithContext

func (m *MockAppFabricAPI) StartIngestionWithContext(arg0 context.Context, arg1 *appfabric.StartIngestionInput, arg2 ...request.Option) (*appfabric.StartIngestionOutput, error)

StartIngestionWithContext mocks base method

func (*MockAppFabricAPI) StartUserAccessTasks

StartUserAccessTasks mocks base method

func (*MockAppFabricAPI) StartUserAccessTasksRequest

StartUserAccessTasksRequest mocks base method

func (*MockAppFabricAPI) StartUserAccessTasksWithContext

func (m *MockAppFabricAPI) StartUserAccessTasksWithContext(arg0 context.Context, arg1 *appfabric.StartUserAccessTasksInput, arg2 ...request.Option) (*appfabric.StartUserAccessTasksOutput, error)

StartUserAccessTasksWithContext mocks base method

func (*MockAppFabricAPI) StopIngestion

StopIngestion mocks base method

func (*MockAppFabricAPI) StopIngestionRequest

StopIngestionRequest mocks base method

func (*MockAppFabricAPI) StopIngestionWithContext

func (m *MockAppFabricAPI) StopIngestionWithContext(arg0 context.Context, arg1 *appfabric.StopIngestionInput, arg2 ...request.Option) (*appfabric.StopIngestionOutput, error)

StopIngestionWithContext mocks base method

func (*MockAppFabricAPI) TagResource

TagResource mocks base method

func (*MockAppFabricAPI) TagResourceRequest

TagResourceRequest mocks base method

func (*MockAppFabricAPI) TagResourceWithContext

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

TagResourceWithContext mocks base method

func (*MockAppFabricAPI) UntagResource

UntagResource mocks base method

func (*MockAppFabricAPI) UntagResourceRequest

UntagResourceRequest mocks base method

func (*MockAppFabricAPI) UntagResourceWithContext

func (m *MockAppFabricAPI) UntagResourceWithContext(arg0 context.Context, arg1 *appfabric.UntagResourceInput, arg2 ...request.Option) (*appfabric.UntagResourceOutput, error)

UntagResourceWithContext mocks base method

func (*MockAppFabricAPI) UpdateAppAuthorization

UpdateAppAuthorization mocks base method

func (*MockAppFabricAPI) UpdateAppAuthorizationRequest

UpdateAppAuthorizationRequest mocks base method

func (*MockAppFabricAPI) UpdateAppAuthorizationWithContext

func (m *MockAppFabricAPI) UpdateAppAuthorizationWithContext(arg0 context.Context, arg1 *appfabric.UpdateAppAuthorizationInput, arg2 ...request.Option) (*appfabric.UpdateAppAuthorizationOutput, error)

UpdateAppAuthorizationWithContext mocks base method

func (*MockAppFabricAPI) UpdateIngestionDestination

UpdateIngestionDestination mocks base method

func (*MockAppFabricAPI) UpdateIngestionDestinationRequest

UpdateIngestionDestinationRequest mocks base method

func (*MockAppFabricAPI) UpdateIngestionDestinationWithContext

UpdateIngestionDestinationWithContext mocks base method

type MockAppFabricAPIMockRecorder

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

MockAppFabricAPIMockRecorder is the mock recorder for MockAppFabricAPI

func (*MockAppFabricAPIMockRecorder) BatchGetUserAccessTasks

func (mr *MockAppFabricAPIMockRecorder) BatchGetUserAccessTasks(arg0 interface{}) *gomock.Call

BatchGetUserAccessTasks indicates an expected call of BatchGetUserAccessTasks

func (*MockAppFabricAPIMockRecorder) BatchGetUserAccessTasksRequest

func (mr *MockAppFabricAPIMockRecorder) BatchGetUserAccessTasksRequest(arg0 interface{}) *gomock.Call

BatchGetUserAccessTasksRequest indicates an expected call of BatchGetUserAccessTasksRequest

func (*MockAppFabricAPIMockRecorder) BatchGetUserAccessTasksWithContext

func (mr *MockAppFabricAPIMockRecorder) BatchGetUserAccessTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetUserAccessTasksWithContext indicates an expected call of BatchGetUserAccessTasksWithContext

func (*MockAppFabricAPIMockRecorder) ConnectAppAuthorization

func (mr *MockAppFabricAPIMockRecorder) ConnectAppAuthorization(arg0 interface{}) *gomock.Call

ConnectAppAuthorization indicates an expected call of ConnectAppAuthorization

func (*MockAppFabricAPIMockRecorder) ConnectAppAuthorizationRequest

func (mr *MockAppFabricAPIMockRecorder) ConnectAppAuthorizationRequest(arg0 interface{}) *gomock.Call

ConnectAppAuthorizationRequest indicates an expected call of ConnectAppAuthorizationRequest

func (*MockAppFabricAPIMockRecorder) ConnectAppAuthorizationWithContext

func (mr *MockAppFabricAPIMockRecorder) ConnectAppAuthorizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ConnectAppAuthorizationWithContext indicates an expected call of ConnectAppAuthorizationWithContext

func (*MockAppFabricAPIMockRecorder) CreateAppAuthorization

func (mr *MockAppFabricAPIMockRecorder) CreateAppAuthorization(arg0 interface{}) *gomock.Call

CreateAppAuthorization indicates an expected call of CreateAppAuthorization

func (*MockAppFabricAPIMockRecorder) CreateAppAuthorizationRequest

func (mr *MockAppFabricAPIMockRecorder) CreateAppAuthorizationRequest(arg0 interface{}) *gomock.Call

CreateAppAuthorizationRequest indicates an expected call of CreateAppAuthorizationRequest

func (*MockAppFabricAPIMockRecorder) CreateAppAuthorizationWithContext

func (mr *MockAppFabricAPIMockRecorder) CreateAppAuthorizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAppAuthorizationWithContext indicates an expected call of CreateAppAuthorizationWithContext

func (*MockAppFabricAPIMockRecorder) CreateAppBundle

func (mr *MockAppFabricAPIMockRecorder) CreateAppBundle(arg0 interface{}) *gomock.Call

CreateAppBundle indicates an expected call of CreateAppBundle

func (*MockAppFabricAPIMockRecorder) CreateAppBundleRequest

func (mr *MockAppFabricAPIMockRecorder) CreateAppBundleRequest(arg0 interface{}) *gomock.Call

CreateAppBundleRequest indicates an expected call of CreateAppBundleRequest

func (*MockAppFabricAPIMockRecorder) CreateAppBundleWithContext

func (mr *MockAppFabricAPIMockRecorder) CreateAppBundleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAppBundleWithContext indicates an expected call of CreateAppBundleWithContext

func (*MockAppFabricAPIMockRecorder) CreateIngestion

func (mr *MockAppFabricAPIMockRecorder) CreateIngestion(arg0 interface{}) *gomock.Call

CreateIngestion indicates an expected call of CreateIngestion

func (*MockAppFabricAPIMockRecorder) CreateIngestionDestination

func (mr *MockAppFabricAPIMockRecorder) CreateIngestionDestination(arg0 interface{}) *gomock.Call

CreateIngestionDestination indicates an expected call of CreateIngestionDestination

func (*MockAppFabricAPIMockRecorder) CreateIngestionDestinationRequest

func (mr *MockAppFabricAPIMockRecorder) CreateIngestionDestinationRequest(arg0 interface{}) *gomock.Call

CreateIngestionDestinationRequest indicates an expected call of CreateIngestionDestinationRequest

func (*MockAppFabricAPIMockRecorder) CreateIngestionDestinationWithContext

func (mr *MockAppFabricAPIMockRecorder) CreateIngestionDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateIngestionDestinationWithContext indicates an expected call of CreateIngestionDestinationWithContext

func (*MockAppFabricAPIMockRecorder) CreateIngestionRequest

func (mr *MockAppFabricAPIMockRecorder) CreateIngestionRequest(arg0 interface{}) *gomock.Call

CreateIngestionRequest indicates an expected call of CreateIngestionRequest

func (*MockAppFabricAPIMockRecorder) CreateIngestionWithContext

func (mr *MockAppFabricAPIMockRecorder) CreateIngestionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateIngestionWithContext indicates an expected call of CreateIngestionWithContext

func (*MockAppFabricAPIMockRecorder) DeleteAppAuthorization

func (mr *MockAppFabricAPIMockRecorder) DeleteAppAuthorization(arg0 interface{}) *gomock.Call

DeleteAppAuthorization indicates an expected call of DeleteAppAuthorization

func (*MockAppFabricAPIMockRecorder) DeleteAppAuthorizationRequest

func (mr *MockAppFabricAPIMockRecorder) DeleteAppAuthorizationRequest(arg0 interface{}) *gomock.Call

DeleteAppAuthorizationRequest indicates an expected call of DeleteAppAuthorizationRequest

func (*MockAppFabricAPIMockRecorder) DeleteAppAuthorizationWithContext

func (mr *MockAppFabricAPIMockRecorder) DeleteAppAuthorizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAppAuthorizationWithContext indicates an expected call of DeleteAppAuthorizationWithContext

func (*MockAppFabricAPIMockRecorder) DeleteAppBundle

func (mr *MockAppFabricAPIMockRecorder) DeleteAppBundle(arg0 interface{}) *gomock.Call

DeleteAppBundle indicates an expected call of DeleteAppBundle

func (*MockAppFabricAPIMockRecorder) DeleteAppBundleRequest

func (mr *MockAppFabricAPIMockRecorder) DeleteAppBundleRequest(arg0 interface{}) *gomock.Call

DeleteAppBundleRequest indicates an expected call of DeleteAppBundleRequest

func (*MockAppFabricAPIMockRecorder) DeleteAppBundleWithContext

func (mr *MockAppFabricAPIMockRecorder) DeleteAppBundleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAppBundleWithContext indicates an expected call of DeleteAppBundleWithContext

func (*MockAppFabricAPIMockRecorder) DeleteIngestion

func (mr *MockAppFabricAPIMockRecorder) DeleteIngestion(arg0 interface{}) *gomock.Call

DeleteIngestion indicates an expected call of DeleteIngestion

func (*MockAppFabricAPIMockRecorder) DeleteIngestionDestination

func (mr *MockAppFabricAPIMockRecorder) DeleteIngestionDestination(arg0 interface{}) *gomock.Call

DeleteIngestionDestination indicates an expected call of DeleteIngestionDestination

func (*MockAppFabricAPIMockRecorder) DeleteIngestionDestinationRequest

func (mr *MockAppFabricAPIMockRecorder) DeleteIngestionDestinationRequest(arg0 interface{}) *gomock.Call

DeleteIngestionDestinationRequest indicates an expected call of DeleteIngestionDestinationRequest

func (*MockAppFabricAPIMockRecorder) DeleteIngestionDestinationWithContext

func (mr *MockAppFabricAPIMockRecorder) DeleteIngestionDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteIngestionDestinationWithContext indicates an expected call of DeleteIngestionDestinationWithContext

func (*MockAppFabricAPIMockRecorder) DeleteIngestionRequest

func (mr *MockAppFabricAPIMockRecorder) DeleteIngestionRequest(arg0 interface{}) *gomock.Call

DeleteIngestionRequest indicates an expected call of DeleteIngestionRequest

func (*MockAppFabricAPIMockRecorder) DeleteIngestionWithContext

func (mr *MockAppFabricAPIMockRecorder) DeleteIngestionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteIngestionWithContext indicates an expected call of DeleteIngestionWithContext

func (*MockAppFabricAPIMockRecorder) GetAppAuthorization

func (mr *MockAppFabricAPIMockRecorder) GetAppAuthorization(arg0 interface{}) *gomock.Call

GetAppAuthorization indicates an expected call of GetAppAuthorization

func (*MockAppFabricAPIMockRecorder) GetAppAuthorizationRequest

func (mr *MockAppFabricAPIMockRecorder) GetAppAuthorizationRequest(arg0 interface{}) *gomock.Call

GetAppAuthorizationRequest indicates an expected call of GetAppAuthorizationRequest

func (*MockAppFabricAPIMockRecorder) GetAppAuthorizationWithContext

func (mr *MockAppFabricAPIMockRecorder) GetAppAuthorizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAppAuthorizationWithContext indicates an expected call of GetAppAuthorizationWithContext

func (*MockAppFabricAPIMockRecorder) GetAppBundle

func (mr *MockAppFabricAPIMockRecorder) GetAppBundle(arg0 interface{}) *gomock.Call

GetAppBundle indicates an expected call of GetAppBundle

func (*MockAppFabricAPIMockRecorder) GetAppBundleRequest

func (mr *MockAppFabricAPIMockRecorder) GetAppBundleRequest(arg0 interface{}) *gomock.Call

GetAppBundleRequest indicates an expected call of GetAppBundleRequest

func (*MockAppFabricAPIMockRecorder) GetAppBundleWithContext

func (mr *MockAppFabricAPIMockRecorder) GetAppBundleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAppBundleWithContext indicates an expected call of GetAppBundleWithContext

func (*MockAppFabricAPIMockRecorder) GetIngestion

func (mr *MockAppFabricAPIMockRecorder) GetIngestion(arg0 interface{}) *gomock.Call

GetIngestion indicates an expected call of GetIngestion

func (*MockAppFabricAPIMockRecorder) GetIngestionDestination

func (mr *MockAppFabricAPIMockRecorder) GetIngestionDestination(arg0 interface{}) *gomock.Call

GetIngestionDestination indicates an expected call of GetIngestionDestination

func (*MockAppFabricAPIMockRecorder) GetIngestionDestinationRequest

func (mr *MockAppFabricAPIMockRecorder) GetIngestionDestinationRequest(arg0 interface{}) *gomock.Call

GetIngestionDestinationRequest indicates an expected call of GetIngestionDestinationRequest

func (*MockAppFabricAPIMockRecorder) GetIngestionDestinationWithContext

func (mr *MockAppFabricAPIMockRecorder) GetIngestionDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIngestionDestinationWithContext indicates an expected call of GetIngestionDestinationWithContext

func (*MockAppFabricAPIMockRecorder) GetIngestionRequest

func (mr *MockAppFabricAPIMockRecorder) GetIngestionRequest(arg0 interface{}) *gomock.Call

GetIngestionRequest indicates an expected call of GetIngestionRequest

func (*MockAppFabricAPIMockRecorder) GetIngestionWithContext

func (mr *MockAppFabricAPIMockRecorder) GetIngestionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIngestionWithContext indicates an expected call of GetIngestionWithContext

func (*MockAppFabricAPIMockRecorder) ListAppAuthorizations

func (mr *MockAppFabricAPIMockRecorder) ListAppAuthorizations(arg0 interface{}) *gomock.Call

ListAppAuthorizations indicates an expected call of ListAppAuthorizations

func (*MockAppFabricAPIMockRecorder) ListAppAuthorizationsPages

func (mr *MockAppFabricAPIMockRecorder) ListAppAuthorizationsPages(arg0, arg1 interface{}) *gomock.Call

ListAppAuthorizationsPages indicates an expected call of ListAppAuthorizationsPages

func (*MockAppFabricAPIMockRecorder) ListAppAuthorizationsPagesWithContext

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

ListAppAuthorizationsPagesWithContext indicates an expected call of ListAppAuthorizationsPagesWithContext

func (*MockAppFabricAPIMockRecorder) ListAppAuthorizationsRequest

func (mr *MockAppFabricAPIMockRecorder) ListAppAuthorizationsRequest(arg0 interface{}) *gomock.Call

ListAppAuthorizationsRequest indicates an expected call of ListAppAuthorizationsRequest

func (*MockAppFabricAPIMockRecorder) ListAppAuthorizationsWithContext

func (mr *MockAppFabricAPIMockRecorder) ListAppAuthorizationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAppAuthorizationsWithContext indicates an expected call of ListAppAuthorizationsWithContext

func (*MockAppFabricAPIMockRecorder) ListAppBundles

func (mr *MockAppFabricAPIMockRecorder) ListAppBundles(arg0 interface{}) *gomock.Call

ListAppBundles indicates an expected call of ListAppBundles

func (*MockAppFabricAPIMockRecorder) ListAppBundlesPages

func (mr *MockAppFabricAPIMockRecorder) ListAppBundlesPages(arg0, arg1 interface{}) *gomock.Call

ListAppBundlesPages indicates an expected call of ListAppBundlesPages

func (*MockAppFabricAPIMockRecorder) ListAppBundlesPagesWithContext

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

ListAppBundlesPagesWithContext indicates an expected call of ListAppBundlesPagesWithContext

func (*MockAppFabricAPIMockRecorder) ListAppBundlesRequest

func (mr *MockAppFabricAPIMockRecorder) ListAppBundlesRequest(arg0 interface{}) *gomock.Call

ListAppBundlesRequest indicates an expected call of ListAppBundlesRequest

func (*MockAppFabricAPIMockRecorder) ListAppBundlesWithContext

func (mr *MockAppFabricAPIMockRecorder) ListAppBundlesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAppBundlesWithContext indicates an expected call of ListAppBundlesWithContext

func (*MockAppFabricAPIMockRecorder) ListIngestionDestinations

func (mr *MockAppFabricAPIMockRecorder) ListIngestionDestinations(arg0 interface{}) *gomock.Call

ListIngestionDestinations indicates an expected call of ListIngestionDestinations

func (*MockAppFabricAPIMockRecorder) ListIngestionDestinationsPages

func (mr *MockAppFabricAPIMockRecorder) ListIngestionDestinationsPages(arg0, arg1 interface{}) *gomock.Call

ListIngestionDestinationsPages indicates an expected call of ListIngestionDestinationsPages

func (*MockAppFabricAPIMockRecorder) ListIngestionDestinationsPagesWithContext

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

ListIngestionDestinationsPagesWithContext indicates an expected call of ListIngestionDestinationsPagesWithContext

func (*MockAppFabricAPIMockRecorder) ListIngestionDestinationsRequest

func (mr *MockAppFabricAPIMockRecorder) ListIngestionDestinationsRequest(arg0 interface{}) *gomock.Call

ListIngestionDestinationsRequest indicates an expected call of ListIngestionDestinationsRequest

func (*MockAppFabricAPIMockRecorder) ListIngestionDestinationsWithContext

func (mr *MockAppFabricAPIMockRecorder) ListIngestionDestinationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListIngestionDestinationsWithContext indicates an expected call of ListIngestionDestinationsWithContext

func (*MockAppFabricAPIMockRecorder) ListIngestions

func (mr *MockAppFabricAPIMockRecorder) ListIngestions(arg0 interface{}) *gomock.Call

ListIngestions indicates an expected call of ListIngestions

func (*MockAppFabricAPIMockRecorder) ListIngestionsPages

func (mr *MockAppFabricAPIMockRecorder) ListIngestionsPages(arg0, arg1 interface{}) *gomock.Call

ListIngestionsPages indicates an expected call of ListIngestionsPages

func (*MockAppFabricAPIMockRecorder) ListIngestionsPagesWithContext

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

ListIngestionsPagesWithContext indicates an expected call of ListIngestionsPagesWithContext

func (*MockAppFabricAPIMockRecorder) ListIngestionsRequest

func (mr *MockAppFabricAPIMockRecorder) ListIngestionsRequest(arg0 interface{}) *gomock.Call

ListIngestionsRequest indicates an expected call of ListIngestionsRequest

func (*MockAppFabricAPIMockRecorder) ListIngestionsWithContext

func (mr *MockAppFabricAPIMockRecorder) ListIngestionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListIngestionsWithContext indicates an expected call of ListIngestionsWithContext

func (*MockAppFabricAPIMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockAppFabricAPIMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockAppFabricAPIMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockAppFabricAPIMockRecorder) StartIngestion

func (mr *MockAppFabricAPIMockRecorder) StartIngestion(arg0 interface{}) *gomock.Call

StartIngestion indicates an expected call of StartIngestion

func (*MockAppFabricAPIMockRecorder) StartIngestionRequest

func (mr *MockAppFabricAPIMockRecorder) StartIngestionRequest(arg0 interface{}) *gomock.Call

StartIngestionRequest indicates an expected call of StartIngestionRequest

func (*MockAppFabricAPIMockRecorder) StartIngestionWithContext

func (mr *MockAppFabricAPIMockRecorder) StartIngestionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartIngestionWithContext indicates an expected call of StartIngestionWithContext

func (*MockAppFabricAPIMockRecorder) StartUserAccessTasks

func (mr *MockAppFabricAPIMockRecorder) StartUserAccessTasks(arg0 interface{}) *gomock.Call

StartUserAccessTasks indicates an expected call of StartUserAccessTasks

func (*MockAppFabricAPIMockRecorder) StartUserAccessTasksRequest

func (mr *MockAppFabricAPIMockRecorder) StartUserAccessTasksRequest(arg0 interface{}) *gomock.Call

StartUserAccessTasksRequest indicates an expected call of StartUserAccessTasksRequest

func (*MockAppFabricAPIMockRecorder) StartUserAccessTasksWithContext

func (mr *MockAppFabricAPIMockRecorder) StartUserAccessTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartUserAccessTasksWithContext indicates an expected call of StartUserAccessTasksWithContext

func (*MockAppFabricAPIMockRecorder) StopIngestion

func (mr *MockAppFabricAPIMockRecorder) StopIngestion(arg0 interface{}) *gomock.Call

StopIngestion indicates an expected call of StopIngestion

func (*MockAppFabricAPIMockRecorder) StopIngestionRequest

func (mr *MockAppFabricAPIMockRecorder) StopIngestionRequest(arg0 interface{}) *gomock.Call

StopIngestionRequest indicates an expected call of StopIngestionRequest

func (*MockAppFabricAPIMockRecorder) StopIngestionWithContext

func (mr *MockAppFabricAPIMockRecorder) StopIngestionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopIngestionWithContext indicates an expected call of StopIngestionWithContext

func (*MockAppFabricAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource

func (*MockAppFabricAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockAppFabricAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockAppFabricAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource

func (*MockAppFabricAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockAppFabricAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockAppFabricAPIMockRecorder) UpdateAppAuthorization

func (mr *MockAppFabricAPIMockRecorder) UpdateAppAuthorization(arg0 interface{}) *gomock.Call

UpdateAppAuthorization indicates an expected call of UpdateAppAuthorization

func (*MockAppFabricAPIMockRecorder) UpdateAppAuthorizationRequest

func (mr *MockAppFabricAPIMockRecorder) UpdateAppAuthorizationRequest(arg0 interface{}) *gomock.Call

UpdateAppAuthorizationRequest indicates an expected call of UpdateAppAuthorizationRequest

func (*MockAppFabricAPIMockRecorder) UpdateAppAuthorizationWithContext

func (mr *MockAppFabricAPIMockRecorder) UpdateAppAuthorizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAppAuthorizationWithContext indicates an expected call of UpdateAppAuthorizationWithContext

func (*MockAppFabricAPIMockRecorder) UpdateIngestionDestination

func (mr *MockAppFabricAPIMockRecorder) UpdateIngestionDestination(arg0 interface{}) *gomock.Call

UpdateIngestionDestination indicates an expected call of UpdateIngestionDestination

func (*MockAppFabricAPIMockRecorder) UpdateIngestionDestinationRequest

func (mr *MockAppFabricAPIMockRecorder) UpdateIngestionDestinationRequest(arg0 interface{}) *gomock.Call

UpdateIngestionDestinationRequest indicates an expected call of UpdateIngestionDestinationRequest

func (*MockAppFabricAPIMockRecorder) UpdateIngestionDestinationWithContext

func (mr *MockAppFabricAPIMockRecorder) UpdateIngestionDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateIngestionDestinationWithContext indicates an expected call of UpdateIngestionDestinationWithContext

Jump to

Keyboard shortcuts

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