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

func (_m *IClient) CreateDiscoverer(ctx context.Context, params *schemas.CreateDiscovererInput, optFns ...func(*schemas.Options)) (*schemas.CreateDiscovererOutput, error)

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

func (*IClient) CreateRegistry

func (_m *IClient) CreateRegistry(ctx context.Context, params *schemas.CreateRegistryInput, optFns ...func(*schemas.Options)) (*schemas.CreateRegistryOutput, error)

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

func (*IClient) CreateSchema

func (_m *IClient) CreateSchema(ctx context.Context, params *schemas.CreateSchemaInput, optFns ...func(*schemas.Options)) (*schemas.CreateSchemaOutput, error)

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

func (*IClient) DeleteDiscoverer

func (_m *IClient) DeleteDiscoverer(ctx context.Context, params *schemas.DeleteDiscovererInput, optFns ...func(*schemas.Options)) (*schemas.DeleteDiscovererOutput, error)

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

func (*IClient) DeleteRegistry

func (_m *IClient) DeleteRegistry(ctx context.Context, params *schemas.DeleteRegistryInput, optFns ...func(*schemas.Options)) (*schemas.DeleteRegistryOutput, error)

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

func (*IClient) DeleteResourcePolicy

func (_m *IClient) DeleteResourcePolicy(ctx context.Context, params *schemas.DeleteResourcePolicyInput, optFns ...func(*schemas.Options)) (*schemas.DeleteResourcePolicyOutput, error)

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

func (*IClient) DeleteSchema

func (_m *IClient) DeleteSchema(ctx context.Context, params *schemas.DeleteSchemaInput, optFns ...func(*schemas.Options)) (*schemas.DeleteSchemaOutput, error)

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

func (*IClient) DeleteSchemaVersion

func (_m *IClient) DeleteSchemaVersion(ctx context.Context, params *schemas.DeleteSchemaVersionInput, optFns ...func(*schemas.Options)) (*schemas.DeleteSchemaVersionOutput, error)

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

func (*IClient) DescribeCodeBinding

func (_m *IClient) DescribeCodeBinding(ctx context.Context, params *schemas.DescribeCodeBindingInput, optFns ...func(*schemas.Options)) (*schemas.DescribeCodeBindingOutput, error)

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

func (*IClient) DescribeDiscoverer

func (_m *IClient) DescribeDiscoverer(ctx context.Context, params *schemas.DescribeDiscovererInput, optFns ...func(*schemas.Options)) (*schemas.DescribeDiscovererOutput, error)

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

func (*IClient) DescribeRegistry

func (_m *IClient) DescribeRegistry(ctx context.Context, params *schemas.DescribeRegistryInput, optFns ...func(*schemas.Options)) (*schemas.DescribeRegistryOutput, error)

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

func (*IClient) DescribeSchema

func (_m *IClient) DescribeSchema(ctx context.Context, params *schemas.DescribeSchemaInput, optFns ...func(*schemas.Options)) (*schemas.DescribeSchemaOutput, error)

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

func (*IClient) ExportSchema

func (_m *IClient) ExportSchema(ctx context.Context, params *schemas.ExportSchemaInput, optFns ...func(*schemas.Options)) (*schemas.ExportSchemaOutput, error)

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

func (*IClient) GetCodeBindingSource

func (_m *IClient) GetCodeBindingSource(ctx context.Context, params *schemas.GetCodeBindingSourceInput, optFns ...func(*schemas.Options)) (*schemas.GetCodeBindingSourceOutput, error)

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

func (*IClient) GetDiscoveredSchema

func (_m *IClient) GetDiscoveredSchema(ctx context.Context, params *schemas.GetDiscoveredSchemaInput, optFns ...func(*schemas.Options)) (*schemas.GetDiscoveredSchemaOutput, error)

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

func (*IClient) GetResourcePolicy

func (_m *IClient) GetResourcePolicy(ctx context.Context, params *schemas.GetResourcePolicyInput, optFns ...func(*schemas.Options)) (*schemas.GetResourcePolicyOutput, error)

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

func (*IClient) ListDiscoverers

func (_m *IClient) ListDiscoverers(ctx context.Context, params *schemas.ListDiscoverersInput, optFns ...func(*schemas.Options)) (*schemas.ListDiscoverersOutput, error)

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

func (*IClient) ListRegistries

func (_m *IClient) ListRegistries(ctx context.Context, params *schemas.ListRegistriesInput, optFns ...func(*schemas.Options)) (*schemas.ListRegistriesOutput, error)

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

func (*IClient) ListSchemaVersions

func (_m *IClient) ListSchemaVersions(ctx context.Context, params *schemas.ListSchemaVersionsInput, optFns ...func(*schemas.Options)) (*schemas.ListSchemaVersionsOutput, error)

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

func (*IClient) ListSchemas

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

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

func (*IClient) ListTagsForResource

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

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

func (*IClient) Options

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

Options provides a mock function with given fields:

func (*IClient) PutCodeBinding

func (_m *IClient) PutCodeBinding(ctx context.Context, params *schemas.PutCodeBindingInput, optFns ...func(*schemas.Options)) (*schemas.PutCodeBindingOutput, error)

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

func (*IClient) PutResourcePolicy

func (_m *IClient) PutResourcePolicy(ctx context.Context, params *schemas.PutResourcePolicyInput, optFns ...func(*schemas.Options)) (*schemas.PutResourcePolicyOutput, error)

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

func (*IClient) SearchSchemas

func (_m *IClient) SearchSchemas(ctx context.Context, params *schemas.SearchSchemasInput, optFns ...func(*schemas.Options)) (*schemas.SearchSchemasOutput, error)

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

func (*IClient) StartDiscoverer

func (_m *IClient) StartDiscoverer(ctx context.Context, params *schemas.StartDiscovererInput, optFns ...func(*schemas.Options)) (*schemas.StartDiscovererOutput, error)

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

func (*IClient) StopDiscoverer

func (_m *IClient) StopDiscoverer(ctx context.Context, params *schemas.StopDiscovererInput, optFns ...func(*schemas.Options)) (*schemas.StopDiscovererOutput, error)

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

func (*IClient) TagResource

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

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

func (*IClient) UntagResource

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

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

func (*IClient) UpdateDiscoverer

func (_m *IClient) UpdateDiscoverer(ctx context.Context, params *schemas.UpdateDiscovererInput, optFns ...func(*schemas.Options)) (*schemas.UpdateDiscovererOutput, error)

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

func (*IClient) UpdateRegistry

func (_m *IClient) UpdateRegistry(ctx context.Context, params *schemas.UpdateRegistryInput, optFns ...func(*schemas.Options)) (*schemas.UpdateRegistryOutput, error)

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

func (*IClient) UpdateSchema

func (_m *IClient) UpdateSchema(ctx context.Context, params *schemas.UpdateSchemaInput, optFns ...func(*schemas.Options)) (*schemas.UpdateSchemaOutput, error)

UpdateSchema 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