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) BatchGetCollaborationAnalysisTemplate

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

func (*IClient) BatchGetSchema

func (_m *IClient) BatchGetSchema(ctx context.Context, params *cleanrooms.BatchGetSchemaInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.BatchGetSchemaOutput, error)

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

func (*IClient) BatchGetSchemaAnalysisRule

func (_m *IClient) BatchGetSchemaAnalysisRule(ctx context.Context, params *cleanrooms.BatchGetSchemaAnalysisRuleInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.BatchGetSchemaAnalysisRuleOutput, error)

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

func (*IClient) CreateAnalysisTemplate

func (_m *IClient) CreateAnalysisTemplate(ctx context.Context, params *cleanrooms.CreateAnalysisTemplateInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.CreateAnalysisTemplateOutput, error)

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

func (*IClient) CreateCollaboration

func (_m *IClient) CreateCollaboration(ctx context.Context, params *cleanrooms.CreateCollaborationInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.CreateCollaborationOutput, error)

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

func (*IClient) CreateConfiguredAudienceModelAssociation

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

func (*IClient) CreateConfiguredTable

func (_m *IClient) CreateConfiguredTable(ctx context.Context, params *cleanrooms.CreateConfiguredTableInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.CreateConfiguredTableOutput, error)

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

func (*IClient) CreateConfiguredTableAnalysisRule

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

func (*IClient) CreateConfiguredTableAssociation

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

func (*IClient) CreateMembership

func (_m *IClient) CreateMembership(ctx context.Context, params *cleanrooms.CreateMembershipInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.CreateMembershipOutput, error)

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

func (*IClient) CreatePrivacyBudgetTemplate

func (_m *IClient) CreatePrivacyBudgetTemplate(ctx context.Context, params *cleanrooms.CreatePrivacyBudgetTemplateInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.CreatePrivacyBudgetTemplateOutput, error)

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

func (*IClient) DeleteAnalysisTemplate

func (_m *IClient) DeleteAnalysisTemplate(ctx context.Context, params *cleanrooms.DeleteAnalysisTemplateInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.DeleteAnalysisTemplateOutput, error)

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

func (*IClient) DeleteCollaboration

func (_m *IClient) DeleteCollaboration(ctx context.Context, params *cleanrooms.DeleteCollaborationInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.DeleteCollaborationOutput, error)

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

func (*IClient) DeleteConfiguredAudienceModelAssociation

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

func (*IClient) DeleteConfiguredTable

func (_m *IClient) DeleteConfiguredTable(ctx context.Context, params *cleanrooms.DeleteConfiguredTableInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.DeleteConfiguredTableOutput, error)

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

func (*IClient) DeleteConfiguredTableAnalysisRule

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

func (*IClient) DeleteConfiguredTableAssociation

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

func (*IClient) DeleteMember

func (_m *IClient) DeleteMember(ctx context.Context, params *cleanrooms.DeleteMemberInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.DeleteMemberOutput, error)

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

func (*IClient) DeleteMembership

func (_m *IClient) DeleteMembership(ctx context.Context, params *cleanrooms.DeleteMembershipInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.DeleteMembershipOutput, error)

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

func (*IClient) DeletePrivacyBudgetTemplate

func (_m *IClient) DeletePrivacyBudgetTemplate(ctx context.Context, params *cleanrooms.DeletePrivacyBudgetTemplateInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.DeletePrivacyBudgetTemplateOutput, error)

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

func (*IClient) GetAnalysisTemplate

func (_m *IClient) GetAnalysisTemplate(ctx context.Context, params *cleanrooms.GetAnalysisTemplateInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.GetAnalysisTemplateOutput, error)

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

func (*IClient) GetCollaboration

func (_m *IClient) GetCollaboration(ctx context.Context, params *cleanrooms.GetCollaborationInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.GetCollaborationOutput, error)

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

func (*IClient) GetCollaborationAnalysisTemplate

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

func (*IClient) GetCollaborationConfiguredAudienceModelAssociation

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

func (*IClient) GetCollaborationPrivacyBudgetTemplate

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

func (*IClient) GetConfiguredAudienceModelAssociation

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

func (*IClient) GetConfiguredTable

func (_m *IClient) GetConfiguredTable(ctx context.Context, params *cleanrooms.GetConfiguredTableInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.GetConfiguredTableOutput, error)

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

func (*IClient) GetConfiguredTableAnalysisRule

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

func (*IClient) GetConfiguredTableAssociation

func (_m *IClient) GetConfiguredTableAssociation(ctx context.Context, params *cleanrooms.GetConfiguredTableAssociationInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.GetConfiguredTableAssociationOutput, error)

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

func (*IClient) GetMembership

func (_m *IClient) GetMembership(ctx context.Context, params *cleanrooms.GetMembershipInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.GetMembershipOutput, error)

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

func (*IClient) GetPrivacyBudgetTemplate

func (_m *IClient) GetPrivacyBudgetTemplate(ctx context.Context, params *cleanrooms.GetPrivacyBudgetTemplateInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.GetPrivacyBudgetTemplateOutput, error)

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

func (*IClient) GetProtectedQuery

