mocks

package
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IClient

type IClient struct {
	mock.Mock
}

IClient is an autogenerated mock type for the IClient type

func NewIClient

func NewIClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *IClient

NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*IClient) AssociateLibraryItemReview

func (_m *IClient) AssociateLibraryItemReview(ctx context.Context, params *qapps.AssociateLibraryItemReviewInput, optFns ...func(*qapps.Options)) (*qapps.AssociateLibraryItemReviewOutput, error)

AssociateLibraryItemReview provides a mock function with given fields: ctx, params, optFns

func (*IClient) AssociateQAppWithUser

func (_m *IClient) AssociateQAppWithUser(ctx context.Context, params *qapps.AssociateQAppWithUserInput, optFns ...func(*qapps.Options)) (*qapps.AssociateQAppWithUserOutput, error)

AssociateQAppWithUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateLibraryItem

func (_m *IClient) CreateLibraryItem(ctx context.Context, params *qapps.CreateLibraryItemInput, optFns ...func(*qapps.Options)) (*qapps.CreateLibraryItemOutput, error)

CreateLibraryItem provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateQApp

func (_m *IClient) CreateQApp(ctx context.Context, params *qapps.CreateQAppInput, optFns ...func(*qapps.Options)) (*qapps.CreateQAppOutput, error)

CreateQApp provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteLibraryItem

func (_m *IClient) DeleteLibraryItem(ctx context.Context, params *qapps.DeleteLibraryItemInput, optFns ...func(*qapps.Options)) (*qapps.DeleteLibraryItemOutput, error)

DeleteLibraryItem provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteQApp

func (_m *IClient) DeleteQApp(ctx context.Context, params *qapps.DeleteQAppInput, optFns ...func(*qapps.Options)) (*qapps.DeleteQAppOutput, error)

DeleteQApp provides a mock function with given fields: ctx, params, optFns

func (*IClient) DisassociateLibraryItemReview

func (_m *IClient) DisassociateLibraryItemReview(ctx context.Context, params *qapps.DisassociateLibraryItemReviewInput, optFns ...func(*qapps.Options)) (*qapps.DisassociateLibraryItemReviewOutput, error)

DisassociateLibraryItemReview provides a mock function with given fields: ctx, params, optFns

func (*IClient) DisassociateQAppFromUser

func (_m *IClient) DisassociateQAppFromUser(ctx context.Context, params *qapps.DisassociateQAppFromUserInput, optFns ...func(*qapps.Options)) (*qapps.DisassociateQAppFromUserOutput, error)

DisassociateQAppFromUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetLibraryItem

func (_m *IClient) GetLibraryItem(ctx context.Context, params *qapps.GetLibraryItemInput, optFns ...func(*qapps.Options)) (*qapps.GetLibraryItemOutput, error)

GetLibraryItem provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetQApp

func (_m *IClient) GetQApp(ctx context.Context, params *qapps.GetQAppInput, optFns ...func(*qapps.Options)) (*qapps.GetQAppOutput, error)

GetQApp provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetQAppSession

func (_m *IClient) GetQAppSession(ctx context.Context, params *qapps.GetQAppSessionInput, optFns ...func(*qapps.Options)) (*qapps.GetQAppSessionOutput, error)

GetQAppSession provides a mock function with given fields: ctx, params, optFns

func (*IClient) ImportDocument

func (_m *IClient) ImportDocument(ctx context.Context, params *qapps.ImportDocumentInput, optFns ...func(*qapps.Options)) (*qapps.ImportDocumentOutput, error)

ImportDocument provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListLibraryItems

func (_m *IClient) ListLibraryItems(ctx context.Context, params *qapps.ListLibraryItemsInput, optFns ...func(*qapps.Options)) (*qapps.ListLibraryItemsOutput, error)

ListLibraryItems provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListQApps

func (_m *IClient) ListQApps(ctx context.Context, params *qapps.ListQAppsInput, optFns ...func(*qapps.Options)) (*qapps.ListQAppsOutput, error)

ListQApps provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTagsForResource

func (_m *IClient) ListTagsForResource(ctx context.Context, params *qapps.ListTagsForResourceInput, optFns ...func(*qapps.Options)) (*qapps.ListTagsForResourceOutput, error)

ListTagsForResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) Options

func (_m *IClient) Options() qapps.Options

Options provides a mock function with given fields:

func (*IClient) PredictQApp

func (_m *IClient) PredictQApp(ctx context.Context, params *qapps.PredictQAppInput, optFns ...func(*qapps.Options)) (*qapps.PredictQAppOutput, error)

PredictQApp provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartQAppSession

func (_m *IClient) StartQAppSession(ctx context.Context, params *qapps.StartQAppSessionInput, optFns ...func(*qapps.Options)) (*qapps.StartQAppSessionOutput, error)

StartQAppSession provides a mock function with given fields: ctx, params, optFns

func (*IClient) StopQAppSession

func (_m *IClient) StopQAppSession(ctx context.Context, params *qapps.StopQAppSessionInput, optFns ...func(*qapps.Options)) (*qapps.StopQAppSessionOutput, error)

StopQAppSession provides a mock function with given fields: ctx, params, optFns

func (*IClient) TagResource

func (_m *IClient) TagResource(ctx context.Context, params *qapps.TagResourceInput, optFns ...func(*qapps.Options)) (*qapps.TagResourceOutput, error)

TagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) UntagResource

func (_m *IClient) UntagResource(ctx context.Context, params *qapps.UntagResourceInput, optFns ...func(*qapps.Options)) (*qapps.UntagResourceOutput, error)

UntagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateLibraryItem

func (_m *IClient) UpdateLibraryItem(ctx context.Context, params *qapps.UpdateLibraryItemInput, optFns ...func(*qapps.Options)) (*qapps.UpdateLibraryItemOutput, error)

UpdateLibraryItem provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateQApp

func (_m *IClient) UpdateQApp(ctx context.Context, params *qapps.UpdateQAppInput, optFns ...func(*qapps.Options)) (*qapps.UpdateQAppOutput, error)

UpdateQApp provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateQAppSession

func (_m *IClient) UpdateQAppSession(ctx context.Context, params *qapps.UpdateQAppSessionInput, optFns ...func(*qapps.Options)) (*qapps.UpdateQAppSessionOutput, error)

UpdateQAppSession provides a mock function with given fields: ctx, params, optFns

Jump to

Keyboard shortcuts

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