qappsmock

package
v1.54.17 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package qappsmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockQAppsAPI

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

MockQAppsAPI is a mock of QAppsAPI interface

func NewMockQAppsAPI

func NewMockQAppsAPI(ctrl *gomock.Controller) *MockQAppsAPI

NewMockQAppsAPI creates a new mock instance

func (*MockQAppsAPI) AssociateLibraryItemReview

AssociateLibraryItemReview mocks base method

func (*MockQAppsAPI) AssociateLibraryItemReviewRequest

AssociateLibraryItemReviewRequest mocks base method

func (*MockQAppsAPI) AssociateLibraryItemReviewWithContext

func (m *MockQAppsAPI) AssociateLibraryItemReviewWithContext(arg0 context.Context, arg1 *qapps.AssociateLibraryItemReviewInput, arg2 ...request.Option) (*qapps.AssociateLibraryItemReviewOutput, error)

AssociateLibraryItemReviewWithContext mocks base method

func (*MockQAppsAPI) AssociateQAppWithUser

AssociateQAppWithUser mocks base method

func (*MockQAppsAPI) AssociateQAppWithUserRequest

AssociateQAppWithUserRequest mocks base method

func (*MockQAppsAPI) AssociateQAppWithUserWithContext

func (m *MockQAppsAPI) AssociateQAppWithUserWithContext(arg0 context.Context, arg1 *qapps.AssociateQAppWithUserInput, arg2 ...request.Option) (*qapps.AssociateQAppWithUserOutput, error)

AssociateQAppWithUserWithContext mocks base method

func (*MockQAppsAPI) CreateLibraryItem

CreateLibraryItem mocks base method

func (*MockQAppsAPI) CreateLibraryItemRequest

func (m *MockQAppsAPI) CreateLibraryItemRequest(arg0 *qapps.CreateLibraryItemInput) (*request.Request, *qapps.CreateLibraryItemOutput)

CreateLibraryItemRequest mocks base method

func (*MockQAppsAPI) CreateLibraryItemWithContext

func (m *MockQAppsAPI) CreateLibraryItemWithContext(arg0 context.Context, arg1 *qapps.CreateLibraryItemInput, arg2 ...request.Option) (*qapps.CreateLibraryItemOutput, error)

CreateLibraryItemWithContext mocks base method

func (*MockQAppsAPI) CreateQApp

func (m *MockQAppsAPI) CreateQApp(arg0 *qapps.CreateQAppInput) (*qapps.CreateQAppOutput, error)

CreateQApp mocks base method

func (*MockQAppsAPI) CreateQAppRequest

func (m *MockQAppsAPI) CreateQAppRequest(arg0 *qapps.CreateQAppInput) (*request.Request, *qapps.CreateQAppOutput)

CreateQAppRequest mocks base method

func (*MockQAppsAPI) CreateQAppWithContext

func (m *MockQAppsAPI) CreateQAppWithContext(arg0 context.Context, arg1 *qapps.CreateQAppInput, arg2 ...request.Option) (*qapps.CreateQAppOutput, error)

CreateQAppWithContext mocks base method

func (*MockQAppsAPI) DeleteLibraryItem

DeleteLibraryItem mocks base method

func (*MockQAppsAPI) DeleteLibraryItemRequest

func (m *MockQAppsAPI) DeleteLibraryItemRequest(arg0 *qapps.DeleteLibraryItemInput) (*request.Request, *qapps.DeleteLibraryItemOutput)

DeleteLibraryItemRequest mocks base method

func (*MockQAppsAPI) DeleteLibraryItemWithContext

func (m *MockQAppsAPI) DeleteLibraryItemWithContext(arg0 context.Context, arg1 *qapps.DeleteLibraryItemInput, arg2 ...request.Option) (*qapps.DeleteLibraryItemOutput, error)

DeleteLibraryItemWithContext mocks base method

func (*MockQAppsAPI) DeleteQApp

func (m *MockQAppsAPI) DeleteQApp(arg0 *qapps.DeleteQAppInput) (*qapps.DeleteQAppOutput, error)

DeleteQApp mocks base method

func (*MockQAppsAPI) DeleteQAppRequest

func (m *MockQAppsAPI) DeleteQAppRequest(arg0 *qapps.DeleteQAppInput) (*request.Request, *qapps.DeleteQAppOutput)

