Versions in this module Expand all Collapse all v0 v0.6.10 Jul 8, 2024 Changes in this version + type EC2Client struct + func NewEC2Client(t interface{ ... }) *EC2Client + func (_m *EC2Client) DescribeRouteTables(ctx context.Context, params *ec2.DescribeRouteTablesInput, ...) (*ec2.DescribeRouteTablesOutput, error) + func (_m *EC2Client) DescribeSubnets(ctx context.Context, params *ec2.DescribeSubnetsInput, ...) (*ec2.DescribeSubnetsOutput, error) + func (_m *EC2Client) DescribeVpcs(ctx context.Context, params *ec2.DescribeVpcsInput, opts ...func(*ec2.Options)) (*ec2.DescribeVpcsOutput, error) + func (_m *EC2Client) EXPECT() *EC2Client_Expecter + type EC2Client_DescribeRouteTables_Call struct + func (_c *EC2Client_DescribeRouteTables_Call) Return(_a0 *ec2.DescribeRouteTablesOutput, _a1 error) *EC2Client_DescribeRouteTables_Call + func (_c *EC2Client_DescribeRouteTables_Call) Run(run func(ctx context.Context, params *ec2.DescribeRouteTablesInput, ...)) *EC2Client_DescribeRouteTables_Call + func (_c *EC2Client_DescribeRouteTables_Call) RunAndReturn(...) *EC2Client_DescribeRouteTables_Call + type EC2Client_DescribeSubnets_Call struct + func (_c *EC2Client_DescribeSubnets_Call) Return(_a0 *ec2.DescribeSubnetsOutput, _a1 error) *EC2Client_DescribeSubnets_Call + func (_c *EC2Client_DescribeSubnets_Call) Run(run func(ctx context.Context, params *ec2.DescribeSubnetsInput, ...)) *EC2Client_DescribeSubnets_Call + func (_c *EC2Client_DescribeSubnets_Call) RunAndReturn(...) *EC2Client_DescribeSubnets_Call + type EC2Client_DescribeVpcs_Call struct + func (_c *EC2Client_DescribeVpcs_Call) Return(_a0 *ec2.DescribeVpcsOutput, _a1 error) *EC2Client_DescribeVpcs_Call + func (_c *EC2Client_DescribeVpcs_Call) Run(...) *EC2Client_DescribeVpcs_Call + func (_c *EC2Client_DescribeVpcs_Call) RunAndReturn(...) *EC2Client_DescribeVpcs_Call + type EC2Client_Expecter struct + func (_e *EC2Client_Expecter) DescribeRouteTables(ctx interface{}, params interface{}, opts ...interface{}) *EC2Client_DescribeRouteTables_Call + func (_e *EC2Client_Expecter) DescribeSubnets(ctx interface{}, params interface{}, opts ...interface{}) *EC2Client_DescribeSubnets_Call + func (_e *EC2Client_Expecter) DescribeVpcs(ctx interface{}, params interface{}, opts ...interface{}) *EC2Client_DescribeVpcs_Call + type ElastiCacheClient struct + func NewElastiCacheClient(t interface{ ... }) *ElastiCacheClient + func (_m *ElastiCacheClient) DescribeCacheClusters(ctx context.Context, params *elasticache.DescribeCacheClustersInput, ...) (*elasticache.DescribeCacheClustersOutput, error) + func (_m *ElastiCacheClient) EXPECT() *ElastiCacheClient_Expecter + type ElastiCacheClient_DescribeCacheClusters_Call struct + func (_c *ElastiCacheClient_DescribeCacheClusters_Call) Return(_a0 *elasticache.DescribeCacheClustersOutput, _a1 error) *ElastiCacheClient_DescribeCacheClusters_Call + func (_c *ElastiCacheClient_DescribeCacheClusters_Call) Run(...) *ElastiCacheClient_DescribeCacheClusters_Call + func (_c *ElastiCacheClient_DescribeCacheClusters_Call) RunAndReturn(...) *ElastiCacheClient_DescribeCacheClusters_Call + type ElastiCacheClient_Expecter struct + func (_e *ElastiCacheClient_Expecter) DescribeCacheClusters(ctx interface{}, params interface{}, optFns ...interface{}) *ElastiCacheClient_DescribeCacheClusters_Call + type ResourceLister struct + func NewResourceLister(t interface{ ... }) *ResourceLister + func (_m *ResourceLister) EXPECT() *ResourceLister_Expecter + func (_m *ResourceLister) ListElastiCacheClusters(ctx context.Context) ([]aws.ElastiCacheCluster, error) + func (_m *ResourceLister) ListSubnets(ctx context.Context) ([]aws.Subnet, error) + func (_m *ResourceLister) ListVpcs(ctx context.Context) ([]aws.Vpc, error) + type ResourceLister_Expecter struct + func (_e *ResourceLister_Expecter) ListElastiCacheClusters(ctx interface{}) *ResourceLister_ListElastiCacheClusters_Call + func (_e *ResourceLister_Expecter) ListSubnets(ctx interface{}) *ResourceLister_ListSubnets_Call + func (_e *ResourceLister_Expecter) ListVpcs(ctx interface{}) *ResourceLister_ListVpcs_Call + type ResourceLister_ListElastiCacheClusters_Call struct + func (_c *ResourceLister_ListElastiCacheClusters_Call) Return(_a0 []aws.ElastiCacheCluster, _a1 error) *ResourceLister_ListElastiCacheClusters_Call + func (_c *ResourceLister_ListElastiCacheClusters_Call) Run(run func(ctx context.Context)) *ResourceLister_ListElastiCacheClusters_Call + func (_c *ResourceLister_ListElastiCacheClusters_Call) RunAndReturn(run func(context.Context) ([]aws.ElastiCacheCluster, error)) *ResourceLister_ListElastiCacheClusters_Call + type ResourceLister_ListSubnets_Call struct + func (_c *ResourceLister_ListSubnets_Call) Return(_a0 []aws.Subnet, _a1 error) *ResourceLister_ListSubnets_Call + func (_c *ResourceLister_ListSubnets_Call) Run(run func(ctx context.Context)) *ResourceLister_ListSubnets_Call + func (_c *ResourceLister_ListSubnets_Call) RunAndReturn(run func(context.Context) ([]aws.Subnet, error)) *ResourceLister_ListSubnets_Call + type ResourceLister_ListVpcs_Call struct + func (_c *ResourceLister_ListVpcs_Call) Return(_a0 []aws.Vpc, _a1 error) *ResourceLister_ListVpcs_Call + func (_c *ResourceLister_ListVpcs_Call) Run(run func(ctx context.Context)) *ResourceLister_ListVpcs_Call + func (_c *ResourceLister_ListVpcs_Call) RunAndReturn(run func(context.Context) ([]aws.Vpc, error)) *ResourceLister_ListVpcs_Call + type SsmClient struct + func NewSsmClient(t interface{ ... }) *SsmClient + func (_m *SsmClient) EXPECT() *SsmClient_Expecter + func (_m *SsmClient) GetParameter(ctx context.Context, params *ssm.GetParameterInput, ...) (*ssm.GetParameterOutput, error) + func (_m *SsmClient) StartSession(ctx context.Context, params *ssm.StartSessionInput, ...) (*ssm.StartSessionOutput, error) + func (_m *SsmClient) TerminateSession(ctx context.Context, params *ssm.TerminateSessionInput, ...) (*ssm.TerminateSessionOutput, error) + type SsmClient_Expecter struct + func (_e *SsmClient_Expecter) GetParameter(ctx interface{}, params interface{}, optFns ...interface{}) *SsmClient_GetParameter_Call + func (_e *SsmClient_Expecter) StartSession(ctx interface{}, params interface{}, optFns ...interface{}) *SsmClient_StartSession_Call + func (_e *SsmClient_Expecter) TerminateSession(ctx interface{}, params interface{}, optFns ...interface{}) *SsmClient_TerminateSession_Call + type SsmClient_GetParameter_Call struct + func (_c *SsmClient_GetParameter_Call) Return(_a0 *ssm.GetParameterOutput, _a1 error) *SsmClient_GetParameter_Call + func (_c *SsmClient_GetParameter_Call) Run(run func(ctx context.Context, params *ssm.GetParameterInput, ...)) *SsmClient_GetParameter_Call + func (_c *SsmClient_GetParameter_Call) RunAndReturn(...) *SsmClient_GetParameter_Call + type SsmClient_StartSession_Call struct + func (_c *SsmClient_StartSession_Call) Return(_a0 *ssm.StartSessionOutput, _a1 error) *SsmClient_StartSession_Call + func (_c *SsmClient_StartSession_Call) Run(run func(ctx context.Context, params *ssm.StartSessionInput, ...)) *SsmClient_StartSession_Call + func (_c *SsmClient_StartSession_Call) RunAndReturn(...) *SsmClient_StartSession_Call + type SsmClient_TerminateSession_Call struct + func (_c *SsmClient_TerminateSession_Call) Return(_a0 *ssm.TerminateSessionOutput, _a1 error) *SsmClient_TerminateSession_Call + func (_c *SsmClient_TerminateSession_Call) Run(run func(ctx context.Context, params *ssm.TerminateSessionInput, ...)) *SsmClient_TerminateSession_Call + func (_c *SsmClient_TerminateSession_Call) RunAndReturn(...) *SsmClient_TerminateSession_Call