mocks

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2025 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) AssociateTrackerConsumer

func (_m *IClient) AssociateTrackerConsumer(ctx context.Context, params *location.AssociateTrackerConsumerInput, optFns ...func(*location.Options)) (*location.AssociateTrackerConsumerOutput, error)

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

func (*IClient) BatchDeleteDevicePositionHistory

func (_m *IClient) BatchDeleteDevicePositionHistory(ctx context.Context, params *location.BatchDeleteDevicePositionHistoryInput, optFns ...func(*location.Options)) (*location.BatchDeleteDevicePositionHistoryOutput, error)

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

func (*IClient) BatchDeleteGeofence

func (_m *IClient) BatchDeleteGeofence(ctx context.Context, params *location.BatchDeleteGeofenceInput, optFns ...func(*location.Options)) (*location.BatchDeleteGeofenceOutput, error)

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

func (*IClient) BatchEvaluateGeofences

func (_m *IClient) BatchEvaluateGeofences(ctx context.Context, params *location.BatchEvaluateGeofencesInput, optFns ...func(*location.Options)) (*location.BatchEvaluateGeofencesOutput, error)

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

func (*IClient) BatchGetDevicePosition

func (_m *IClient) BatchGetDevicePosition(ctx context.Context, params *location.BatchGetDevicePositionInput, optFns ...func(*location.Options)) (*location.BatchGetDevicePositionOutput, error)

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

func (*IClient) BatchPutGeofence

func (_m *IClient) BatchPutGeofence(ctx context.Context, params *location.BatchPutGeofenceInput, optFns ...func(*location.Options)) (*location.BatchPutGeofenceOutput, error)

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

func (*IClient) BatchUpdateDevicePosition

func (_m *IClient) BatchUpdateDevicePosition(ctx context.Context, params *location.BatchUpdateDevicePositionInput, optFns ...func(*location.Options)) (*location.BatchUpdateDevicePositionOutput, error)

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

func (*IClient) CalculateRoute

func (_m *IClient) CalculateRoute(ctx context.Context, params *location.CalculateRouteInput, optFns ...func(*location.Options)) (*location.CalculateRouteOutput, error)

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

func (*IClient) CalculateRouteMatrix

func (_m *IClient) CalculateRouteMatrix(ctx context.Context, params *location.CalculateRouteMatrixInput, optFns ...func(*location.Options)) (*location.CalculateRouteMatrixOutput, error)

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

func (*IClient) CreateGeofenceCollection

func (_m *IClient) CreateGeofenceCollection(ctx context.Context, params *location.CreateGeofenceCollectionInput, optFns ...func(*location.Options)) (*location.CreateGeofenceCollectionOutput, error)

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

func (*IClient) CreateKey

func (_m *IClient) CreateKey(ctx context.Context, params *location.CreateKeyInput, optFns ...func(*location.Options)) (*location.CreateKeyOutput, error)

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

func (*IClient) CreateMap

func (_m *IClient) CreateMap(ctx context.Context, params *location.CreateMapInput, optFns ...func(*location.Options)) (*location.CreateMapOutput, error)

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

func (*IClient) CreatePlaceIndex

func (_m *IClient) CreatePlaceIndex(ctx context.Context, params *location.CreatePlaceIndexInput, optFns ...func(*location.Options)) (*location.CreatePlaceIndexOutput, error)

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

func (*IClient) CreateRouteCalculator

func (_m *IClient) CreateRouteCalculator(ctx context.Context, params *location.CreateRouteCalculatorInput, optFns ...func(*location.Options)) (*location.CreateRouteCalculatorOutput, error)

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

func (*IClient) CreateTracker

func (_m *IClient) CreateTracker(ctx context.Context, params *location.CreateTrackerInput, optFns ...func(*location.Options)) (*location.CreateTrackerOutput, error)

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

func (*IClient) DeleteGeofenceCollection

func (_m *IClient) DeleteGeofenceCollection(ctx context.Context, params *location.DeleteGeofenceCollectionInput, optFns ...func(*location.Options)) (*location.DeleteGeofenceCollectionOutput, error)

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

func (*IClient) DeleteKey

func (_m *IClient) DeleteKey(ctx context.Context, params *location.DeleteKeyInput, optFns ...func(*location.Options)) (*location.DeleteKeyOutput, error)

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

func (*IClient) DeleteMap

func (_m *IClient) DeleteMap(ctx context.Context, params *location.DeleteMapInput, optFns ...func(*location.Options)) (*location.DeleteMapOutput, error)

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

func (*IClient) DeletePlaceIndex

func (_m *IClient) DeletePlaceIndex(ctx context.Context, params *location.DeletePlaceIndexInput, optFns ...func(*location.Options)) (*location.DeletePlaceIndexOutput, error)

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

