Documentation ¶
Overview ¶
Package aws_mock is a generated GoMock package.
Index ¶
- type MockAWSServiceClient
- func (m *MockAWSServiceClient) ApplyRecommendation(ctx context.Context, in *v1.ApplyRecommendationRequest, ...) (*v1.ApplyRecommendationResponse, error)
- func (m *MockAWSServiceClient) DisableAutoPilot(ctx context.Context, in *v1.DisableAutoPilotRequest, opts ...grpc.CallOption) (*v1.DisableAutoPilotResponse, error)
- func (m *MockAWSServiceClient) EXPECT() *MockAWSServiceClientMockRecorder
- func (m *MockAWSServiceClient) EnableAutoPilot(ctx context.Context, in *v1.EnableAutoPilotRequest, opts ...grpc.CallOption) (*v1.EnableAutoPilotResponse, error)
- func (m *MockAWSServiceClient) GenerateRecommendations(ctx context.Context, in *v1.GenerateRecommendationsRequest, ...) (*v1.GenerateRecommendationsResponse, error)
- func (m *MockAWSServiceClient) GetAutoPilotStatus(ctx context.Context, in *v1.GetAutoPilotStatusRequest, opts ...grpc.CallOption) (*v1.GetAutoPilotStatusResponse, error)
- func (m *MockAWSServiceClient) GetOrganizationAccount(ctx context.Context, in *v1.GetOrganizationAccountRequest, ...) (*v1.GetOrganizationAccountResponse, error)
- func (m *MockAWSServiceClient) GetOrganizationAccounts(ctx context.Context, in *v1.GetOrganizationAccountsRequest, ...) (*v1.GetOrganizationAccountsResponse, error)
- func (m *MockAWSServiceClient) GetOrganizationRegions(ctx context.Context, in *v1.GetOrganizationRegionsRequest, ...) (*v1.GetOrganizationRegionsResponse, error)
- func (m *MockAWSServiceClient) GetProductSubscriptionStatus(ctx context.Context, in *v1.GetProductSubscriptionStatusRequest, ...) (*v1.GetProductSubscriptionStatusResponse, error)
- func (m *MockAWSServiceClient) GetRecommendationTask(ctx context.Context, in *v1.GetRecommendationTaskRequest, ...) (*v1.GetRecommendationTaskResponse, error)
- func (m *MockAWSServiceClient) GetRecommendations(ctx context.Context, in *v1.GetRecommendationsRequest, opts ...grpc.CallOption) (*v1.GetRecommendationsResponse, error)
- func (m *MockAWSServiceClient) GetUsage(ctx context.Context, in *v1.GetUsageRequest, opts ...grpc.CallOption) (*v1.GetUsageResponse, error)
- func (m *MockAWSServiceClient) RequestCloudAccountConnection(ctx context.Context, in *v1.RequestCloudAccountConnectionRequest, ...) (*v1.RequestCloudAccountConnectionResponse, error)
- func (m *MockAWSServiceClient) SubscribeToProduct(ctx context.Context, in *v1.SubscribeToProductRequest, opts ...grpc.CallOption) (*v1.SubscribeToProductResponse, error)
- type MockAWSServiceClientMockRecorder
- func (mr *MockAWSServiceClientMockRecorder) ApplyRecommendation(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockAWSServiceClientMockRecorder) DisableAutoPilot(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockAWSServiceClientMockRecorder) EnableAutoPilot(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockAWSServiceClientMockRecorder) GenerateRecommendations(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockAWSServiceClientMockRecorder) GetAutoPilotStatus(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockAWSServiceClientMockRecorder) GetOrganizationAccount(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockAWSServiceClientMockRecorder) GetOrganizationAccounts(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockAWSServiceClientMockRecorder) GetOrganizationRegions(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockAWSServiceClientMockRecorder) GetProductSubscriptionStatus(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockAWSServiceClientMockRecorder) GetRecommendationTask(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockAWSServiceClientMockRecorder) GetRecommendations(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockAWSServiceClientMockRecorder) GetUsage(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockAWSServiceClientMockRecorder) RequestCloudAccountConnection(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockAWSServiceClientMockRecorder) SubscribeToProduct(ctx, in any, opts ...any) *gomock.Call
- type MockAWSServiceServer
- func (m *MockAWSServiceServer) ApplyRecommendation(arg0 context.Context, arg1 *v1.ApplyRecommendationRequest) (*v1.ApplyRecommendationResponse, error)
- func (m *MockAWSServiceServer) DisableAutoPilot(arg0 context.Context, arg1 *v1.DisableAutoPilotRequest) (*v1.DisableAutoPilotResponse, error)
- func (m *MockAWSServiceServer) EXPECT() *MockAWSServiceServerMockRecorder
- func (m *MockAWSServiceServer) EnableAutoPilot(arg0 context.Context, arg1 *v1.EnableAutoPilotRequest) (*v1.EnableAutoPilotResponse, error)
- func (m *MockAWSServiceServer) GenerateRecommendations(arg0 context.Context, arg1 *v1.GenerateRecommendationsRequest) (*v1.GenerateRecommendationsResponse, error)
- func (m *MockAWSServiceServer) GetAutoPilotStatus(arg0 context.Context, arg1 *v1.GetAutoPilotStatusRequest) (*v1.GetAutoPilotStatusResponse, error)
- func (m *MockAWSServiceServer) GetOrganizationAccount(arg0 context.Context, arg1 *v1.GetOrganizationAccountRequest) (*v1.GetOrganizationAccountResponse, error)
- func (m *MockAWSServiceServer) GetOrganizationAccounts(arg0 context.Context, arg1 *v1.GetOrganizationAccountsRequest) (*v1.GetOrganizationAccountsResponse, error)
- func (m *MockAWSServiceServer) GetOrganizationRegions(arg0 context.Context, arg1 *v1.GetOrganizationRegionsRequest) (*v1.GetOrganizationRegionsResponse, error)
- func (m *MockAWSServiceServer) GetProductSubscriptionStatus(arg0 context.Context, arg1 *v1.GetProductSubscriptionStatusRequest) (*v1.GetProductSubscriptionStatusResponse, error)
- func (m *MockAWSServiceServer) GetRecommendationTask(arg0 context.Context, arg1 *v1.GetRecommendationTaskRequest) (*v1.GetRecommendationTaskResponse, error)
- func (m *MockAWSServiceServer) GetRecommendations(arg0 context.Context, arg1 *v1.GetRecommendationsRequest) (*v1.GetRecommendationsResponse, error)
- func (m *MockAWSServiceServer) GetUsage(arg0 context.Context, arg1 *v1.GetUsageRequest) (*v1.GetUsageResponse, error)
- func (m *MockAWSServiceServer) RequestCloudAccountConnection(arg0 context.Context, arg1 *v1.RequestCloudAccountConnectionRequest) (*v1.RequestCloudAccountConnectionResponse, error)
- func (m *MockAWSServiceServer) SubscribeToProduct(arg0 context.Context, arg1 *v1.SubscribeToProductRequest) (*v1.SubscribeToProductResponse, error)
- type MockAWSServiceServerMockRecorder
- func (mr *MockAWSServiceServerMockRecorder) ApplyRecommendation(arg0, arg1 any) *gomock.Call
- func (mr *MockAWSServiceServerMockRecorder) DisableAutoPilot(arg0, arg1 any) *gomock.Call
- func (mr *MockAWSServiceServerMockRecorder) EnableAutoPilot(arg0, arg1 any) *gomock.Call
- func (mr *MockAWSServiceServerMockRecorder) GenerateRecommendations(arg0, arg1 any) *gomock.Call
- func (mr *MockAWSServiceServerMockRecorder) GetAutoPilotStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockAWSServiceServerMockRecorder) GetOrganizationAccount(arg0, arg1 any) *gomock.Call
- func (mr *MockAWSServiceServerMockRecorder) GetOrganizationAccounts(arg0, arg1 any) *gomock.Call
- func (mr *MockAWSServiceServerMockRecorder) GetOrganizationRegions(arg0, arg1 any) *gomock.Call
- func (mr *MockAWSServiceServerMockRecorder) GetProductSubscriptionStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockAWSServiceServerMockRecorder) GetRecommendationTask(arg0, arg1 any) *gomock.Call
- func (mr *MockAWSServiceServerMockRecorder) GetRecommendations(arg0, arg1 any) *gomock.Call
- func (mr *MockAWSServiceServerMockRecorder) GetUsage(arg0, arg1 any) *gomock.Call
- func (mr *MockAWSServiceServerMockRecorder) RequestCloudAccountConnection(arg0, arg1 any) *gomock.Call
- func (mr *MockAWSServiceServerMockRecorder) SubscribeToProduct(arg0, arg1 any) *gomock.Call
- type MockUnsafeAWSServiceServer
- type MockUnsafeAWSServiceServerMockRecorder
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 ¶
func (m *MockAWSServiceClient) ApplyRecommendation(ctx context.Context, in *v1.ApplyRecommendationRequest, opts ...grpc.CallOption) (*v1.ApplyRecommendationResponse, error)
ApplyRecommendation mocks base method.
func (*MockAWSServiceClient) DisableAutoPilot ¶ added in v0.3.51
func (m *MockAWSServiceClient) DisableAutoPilot(ctx context.Context, in *v1.DisableAutoPilotRequest, opts ...grpc.CallOption) (*v1.DisableAutoPilotResponse, error)
DisableAutoPilot mocks base method.
func (*MockAWSServiceClient) EXPECT ¶
func (m *MockAWSServiceClient) EXPECT() *MockAWSServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAWSServiceClient) EnableAutoPilot ¶ added in v0.3.51
func (m *MockAWSServiceClient) EnableAutoPilot(ctx context.Context, in *v1.EnableAutoPilotRequest, opts ...grpc.CallOption) (*v1.EnableAutoPilotResponse, error)
EnableAutoPilot mocks base method.
func (*MockAWSServiceClient) GenerateRecommendations ¶
func (m *MockAWSServiceClient) GenerateRecommendations(ctx context.Context, in *v1.GenerateRecommendationsRequest, opts ...grpc.CallOption) (*v1.GenerateRecommendationsResponse, error)
GenerateRecommendations mocks base method.
func (*MockAWSServiceClient) GetAutoPilotStatus ¶ added in v0.3.52
func (m *MockAWSServiceClient) GetAutoPilotStatus(ctx context.Context, in *v1.GetAutoPilotStatusRequest, opts ...grpc.CallOption) (*v1.GetAutoPilotStatusResponse, error)
GetAutoPilotStatus mocks base method.
func (*MockAWSServiceClient) GetOrganizationAccount ¶
func (m *MockAWSServiceClient) GetOrganizationAccount(ctx context.Context, in *v1.GetOrganizationAccountRequest, opts ...grpc.CallOption) (*v1.GetOrganizationAccountResponse, error)
GetOrganizationAccount mocks base method.
func (*MockAWSServiceClient) GetOrganizationAccounts ¶
func (m *MockAWSServiceClient) GetOrganizationAccounts(ctx context.Context, in *v1.GetOrganizationAccountsRequest, opts ...grpc.CallOption) (*v1.GetOrganizationAccountsResponse, error)
GetOrganizationAccounts mocks base method.
func (*MockAWSServiceClient) GetOrganizationRegions ¶
func (m *MockAWSServiceClient) GetOrganizationRegions(ctx context.Context, in *v1.GetOrganizationRegionsRequest, opts ...grpc.CallOption) (*v1.GetOrganizationRegionsResponse, error)
GetOrganizationRegions mocks base method.
func (*MockAWSServiceClient) GetProductSubscriptionStatus ¶ added in v0.3.50
func (m *MockAWSServiceClient) GetProductSubscriptionStatus(ctx context.Context, in *v1.GetProductSubscriptionStatusRequest, opts ...grpc.CallOption) (*v1.GetProductSubscriptionStatusResponse, error)
GetProductSubscriptionStatus mocks base method.
func (*MockAWSServiceClient) GetRecommendationTask ¶
func (m *MockAWSServiceClient) GetRecommendationTask(ctx context.Context, in *v1.GetRecommendationTaskRequest, opts ...grpc.CallOption) (*v1.GetRecommendationTaskResponse, error)
GetRecommendationTask mocks base method.
func (*MockAWSServiceClient) GetRecommendations ¶
func (m *MockAWSServiceClient) GetRecommendations(ctx context.Context, in *v1.GetRecommendationsRequest, opts ...grpc.CallOption) (*v1.GetRecommendationsResponse, error)
GetRecommendations mocks base method.
func (*MockAWSServiceClient) GetUsage ¶
func (m *MockAWSServiceClient) GetUsage(ctx context.Context, in *v1.GetUsageRequest, opts ...grpc.CallOption) (*v1.GetUsageResponse, error)
GetUsage mocks base method.
func (*MockAWSServiceClient) RequestCloudAccountConnection ¶ added in v0.3.52
func (m *MockAWSServiceClient) RequestCloudAccountConnection(ctx context.Context, in *v1.RequestCloudAccountConnectionRequest, opts ...grpc.CallOption) (*v1.RequestCloudAccountConnectionResponse, error)
RequestCloudAccountConnection mocks base method.
func (*MockAWSServiceClient) SubscribeToProduct ¶ added in v0.3.48
func (m *MockAWSServiceClient) SubscribeToProduct(ctx context.Context, in *v1.SubscribeToProductRequest, opts ...grpc.CallOption) (*v1.SubscribeToProductResponse, error)
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 ¶
func (m *MockAWSServiceServer) ApplyRecommendation(arg0 context.Context, arg1 *v1.ApplyRecommendationRequest) (*v1.ApplyRecommendationResponse, error)
ApplyRecommendation mocks base method.
func (*MockAWSServiceServer) DisableAutoPilot ¶ added in v0.3.51
func (m *MockAWSServiceServer) DisableAutoPilot(arg0 context.Context, arg1 *v1.DisableAutoPilotRequest) (*v1.DisableAutoPilotResponse, error)
DisableAutoPilot mocks base method.
func (*MockAWSServiceServer) EXPECT ¶
func (m *MockAWSServiceServer) EXPECT() *MockAWSServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAWSServiceServer) EnableAutoPilot ¶ added in v0.3.51
func (m *MockAWSServiceServer) EnableAutoPilot(arg0 context.Context, arg1 *v1.EnableAutoPilotRequest) (*v1.EnableAutoPilotResponse, error)
EnableAutoPilot mocks base method.
func (*MockAWSServiceServer) GenerateRecommendations ¶
func (m *MockAWSServiceServer) GenerateRecommendations(arg0 context.Context, arg1 *v1.GenerateRecommendationsRequest) (*v1.GenerateRecommendationsResponse, error)
GenerateRecommendations mocks base method.
func (*MockAWSServiceServer) GetAutoPilotStatus ¶ added in v0.3.52
func (m *MockAWSServiceServer) GetAutoPilotStatus(arg0 context.Context, arg1 *v1.GetAutoPilotStatusRequest) (*v1.GetAutoPilotStatusResponse, error)
GetAutoPilotStatus mocks base method.
func (*MockAWSServiceServer) GetOrganizationAccount ¶
func (m *MockAWSServiceServer) GetOrganizationAccount(arg0 context.Context, arg1 *v1.GetOrganizationAccountRequest) (*v1.GetOrganizationAccountResponse, error)
GetOrganizationAccount mocks base method.
func (*MockAWSServiceServer) GetOrganizationAccounts ¶
func (m *MockAWSServiceServer) GetOrganizationAccounts(arg0 context.Context, arg1 *v1.GetOrganizationAccountsRequest) (*v1.GetOrganizationAccountsResponse, error)
GetOrganizationAccounts mocks base method.
func (*MockAWSServiceServer) GetOrganizationRegions ¶
func (m *MockAWSServiceServer) GetOrganizationRegions(arg0 context.Context, arg1 *v1.GetOrganizationRegionsRequest) (*v1.GetOrganizationRegionsResponse, error)
GetOrganizationRegions mocks base method.
func (*MockAWSServiceServer) GetProductSubscriptionStatus ¶ added in v0.3.50
func (m *MockAWSServiceServer) GetProductSubscriptionStatus(arg0 context.Context, arg1 *v1.GetProductSubscriptionStatusRequest) (*v1.GetProductSubscriptionStatusResponse, error)
GetProductSubscriptionStatus mocks base method.
func (*MockAWSServiceServer) GetRecommendationTask ¶
func (m *MockAWSServiceServer) GetRecommendationTask(arg0 context.Context, arg1 *v1.GetRecommendationTaskRequest) (*v1.GetRecommendationTaskResponse, error)
GetRecommendationTask mocks base method.
func (*MockAWSServiceServer) GetRecommendations ¶
func (m *MockAWSServiceServer) GetRecommendations(arg0 context.Context, arg1 *v1.GetRecommendationsRequest) (*v1.GetRecommendationsResponse, error)
GetRecommendations mocks base method.
func (*MockAWSServiceServer) GetUsage ¶
func (m *MockAWSServiceServer) GetUsage(arg0 context.Context, arg1 *v1.GetUsageRequest) (*v1.GetUsageResponse, error)
GetUsage mocks base method.
func (*MockAWSServiceServer) RequestCloudAccountConnection ¶ added in v0.3.52
func (m *MockAWSServiceServer) RequestCloudAccountConnection(arg0 context.Context, arg1 *v1.RequestCloudAccountConnectionRequest) (*v1.RequestCloudAccountConnectionResponse, error)
RequestCloudAccountConnection mocks base method.
func (*MockAWSServiceServer) SubscribeToProduct ¶ added in v0.3.48
func (m *MockAWSServiceServer) SubscribeToProduct(arg0 context.Context, arg1 *v1.SubscribeToProductRequest) (*v1.SubscribeToProductResponse, error)
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 ¶
func (m *MockUnsafeAWSServiceServer) EXPECT() *MockUnsafeAWSServiceServerMockRecorder
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.