codeguruprofilermock

package
v1.30.0 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package codeguruprofilermock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCodeGuruProfilerAPI

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

MockCodeGuruProfilerAPI is a mock of CodeGuruProfilerAPI interface

func NewMockCodeGuruProfilerAPI

func NewMockCodeGuruProfilerAPI(ctrl *gomock.Controller) *MockCodeGuruProfilerAPI

NewMockCodeGuruProfilerAPI creates a new mock instance

func (*MockCodeGuruProfilerAPI) ConfigureAgent

ConfigureAgent mocks base method

func (*MockCodeGuruProfilerAPI) ConfigureAgentRequest

ConfigureAgentRequest mocks base method

func (*MockCodeGuruProfilerAPI) ConfigureAgentWithContext

ConfigureAgentWithContext mocks base method

func (*MockCodeGuruProfilerAPI) CreateProfilingGroup

CreateProfilingGroup mocks base method

func (*MockCodeGuruProfilerAPI) CreateProfilingGroupRequest

CreateProfilingGroupRequest mocks base method

func (*MockCodeGuruProfilerAPI) CreateProfilingGroupWithContext

CreateProfilingGroupWithContext mocks base method

func (*MockCodeGuruProfilerAPI) DeleteProfilingGroup

DeleteProfilingGroup mocks base method

func (*MockCodeGuruProfilerAPI) DeleteProfilingGroupRequest

DeleteProfilingGroupRequest mocks base method

func (*MockCodeGuruProfilerAPI) DeleteProfilingGroupWithContext

DeleteProfilingGroupWithContext mocks base method

func (*MockCodeGuruProfilerAPI) DescribeProfilingGroup

DescribeProfilingGroup mocks base method

func (*MockCodeGuruProfilerAPI) DescribeProfilingGroupRequest

DescribeProfilingGroupRequest mocks base method

func (*MockCodeGuruProfilerAPI) DescribeProfilingGroupWithContext

DescribeProfilingGroupWithContext mocks base method

func (*MockCodeGuruProfilerAPI) EXPECT

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

func (*MockCodeGuruProfilerAPI) GetProfile

GetProfile mocks base method

func (*MockCodeGuruProfilerAPI) GetProfileRequest

GetProfileRequest mocks base method

func (*MockCodeGuruProfilerAPI) GetProfileWithContext

GetProfileWithContext mocks base method

func (*MockCodeGuruProfilerAPI) ListProfileTimes

ListProfileTimes mocks base method

func (*MockCodeGuruProfilerAPI) ListProfileTimesPages

ListProfileTimesPages mocks base method

func (*MockCodeGuruProfilerAPI) ListProfileTimesPagesWithContext

func (m *MockCodeGuruProfilerAPI) ListProfileTimesPagesWithContext(arg0 context.Context, arg1 *codeguruprofiler.ListProfileTimesInput, arg2 func(*codeguruprofiler.ListProfileTimesOutput, bool) bool, arg3 ...request.Option) error

ListProfileTimesPagesWithContext mocks base method

func (*MockCodeGuruProfilerAPI) ListProfileTimesRequest

ListProfileTimesRequest mocks base method

func (*MockCodeGuruProfilerAPI) ListProfileTimesWithContext

ListProfileTimesWithContext mocks base method

func (*MockCodeGuruProfilerAPI) ListProfilingGroups

ListProfilingGroups mocks base method

func (*MockCodeGuruProfilerAPI) ListProfilingGroupsPages

ListProfilingGroupsPages mocks base method

func (*MockCodeGuruProfilerAPI) ListProfilingGroupsPagesWithContext

ListProfilingGroupsPagesWithContext mocks base method

func (*MockCodeGuruProfilerAPI) ListProfilingGroupsRequest

ListProfilingGroupsRequest mocks base method

func (*MockCodeGuruProfilerAPI) ListProfilingGroupsWithContext

ListProfilingGroupsWithContext mocks base method

func (*MockCodeGuruProfilerAPI) PostAgentProfile

PostAgentProfile mocks base method

func (*MockCodeGuruProfilerAPI) PostAgentProfileRequest

PostAgentProfileRequest mocks base method

func (*MockCodeGuruProfilerAPI) PostAgentProfileWithContext

PostAgentProfileWithContext mocks base method

func (*MockCodeGuruProfilerAPI) UpdateProfilingGroup

UpdateProfilingGroup mocks base method

func (*MockCodeGuruProfilerAPI) UpdateProfilingGroupRequest

UpdateProfilingGroupRequest mocks base method

func (*MockCodeGuruProfilerAPI) UpdateProfilingGroupWithContext

UpdateProfilingGroupWithContext mocks base method

type MockCodeGuruProfilerAPIMockRecorder

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

