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

func (_m *IClient) CancelCapacityTask(ctx context.Context, params *outposts.CancelCapacityTaskInput, optFns ...func(*outposts.Options)) (*outposts.CancelCapacityTaskOutput, error)

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

func (*IClient) CancelOrder

func (_m *IClient) CancelOrder(ctx context.Context, params *outposts.CancelOrderInput, optFns ...func(*outposts.Options)) (*outposts.CancelOrderOutput, error)

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

func (*IClient) CreateOrder

func (_m *IClient) CreateOrder(ctx context.Context, params *outposts.CreateOrderInput, optFns ...func(*outposts.Options)) (*outposts.CreateOrderOutput, error)

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

func (*IClient) CreateOutpost

func (_m *IClient) CreateOutpost(ctx context.Context, params *outposts.CreateOutpostInput, optFns ...func(*outposts.Options)) (*outposts.CreateOutpostOutput, error)

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

func (*IClient) CreateSite

func (_m *IClient) CreateSite(ctx context.Context, params *outposts.CreateSiteInput, optFns ...func(*outposts.Options)) (*outposts.CreateSiteOutput, error)

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

func (*IClient) DeleteOutpost

func (_m *IClient) DeleteOutpost(ctx context.Context, params *outposts.DeleteOutpostInput, optFns ...func(*outposts.Options)) (*outposts.DeleteOutpostOutput, error)

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

func (*IClient) DeleteSite

func (_m *IClient) DeleteSite(ctx context.Context, params *outposts.DeleteSiteInput, optFns ...func(*outposts.Options)) (*outposts.DeleteSiteOutput, error)

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

func (*IClient) GetCapacityTask

func (_m *IClient) GetCapacityTask(ctx context.Context, params *outposts.GetCapacityTaskInput, optFns ...func(*outposts.Options)) (*outposts.GetCapacityTaskOutput, error)

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

func (*IClient) GetCatalogItem

func (_m *IClient) GetCatalogItem(ctx context.Context, params *outposts.GetCatalogItemInput, optFns ...func(*outposts.Options)) (*outposts.GetCatalogItemOutput, error)

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

func (*IClient) GetConnection

func (_m *IClient) GetConnection(ctx context.Context, params *outposts.GetConnectionInput, optFns ...func(*outposts.Options)) (*outposts.GetConnectionOutput, error)

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

func (*IClient) GetOrder

func (_m *IClient) GetOrder(ctx context.Context, params *outposts.GetOrderInput, optFns ...func(*outposts.Options)) (*outposts.GetOrderOutput, error)

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

func (*IClient) GetOutpost

func (_m *IClient) GetOutpost(ctx context.Context, params *outposts.GetOutpostInput, optFns ...func(*outposts.Options)) (*outposts.GetOutpostOutput, error)

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

func (*IClient) GetOutpostInstanceTypes

func (_m *IClient) GetOutpostInstanceTypes(ctx context.Context, params *outposts.GetOutpostInstanceTypesInput, optFns ...func(*outposts.Options)) (*outposts.GetOutpostInstanceTypesOutput, error)

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

func (*IClient) GetOutpostSupportedInstanceTypes

func (_m *IClient) GetOutpostSupportedInstanceTypes(ctx context.Context, params *outposts.GetOutpostSupportedInstanceTypesInput, optFns ...func(*outposts.Options)) (*outposts.GetOutpostSupportedInstanceTypesOutput, error)

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

func (*IClient) GetSite

func (_m *IClient) GetSite(ctx context.Context, params *outposts.GetSiteInput, optFns ...func(*outposts.Options)) (*outposts.GetSiteOutput, error)

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

func (*IClient) GetSiteAddress

func (_m *IClient) GetSiteAddress(ctx context.Context, params *outposts.GetSiteAddressInput, optFns ...func(*outposts.Options)) (*outposts.GetSiteAddressOutput, error)

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

func (*IClient) ListAssets

func (_m *IClient) ListAssets(ctx context.Context, params *outposts.ListAssetsInput, optFns ...func(*outposts.Options)) (*outposts.ListAssetsOutput, error)

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

func (*IClient) ListCapacityTasks

func (_m *IClient) ListCapacityTasks(ctx context.Context, params *outposts.ListCapacityTasksInput, optFns ...func(*outposts.Options)) (*outposts.ListCapacityTasksOutput, error)

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

func (*IClient) ListCatalogItems

func (_m *IClient) ListCatalogItems(ctx context.Context, params *outposts.ListCatalogItemsInput, optFns ...func(*outposts.Options)) (*outposts.ListCatalogItemsOutput, error)

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

func (*IClient) ListOrders

func (_m *IClient) ListOrders(ctx context.Context, params *outposts.ListOrdersInput, optFns ...func(*outposts.Options)) (*outposts.ListOrdersOutput, error)

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

func (*IClient) ListOutposts

func (_m *IClient) ListOutposts(ctx context.Context, params *outposts.ListOutpostsInput, optFns ...func(*outposts.Options)) (*outposts.ListOutpostsOutput, error)

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

func (*IClient) ListSites

func (_m *IClient) ListSites(ctx context.Context, params *outposts.ListSitesInput, optFns ...func(*outposts.Options)) (*outposts.ListSitesOutput, error)

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

func (*IClient) ListTagsForResource

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

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

func (*IClient) Options

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

Options provides a mock function with given fields:

func (*IClient) StartCapacityTask

func (_m *IClient) StartCapacityTask(ctx context.Context, params *outposts.StartCapacityTaskInput, optFns ...func(*outposts.Options)) (*outposts.StartCapacityTaskOutput, error)

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

func (*IClient) StartConnection

func (_m *IClient) StartConnection(ctx context.Context, params *outposts.StartConnectionInput, optFns ...func(*outposts.Options)) (*outposts.StartConnectionOutput, error)

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

func (*IClient) TagResource

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

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

func (*IClient) UntagResource

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

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

func (*IClient) UpdateOutpost

func (_m *IClient) UpdateOutpost(ctx context.Context, params *outposts.UpdateOutpostInput, optFns ...func(*outposts.Options)) (*outposts.UpdateOutpostOutput, error)

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

func (*IClient) UpdateSite

func (_m *IClient) UpdateSite(ctx context.Context, params *outposts.UpdateSiteInput, optFns ...func(*outposts.Options)) (*outposts.UpdateSiteOutput, error)

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

func (*IClient) UpdateSiteAddress

func (_m *IClient) UpdateSiteAddress(ctx context.Context, params *outposts.UpdateSiteAddressInput, optFns ...func(*outposts.Options)) (*outposts.UpdateSiteAddressOutput, error)

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

func (*IClient) UpdateSiteRackPhysicalProperties

func (_m *IClient) UpdateSiteRackPhysicalProperties(ctx context.Context, params *outposts.UpdateSiteRackPhysicalPropertiesInput, optFns ...func(*outposts.Options)) (*outposts.UpdateSiteRackPhysicalPropertiesOutput, error)

UpdateSiteRackPhysicalProperties 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