func (*IClient) DeleteRouteCalculator

func (_m *IClient) DeleteRouteCalculator(ctx context.Context, params *location.DeleteRouteCalculatorInput, optFns ...func(*location.Options)) (*location.DeleteRouteCalculatorOutput, error)

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

func (*IClient) DeleteTracker

func (_m *IClient) DeleteTracker(ctx context.Context, params *location.DeleteTrackerInput, optFns ...func(*location.Options)) (*location.DeleteTrackerOutput, error)

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

func (*IClient) DescribeGeofenceCollection

func (_m *IClient) DescribeGeofenceCollection(ctx context.Context, params *location.DescribeGeofenceCollectionInput, optFns ...func(*location.Options)) (*location.DescribeGeofenceCollectionOutput, error)

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

func (*IClient) DescribeKey

func (_m *IClient) DescribeKey(ctx context.Context, params *location.DescribeKeyInput, optFns ...func(*location.Options)) (*location.DescribeKeyOutput, error)

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

func (*IClient) DescribeMap

func (_m *IClient) DescribeMap(ctx context.Context, params *location.DescribeMapInput, optFns ...func(*location.Options)) (*location.DescribeMapOutput, error)

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

func (*IClient) DescribePlaceIndex

func (_m *IClient) DescribePlaceIndex(ctx context.Context, params *location.DescribePlaceIndexInput, optFns ...func(*location.Options)) (*location.DescribePlaceIndexOutput, error)

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

func (*IClient) DescribeRouteCalculator

func (_m *IClient) DescribeRouteCalculator(ctx context.Context, params *location.DescribeRouteCalculatorInput, optFns ...func(*location.Options)) (*location.DescribeRouteCalculatorOutput, error)

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

func (*IClient) DescribeTracker

func (_m *IClient) DescribeTracker(ctx context.Context, params *location.DescribeTrackerInput, optFns ...func(*location.Options)) (*location.DescribeTrackerOutput, error)

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

func (*IClient) DisassociateTrackerConsumer

func (_m *IClient) DisassociateTrackerConsumer(ctx context.Context, params *location.DisassociateTrackerConsumerInput, optFns ...func(*location.Options)) (*location.DisassociateTrackerConsumerOutput, error)

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

func (*IClient) ForecastGeofenceEvents

func (_m *IClient) ForecastGeofenceEvents(ctx context.Context, params *location.ForecastGeofenceEventsInput, optFns ...func(*location.Options)) (*location.ForecastGeofenceEventsOutput, error)

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

func (*IClient) GetDevicePosition

func (_m *IClient) GetDevicePosition(ctx context.Context, params *location.GetDevicePositionInput, optFns ...func(*location.Options)) (*location.GetDevicePositionOutput, error)

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

func (*IClient) GetDevicePositionHistory

func (_m *IClient) GetDevicePositionHistory(ctx context.Context, params *location.GetDevicePositionHistoryInput, optFns ...func(*location.Options)) (*location.GetDevicePositionHistoryOutput, error)

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

func (*IClient) GetGeofence

func (_m *IClient) GetGeofence(ctx context.Context, params *location.GetGeofenceInput, optFns ...func(*location.Options)) (*location.GetGeofenceOutput, error)

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

func (*IClient) GetMapGlyphs

func (_m *IClient) GetMapGlyphs(ctx context.Context, params *location.GetMapGlyphsInput, optFns ...func(*location.Options)) (*location.GetMapGlyphsOutput, error)

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

func (*IClient) GetMapSprites

func (_m *IClient) GetMapSprites(ctx context.Context, params *location.GetMapSpritesInput, optFns ...func(*location.Options)) (*location.GetMapSpritesOutput, error)

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

func (*IClient) GetMapStyleDescriptor

func (_m *IClient) GetMapStyleDescriptor(ctx context.Context, params *location.GetMapStyleDescriptorInput, optFns ...func(*location.Options)) (*location.GetMapStyleDescriptorOutput, error)

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

func (*IClient) GetMapTile

func (_m *IClient) GetMapTile(ctx context.Context, params *location.GetMapTileInput, optFns ...func(*location.Options)) (*location.GetMapTileOutput, error)

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

func (*IClient) GetPlace

func (_m *IClient) GetPlace(ctx context.Context, params *location.GetPlaceInput, optFns ...func(*location.Options)) (*location.GetPlaceOutput, error)

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

func (*IClient) ListDevicePositions

func (_m *IClient) ListDevicePositions(ctx context.Context, params *location.ListDevicePositionsInput, optFns ...func(*location.Options)) (*location.ListDevicePositionsOutput, error)

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

func (*IClient) ListGeofenceCollections