MockCodeGuruProfilerAPIMockRecorder is the mock recorder for MockCodeGuruProfilerAPI

func (*MockCodeGuruProfilerAPIMockRecorder) ConfigureAgent

func (mr *MockCodeGuruProfilerAPIMockRecorder) ConfigureAgent(arg0 interface{}) *gomock.Call

ConfigureAgent indicates an expected call of ConfigureAgent

func (*MockCodeGuruProfilerAPIMockRecorder) ConfigureAgentRequest

func (mr *MockCodeGuruProfilerAPIMockRecorder) ConfigureAgentRequest(arg0 interface{}) *gomock.Call

ConfigureAgentRequest indicates an expected call of ConfigureAgentRequest

func (*MockCodeGuruProfilerAPIMockRecorder) ConfigureAgentWithContext

func (mr *MockCodeGuruProfilerAPIMockRecorder) ConfigureAgentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ConfigureAgentWithContext indicates an expected call of ConfigureAgentWithContext

func (*MockCodeGuruProfilerAPIMockRecorder) CreateProfilingGroup

func (mr *MockCodeGuruProfilerAPIMockRecorder) CreateProfilingGroup(arg0 interface{}) *gomock.Call

CreateProfilingGroup indicates an expected call of CreateProfilingGroup

func (*MockCodeGuruProfilerAPIMockRecorder) CreateProfilingGroupRequest

func (mr *MockCodeGuruProfilerAPIMockRecorder) CreateProfilingGroupRequest(arg0 interface{}) *gomock.Call

CreateProfilingGroupRequest indicates an expected call of CreateProfilingGroupRequest

func (*MockCodeGuruProfilerAPIMockRecorder) CreateProfilingGroupWithContext

func (mr *MockCodeGuruProfilerAPIMockRecorder) CreateProfilingGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateProfilingGroupWithContext indicates an expected call of CreateProfilingGroupWithContext

func (*MockCodeGuruProfilerAPIMockRecorder) DeleteProfilingGroup

func (mr *MockCodeGuruProfilerAPIMockRecorder) DeleteProfilingGroup(arg0 interface{}) *gomock.Call

DeleteProfilingGroup indicates an expected call of DeleteProfilingGroup

func (*MockCodeGuruProfilerAPIMockRecorder) DeleteProfilingGroupRequest

func (mr *MockCodeGuruProfilerAPIMockRecorder) DeleteProfilingGroupRequest(arg0 interface{}) *gomock.Call

DeleteProfilingGroupRequest indicates an expected call of DeleteProfilingGroupRequest

func (*MockCodeGuruProfilerAPIMockRecorder) DeleteProfilingGroupWithContext

func (mr *MockCodeGuruProfilerAPIMockRecorder) DeleteProfilingGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteProfilingGroupWithContext indicates an expected call of DeleteProfilingGroupWithContext

func (*MockCodeGuruProfilerAPIMockRecorder) DescribeProfilingGroup

func (mr *MockCodeGuruProfilerAPIMockRecorder) DescribeProfilingGroup(arg0 interface{}) *gomock.Call

DescribeProfilingGroup indicates an expected call of DescribeProfilingGroup

func (*MockCodeGuruProfilerAPIMockRecorder) DescribeProfilingGroupRequest

func (mr *MockCodeGuruProfilerAPIMockRecorder) DescribeProfilingGroupRequest(arg0 interface{}) *gomock.Call

DescribeProfilingGroupRequest indicates an expected call of DescribeProfilingGroupRequest

func (*MockCodeGuruProfilerAPIMockRecorder) DescribeProfilingGroupWithContext

func (mr *MockCodeGuruProfilerAPIMockRecorder) DescribeProfilingGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeProfilingGroupWithContext indicates an expected call of DescribeProfilingGroupWithContext

func (*MockCodeGuruProfilerAPIMockRecorder) GetProfile

func (mr *MockCodeGuruProfilerAPIMockRecorder) GetProfile(arg0 interface{}) *gomock.Call

GetProfile indicates an expected call of GetProfile

func (*MockCodeGuruProfilerAPIMockRecorder) GetProfileRequest

func (mr *MockCodeGuruProfilerAPIMockRecorder) GetProfileRequest(arg0 interface{}) *gomock.Call

GetProfileRequest indicates an expected call of GetProfileRequest

func (*MockCodeGuruProfilerAPIMockRecorder) GetProfileWithContext

func (mr *MockCodeGuruProfilerAPIMockRecorder) GetProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetProfileWithContext indicates an expected call of GetProfileWithContext

func (*MockCodeGuruProfilerAPIMockRecorder) ListProfileTimes

