mock

package
v0.0.0-...-0937915 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClient

type MockClient struct {
	// contains filtered or unexported fields
}

MockClient is a mock of Client interface.

func NewMockClient

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock instance.

func (*MockClient) DescribeCacheClustersAll

func (m *MockClient) DescribeCacheClustersAll(ctx context.Context) ([]*elasticache.CacheCluster, error)

DescribeCacheClustersAll mocks base method.

func (*MockClient) DescribeDBInstancesAll

func (m *MockClient) DescribeDBInstancesAll(ctx context.Context) ([]*rds.DBInstance, error)

DescribeDBInstancesAll mocks base method.

func (*MockClient) DescribeDBInstancesPagesWithContext

func (m *MockClient) DescribeDBInstancesPagesWithContext(ctx aws.Context, input *rds.DescribeDBInstancesInput, fn func(*rds.DescribeDBInstancesOutput, bool) bool, opts ...request.Option) error

DescribeDBInstancesPagesWithContext mocks base method.

func (*MockClient) DescribeDBLogFilesAll

func (m *MockClient) DescribeDBLogFilesAll(ctx context.Context, instanceId string) ([]*rds.DescribeDBLogFilesOutput, error)

DescribeDBLogFilesAll mocks base method.

func (*MockClient) DescribeDBLogFilesPagesWithContext

func (m *MockClient) DescribeDBLogFilesPagesWithContext(ctx aws.Context, input *rds.DescribeDBLogFilesInput, fn func(*rds.DescribeDBLogFilesOutput, bool) bool, opts ...request.Option) error

DescribeDBLogFilesPagesWithContext mocks base method.

func (*MockClient) DescribePendingMaintenanceActionsAll

func (m *MockClient) DescribePendingMaintenanceActionsAll(ctx context.Context) ([]*rds.ResourcePendingMaintenanceActions, error)

DescribePendingMaintenanceActionsAll mocks base method.

func (*MockClient) DescribePendingMaintenanceActionsPagesWithContext

func (m *MockClient) DescribePendingMaintenanceActionsPagesWithContext(ctx aws.Context, input *rds.DescribePendingMaintenanceActionsInput, fn func(*rds.DescribePendingMaintenanceActionsOutput, bool) bool, opts ...request.Option) error

DescribePendingMaintenanceActionsPagesWithContext mocks base method.

func (*MockClient) DescribeTransitGatewaysWithContext

func (m *MockClient) DescribeTransitGatewaysWithContext(ctx aws.Context, input *ec2.DescribeTransitGatewaysInput, opts ...request.Option) (*ec2.DescribeTransitGatewaysOutput, error)

DescribeTransitGatewaysWithContext mocks base method.

func (*MockClient) EXPECT

func (m *MockClient) EXPECT() *MockClientMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockClient) GetHostedZoneLimitWithContext

func (m *MockClient) GetHostedZoneLimitWithContext(ctx context.Context, input *route53.GetHostedZoneLimitInput, opts ...request.Option) (*route53.GetHostedZoneLimitOutput, error)

GetHostedZoneLimitWithContext mocks base method.

func (*MockClient) GetServiceQuotaWithContext

func (m *MockClient) GetServiceQuotaWithContext(ctx aws.Context, input *servicequotas.GetServiceQuotaInput, opts ...request.Option) (*servicequotas.GetServiceQuotaOutput, error)

GetServiceQuotaWithContext mocks base method.

func (*MockClient) ListClustersAll

func (m *MockClient) ListClustersAll(ctx context.Context) ([]*kafka.ClusterInfo, error)

ListClustersAll mocks base method.

func (*MockClient) ListHostedZonesWithContext

func (m *MockClient) ListHostedZonesWithContext(ctx context.Context, input *route53.ListHostedZonesInput, opts ...request.Option) (*route53.ListHostedZonesOutput, error)

ListHostedZonesWithContext mocks base method.

