groundstationdouble

package
v0.0.0-...-8548fdf Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package groundstationdouble contains test double implementation of groundstationiface.GroundStationAPI

Package groundstationdouble provides a TestDouble implementation of groundstationiface.GroundStationAPI

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GroundStationDouble

type GroundStationDouble struct {
	groundstationiface.GroundStationAPI
	*awsdouble.AWSTestDouble
}

GroundStationDouble is TestDouble for groundstationiface.GroundStationAPI

func NewDouble

func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *GroundStationDouble

Constructor for GroundStationDouble Default configuration will ensure

  • API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.

  • WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.

  • Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.

    This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.

func (*GroundStationDouble) CancelContact

func (*GroundStationDouble) CancelContactRequest

func (*GroundStationDouble) CancelContactWithContext

func (*GroundStationDouble) CreateConfig

func (*GroundStationDouble) CreateConfigRequest

func (*GroundStationDouble) CreateConfigWithContext

func (*GroundStationDouble) CreateMissionProfile

func (*GroundStationDouble) CreateMissionProfileWithContext

func (*GroundStationDouble) DeleteConfig

func (*GroundStationDouble) DeleteConfigRequest

func (*GroundStationDouble) DeleteConfigWithContext

func (*GroundStationDouble) DeleteMissionProfile

func (*GroundStationDouble) DeleteMissionProfileWithContext

func (*GroundStationDouble) DescribeContact

func (*GroundStationDouble) DescribeContactRequest

func (*GroundStationDouble) DescribeContactWithContext

func (*GroundStationDouble) GetConfig

func (*GroundStationDouble) GetConfigRequest

func (*GroundStationDouble) GetConfigWithContext

func (*GroundStationDouble) GetMinuteUsage

func (*GroundStationDouble) GetMinuteUsageRequest

func (*GroundStationDouble) GetMinuteUsageWithContext

func (*GroundStationDouble) GetMissionProfile

func (*GroundStationDouble) GetMissionProfileRequest

func (*GroundStationDouble) GetMissionProfileWithContext

func (*GroundStationDouble) GetSatellite

func (*GroundStationDouble) GetSatelliteRequest

func (*GroundStationDouble) GetSatelliteWithContext

func (*GroundStationDouble) ListConfigs

func (*GroundStationDouble) ListConfigsPages

func (*GroundStationDouble) ListConfigsPagesWithContext

func (d *GroundStationDouble) ListConfigsPagesWithContext(i0 context.Context, i1 *groundstation.ListConfigsInput, i2 func(*groundstation.ListConfigsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*GroundStationDouble) ListConfigsRequest

func (*GroundStationDouble) ListConfigsWithContext

func (*GroundStationDouble) ListContacts

func (*GroundStationDouble) ListContactsPages

func (*GroundStationDouble) ListContactsPagesWithContext

func (d *GroundStationDouble) ListContactsPagesWithContext(i0 context.Context, i1 *groundstation.ListContactsInput, i2 func(*groundstation.ListContactsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*GroundStationDouble) ListContactsRequest

func (*GroundStationDouble) ListContactsWithContext

func (*GroundStationDouble) ListDataflowEndpointGroupsPages

func (*GroundStationDouble) ListDataflowEndpointGroupsPagesWithContext

func (d *GroundStationDouble) ListDataflowEndpointGroupsPagesWithContext(i0 context.Context, i1 *groundstation.ListDataflowEndpointGroupsInput, i2 func(*groundstation.ListDataflowEndpointGroupsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*GroundStationDouble) ListGroundStations

func (*GroundStationDouble) ListGroundStationsPages

func (*GroundStationDouble) ListGroundStationsPagesWithContext

func (d *GroundStationDouble) ListGroundStationsPagesWithContext(i0 context.Context, i1 *groundstation.ListGroundStationsInput, i2 func(*groundstation.ListGroundStationsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*GroundStationDouble) ListGroundStationsRequest

func (*GroundStationDouble) ListGroundStationsWithContext

func (*GroundStationDouble) ListMissionProfiles

func (*GroundStationDouble) ListMissionProfilesPages

func (*GroundStationDouble) ListMissionProfilesPagesWithContext

func (d *GroundStationDouble) ListMissionProfilesPagesWithContext(i0 context.Context, i1 *groundstation.ListMissionProfilesInput, i2 func(*groundstation.ListMissionProfilesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*GroundStationDouble) ListMissionProfilesRequest

func (*GroundStationDouble) ListMissionProfilesWithContext

func (*GroundStationDouble) ListSatellites

func (*GroundStationDouble) ListSatellitesPages

func (*GroundStationDouble) ListSatellitesPagesWithContext

func (d *GroundStationDouble) ListSatellitesPagesWithContext(i0 context.Context, i1 *groundstation.ListSatellitesInput, i2 func(*groundstation.ListSatellitesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*GroundStationDouble) ListSatellitesRequest

func (*GroundStationDouble) ListSatellitesWithContext

func (*GroundStationDouble) ListTagsForResource

func (*GroundStationDouble) ListTagsForResourceRequest

func (*GroundStationDouble) ListTagsForResourceWithContext

func (*GroundStationDouble) ReserveContact

func (*GroundStationDouble) ReserveContactRequest

func (*GroundStationDouble) ReserveContactWithContext

func (*GroundStationDouble) TagResource

func (*GroundStationDouble) TagResourceRequest

func (*GroundStationDouble) TagResourceWithContext

func (*GroundStationDouble) UntagResource

func (*GroundStationDouble) UntagResourceRequest

func (*GroundStationDouble) UntagResourceWithContext

func (*GroundStationDouble) UpdateConfig

func (*GroundStationDouble) UpdateConfigRequest

func (*GroundStationDouble) UpdateConfigWithContext

func (*GroundStationDouble) UpdateMissionProfile

func (*GroundStationDouble) UpdateMissionProfileWithContext

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL