mocks

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Jul 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) BuildSuggesters

func (_m *IClient) BuildSuggesters(ctx context.Context, params *cloudsearch.BuildSuggestersInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.BuildSuggestersOutput, error)

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

func (*IClient) CreateDomain

func (_m *IClient) CreateDomain(ctx context.Context, params *cloudsearch.CreateDomainInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.CreateDomainOutput, error)

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

func (*IClient) DefineAnalysisScheme

func (_m *IClient) DefineAnalysisScheme(ctx context.Context, params *cloudsearch.DefineAnalysisSchemeInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.DefineAnalysisSchemeOutput, error)

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

func (*IClient) DefineExpression

func (_m *IClient) DefineExpression(ctx context.Context, params *cloudsearch.DefineExpressionInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.DefineExpressionOutput, error)

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

func (*IClient) DefineIndexField

func (_m *IClient) DefineIndexField(ctx context.Context, params *cloudsearch.DefineIndexFieldInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.DefineIndexFieldOutput, error)

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

func (*IClient) DefineSuggester

func (_m *IClient) DefineSuggester(ctx context.Context, params *cloudsearch.DefineSuggesterInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.DefineSuggesterOutput, error)

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

func (*IClient) DeleteAnalysisScheme

func (_m *IClient) DeleteAnalysisScheme(ctx context.Context, params *cloudsearch.DeleteAnalysisSchemeInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.DeleteAnalysisSchemeOutput, error)

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

func (*IClient) DeleteDomain

func (_m *IClient) DeleteDomain(ctx context.Context, params *cloudsearch.DeleteDomainInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.DeleteDomainOutput, error)

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

func (*IClient) DeleteExpression

func (_m *IClient) DeleteExpression(ctx context.Context, params *cloudsearch.DeleteExpressionInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.DeleteExpressionOutput, error)

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

func (*IClient) DeleteIndexField

func (_m *IClient) DeleteIndexField(ctx context.Context, params *cloudsearch.DeleteIndexFieldInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.DeleteIndexFieldOutput, error)

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

func (*IClient) DeleteSuggester

func (_m *IClient) DeleteSuggester(ctx context.Context, params *cloudsearch.DeleteSuggesterInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.DeleteSuggesterOutput, error)

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

func (*IClient) DescribeAnalysisSchemes

func (_m *IClient) DescribeAnalysisSchemes(ctx context.Context, params *cloudsearch.DescribeAnalysisSchemesInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.DescribeAnalysisSchemesOutput, error)

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

func (*IClient) DescribeAvailabilityOptions

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

func (*IClient) DescribeDomainEndpointOptions

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

func (*IClient) DescribeDomains

func (_m *IClient) DescribeDomains(ctx context.Context, params *cloudsearch.DescribeDomainsInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.DescribeDomainsOutput, error)

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

func (*IClient) DescribeExpressions

func (_m *IClient) DescribeExpressions(ctx context.Context, params *cloudsearch.DescribeExpressionsInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.DescribeExpressionsOutput, error)

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

func (*IClient) DescribeIndexFields

func (_m *IClient) DescribeIndexFields(ctx context.Context, params *cloudsearch.DescribeIndexFieldsInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.DescribeIndexFieldsOutput, error)

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

func (*IClient) DescribeScalingParameters

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

func (*IClient) DescribeServiceAccessPolicies

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

func (*IClient) DescribeSuggesters

func (_m *IClient) DescribeSuggesters(ctx context.Context, params *cloudsearch.DescribeSuggestersInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.DescribeSuggestersOutput, error)

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

func (*IClient) IndexDocuments

func (_m *IClient) IndexDocuments(ctx context.Context, params *cloudsearch.IndexDocumentsInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.IndexDocumentsOutput, error)

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

func (*IClient) ListDomainNames

func (_m *IClient) ListDomainNames(ctx context.Context, params *cloudsearch.ListDomainNamesInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.ListDomainNamesOutput, error)

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

func (*IClient) Options

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

Options provides a mock function with given fields:

func (*IClient) UpdateAvailabilityOptions

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

func (*IClient) UpdateDomainEndpointOptions

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

func (*IClient) UpdateScalingParameters

func (_m *IClient) UpdateScalingParameters(ctx context.Context, params *cloudsearch.UpdateScalingParametersInput, optFns ...func(*cloudsearch.Options)) (*cloudsearch.UpdateScalingParametersOutput, error)

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

func (*IClient) UpdateServiceAccessPolicies

UpdateServiceAccessPolicies 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