func (_m *IClient) ListGeofenceCollections(ctx context.Context, params *location.ListGeofenceCollectionsInput, optFns ...func(*location.Options)) (*location.ListGeofenceCollectionsOutput, error)

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

func (*IClient) ListGeofences

func (_m *IClient) ListGeofences(ctx context.Context, params *location.ListGeofencesInput, optFns ...func(*location.Options)) (*location.ListGeofencesOutput, error)

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

func (*IClient) ListKeys

func (_m *IClient) ListKeys(ctx context.Context, params *location.ListKeysInput, optFns ...func(*location.Options)) (*location.ListKeysOutput, error)

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

func (*IClient) ListMaps

func (_m *IClient) ListMaps(ctx context.Context, params *location.ListMapsInput, optFns ...func(*location.Options)) (*location.ListMapsOutput, error)

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

func (*IClient) ListPlaceIndexes

func (_m *IClient) ListPlaceIndexes(ctx context.Context, params *location.ListPlaceIndexesInput, optFns ...func(*location.Options)) (*location.ListPlaceIndexesOutput, error)

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

func (*IClient) ListRouteCalculators

func (_m *IClient) ListRouteCalculators(ctx context.Context, params *location.ListRouteCalculatorsInput, optFns ...func(*location.Options)) (*location.ListRouteCalculatorsOutput, error)

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

func (*IClient) ListTagsForResource

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

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

func (*IClient) ListTrackerConsumers

func (_m *IClient) ListTrackerConsumers(ctx context.Context, params *location.ListTrackerConsumersInput, optFns ...func(*location.Options)) (*location.ListTrackerConsumersOutput, error)

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

func (*IClient) ListTrackers

func (_m *IClient) ListTrackers(ctx context.Context, params *location.ListTrackersInput, optFns ...func(*location.Options)) (*location.ListTrackersOutput, error)

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

func (*IClient) Options

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

Options provides a mock function with given fields:

func (*IClient) PutGeofence

func (_m *IClient) PutGeofence(ctx context.Context, params *location.PutGeofenceInput, optFns ...func(*location.Options)) (*location.PutGeofenceOutput, error)

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

func (*IClient) SearchPlaceIndexForPosition

func (_m *IClient) SearchPlaceIndexForPosition(ctx context.Context, params *location.SearchPlaceIndexForPositionInput, optFns ...func(*location.Options)) (*location.SearchPlaceIndexForPositionOutput, error)

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

func (*IClient) SearchPlaceIndexForSuggestions

func (_m *IClient) SearchPlaceIndexForSuggestions(ctx context.Context, params *location.SearchPlaceIndexForSuggestionsInput, optFns ...func(*location.Options)) (*location.SearchPlaceIndexForSuggestionsOutput, error)

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

func (*IClient) SearchPlaceIndexForText

func (_m *IClient) SearchPlaceIndexForText(ctx context.Context, params *location.SearchPlaceIndexForTextInput, optFns ...func(*location.Options)) (*location.SearchPlaceIndexForTextOutput, error)

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

func (*IClient) TagResource

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

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

func (*IClient) UntagResource

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

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

func (*IClient) UpdateGeofenceCollection

func (_m *IClient) UpdateGeofenceCollection(ctx context.Context, params *location.UpdateGeofenceCollectionInput, optFns ...func(*location.Options)) (*location.UpdateGeofenceCollectionOutput, error)

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

func (*IClient) UpdateKey

func (_m *IClient) UpdateKey(ctx context.Context, params *location.UpdateKeyInput, optFns ...func(*location.Options)) (*location.UpdateKeyOutput, error)

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

func (*IClient) UpdateMap

func (_m *IClient) UpdateMap(ctx context.Context, params *location.UpdateMapInput, optFns ...func(*location.Options)) (*location.UpdateMapOutput, error)

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

func (*IClient) UpdatePlaceIndex

func (_m *IClient) UpdatePlaceIndex(ctx context.Context, params *location.UpdatePlaceIndexInput, optFns ...func(*location.Options)) (*location.UpdatePlaceIndexOutput, error)

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

func (*IClient) UpdateRouteCalculator

func (_m *IClient) UpdateRouteCalculator(ctx context.Context, params *location.UpdateRouteCalculatorInput, optFns ...func(*location.Options)) (*location.UpdateRouteCalculatorOutput, error)

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

func (*IClient) UpdateTracker

func (_m *IClient) UpdateTracker(ctx context.Context, params *location.UpdateTrackerInput, optFns ...func(*location.Options)) (*location.UpdateTrackerOutput, error)

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

func (*IClient) VerifyDevicePosition

func (_m *IClient) VerifyDevicePosition(ctx context.Context, params *location.VerifyDevicePositionInput, optFns ...func(*location.Options)) (*location.VerifyDevicePositionOutput, error)

VerifyDevicePosition 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