mocks

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 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) AddCustomRoutingEndpoints

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

func (*IClient) AddEndpoints

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

func (*IClient) AdvertiseByoipCidr

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

func (*IClient) AllowCustomRoutingTraffic

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

func (*IClient) CreateAccelerator

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

func (*IClient) CreateCrossAccountAttachment

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

func (*IClient) CreateCustomRoutingAccelerator

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

func (*IClient) CreateCustomRoutingEndpointGroup

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

func (*IClient) CreateCustomRoutingListener

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

func (*IClient) CreateEndpointGroup

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

func (*IClient) CreateListener

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

func (*IClient) DeleteAccelerator

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

func (*IClient) DeleteCrossAccountAttachment

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

func (*IClient) DeleteCustomRoutingAccelerator

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

func (*IClient) DeleteCustomRoutingEndpointGroup

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

func (*IClient) DeleteCustomRoutingListener

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

func (*IClient) DeleteEndpointGroup

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

func (*IClient) DeleteListener

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

func (*IClient) DenyCustomRoutingTraffic

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

func (*IClient) DeprovisionByoipCidr

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

func (*IClient) DescribeAccelerator

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

func (*IClient) DescribeAcceleratorAttributes

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

func (*IClient) DescribeCrossAccountAttachment

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

func (*IClient) DescribeCustomRoutingAccelerator

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

func (*IClient) DescribeCustomRoutingAcceleratorAttributes

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

func (*IClient) DescribeCustomRoutingEndpointGroup

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

func (*IClient) DescribeCustomRoutingListener

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

func (*IClient) DescribeEndpointGroup

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

func (*IClient) DescribeListener

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

func (*IClient) ListAccelerators

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

func (*IClient) ListByoipCidrs

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

func (*IClient) ListCrossAccountAttachments

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

func (*IClient) ListCrossAccountResourceAccounts

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

func (*IClient) ListCrossAccountResources

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

func (*IClient) ListCustomRoutingAccelerators

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

func (*IClient) ListCustomRoutingEndpointGroups

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

func (*IClient) ListCustomRoutingListeners

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

func (*IClient) ListCustomRoutingPortMappings

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

func (*IClient) ListCustomRoutingPortMappingsByDestination

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

func (*IClient) ListEndpointGroups

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

func (*IClient) ListListeners

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

func (*IClient) ListTagsForResource

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

func (*IClient) Options

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

Options provides a mock function with given fields:

func (*IClient) ProvisionByoipCidr

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

func (*IClient) RemoveCustomRoutingEndpoints

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

func (*IClient) RemoveEndpoints

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

func (*IClient) TagResource

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

func (*IClient) UntagResource

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

func (*IClient) UpdateAccelerator

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

func (*IClient) UpdateAcceleratorAttributes

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

func (*IClient) UpdateCrossAccountAttachment

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

func (*IClient) UpdateCustomRoutingAccelerator

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

func (*IClient) UpdateCustomRoutingAcceleratorAttributes

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

func (*IClient) UpdateCustomRoutingListener

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

func (*IClient) UpdateEndpointGroup

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

func (*IClient) UpdateListener

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

func (*IClient) WithdrawByoipCidr

WithdrawByoipCidr 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