DeleteQAppRequest mocks base method

func (*MockQAppsAPI) DeleteQAppWithContext

func (m *MockQAppsAPI) DeleteQAppWithContext(arg0 context.Context, arg1 *qapps.DeleteQAppInput, arg2 ...request.Option) (*qapps.DeleteQAppOutput, error)

DeleteQAppWithContext mocks base method

func (*MockQAppsAPI) DisassociateLibraryItemReview

DisassociateLibraryItemReview mocks base method

func (*MockQAppsAPI) DisassociateLibraryItemReviewRequest

DisassociateLibraryItemReviewRequest mocks base method

func (*MockQAppsAPI) DisassociateLibraryItemReviewWithContext

func (m *MockQAppsAPI) DisassociateLibraryItemReviewWithContext(arg0 context.Context, arg1 *qapps.DisassociateLibraryItemReviewInput, arg2 ...request.Option) (*qapps.DisassociateLibraryItemReviewOutput, error)

DisassociateLibraryItemReviewWithContext mocks base method

func (*MockQAppsAPI) DisassociateQAppFromUser

DisassociateQAppFromUser mocks base method

func (*MockQAppsAPI) DisassociateQAppFromUserRequest

DisassociateQAppFromUserRequest mocks base method

func (*MockQAppsAPI) DisassociateQAppFromUserWithContext

func (m *MockQAppsAPI) DisassociateQAppFromUserWithContext(arg0 context.Context, arg1 *qapps.DisassociateQAppFromUserInput, arg2 ...request.Option) (*qapps.DisassociateQAppFromUserOutput, error)

DisassociateQAppFromUserWithContext mocks base method

func (*MockQAppsAPI) EXPECT

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

func (*MockQAppsAPI) GetLibraryItem

GetLibraryItem mocks base method

func (*MockQAppsAPI) GetLibraryItemRequest

func (m *MockQAppsAPI) GetLibraryItemRequest(arg0 *qapps.GetLibraryItemInput) (*request.Request, *qapps.GetLibraryItemOutput)

GetLibraryItemRequest mocks base method

func (*MockQAppsAPI) GetLibraryItemWithContext

func (m *MockQAppsAPI) GetLibraryItemWithContext(arg0 context.Context, arg1 *qapps.GetLibraryItemInput, arg2 ...request.Option) (*qapps.GetLibraryItemOutput, error)

GetLibraryItemWithContext mocks base method

func (*MockQAppsAPI) GetQApp

func (m *MockQAppsAPI) GetQApp(arg0 *qapps.GetQAppInput) (*qapps.GetQAppOutput, error)

GetQApp mocks base method

func (*MockQAppsAPI) GetQAppRequest

func (m *MockQAppsAPI) GetQAppRequest(arg0 *qapps.GetQAppInput) (*request.Request, *qapps.GetQAppOutput)

GetQAppRequest mocks base method

func (*MockQAppsAPI) GetQAppSession

GetQAppSession mocks base method

func (*MockQAppsAPI) GetQAppSessionRequest

func (m *MockQAppsAPI) GetQAppSessionRequest(arg0 *qapps.GetQAppSessionInput) (*request.Request, *qapps.GetQAppSessionOutput)

GetQAppSessionRequest mocks base method

func (*MockQAppsAPI) GetQAppSessionWithContext

func (m *MockQAppsAPI) GetQAppSessionWithContext(arg0 context.Context, arg1 *qapps.GetQAppSessionInput, arg2 ...request.Option) (*qapps.GetQAppSessionOutput, error)

GetQAppSessionWithContext mocks base method

func (*MockQAppsAPI) GetQAppWithContext

func (m *MockQAppsAPI) GetQAppWithContext(arg0 context.Context, arg1 *qapps.GetQAppInput, arg2 ...request.Option) (*qapps.GetQAppOutput, error)

GetQAppWithContext mocks base method

func (*MockQAppsAPI) ImportDocument

ImportDocument mocks base method

func (*MockQAppsAPI) ImportDocumentRequest

func (m *MockQAppsAPI) ImportDocumentRequest(arg0 *qapps.ImportDocumentInput) (*request.Request, *qapps.ImportDocumentOutput)

ImportDocumentRequest mocks base method

func (*MockQAppsAPI) ImportDocumentWithContext