func (_m *IClient) GetProtectedQuery(ctx context.Context, params *cleanrooms.GetProtectedQueryInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.GetProtectedQueryOutput, error)

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

func (*IClient) GetSchema

func (_m *IClient) GetSchema(ctx context.Context, params *cleanrooms.GetSchemaInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.GetSchemaOutput, error)

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

func (*IClient) GetSchemaAnalysisRule

func (_m *IClient) GetSchemaAnalysisRule(ctx context.Context, params *cleanrooms.GetSchemaAnalysisRuleInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.GetSchemaAnalysisRuleOutput, error)

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

func (*IClient) ListAnalysisTemplates

func (_m *IClient) ListAnalysisTemplates(ctx context.Context, params *cleanrooms.ListAnalysisTemplatesInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.ListAnalysisTemplatesOutput, error)

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

func (*IClient) ListCollaborationAnalysisTemplates

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

func (*IClient) ListCollaborationConfiguredAudienceModelAssociations

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

func (*IClient) ListCollaborationPrivacyBudgetTemplates

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

func (*IClient) ListCollaborationPrivacyBudgets

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

func (*IClient) ListCollaborations

func (_m *IClient) ListCollaborations(ctx context.Context, params *cleanrooms.ListCollaborationsInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.ListCollaborationsOutput, error)

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

func (*IClient) ListConfiguredAudienceModelAssociations

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

func (*IClient) ListConfiguredTableAssociations

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

func (*IClient) ListConfiguredTables

func (_m *IClient) ListConfiguredTables(ctx context.Context, params *cleanrooms.ListConfiguredTablesInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.ListConfiguredTablesOutput, error)

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

func (*IClient) ListMembers

func (_m *IClient) ListMembers(ctx context.Context, params *cleanrooms.ListMembersInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.ListMembersOutput, error)

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

func (*IClient) ListMemberships

func (_m *IClient) ListMemberships(ctx context.Context, params *cleanrooms.ListMembershipsInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.ListMembershipsOutput, error)

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

func (*IClient) ListPrivacyBudgetTemplates

func (_m *IClient) ListPrivacyBudgetTemplates(ctx context.Context, params *cleanrooms.ListPrivacyBudgetTemplatesInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.ListPrivacyBudgetTemplatesOutput, error)

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

func (*IClient) ListPrivacyBudgets

func (_m *IClient) ListPrivacyBudgets(ctx context.Context, params *cleanrooms.ListPrivacyBudgetsInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.ListPrivacyBudgetsOutput, error)

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

func (*IClient) ListProtectedQueries

func (_m *IClient) ListProtectedQueries(ctx context.Context, params *cleanrooms.ListProtectedQueriesInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.ListProtectedQueriesOutput, error)

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

func (*IClient) ListSchemas

func (_m *IClient) ListSchemas(ctx context.Context, params *cleanrooms.ListSchemasInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.ListSchemasOutput, error)

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

func (*IClient) ListTagsForResource

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

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

func (*IClient) Options

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

Options provides a mock function with given fields:

func (*IClient) PreviewPrivacyImpact

func (_m *IClient) PreviewPrivacyImpact(ctx context.Context, params *cleanrooms.PreviewPrivacyImpactInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.PreviewPrivacyImpactOutput, error)

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

func (*IClient) StartProtectedQuery

func (_m *IClient) StartProtectedQuery(ctx context.Context, params *cleanrooms.StartProtectedQueryInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.StartProtectedQueryOutput, error)

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

func (*IClient) TagResource

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

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

func (*IClient) UntagResource

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

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

func (*IClient) UpdateAnalysisTemplate

func (_m *IClient) UpdateAnalysisTemplate(ctx context.Context, params *cleanrooms.UpdateAnalysisTemplateInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.UpdateAnalysisTemplateOutput, error)

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

func (*IClient) UpdateCollaboration

func (_m *IClient) UpdateCollaboration(ctx context.Context, params *cleanrooms.UpdateCollaborationInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.UpdateCollaborationOutput, error)

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

func (*IClient) UpdateConfiguredAudienceModelAssociation

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

func (*IClient) UpdateConfiguredTable

func (_m *IClient) UpdateConfiguredTable(ctx context.Context, params *cleanrooms.UpdateConfiguredTableInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.UpdateConfiguredTableOutput, error)

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

func (*IClient) UpdateConfiguredTableAnalysisRule

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

func (*IClient) UpdateConfiguredTableAssociation

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

func (*IClient) UpdateMembership

func (_m *IClient) UpdateMembership(ctx context.Context, params *cleanrooms.UpdateMembershipInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.UpdateMembershipOutput, error)

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

func (*IClient) UpdatePrivacyBudgetTemplate

func (_m *IClient) UpdatePrivacyBudgetTemplate(ctx context.Context, params *cleanrooms.UpdatePrivacyBudgetTemplateInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.UpdatePrivacyBudgetTemplateOutput, error)

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

func (*IClient) UpdateProtectedQuery

func (_m *IClient) UpdateProtectedQuery(ctx context.Context, params *cleanrooms.UpdateProtectedQueryInput, optFns ...func(*cleanrooms.Options)) (*cleanrooms.UpdateProtectedQueryOutput, error)

UpdateProtectedQuery 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