aws_mock

package
v0.3.54 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package aws_mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAWSServiceClient

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

MockAWSServiceClient is a mock of AWSServiceClient interface.

func NewMockAWSServiceClient

func NewMockAWSServiceClient(ctrl *gomock.Controller) *MockAWSServiceClient

NewMockAWSServiceClient creates a new mock instance.

func (*MockAWSServiceClient) ApplyRecommendation

ApplyRecommendation mocks base method.

func (*MockAWSServiceClient) DisableAutoPilot added in v0.3.51

DisableAutoPilot mocks base method.

func (*MockAWSServiceClient) EXPECT

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

func (*MockAWSServiceClient) EnableAutoPilot added in v0.3.51

EnableAutoPilot mocks base method.

func (*MockAWSServiceClient) GenerateRecommendations

GenerateRecommendations mocks base method.

func (*MockAWSServiceClient) GetAutoPilotStatus added in v0.3.52

GetAutoPilotStatus mocks base method.

func (*MockAWSServiceClient) GetOrganizationAccount

GetOrganizationAccount mocks base method.

func (*MockAWSServiceClient) GetOrganizationAccounts

GetOrganizationAccounts mocks base method.

func (*MockAWSServiceClient) GetOrganizationRegions

GetOrganizationRegions mocks base method.

func (*MockAWSServiceClient) GetProductSubscriptionStatus added in v0.3.50

GetProductSubscriptionStatus mocks base method.

func (*MockAWSServiceClient) GetRecommendationTask

GetRecommendationTask mocks base method.

func (*MockAWSServiceClient) GetRecommendations

GetRecommendations mocks base method.

func (*MockAWSServiceClient) GetUsage

GetUsage mocks base method.

func (*MockAWSServiceClient) RequestCloudAccountConnection added in v0.3.52

RequestCloudAccountConnection mocks base method.

func (*MockAWSServiceClient) SubscribeToProduct added in v0.3.48

SubscribeToProduct mocks base method.

type MockAWSServiceClientMockRecorder

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

MockAWSServiceClientMockRecorder is the mock recorder for MockAWSServiceClient.

func (*MockAWSServiceClientMockRecorder) ApplyRecommendation

func (mr *MockAWSServiceClientMockRecorder) ApplyRecommendation(ctx, in any, opts ...any) *gomock.Call

ApplyRecommendation indicates an expected call of ApplyRecommendation.

func (*MockAWSServiceClientMockRecorder) DisableAutoPilot added in v0.3.51

func (mr *MockAWSServiceClientMockRecorder) DisableAutoPilot(ctx, in any, opts ...any) *gomock.Call

DisableAutoPilot indicates an expected call of DisableAutoPilot.

func (*MockAWSServiceClientMockRecorder) EnableAutoPilot added in v0.3.51

func (mr *MockAWSServiceClientMockRecorder) EnableAutoPilot(ctx, in any, opts ...any) *gomock.Call

EnableAutoPilot indicates an expected call of EnableAutoPilot.

func (*MockAWSServiceClientMockRecorder) GenerateRecommendations

func (mr *MockAWSServiceClientMockRecorder) GenerateRecommendations(ctx, in any, opts ...any) *gomock.Call

GenerateRecommendations indicates an expected call of GenerateRecommendations.

func (*MockAWSServiceClientMockRecorder) GetAutoPilotStatus added in v0.3.52

func (mr *MockAWSServiceClientMockRecorder) GetAutoPilotStatus(ctx, in any, opts ...any) *gomock.Call

GetAutoPilotStatus indicates an expected call of GetAutoPilotStatus.

func (*MockAWSServiceClientMockRecorder) GetOrganizationAccount

func (mr *MockAWSServiceClientMockRecorder) GetOrganizationAccount(ctx, in any, opts ...any) *gomock.Call

GetOrganizationAccount indicates an expected call of GetOrganizationAccount.

func (*MockAWSServiceClientMockRecorder) GetOrganizationAccounts

func (mr *MockAWSServiceClientMockRecorder) GetOrganizationAccounts(ctx, in any, opts ...any) *gomock.Call

GetOrganizationAccounts indicates an expected call of GetOrganizationAccounts.

func (*MockAWSServiceClientMockRecorder) GetOrganizationRegions

