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

func (_m *IClient) CreateApplicationInstance(ctx context.Context, params *panorama.CreateApplicationInstanceInput, optFns ...func(*panorama.Options)) (*panorama.CreateApplicationInstanceOutput, error)

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

func (*IClient) CreateJobForDevices

func (_m *IClient) CreateJobForDevices(ctx context.Context, params *panorama.CreateJobForDevicesInput, optFns ...func(*panorama.Options)) (*panorama.CreateJobForDevicesOutput, error)

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

func (*IClient) CreateNodeFromTemplateJob

func (_m *IClient) CreateNodeFromTemplateJob(ctx context.Context, params *panorama.CreateNodeFromTemplateJobInput, optFns ...func(*panorama.Options)) (*panorama.CreateNodeFromTemplateJobOutput, error)

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

func (*IClient) CreatePackage

func (_m *IClient) CreatePackage(ctx context.Context, params *panorama.CreatePackageInput, optFns ...func(*panorama.Options)) (*panorama.CreatePackageOutput, error)

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

func (*IClient) CreatePackageImportJob

func (_m *IClient) CreatePackageImportJob(ctx context.Context, params *panorama.CreatePackageImportJobInput, optFns ...func(*panorama.Options)) (*panorama.CreatePackageImportJobOutput, error)

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

func (*IClient) DeleteDevice

func (_m *IClient) DeleteDevice(ctx context.Context, params *panorama.DeleteDeviceInput, optFns ...func(*panorama.Options)) (*panorama.DeleteDeviceOutput, error)

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

func (*IClient) DeletePackage

func (_m *IClient) DeletePackage(ctx context.Context, params *panorama.DeletePackageInput, optFns ...func(*panorama.Options)) (*panorama.DeletePackageOutput, error)

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

func (*IClient) DeregisterPackageVersion

func (_m *IClient) DeregisterPackageVersion(ctx context.Context, params *panorama.DeregisterPackageVersionInput, optFns ...func(*panorama.Options)) (*panorama.DeregisterPackageVersionOutput, error)

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

func (*IClient) DescribeApplicationInstance

func (_m *IClient) DescribeApplicationInstance(ctx context.Context, params *panorama.DescribeApplicationInstanceInput, optFns ...func(*panorama.Options)) (*panorama.DescribeApplicationInstanceOutput, error)

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

func (*IClient) DescribeApplicationInstanceDetails

func (_m *IClient) DescribeApplicationInstanceDetails(ctx context.Context, params *panorama.DescribeApplicationInstanceDetailsInput, optFns ...func(*panorama.Options)) (*panorama.DescribeApplicationInstanceDetailsOutput, error)

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

func (*IClient) DescribeDevice

func (_m *IClient) DescribeDevice(ctx context.Context, params *panorama.DescribeDeviceInput, optFns ...func(*panorama.Options)) (*panorama.DescribeDeviceOutput, error)

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

func (*IClient) DescribeDeviceJob

func (_m *IClient) DescribeDeviceJob(ctx context.Context, params *panorama.DescribeDeviceJobInput, optFns ...func(*panorama.Options)) (*panorama.DescribeDeviceJobOutput, error)

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

func (*IClient) DescribeNode

func (_m *IClient) DescribeNode(ctx context.Context, params *panorama.DescribeNodeInput, optFns ...func(*panorama.Options)) (*panorama.DescribeNodeOutput, error)

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

func (*IClient) DescribeNodeFromTemplateJob

func (_m *IClient) DescribeNodeFromTemplateJob(ctx context.Context, params *panorama.DescribeNodeFromTemplateJobInput, optFns ...func(*panorama.Options)) (*panorama.DescribeNodeFromTemplateJobOutput, error)

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

func (*IClient) DescribePackage

func (_m *IClient) DescribePackage(ctx context.Context, params *panorama.DescribePackageInput, optFns ...func(*panorama.Options)) (*panorama.DescribePackageOutput, error)

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

func (*IClient) DescribePackageImportJob

func (_m *IClient) DescribePackageImportJob(ctx context.Context, params *panorama.DescribePackageImportJobInput, optFns ...func(*panorama.Options)) (*panorama.DescribePackageImportJobOutput, error)

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

func (*IClient) DescribePackageVersion

