mocks

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 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) CancelSolNetworkOperation

func (_m *IClient) CancelSolNetworkOperation(ctx context.Context, params *tnb.CancelSolNetworkOperationInput, optFns ...func(*tnb.Options)) (*tnb.CancelSolNetworkOperationOutput, error)

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

func (*IClient) CreateSolFunctionPackage

func (_m *IClient) CreateSolFunctionPackage(ctx context.Context, params *tnb.CreateSolFunctionPackageInput, optFns ...func(*tnb.Options)) (*tnb.CreateSolFunctionPackageOutput, error)

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

func (*IClient) CreateSolNetworkInstance

func (_m *IClient) CreateSolNetworkInstance(ctx context.Context, params *tnb.CreateSolNetworkInstanceInput, optFns ...func(*tnb.Options)) (*tnb.CreateSolNetworkInstanceOutput, error)

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

func (*IClient) CreateSolNetworkPackage

func (_m *IClient) CreateSolNetworkPackage(ctx context.Context, params *tnb.CreateSolNetworkPackageInput, optFns ...func(*tnb.Options)) (*tnb.CreateSolNetworkPackageOutput, error)

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

func (*IClient) DeleteSolFunctionPackage

func (_m *IClient) DeleteSolFunctionPackage(ctx context.Context, params *tnb.DeleteSolFunctionPackageInput, optFns ...func(*tnb.Options)) (*tnb.DeleteSolFunctionPackageOutput, error)

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

func (*IClient) DeleteSolNetworkInstance

func (_m *IClient) DeleteSolNetworkInstance(ctx context.Context, params *tnb.DeleteSolNetworkInstanceInput, optFns ...func(*tnb.Options)) (*tnb.DeleteSolNetworkInstanceOutput, error)

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

func (*IClient) DeleteSolNetworkPackage

func (_m *IClient) DeleteSolNetworkPackage(ctx context.Context, params *tnb.DeleteSolNetworkPackageInput, optFns ...func(*tnb.Options)) (*tnb.DeleteSolNetworkPackageOutput, error)

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

func (*IClient) GetSolFunctionInstance

func (_m *IClient) GetSolFunctionInstance(ctx context.Context, params *tnb.GetSolFunctionInstanceInput, optFns ...func(*tnb.Options)) (*tnb.GetSolFunctionInstanceOutput, error)

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

func (*IClient) GetSolFunctionPackage

func (_m *IClient) GetSolFunctionPackage(ctx context.Context, params *tnb.GetSolFunctionPackageInput, optFns ...func(*tnb.Options)) (*tnb.GetSolFunctionPackageOutput, error)

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

func (*IClient) GetSolFunctionPackageContent

func (_m *IClient) GetSolFunctionPackageContent(ctx context.Context, params *tnb.GetSolFunctionPackageContentInput, optFns ...func(*tnb.Options)) (*tnb.GetSolFunctionPackageContentOutput, error)

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

func (*IClient) GetSolFunctionPackageDescriptor

func (_m *IClient) GetSolFunctionPackageDescriptor(ctx context.Context, params *tnb.GetSolFunctionPackageDescriptorInput, optFns ...func(*tnb.Options)) (*tnb.GetSolFunctionPackageDescriptorOutput, error)

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

func (*IClient) GetSolNetworkInstance

func (_m *IClient) GetSolNetworkInstance(ctx context.Context, params *tnb.GetSolNetworkInstanceInput, optFns ...func(*tnb.Options)) (*tnb.GetSolNetworkInstanceOutput, error)

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

func (*IClient) GetSolNetworkOperation

func (_m *IClient) GetSolNetworkOperation(ctx context.Context, params *tnb.GetSolNetworkOperationInput, optFns ...func(*tnb.Options)) (*tnb.GetSolNetworkOperationOutput, error)

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

func (*IClient) GetSolNetworkPackage

func (_m *IClient) GetSolNetworkPackage(ctx context.Context, params *tnb.GetSolNetworkPackageInput, optFns ...func(*tnb.Options)) (*tnb.GetSolNetworkPackageOutput, error)

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

func (*IClient) GetSolNetworkPackageContent

func (_m *IClient) GetSolNetworkPackageContent(ctx context.Context, params *tnb.GetSolNetworkPackageContentInput, optFns ...func(*tnb.Options)) (*tnb.GetSolNetworkPackageContentOutput, error)

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

func (*IClient) GetSolNetworkPackageDescriptor