func (mr *MockAWSServiceClientMockRecorder) GetOrganizationRegions(ctx, in any, opts ...any) *gomock.Call

GetOrganizationRegions indicates an expected call of GetOrganizationRegions.

func (*MockAWSServiceClientMockRecorder) GetProductSubscriptionStatus added in v0.3.50

func (mr *MockAWSServiceClientMockRecorder) GetProductSubscriptionStatus(ctx, in any, opts ...any) *gomock.Call

GetProductSubscriptionStatus indicates an expected call of GetProductSubscriptionStatus.

func (*MockAWSServiceClientMockRecorder) GetRecommendationTask

func (mr *MockAWSServiceClientMockRecorder) GetRecommendationTask(ctx, in any, opts ...any) *gomock.Call

GetRecommendationTask indicates an expected call of GetRecommendationTask.

func (*MockAWSServiceClientMockRecorder) GetRecommendations

func (mr *MockAWSServiceClientMockRecorder) GetRecommendations(ctx, in any, opts ...any) *gomock.Call

GetRecommendations indicates an expected call of GetRecommendations.

func (*MockAWSServiceClientMockRecorder) GetUsage

func (mr *MockAWSServiceClientMockRecorder) GetUsage(ctx, in any, opts ...any) *gomock.Call

GetUsage indicates an expected call of GetUsage.

func (*MockAWSServiceClientMockRecorder) RequestCloudAccountConnection added in v0.3.52

func (mr *MockAWSServiceClientMockRecorder) RequestCloudAccountConnection(ctx, in any, opts ...any) *gomock.Call

RequestCloudAccountConnection indicates an expected call of RequestCloudAccountConnection.

func (*MockAWSServiceClientMockRecorder) SubscribeToProduct added in v0.3.48

func (mr *MockAWSServiceClientMockRecorder) SubscribeToProduct(ctx, in any, opts ...any) *gomock.Call

SubscribeToProduct indicates an expected call of SubscribeToProduct.

type MockAWSServiceServer

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

MockAWSServiceServer is a mock of AWSServiceServer interface.

func NewMockAWSServiceServer

func NewMockAWSServiceServer(ctrl *gomock.Controller) *MockAWSServiceServer

NewMockAWSServiceServer creates a new mock instance.

func (*MockAWSServiceServer) ApplyRecommendation

ApplyRecommendation mocks base method.

func (*MockAWSServiceServer) DisableAutoPilot added in v0.3.51

DisableAutoPilot mocks base method.

func (*MockAWSServiceServer) EXPECT

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

func (*MockAWSServiceServer) EnableAutoPilot added in v0.3.51

EnableAutoPilot mocks base method.

func (*MockAWSServiceServer) GenerateRecommendations

GenerateRecommendations mocks base method.

func (*MockAWSServiceServer) GetAutoPilotStatus added in v0.3.52

GetAutoPilotStatus mocks base method.

func (*MockAWSServiceServer) GetOrganizationAccount

GetOrganizationAccount mocks base method.

func (*MockAWSServiceServer) GetOrganizationAccounts

GetOrganizationAccounts mocks base method.

func (*MockAWSServiceServer) GetOrganizationRegions

GetOrganizationRegions mocks base method.

func (*MockAWSServiceServer) GetProductSubscriptionStatus added in v0.3.50

GetProductSubscriptionStatus mocks base method.

func (*MockAWSServiceServer) GetRecommendationTask

GetRecommendationTask mocks base method.

func (*MockAWSServiceServer) GetRecommendations

GetRecommendations mocks base method.

func (*MockAWSServiceServer) GetUsage

GetUsage mocks base method.

func (*MockAWSServiceServer) RequestCloudAccountConnection added in v0.3.52

RequestCloudAccountConnection mocks base method.

func (*MockAWSServiceServer) SubscribeToProduct added in v0.3.48

SubscribeToProduct mocks base method.

type MockAWSServiceServerMockRecorder

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

MockAWSServiceServerMockRecorder is the mock recorder for MockAWSServiceServer.

func (*MockAWSServiceServerMockRecorder) ApplyRecommendation

func (mr *MockAWSServiceServerMockRecorder) ApplyRecommendation(arg0, arg1 any) *gomock.Call

ApplyRecommendation indicates an expected call of ApplyRecommendation.

func (*MockAWSServiceServerMockRecorder) DisableAutoPilot added in v0.3.51

