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

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

func (*IClient) BatchCreateVehicle

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

func (*IClient) BatchUpdateVehicle

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

func (*IClient) CreateCampaign

func (_m *IClient) CreateCampaign(ctx context.Context, params *iotfleetwise.CreateCampaignInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.CreateCampaignOutput, error)

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

func (*IClient) CreateDecoderManifest

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

func (*IClient) CreateFleet

func (_m *IClient) CreateFleet(ctx context.Context, params *iotfleetwise.CreateFleetInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.CreateFleetOutput, error)

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

func (*IClient) CreateModelManifest

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

func (*IClient) CreateSignalCatalog

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

func (*IClient) CreateVehicle

func (_m *IClient) CreateVehicle(ctx context.Context, params *iotfleetwise.CreateVehicleInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.CreateVehicleOutput, error)

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

func (*IClient) DeleteCampaign

func (_m *IClient) DeleteCampaign(ctx context.Context, params *iotfleetwise.DeleteCampaignInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.DeleteCampaignOutput, error)

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

func (*IClient) DeleteDecoderManifest

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

func (*IClient) DeleteFleet

func (_m *IClient) DeleteFleet(ctx context.Context, params *iotfleetwise.DeleteFleetInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.DeleteFleetOutput, error)

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

func (*IClient) DeleteModelManifest

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

func (*IClient) DeleteSignalCatalog

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

func (*IClient) DeleteVehicle

func (_m *IClient) DeleteVehicle(ctx context.Context, params *iotfleetwise.DeleteVehicleInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.DeleteVehicleOutput, error)

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

func (*IClient) DisassociateVehicleFleet

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

func (*IClient) GetCampaign

func (_m *IClient) GetCampaign(ctx context.Context, params *iotfleetwise.GetCampaignInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.GetCampaignOutput, error)

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

func (*IClient) GetDecoderManifest

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

func (*IClient) GetEncryptionConfiguration

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

func (*IClient) GetFleet

func (_m *IClient) GetFleet(ctx context.Context, params *iotfleetwise.GetFleetInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.GetFleetOutput, error)

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

func (*IClient) GetLoggingOptions

func (_m *IClient) GetLoggingOptions(ctx context.Context, params *iotfleetwise.GetLoggingOptionsInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.GetLoggingOptionsOutput, error)

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

func (*IClient) GetModelManifest

func (_m *IClient) GetModelManifest(ctx context.Context, params *iotfleetwise.GetModelManifestInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.GetModelManifestOutput, error)

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

func (*IClient) GetRegisterAccountStatus

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

func (*IClient) GetSignalCatalog

func (_m *IClient) GetSignalCatalog(ctx context.Context, params *iotfleetwise.GetSignalCatalogInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.GetSignalCatalogOutput, error)

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

func (*IClient) GetVehicle

func (_m *IClient) GetVehicle(ctx context.Context, params *iotfleetwise.GetVehicleInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.GetVehicleOutput, error)

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

func (*IClient) GetVehicleStatus

func (_m *IClient) GetVehicleStatus(ctx context.Context, params *iotfleetwise.GetVehicleStatusInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.GetVehicleStatusOutput, error)

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

func (*IClient) ImportDecoderManifest

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

func (*IClient) ImportSignalCatalog

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

func (*IClient) ListCampaigns

func (_m *IClient) ListCampaigns(ctx context.Context, params *iotfleetwise.ListCampaignsInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.ListCampaignsOutput, error)

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

func (*IClient) ListDecoderManifestNetworkInterfaces

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

func (*IClient) ListDecoderManifestSignals

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

func (*IClient) ListDecoderManifests

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

func (*IClient) ListFleets

func (_m *IClient) ListFleets(ctx context.Context, params *iotfleetwise.ListFleetsInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.ListFleetsOutput, error)

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

func (*IClient) ListFleetsForVehicle

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

func (*IClient) ListModelManifestNodes

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

func (*IClient) ListModelManifests

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

func (*IClient) ListSignalCatalogNodes

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

func (*IClient) ListSignalCatalogs

ListSignalCatalogs 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) ListVehicles

func (_m *IClient) ListVehicles(ctx context.Context, params *iotfleetwise.ListVehiclesInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.ListVehiclesOutput, error)

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

func (*IClient) ListVehiclesInFleet

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

func (*IClient) Options

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

Options provides a mock function with given fields:

func (*IClient) PutEncryptionConfiguration

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

func (*IClient) PutLoggingOptions

func (_m *IClient) PutLoggingOptions(ctx context.Context, params *iotfleetwise.PutLoggingOptionsInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.PutLoggingOptionsOutput, error)

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

func (*IClient) RegisterAccount

func (_m *IClient) RegisterAccount(ctx context.Context, params *iotfleetwise.RegisterAccountInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.RegisterAccountOutput, error)

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

func (*IClient) TagResource

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

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

func (*IClient) UntagResource

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

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

func (*IClient) UpdateCampaign

func (_m *IClient) UpdateCampaign(ctx context.Context, params *iotfleetwise.UpdateCampaignInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.UpdateCampaignOutput, error)

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

func (*IClient) UpdateDecoderManifest

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

func (*IClient) UpdateFleet

func (_m *IClient) UpdateFleet(ctx context.Context, params *iotfleetwise.UpdateFleetInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.UpdateFleetOutput, error)

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

func (*IClient) UpdateModelManifest

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

func (*IClient) UpdateSignalCatalog

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

func (*IClient) UpdateVehicle

func (_m *IClient) UpdateVehicle(ctx context.Context, params *iotfleetwise.UpdateVehicleInput, optFns ...func(*iotfleetwise.Options)) (*iotfleetwise.UpdateVehicleOutput, error)

UpdateVehicle 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