func (m *MockQAppsAPI) ImportDocumentWithContext(arg0 context.Context, arg1 *qapps.ImportDocumentInput, arg2 ...request.Option) (*qapps.ImportDocumentOutput, error)

ImportDocumentWithContext mocks base method

func (*MockQAppsAPI) ListLibraryItems

ListLibraryItems mocks base method

func (*MockQAppsAPI) ListLibraryItemsPages

func (m *MockQAppsAPI) ListLibraryItemsPages(arg0 *qapps.ListLibraryItemsInput, arg1 func(*qapps.ListLibraryItemsOutput, bool) bool) error

ListLibraryItemsPages mocks base method

func (*MockQAppsAPI) ListLibraryItemsPagesWithContext

func (m *MockQAppsAPI) ListLibraryItemsPagesWithContext(arg0 context.Context, arg1 *qapps.ListLibraryItemsInput, arg2 func(*qapps.ListLibraryItemsOutput, bool) bool, arg3 ...request.Option) error

ListLibraryItemsPagesWithContext mocks base method

func (*MockQAppsAPI) ListLibraryItemsRequest

func (m *MockQAppsAPI) ListLibraryItemsRequest(arg0 *qapps.ListLibraryItemsInput) (*request.Request, *qapps.ListLibraryItemsOutput)

ListLibraryItemsRequest mocks base method

func (*MockQAppsAPI) ListLibraryItemsWithContext

func (m *MockQAppsAPI) ListLibraryItemsWithContext(arg0 context.Context, arg1 *qapps.ListLibraryItemsInput, arg2 ...request.Option) (*qapps.ListLibraryItemsOutput, error)

ListLibraryItemsWithContext mocks base method

func (*MockQAppsAPI) ListQApps

func (m *MockQAppsAPI) ListQApps(arg0 *qapps.ListQAppsInput) (*qapps.ListQAppsOutput, error)

ListQApps mocks base method

func (*MockQAppsAPI) ListQAppsPages

func (m *MockQAppsAPI) ListQAppsPages(arg0 *qapps.ListQAppsInput, arg1 func(*qapps.ListQAppsOutput, bool) bool) error

ListQAppsPages mocks base method

func (*MockQAppsAPI) ListQAppsPagesWithContext

func (m *MockQAppsAPI) ListQAppsPagesWithContext(arg0 context.Context, arg1 *qapps.ListQAppsInput, arg2 func(*qapps.ListQAppsOutput, bool) bool, arg3 ...request.Option) error

ListQAppsPagesWithContext mocks base method

func (*MockQAppsAPI) ListQAppsRequest

func (m *MockQAppsAPI) ListQAppsRequest(arg0 *qapps.ListQAppsInput) (*request.Request, *qapps.ListQAppsOutput)

ListQAppsRequest mocks base method

func (*MockQAppsAPI) ListQAppsWithContext

func (m *MockQAppsAPI) ListQAppsWithContext(arg0 context.Context, arg1 *qapps.ListQAppsInput, arg2 ...request.Option) (*qapps.ListQAppsOutput, error)

ListQAppsWithContext mocks base method

func (*MockQAppsAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockQAppsAPI) ListTagsForResourceRequest