func (mr *MockAWSServiceServerMockRecorder) DisableAutoPilot(arg0, arg1 any) *gomock.Call

DisableAutoPilot indicates an expected call of DisableAutoPilot.

func (*MockAWSServiceServerMockRecorder) EnableAutoPilot added in v0.3.51

func (mr *MockAWSServiceServerMockRecorder) EnableAutoPilot(arg0, arg1 any) *gomock.Call

EnableAutoPilot indicates an expected call of EnableAutoPilot.

func (*MockAWSServiceServerMockRecorder) GenerateRecommendations

func (mr *MockAWSServiceServerMockRecorder) GenerateRecommendations(arg0, arg1 any) *gomock.Call

GenerateRecommendations indicates an expected call of GenerateRecommendations.

func (*MockAWSServiceServerMockRecorder) GetAutoPilotStatus added in v0.3.52

func (mr *MockAWSServiceServerMockRecorder) GetAutoPilotStatus(arg0, arg1 any) *gomock.Call

GetAutoPilotStatus indicates an expected call of GetAutoPilotStatus.

func (*MockAWSServiceServerMockRecorder) GetOrganizationAccount

func (mr *MockAWSServiceServerMockRecorder) GetOrganizationAccount(arg0, arg1 any) *gomock.Call

GetOrganizationAccount indicates an expected call of GetOrganizationAccount.

func (*MockAWSServiceServerMockRecorder) GetOrganizationAccounts

func (mr *MockAWSServiceServerMockRecorder) GetOrganizationAccounts(arg0, arg1 any) *gomock.Call

GetOrganizationAccounts indicates an expected call of GetOrganizationAccounts.

func (*MockAWSServiceServerMockRecorder) GetOrganizationRegions

func (mr *MockAWSServiceServerMockRecorder) GetOrganizationRegions(arg0, arg1 any) *gomock.Call

GetOrganizationRegions indicates an expected call of GetOrganizationRegions.

func (*MockAWSServiceServerMockRecorder) GetProductSubscriptionStatus added in v0.3.50

func (mr *MockAWSServiceServerMockRecorder) GetProductSubscriptionStatus(arg0, arg1 any) *gomock.Call

GetProductSubscriptionStatus indicates an expected call of GetProductSubscriptionStatus.

func (*MockAWSServiceServerMockRecorder) GetRecommendationTask

func (mr *MockAWSServiceServerMockRecorder) GetRecommendationTask(arg0, arg1 any) *gomock.Call

GetRecommendationTask indicates an expected call of GetRecommendationTask.

func (*MockAWSServiceServerMockRecorder) GetRecommendations

func (mr *MockAWSServiceServerMockRecorder) GetRecommendations(arg0, arg1 any) *gomock.Call

GetRecommendations indicates an expected call of GetRecommendations.

func (*MockAWSServiceServerMockRecorder) GetUsage

func (mr *MockAWSServiceServerMockRecorder) GetUsage(arg0, arg1 any) *gomock.Call

GetUsage indicates an expected call of GetUsage.

func (*MockAWSServiceServerMockRecorder) RequestCloudAccountConnection added in v0.3.52

func (mr *MockAWSServiceServerMockRecorder) RequestCloudAccountConnection(arg0, arg1 any) *gomock.Call

RequestCloudAccountConnection indicates an expected call of RequestCloudAccountConnection.

func (*MockAWSServiceServerMockRecorder) SubscribeToProduct added in v0.3.48

func (mr *MockAWSServiceServerMockRecorder) SubscribeToProduct(arg0, arg1 any) *gomock.Call

SubscribeToProduct indicates an expected call of SubscribeToProduct.

type MockUnsafeAWSServiceServer

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

MockUnsafeAWSServiceServer is a mock of UnsafeAWSServiceServer interface.

func NewMockUnsafeAWSServiceServer

func NewMockUnsafeAWSServiceServer(ctrl *gomock.Controller) *MockUnsafeAWSServiceServer

NewMockUnsafeAWSServiceServer creates a new mock instance.

func (*MockUnsafeAWSServiceServer) EXPECT

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

type MockUnsafeAWSServiceServerMockRecorder

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

MockUnsafeAWSServiceServerMockRecorder is the mock recorder for MockUnsafeAWSServiceServer.

Jump to

Keyboard shortcuts

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