func (_m *IClient) GetSolNetworkPackageDescriptor(ctx context.Context, params *tnb.GetSolNetworkPackageDescriptorInput, optFns ...func(*tnb.Options)) (*tnb.GetSolNetworkPackageDescriptorOutput, error)

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

func (*IClient) InstantiateSolNetworkInstance

func (_m *IClient) InstantiateSolNetworkInstance(ctx context.Context, params *tnb.InstantiateSolNetworkInstanceInput, optFns ...func(*tnb.Options)) (*tnb.InstantiateSolNetworkInstanceOutput, error)

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

func (*IClient) ListSolFunctionInstances

func (_m *IClient) ListSolFunctionInstances(ctx context.Context, params *tnb.ListSolFunctionInstancesInput, optFns ...func(*tnb.Options)) (*tnb.ListSolFunctionInstancesOutput, error)

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

func (*IClient) ListSolFunctionPackages

func (_m *IClient) ListSolFunctionPackages(ctx context.Context, params *tnb.ListSolFunctionPackagesInput, optFns ...func(*tnb.Options)) (*tnb.ListSolFunctionPackagesOutput, error)

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

func (*IClient) ListSolNetworkInstances

func (_m *IClient) ListSolNetworkInstances(ctx context.Context, params *tnb.ListSolNetworkInstancesInput, optFns ...func(*tnb.Options)) (*tnb.ListSolNetworkInstancesOutput, error)

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

func (*IClient) ListSolNetworkOperations

func (_m *IClient) ListSolNetworkOperations(ctx context.Context, params *tnb.ListSolNetworkOperationsInput, optFns ...func(*tnb.Options)) (*tnb.ListSolNetworkOperationsOutput, error)

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

func (*IClient) ListSolNetworkPackages

func (_m *IClient) ListSolNetworkPackages(ctx context.Context, params *tnb.ListSolNetworkPackagesInput, optFns ...func(*tnb.Options)) (*tnb.ListSolNetworkPackagesOutput, error)

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

func (*IClient) ListTagsForResource

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

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

func (*IClient) Options

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

Options provides a mock function with given fields:

func (*IClient) PutSolFunctionPackageContent

func (_m *IClient) PutSolFunctionPackageContent(ctx context.Context, params *tnb.PutSolFunctionPackageContentInput, optFns ...func(*tnb.Options)) (*tnb.PutSolFunctionPackageContentOutput, error)

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

func (*IClient) PutSolNetworkPackageContent

func (_m *IClient) PutSolNetworkPackageContent(ctx context.Context, params *tnb.PutSolNetworkPackageContentInput, optFns ...func(*tnb.Options)) (*tnb.PutSolNetworkPackageContentOutput, error)

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

func (*IClient) TagResource

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

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

func (*IClient) TerminateSolNetworkInstance

func (_m *IClient) TerminateSolNetworkInstance(ctx context.Context, params *tnb.TerminateSolNetworkInstanceInput, optFns ...func(*tnb.Options)) (*tnb.TerminateSolNetworkInstanceOutput, error)

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

func (*IClient) UntagResource

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

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

func (*IClient) UpdateSolFunctionPackage

func (_m *IClient) UpdateSolFunctionPackage(ctx context.Context, params *tnb.UpdateSolFunctionPackageInput, optFns ...func(*tnb.Options)) (*tnb.UpdateSolFunctionPackageOutput, error)

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

func (*IClient) UpdateSolNetworkInstance

func (_m *IClient) UpdateSolNetworkInstance(ctx context.Context, params *tnb.UpdateSolNetworkInstanceInput, optFns ...func(*tnb.Options)) (*tnb.UpdateSolNetworkInstanceOutput, error)

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

func (*IClient) UpdateSolNetworkPackage

func (_m *IClient) UpdateSolNetworkPackage(ctx context.Context, params *tnb.UpdateSolNetworkPackageInput, optFns ...func(*tnb.Options)) (*tnb.UpdateSolNetworkPackageOutput, error)

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

func (*IClient) ValidateSolFunctionPackageContent

func (_m *IClient) ValidateSolFunctionPackageContent(ctx context.Context, params *tnb.ValidateSolFunctionPackageContentInput, optFns ...func(*tnb.Options)) (*tnb.ValidateSolFunctionPackageContentOutput, error)

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

func (*IClient) ValidateSolNetworkPackageContent

func (_m *IClient) ValidateSolNetworkPackageContent(ctx context.Context, params *tnb.ValidateSolNetworkPackageContentInput, optFns ...func(*tnb.Options)) (*tnb.ValidateSolNetworkPackageContentOutput, error)

ValidateSolNetworkPackageContent 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