fakes

package
v0.61.0 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HealthChecksClient added in v0.27.0

type HealthChecksClient struct {
	DeleteHealthCheckCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			DeleteHealthCheckInput *awsroute53.DeleteHealthCheckInput
		}
		Returns struct {
			DeleteHealthCheckOutput *awsroute53.DeleteHealthCheckOutput
			Error                   error
		}
		Stub func(*awsroute53.DeleteHealthCheckInput) (*awsroute53.DeleteHealthCheckOutput, error)
	}
	ListHealthChecksCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			ListHealthChecksInput *awsroute53.ListHealthChecksInput
		}
		Returns struct {
			ListHealthChecksOutput *awsroute53.ListHealthChecksOutput
			Error                  error
		}
		Stub func(*awsroute53.ListHealthChecksInput) (*awsroute53.ListHealthChecksOutput, error)
	}
}

func (*HealthChecksClient) DeleteHealthCheck added in v0.27.0

func (*HealthChecksClient) ListHealthChecks added in v0.27.0

type HostedZonesClient

type HostedZonesClient struct {
	DeleteHostedZoneCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			DeleteHostedZoneInput *awsroute53.DeleteHostedZoneInput
		}
		Returns struct {
			DeleteHostedZoneOutput *awsroute53.DeleteHostedZoneOutput
			Error                  error
		}
		Stub func(*awsroute53.DeleteHostedZoneInput) (*awsroute53.DeleteHostedZoneOutput, error)
	}
	ListHostedZonesCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			ListHostedZonesInput *awsroute53.ListHostedZonesInput
		}
		Returns struct {
			ListHostedZonesOutput *awsroute53.ListHostedZonesOutput
			Error                 error
		}
		Stub func(*awsroute53.ListHostedZonesInput) (*awsroute53.ListHostedZonesOutput, error)
	}
}

func (*HostedZonesClient) DeleteHostedZone

func (*HostedZonesClient) ListHostedZones

type Logger

type Logger struct {
	PromptWithDetailsCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			ResourceType string
			ResourceName string
		}
		Returns struct {
			Proceed bool
		}
		Stub func(string, string) bool
	}
}

func (*Logger) PromptWithDetails

func (f *Logger) PromptWithDetails(param1 string, param2 string) bool

type RecordSets added in v0.39.0

type RecordSets struct {
	DeleteAllCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			HostedZoneId   *string
			HostedZoneName string
			RecordSets     []*awsroute53.ResourceRecordSet
		}
		Returns struct {
			Error error
		}
		Stub func(*string, string, []*awsroute53.ResourceRecordSet) error
	}
	DeleteWithFilterCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			HostedZoneId   *string
			HostedZoneName string
			RecordSets     []*awsroute53.ResourceRecordSet
			Filter         string
		}
		Returns struct {
			Error error
		}
		Stub func(*string, string, []*awsroute53.ResourceRecordSet, string) error
	}
	GetCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			HostedZoneId *string
		}
		Returns struct {
			ResourceRecordSetSlice []*awsroute53.ResourceRecordSet
			Error                  error
		}
		Stub func(*string) ([]*awsroute53.ResourceRecordSet, error)
	}
}

func (*RecordSets) DeleteAll added in v0.59.0

func (f *RecordSets) DeleteAll(param1 *string, param2 string, param3 []*awsroute53.ResourceRecordSet) error

func (*RecordSets) DeleteWithFilter added in v0.59.0

func (f *RecordSets) DeleteWithFilter(param1 *string, param2 string, param3 []*awsroute53.ResourceRecordSet, param4 string) error

func (*RecordSets) Get added in v0.39.0

func (f *RecordSets) Get(param1 *string) ([]*awsroute53.ResourceRecordSet, error)

type RecordSetsClient added in v0.39.0

type RecordSetsClient struct {
	ChangeResourceRecordSetsCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			ChangeResourceRecordSetsInput *awsroute53.ChangeResourceRecordSetsInput
		}
		Returns struct {
			ChangeResourceRecordSetsOutput *awsroute53.ChangeResourceRecordSetsOutput
			Error                          error
		}
		Stub func(*awsroute53.ChangeResourceRecordSetsInput) (*awsroute53.ChangeResourceRecordSetsOutput, error)
	}
	ListResourceRecordSetsCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			ListResourceRecordSetsInput *awsroute53.ListResourceRecordSetsInput
		}
		Returns struct {
			ListResourceRecordSetsOutput *awsroute53.ListResourceRecordSetsOutput
			Error                        error
		}
		Stub func(*awsroute53.ListResourceRecordSetsInput) (*awsroute53.ListResourceRecordSetsOutput, error)
	}
}

func (*RecordSetsClient) ChangeResourceRecordSets added in v0.39.0

func (*RecordSetsClient) ListResourceRecordSets added in v0.39.0

Jump to

Keyboard shortcuts

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