func (m *MockQAppsAPI) ListTagsForResourceRequest(arg0 *qapps.ListTagsForResourceInput) (*request.Request, *qapps.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method

func (*MockQAppsAPI) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext mocks base method

func (*MockQAppsAPI) PredictQApp

func (m *MockQAppsAPI) PredictQApp(arg0 *qapps.PredictQAppInput) (*qapps.PredictQAppOutput, error)

PredictQApp mocks base method

func (*MockQAppsAPI) PredictQAppRequest

func (m *MockQAppsAPI) PredictQAppRequest(arg0 *qapps.PredictQAppInput) (*request.Request, *qapps.PredictQAppOutput)

PredictQAppRequest mocks base method

func (*MockQAppsAPI) PredictQAppWithContext

func (m *MockQAppsAPI) PredictQAppWithContext(arg0 context.Context, arg1 *qapps.PredictQAppInput, arg2 ...request.Option) (*qapps.PredictQAppOutput, error)

PredictQAppWithContext mocks base method

func (*MockQAppsAPI) StartQAppSession

StartQAppSession mocks base method

func (*MockQAppsAPI) StartQAppSessionRequest

func (m *MockQAppsAPI) StartQAppSessionRequest(arg0 *qapps.StartQAppSessionInput) (*request.Request, *qapps.StartQAppSessionOutput)

StartQAppSessionRequest mocks base method

func (*MockQAppsAPI) StartQAppSessionWithContext

func (m *MockQAppsAPI) StartQAppSessionWithContext(arg0 context.Context, arg1 *qapps.StartQAppSessionInput, arg2 ...request.Option) (*qapps.StartQAppSessionOutput, error)

StartQAppSessionWithContext mocks base method

func (*MockQAppsAPI) StopQAppSession

StopQAppSession mocks base method

func (*MockQAppsAPI) StopQAppSessionRequest

func (m *MockQAppsAPI) StopQAppSessionRequest(arg0 *qapps.StopQAppSessionInput) (*request.Request, *qapps.StopQAppSessionOutput)

StopQAppSessionRequest mocks base method

func (*MockQAppsAPI) StopQAppSessionWithContext

func (m *MockQAppsAPI) StopQAppSessionWithContext(arg0 context.Context, arg1 *qapps.StopQAppSessionInput, arg2 ...request.Option) (*qapps.StopQAppSessionOutput, error)

StopQAppSessionWithContext mocks base method

func (*MockQAppsAPI) TagResource

func (m *MockQAppsAPI) TagResource(arg0 *qapps.TagResourceInput) (*qapps.TagResourceOutput, error)

TagResource mocks base method

func (*MockQAppsAPI) TagResourceRequest

func (m *MockQAppsAPI) TagResourceRequest(arg0 *qapps.TagResourceInput) (*request.Request, *qapps.TagResourceOutput)

TagResourceRequest mocks base method

func (*MockQAppsAPI) TagResourceWithContext

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

TagResourceWithContext mocks base method

func (*MockQAppsAPI) UntagResource

UntagResource mocks base method

func (*MockQAppsAPI) UntagResourceRequest

func (m *MockQAppsAPI) UntagResourceRequest(arg0 *qapps.UntagResourceInput) (*request.Request, *qapps.UntagResourceOutput)

UntagResourceRequest mocks base method

func (*MockQAppsAPI) UntagResourceWithContext

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

UntagResourceWithContext mocks base method

func (*MockQAppsAPI) UpdateLibraryItem

UpdateLibraryItem mocks base method

func (*MockQAppsAPI) UpdateLibraryItemRequest

func (m *MockQAppsAPI) UpdateLibraryItemRequest(arg0 *qapps.UpdateLibraryItemInput) (*request.Request, *qapps.UpdateLibraryItemOutput)

UpdateLibraryItemRequest mocks base method

func (*MockQAppsAPI) UpdateLibraryItemWithContext

func (m *MockQAppsAPI) UpdateLibraryItemWithContext(arg0 context.Context, arg1 *qapps.UpdateLibraryItemInput, arg2 ...request.Option) (*qapps.UpdateLibraryItemOutput, error)

UpdateLibraryItemWithContext mocks base method

func (*MockQAppsAPI) UpdateQApp

func (m *MockQAppsAPI) UpdateQApp(arg0 *qapps.UpdateQAppInput) (*qapps.UpdateQAppOutput, error)

UpdateQApp mocks base method

func (*MockQAppsAPI) UpdateQAppRequest

func (m *MockQAppsAPI) UpdateQAppRequest(arg0 *qapps.UpdateQAppInput) (*request.Request, *qapps.UpdateQAppOutput)

UpdateQAppRequest mocks base method

func (*MockQAppsAPI) UpdateQAppSession

UpdateQAppSession mocks base method

func (*MockQAppsAPI) UpdateQAppSessionRequest

func (m *MockQAppsAPI) UpdateQAppSessionRequest(arg0 *qapps.UpdateQAppSessionInput) (*request.Request, *qapps.UpdateQAppSessionOutput)

UpdateQAppSessionRequest mocks base method

func (*MockQAppsAPI) UpdateQAppSessionWithContext

func (m *MockQAppsAPI) UpdateQAppSessionWithContext(arg0 context.Context, arg1 *qapps.UpdateQAppSessionInput, arg2 ...request.Option) (*qapps.UpdateQAppSessionOutput, error)

UpdateQAppSessionWithContext mocks base method

func (*MockQAppsAPI) UpdateQAppWithContext

func (m *MockQAppsAPI) UpdateQAppWithContext(arg0 context.Context, arg1 *qapps.UpdateQAppInput, arg2 ...request.Option) (*qapps.UpdateQAppOutput, error)

UpdateQAppWithContext mocks base method

type MockQAppsAPIMockRecorder

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

MockQAppsAPIMockRecorder is the mock recorder for MockQAppsAPI

func (*MockQAppsAPIMockRecorder) AssociateLibraryItemReview

func (mr *MockQAppsAPIMockRecorder) AssociateLibraryItemReview(arg0 interface{}) *gomock.Call

AssociateLibraryItemReview indicates an expected call of AssociateLibraryItemReview

func (*MockQAppsAPIMockRecorder) AssociateLibraryItemReviewRequest

func (mr *MockQAppsAPIMockRecorder) AssociateLibraryItemReviewRequest(arg0 interface{}) *gomock.Call

AssociateLibraryItemReviewRequest indicates an expected call of AssociateLibraryItemReviewRequest

func (*MockQAppsAPIMockRecorder) AssociateLibraryItemReviewWithContext

func (mr *MockQAppsAPIMockRecorder) AssociateLibraryItemReviewWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateLibraryItemReviewWithContext indicates an expected call of AssociateLibraryItemReviewWithContext

func (*MockQAppsAPIMockRecorder) AssociateQAppWithUser

func (mr *MockQAppsAPIMockRecorder) AssociateQAppWithUser(arg0 interface{}) *gomock.Call

AssociateQAppWithUser indicates an expected call of AssociateQAppWithUser

func (*MockQAppsAPIMockRecorder) AssociateQAppWithUserRequest

func (mr *MockQAppsAPIMockRecorder) AssociateQAppWithUserRequest(arg0 interface{}) *gomock.Call

AssociateQAppWithUserRequest indicates an expected call of AssociateQAppWithUserRequest

func (*MockQAppsAPIMockRecorder) AssociateQAppWithUserWithContext

func (mr *MockQAppsAPIMockRecorder) AssociateQAppWithUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateQAppWithUserWithContext indicates an expected call of AssociateQAppWithUserWithContext

func (*MockQAppsAPIMockRecorder) CreateLibraryItem

func (mr *MockQAppsAPIMockRecorder) CreateLibraryItem(arg0 interface{}) *gomock.Call

CreateLibraryItem indicates an expected call of CreateLibraryItem

func (*MockQAppsAPIMockRecorder) CreateLibraryItemRequest

func (mr *MockQAppsAPIMockRecorder) CreateLibraryItemRequest(arg0 interface{}) *gomock.Call

CreateLibraryItemRequest indicates an expected call of CreateLibraryItemRequest

func (*MockQAppsAPIMockRecorder) CreateLibraryItemWithContext

func (mr *MockQAppsAPIMockRecorder) CreateLibraryItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLibraryItemWithContext indicates an expected call of CreateLibraryItemWithContext

func (*MockQAppsAPIMockRecorder) CreateQApp

func (mr *MockQAppsAPIMockRecorder) CreateQApp(arg0 interface{}) *gomock.Call

CreateQApp indicates an expected call of CreateQApp

func (*MockQAppsAPIMockRecorder) CreateQAppRequest

func (mr *MockQAppsAPIMockRecorder) CreateQAppRequest(arg0 interface{}) *gomock.Call

CreateQAppRequest indicates an expected call of CreateQAppRequest

func (*MockQAppsAPIMockRecorder) CreateQAppWithContext

func (mr *MockQAppsAPIMockRecorder) CreateQAppWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateQAppWithContext indicates an expected call of CreateQAppWithContext

func (*MockQAppsAPIMockRecorder) DeleteLibraryItem

func (mr *MockQAppsAPIMockRecorder) DeleteLibraryItem(arg0 interface{}) *gomock.Call

DeleteLibraryItem indicates an expected call of DeleteLibraryItem

func (*MockQAppsAPIMockRecorder) DeleteLibraryItemRequest

func (mr *MockQAppsAPIMockRecorder) DeleteLibraryItemRequest(arg0 interface{}) *gomock.Call

DeleteLibraryItemRequest indicates an expected call of DeleteLibraryItemRequest

func (*MockQAppsAPIMockRecorder) DeleteLibraryItemWithContext

func (mr *MockQAppsAPIMockRecorder) DeleteLibraryItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLibraryItemWithContext indicates an expected call of DeleteLibraryItemWithContext

func (*MockQAppsAPIMockRecorder) DeleteQApp

func (mr *MockQAppsAPIMockRecorder) DeleteQApp(arg0 interface{}) *gomock.Call

DeleteQApp indicates an expected call of DeleteQApp

func (*MockQAppsAPIMockRecorder) DeleteQAppRequest

func (mr *MockQAppsAPIMockRecorder) DeleteQAppRequest(arg0 interface{}) *gomock.Call

DeleteQAppRequest indicates an expected call of DeleteQAppRequest

func (*MockQAppsAPIMockRecorder) DeleteQAppWithContext

func (mr *MockQAppsAPIMockRecorder) DeleteQAppWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteQAppWithContext indicates an expected call of DeleteQAppWithContext

func (*MockQAppsAPIMockRecorder) DisassociateLibraryItemReview

func (mr *MockQAppsAPIMockRecorder) DisassociateLibraryItemReview(arg0 interface{}) *gomock.Call

DisassociateLibraryItemReview indicates an expected call of DisassociateLibraryItemReview

func (*MockQAppsAPIMockRecorder) DisassociateLibraryItemReviewRequest

func (mr *MockQAppsAPIMockRecorder) DisassociateLibraryItemReviewRequest(arg0 interface{}) *gomock.Call

DisassociateLibraryItemReviewRequest indicates an expected call of DisassociateLibraryItemReviewRequest

func (*MockQAppsAPIMockRecorder) DisassociateLibraryItemReviewWithContext

func (mr *MockQAppsAPIMockRecorder) DisassociateLibraryItemReviewWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateLibraryItemReviewWithContext indicates an expected call of DisassociateLibraryItemReviewWithContext

func (*MockQAppsAPIMockRecorder) DisassociateQAppFromUser

func (mr *MockQAppsAPIMockRecorder) DisassociateQAppFromUser(arg0 interface{}) *gomock.Call

DisassociateQAppFromUser indicates an expected call of DisassociateQAppFromUser

func (*MockQAppsAPIMockRecorder) DisassociateQAppFromUserRequest

func (mr *MockQAppsAPIMockRecorder) DisassociateQAppFromUserRequest(arg0 interface{}) *gomock.Call

DisassociateQAppFromUserRequest indicates an expected call of DisassociateQAppFromUserRequest

func (*MockQAppsAPIMockRecorder) DisassociateQAppFromUserWithContext

func (mr *MockQAppsAPIMockRecorder) DisassociateQAppFromUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateQAppFromUserWithContext indicates an expected call of DisassociateQAppFromUserWithContext

func (*MockQAppsAPIMockRecorder) GetLibraryItem

func (mr *MockQAppsAPIMockRecorder) GetLibraryItem(arg0 interface{}) *gomock.Call

GetLibraryItem indicates an expected call of GetLibraryItem

func (*MockQAppsAPIMockRecorder) GetLibraryItemRequest

func (mr *MockQAppsAPIMockRecorder) GetLibraryItemRequest(arg0 interface{}) *gomock.Call

GetLibraryItemRequest indicates an expected call of GetLibraryItemRequest

func (*MockQAppsAPIMockRecorder) GetLibraryItemWithContext

func (mr *MockQAppsAPIMockRecorder) GetLibraryItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLibraryItemWithContext indicates an expected call of GetLibraryItemWithContext

func (*MockQAppsAPIMockRecorder) GetQApp

func (mr *MockQAppsAPIMockRecorder) GetQApp(arg0 interface{}) *gomock.Call

GetQApp indicates an expected call of GetQApp

func (*MockQAppsAPIMockRecorder) GetQAppRequest

func (mr *MockQAppsAPIMockRecorder) GetQAppRequest(arg0 interface{}) *gomock.Call

GetQAppRequest indicates an expected call of GetQAppRequest

func (*MockQAppsAPIMockRecorder) GetQAppSession

func (mr *MockQAppsAPIMockRecorder) GetQAppSession(arg0 interface{}) *gomock.Call

GetQAppSession indicates an expected call of GetQAppSession

func (*MockQAppsAPIMockRecorder) GetQAppSessionRequest

func (mr *MockQAppsAPIMockRecorder) GetQAppSessionRequest(arg0 interface{}) *gomock.Call

GetQAppSessionRequest indicates an expected call of GetQAppSessionRequest

func (*MockQAppsAPIMockRecorder) GetQAppSessionWithContext

func (mr *MockQAppsAPIMockRecorder) GetQAppSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetQAppSessionWithContext indicates an expected call of GetQAppSessionWithContext

func (*MockQAppsAPIMockRecorder) GetQAppWithContext

func (mr *MockQAppsAPIMockRecorder) GetQAppWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetQAppWithContext indicates an expected call of GetQAppWithContext

func (*MockQAppsAPIMockRecorder) ImportDocument

func (mr *MockQAppsAPIMockRecorder) ImportDocument(arg0 interface{}) *gomock.Call

ImportDocument indicates an expected call of ImportDocument

func (*MockQAppsAPIMockRecorder) ImportDocumentRequest

func (mr *MockQAppsAPIMockRecorder) ImportDocumentRequest(arg0 interface{}) *gomock.Call

ImportDocumentRequest indicates an expected call of ImportDocumentRequest

func (*MockQAppsAPIMockRecorder) ImportDocumentWithContext

func (mr *MockQAppsAPIMockRecorder) ImportDocumentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportDocumentWithContext indicates an expected call of ImportDocumentWithContext

func (*MockQAppsAPIMockRecorder) ListLibraryItems

func (mr *MockQAppsAPIMockRecorder) ListLibraryItems(arg0 interface{}) *gomock.Call

ListLibraryItems indicates an expected call of ListLibraryItems

func (*MockQAppsAPIMockRecorder) ListLibraryItemsPages

func (mr *MockQAppsAPIMockRecorder) ListLibraryItemsPages(arg0, arg1 interface{}) *gomock.Call

ListLibraryItemsPages indicates an expected call of ListLibraryItemsPages

func (*MockQAppsAPIMockRecorder) ListLibraryItemsPagesWithContext

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

ListLibraryItemsPagesWithContext indicates an expected call of ListLibraryItemsPagesWithContext

func (*MockQAppsAPIMockRecorder) ListLibraryItemsRequest

func (mr *MockQAppsAPIMockRecorder) ListLibraryItemsRequest(arg0 interface{}) *gomock.Call

ListLibraryItemsRequest indicates an expected call of ListLibraryItemsRequest

func (*MockQAppsAPIMockRecorder) ListLibraryItemsWithContext

func (mr *MockQAppsAPIMockRecorder) ListLibraryItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListLibraryItemsWithContext indicates an expected call of ListLibraryItemsWithContext

func (*MockQAppsAPIMockRecorder) ListQApps

func (mr *MockQAppsAPIMockRecorder) ListQApps(arg0 interface{}) *gomock.Call

ListQApps indicates an expected call of ListQApps

func (*MockQAppsAPIMockRecorder) ListQAppsPages

func (mr *MockQAppsAPIMockRecorder) ListQAppsPages(arg0, arg1 interface{}) *gomock.Call

ListQAppsPages indicates an expected call of ListQAppsPages

func (*MockQAppsAPIMockRecorder) ListQAppsPagesWithContext

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

ListQAppsPagesWithContext indicates an expected call of ListQAppsPagesWithContext

func (*MockQAppsAPIMockRecorder) ListQAppsRequest

func (mr *MockQAppsAPIMockRecorder) ListQAppsRequest(arg0 interface{}) *gomock.Call

ListQAppsRequest indicates an expected call of ListQAppsRequest

func (*MockQAppsAPIMockRecorder) ListQAppsWithContext

func (mr *MockQAppsAPIMockRecorder) ListQAppsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListQAppsWithContext indicates an expected call of ListQAppsWithContext

func (*MockQAppsAPIMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockQAppsAPIMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockQAppsAPIMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockQAppsAPIMockRecorder) PredictQApp

func (mr *MockQAppsAPIMockRecorder) PredictQApp(arg0 interface{}) *gomock.Call

PredictQApp indicates an expected call of PredictQApp

func (*MockQAppsAPIMockRecorder) PredictQAppRequest

func (mr *MockQAppsAPIMockRecorder) PredictQAppRequest(arg0 interface{}) *gomock.Call

PredictQAppRequest indicates an expected call of PredictQAppRequest

func (*MockQAppsAPIMockRecorder) PredictQAppWithContext

func (mr *MockQAppsAPIMockRecorder) PredictQAppWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PredictQAppWithContext indicates an expected call of PredictQAppWithContext

func (*MockQAppsAPIMockRecorder) StartQAppSession

func (mr *MockQAppsAPIMockRecorder) StartQAppSession(arg0 interface{}) *gomock.Call

StartQAppSession indicates an expected call of StartQAppSession

func (*MockQAppsAPIMockRecorder) StartQAppSessionRequest

func (mr *MockQAppsAPIMockRecorder) StartQAppSessionRequest(arg0 interface{}) *gomock.Call

StartQAppSessionRequest indicates an expected call of StartQAppSessionRequest

func (*MockQAppsAPIMockRecorder) StartQAppSessionWithContext

func (mr *MockQAppsAPIMockRecorder) StartQAppSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartQAppSessionWithContext indicates an expected call of StartQAppSessionWithContext

func (*MockQAppsAPIMockRecorder) StopQAppSession

func (mr *MockQAppsAPIMockRecorder) StopQAppSession(arg0 interface{}) *gomock.Call

StopQAppSession indicates an expected call of StopQAppSession

func (*MockQAppsAPIMockRecorder) StopQAppSessionRequest

func (mr *MockQAppsAPIMockRecorder) StopQAppSessionRequest(arg0 interface{}) *gomock.Call

StopQAppSessionRequest indicates an expected call of StopQAppSessionRequest

func (*MockQAppsAPIMockRecorder) StopQAppSessionWithContext

func (mr *MockQAppsAPIMockRecorder) StopQAppSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopQAppSessionWithContext indicates an expected call of StopQAppSessionWithContext

func (*MockQAppsAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource

func (*MockQAppsAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockQAppsAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockQAppsAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource

func (*MockQAppsAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockQAppsAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockQAppsAPIMockRecorder) UpdateLibraryItem

func (mr *MockQAppsAPIMockRecorder) UpdateLibraryItem(arg0 interface{}) *gomock.Call

UpdateLibraryItem indicates an expected call of UpdateLibraryItem

func (*MockQAppsAPIMockRecorder) UpdateLibraryItemRequest

func (mr *MockQAppsAPIMockRecorder) UpdateLibraryItemRequest(arg0 interface{}) *gomock.Call

UpdateLibraryItemRequest indicates an expected call of UpdateLibraryItemRequest

func (*MockQAppsAPIMockRecorder) UpdateLibraryItemWithContext

func (mr *MockQAppsAPIMockRecorder) UpdateLibraryItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateLibraryItemWithContext indicates an expected call of UpdateLibraryItemWithContext

func (*MockQAppsAPIMockRecorder) UpdateQApp

func (mr *MockQAppsAPIMockRecorder) UpdateQApp(arg0 interface{}) *gomock.Call

UpdateQApp indicates an expected call of UpdateQApp

func (*MockQAppsAPIMockRecorder) UpdateQAppRequest

func (mr *MockQAppsAPIMockRecorder) UpdateQAppRequest(arg0 interface{}) *gomock.Call

UpdateQAppRequest indicates an expected call of UpdateQAppRequest

func (*MockQAppsAPIMockRecorder) UpdateQAppSession

func (mr *MockQAppsAPIMockRecorder) UpdateQAppSession(arg0 interface{}) *gomock.Call

UpdateQAppSession indicates an expected call of UpdateQAppSession

func (*MockQAppsAPIMockRecorder) UpdateQAppSessionRequest

func (mr *MockQAppsAPIMockRecorder) UpdateQAppSessionRequest(arg0 interface{}) *gomock.Call

UpdateQAppSessionRequest indicates an expected call of UpdateQAppSessionRequest

func (*MockQAppsAPIMockRecorder) UpdateQAppSessionWithContext

func (mr *MockQAppsAPIMockRecorder) UpdateQAppSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateQAppSessionWithContext indicates an expected call of UpdateQAppSessionWithContext

func (*MockQAppsAPIMockRecorder) UpdateQAppWithContext

func (mr *MockQAppsAPIMockRecorder) UpdateQAppWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateQAppWithContext indicates an expected call of UpdateQAppWithContext

Jump to

Keyboard shortcuts

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