func (mr *MockCodeGuruProfilerAPIMockRecorder) ListProfileTimes(arg0 interface{}) *gomock.Call

ListProfileTimes indicates an expected call of ListProfileTimes

func (*MockCodeGuruProfilerAPIMockRecorder) ListProfileTimesPages

func (mr *MockCodeGuruProfilerAPIMockRecorder) ListProfileTimesPages(arg0, arg1 interface{}) *gomock.Call

ListProfileTimesPages indicates an expected call of ListProfileTimesPages

func (*MockCodeGuruProfilerAPIMockRecorder) ListProfileTimesPagesWithContext

func (mr *MockCodeGuruProfilerAPIMockRecorder) ListProfileTimesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListProfileTimesPagesWithContext indicates an expected call of ListProfileTimesPagesWithContext

func (*MockCodeGuruProfilerAPIMockRecorder) ListProfileTimesRequest

func (mr *MockCodeGuruProfilerAPIMockRecorder) ListProfileTimesRequest(arg0 interface{}) *gomock.Call

ListProfileTimesRequest indicates an expected call of ListProfileTimesRequest

func (*MockCodeGuruProfilerAPIMockRecorder) ListProfileTimesWithContext

func (mr *MockCodeGuruProfilerAPIMockRecorder) ListProfileTimesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListProfileTimesWithContext indicates an expected call of ListProfileTimesWithContext

func (*MockCodeGuruProfilerAPIMockRecorder) ListProfilingGroups

func (mr *MockCodeGuruProfilerAPIMockRecorder) ListProfilingGroups(arg0 interface{}) *gomock.Call

ListProfilingGroups indicates an expected call of ListProfilingGroups

func (*MockCodeGuruProfilerAPIMockRecorder) ListProfilingGroupsPages

func (mr *MockCodeGuruProfilerAPIMockRecorder) ListProfilingGroupsPages(arg0, arg1 interface{}) *gomock.Call

ListProfilingGroupsPages indicates an expected call of ListProfilingGroupsPages

func (*MockCodeGuruProfilerAPIMockRecorder) ListProfilingGroupsPagesWithContext

func (mr *MockCodeGuruProfilerAPIMockRecorder) ListProfilingGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListProfilingGroupsPagesWithContext indicates an expected call of ListProfilingGroupsPagesWithContext

func (*MockCodeGuruProfilerAPIMockRecorder) ListProfilingGroupsRequest

func (mr *MockCodeGuruProfilerAPIMockRecorder) ListProfilingGroupsRequest(arg0 interface{}) *gomock.Call

ListProfilingGroupsRequest indicates an expected call of ListProfilingGroupsRequest

func (*MockCodeGuruProfilerAPIMockRecorder) ListProfilingGroupsWithContext

func (mr *MockCodeGuruProfilerAPIMockRecorder) ListProfilingGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListProfilingGroupsWithContext indicates an expected call of ListProfilingGroupsWithContext

func (*MockCodeGuruProfilerAPIMockRecorder) PostAgentProfile

func (mr *MockCodeGuruProfilerAPIMockRecorder) PostAgentProfile(arg0 interface{}) *gomock.Call

PostAgentProfile indicates an expected call of PostAgentProfile

func (*MockCodeGuruProfilerAPIMockRecorder) PostAgentProfileRequest

func (mr *MockCodeGuruProfilerAPIMockRecorder) PostAgentProfileRequest(arg0 interface{}) *gomock.Call

PostAgentProfileRequest indicates an expected call of PostAgentProfileRequest

func (*MockCodeGuruProfilerAPIMockRecorder) PostAgentProfileWithContext

func (mr *MockCodeGuruProfilerAPIMockRecorder) PostAgentProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PostAgentProfileWithContext indicates an expected call of PostAgentProfileWithContext

func (*MockCodeGuruProfilerAPIMockRecorder) UpdateProfilingGroup

func (mr *MockCodeGuruProfilerAPIMockRecorder) UpdateProfilingGroup(arg0 interface{}) *gomock.Call

UpdateProfilingGroup indicates an expected call of UpdateProfilingGroup

func (*MockCodeGuruProfilerAPIMockRecorder) UpdateProfilingGroupRequest

func (mr *MockCodeGuruProfilerAPIMockRecorder) UpdateProfilingGroupRequest(arg0 interface{}) *gomock.Call

UpdateProfilingGroupRequest indicates an expected call of UpdateProfilingGroupRequest

func (*MockCodeGuruProfilerAPIMockRecorder) UpdateProfilingGroupWithContext

func (mr *MockCodeGuruProfilerAPIMockRecorder) UpdateProfilingGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateProfilingGroupWithContext indicates an expected call of UpdateProfilingGroupWithContext

Jump to

Keyboard shortcuts

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