type MockClientMockRecorder

type MockClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockClientMockRecorder is the mock recorder for MockClient.

func (*MockClientMockRecorder) DescribeCacheClustersAll

func (mr *MockClientMockRecorder) DescribeCacheClustersAll(ctx interface{}) *gomock.Call

DescribeCacheClustersAll indicates an expected call of DescribeCacheClustersAll.

func (*MockClientMockRecorder) DescribeDBInstancesAll

func (mr *MockClientMockRecorder) DescribeDBInstancesAll(ctx interface{}) *gomock.Call

DescribeDBInstancesAll indicates an expected call of DescribeDBInstancesAll.

func (*MockClientMockRecorder) DescribeDBInstancesPagesWithContext

func (mr *MockClientMockRecorder) DescribeDBInstancesPagesWithContext(ctx, input, fn interface{}, opts ...interface{}) *gomock.Call

DescribeDBInstancesPagesWithContext indicates an expected call of DescribeDBInstancesPagesWithContext.

func (*MockClientMockRecorder) DescribeDBLogFilesAll

func (mr *MockClientMockRecorder) DescribeDBLogFilesAll(ctx, instanceId interface{}) *gomock.Call

DescribeDBLogFilesAll indicates an expected call of DescribeDBLogFilesAll.

func (*MockClientMockRecorder) DescribeDBLogFilesPagesWithContext

func (mr *MockClientMockRecorder) DescribeDBLogFilesPagesWithContext(ctx, input, fn interface{}, opts ...interface{}) *gomock.Call

DescribeDBLogFilesPagesWithContext indicates an expected call of DescribeDBLogFilesPagesWithContext.

func (*MockClientMockRecorder) DescribePendingMaintenanceActionsAll

func (mr *MockClientMockRecorder) DescribePendingMaintenanceActionsAll(ctx interface{}) *gomock.Call

DescribePendingMaintenanceActionsAll indicates an expected call of DescribePendingMaintenanceActionsAll.

func (*MockClientMockRecorder) DescribePendingMaintenanceActionsPagesWithContext

func (mr *MockClientMockRecorder) DescribePendingMaintenanceActionsPagesWithContext(ctx, input, fn interface{}, opts ...interface{}) *gomock.Call

DescribePendingMaintenanceActionsPagesWithContext indicates an expected call of DescribePendingMaintenanceActionsPagesWithContext.

func (*MockClientMockRecorder) DescribeTransitGatewaysWithContext

func (mr *MockClientMockRecorder) DescribeTransitGatewaysWithContext(ctx, input interface{}, opts ...interface{}) *gomock.Call

DescribeTransitGatewaysWithContext indicates an expected call of DescribeTransitGatewaysWithContext.

func (*MockClientMockRecorder) GetHostedZoneLimitWithContext

func (mr *MockClientMockRecorder) GetHostedZoneLimitWithContext(ctx, input interface{}, opts ...interface{}) *gomock.Call

GetHostedZoneLimitWithContext indicates an expected call of GetHostedZoneLimitWithContext.

func (*MockClientMockRecorder) GetServiceQuotaWithContext

func (mr *MockClientMockRecorder) GetServiceQuotaWithContext(ctx, input interface{}, opts ...interface{}) *gomock.Call

GetServiceQuotaWithContext indicates an expected call of GetServiceQuotaWithContext.

func (*MockClientMockRecorder) ListClustersAll

func (mr *MockClientMockRecorder) ListClustersAll(ctx interface{}) *gomock.Call

ListClustersAll indicates an expected call of ListClustersAll.

func (*MockClientMockRecorder) ListHostedZonesWithContext

func (mr *MockClientMockRecorder) ListHostedZonesWithContext(ctx, input interface{}, opts ...interface{}) *gomock.Call

ListHostedZonesWithContext indicates an expected call of ListHostedZonesWithContext.

Jump to

Keyboard shortcuts

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