func (_m *IClient) DescribePackageVersion(ctx context.Context, params *panorama.DescribePackageVersionInput, optFns ...func(*panorama.Options)) (*panorama.DescribePackageVersionOutput, error)

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

func (*IClient) ListApplicationInstanceDependencies

func (_m *IClient) ListApplicationInstanceDependencies(ctx context.Context, params *panorama.ListApplicationInstanceDependenciesInput, optFns ...func(*panorama.Options)) (*panorama.ListApplicationInstanceDependenciesOutput, error)

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

func (*IClient) ListApplicationInstanceNodeInstances

func (_m *IClient) ListApplicationInstanceNodeInstances(ctx context.Context, params *panorama.ListApplicationInstanceNodeInstancesInput, optFns ...func(*panorama.Options)) (*panorama.ListApplicationInstanceNodeInstancesOutput, error)

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

func (*IClient) ListApplicationInstances

func (_m *IClient) ListApplicationInstances(ctx context.Context, params *panorama.ListApplicationInstancesInput, optFns ...func(*panorama.Options)) (*panorama.ListApplicationInstancesOutput, error)

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

func (*IClient) ListDevices

func (_m *IClient) ListDevices(ctx context.Context, params *panorama.ListDevicesInput, optFns ...func(*panorama.Options)) (*panorama.ListDevicesOutput, error)

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

func (*IClient) ListDevicesJobs

func (_m *IClient) ListDevicesJobs(ctx context.Context, params *panorama.ListDevicesJobsInput, optFns ...func(*panorama.Options)) (*panorama.ListDevicesJobsOutput, error)

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

func (*IClient) ListNodeFromTemplateJobs

func (_m *IClient) ListNodeFromTemplateJobs(ctx context.Context, params *panorama.ListNodeFromTemplateJobsInput, optFns ...func(*panorama.Options)) (*panorama.ListNodeFromTemplateJobsOutput, error)

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

func (*IClient) ListNodes

func (_m *IClient) ListNodes(ctx context.Context, params *panorama.ListNodesInput, optFns ...func(*panorama.Options)) (*panorama.ListNodesOutput, error)

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

func (*IClient) ListPackageImportJobs

func (_m *IClient) ListPackageImportJobs(ctx context.Context, params *panorama.ListPackageImportJobsInput, optFns ...func(*panorama.Options)) (*panorama.ListPackageImportJobsOutput, error)

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

func (*IClient) ListPackages

func (_m *IClient) ListPackages(ctx context.Context, params *panorama.ListPackagesInput, optFns ...func(*panorama.Options)) (*panorama.ListPackagesOutput, error)

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

func (*IClient) ListTagsForResource

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

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

func (*IClient) Options

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

Options provides a mock function with given fields:

func (*IClient) ProvisionDevice

func (_m *IClient) ProvisionDevice(ctx context.Context, params *panorama.ProvisionDeviceInput, optFns ...func(*panorama.Options)) (*panorama.ProvisionDeviceOutput, error)

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

func (*IClient) RegisterPackageVersion

func (_m *IClient) RegisterPackageVersion(ctx context.Context, params *panorama.RegisterPackageVersionInput, optFns ...func(*panorama.Options)) (*panorama.RegisterPackageVersionOutput, error)

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

func (*IClient) RemoveApplicationInstance

func (_m *IClient) RemoveApplicationInstance(ctx context.Context, params *panorama.RemoveApplicationInstanceInput, optFns ...func(*panorama.Options)) (*panorama.RemoveApplicationInstanceOutput, error)

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

func (*IClient) SignalApplicationInstanceNodeInstances

func (_m *IClient) SignalApplicationInstanceNodeInstances(ctx context.Context, params *panorama.SignalApplicationInstanceNodeInstancesInput, optFns ...func(*panorama.Options)) (*panorama.SignalApplicationInstanceNodeInstancesOutput, error)

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

func (*IClient) TagResource

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

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

func (*IClient) UntagResource

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

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

func (*IClient) UpdateDeviceMetadata

func (_m *IClient) UpdateDeviceMetadata(ctx context.Context, params *panorama.UpdateDeviceMetadataInput, optFns ...func(*panorama.Options)) (*panorama.UpdateDeviceMetadataOutput, error)

UpdateDeviceMetadata 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