codestarmock

package
v1.43.22 Latest Latest
Warning

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

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

Documentation

Overview

Package codestarmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCodeStarAPI

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

MockCodeStarAPI is a mock of CodeStarAPI interface.

func NewMockCodeStarAPI

func NewMockCodeStarAPI(ctrl *gomock.Controller) *MockCodeStarAPI

NewMockCodeStarAPI creates a new mock instance.

func (*MockCodeStarAPI) AssociateTeamMember

AssociateTeamMember mocks base method.

func (*MockCodeStarAPI) AssociateTeamMemberRequest

AssociateTeamMemberRequest mocks base method.

func (*MockCodeStarAPI) AssociateTeamMemberWithContext

func (m *MockCodeStarAPI) AssociateTeamMemberWithContext(arg0 context.Context, arg1 *codestar.AssociateTeamMemberInput, arg2 ...request.Option) (*codestar.AssociateTeamMemberOutput, error)

AssociateTeamMemberWithContext mocks base method.

func (*MockCodeStarAPI) CreateProject

CreateProject mocks base method.

func (*MockCodeStarAPI) CreateProjectRequest

CreateProjectRequest mocks base method.

func (*MockCodeStarAPI) CreateProjectWithContext

func (m *MockCodeStarAPI) CreateProjectWithContext(arg0 context.Context, arg1 *codestar.CreateProjectInput, arg2 ...request.Option) (*codestar.CreateProjectOutput, error)

CreateProjectWithContext mocks base method.

func (*MockCodeStarAPI) CreateUserProfile

CreateUserProfile mocks base method.

func (*MockCodeStarAPI) CreateUserProfileRequest

CreateUserProfileRequest mocks base method.

func (*MockCodeStarAPI) CreateUserProfileWithContext

func (m *MockCodeStarAPI) CreateUserProfileWithContext(arg0 context.Context, arg1 *codestar.CreateUserProfileInput, arg2 ...request.Option) (*codestar.CreateUserProfileOutput, error)

CreateUserProfileWithContext mocks base method.

func (*MockCodeStarAPI) DeleteProject

DeleteProject mocks base method.

func (*MockCodeStarAPI) DeleteProjectRequest

DeleteProjectRequest mocks base method.

func (*MockCodeStarAPI) DeleteProjectWithContext

func (m *MockCodeStarAPI) DeleteProjectWithContext(arg0 context.Context, arg1 *codestar.DeleteProjectInput, arg2 ...request.Option) (*codestar.DeleteProjectOutput, error)

DeleteProjectWithContext mocks base method.

func (*MockCodeStarAPI) DeleteUserProfile

DeleteUserProfile mocks base method.

func (*MockCodeStarAPI) DeleteUserProfileRequest

DeleteUserProfileRequest mocks base method.

func (*MockCodeStarAPI) DeleteUserProfileWithContext

func (m *MockCodeStarAPI) DeleteUserProfileWithContext(arg0 context.Context, arg1 *codestar.DeleteUserProfileInput, arg2 ...request.Option) (*codestar.DeleteUserProfileOutput, error)

DeleteUserProfileWithContext mocks base method.

func (*MockCodeStarAPI) DescribeProject

DescribeProject mocks base method.

func (*MockCodeStarAPI) DescribeProjectRequest

DescribeProjectRequest mocks base method.

func (*MockCodeStarAPI) DescribeProjectWithContext

func (m *MockCodeStarAPI) DescribeProjectWithContext(arg0 context.Context, arg1 *codestar.DescribeProjectInput, arg2 ...request.Option) (*codestar.DescribeProjectOutput, error)

DescribeProjectWithContext mocks base method.

func (*MockCodeStarAPI) DescribeUserProfile

DescribeUserProfile mocks base method.

func (*MockCodeStarAPI) DescribeUserProfileRequest

DescribeUserProfileRequest mocks base method.

func (*MockCodeStarAPI) DescribeUserProfileWithContext

func (m *MockCodeStarAPI) DescribeUserProfileWithContext(arg0 context.Context, arg1 *codestar.DescribeUserProfileInput, arg2 ...request.Option) (*codestar.DescribeUserProfileOutput, error)

DescribeUserProfileWithContext mocks base method.

func (*MockCodeStarAPI) DisassociateTeamMember

DisassociateTeamMember mocks base method.

func (*MockCodeStarAPI) DisassociateTeamMemberRequest

DisassociateTeamMemberRequest mocks base method.

func (*MockCodeStarAPI) DisassociateTeamMemberWithContext

func (m *MockCodeStarAPI) DisassociateTeamMemberWithContext(arg0 context.Context, arg1 *codestar.DisassociateTeamMemberInput, arg2 ...request.Option) (*codestar.DisassociateTeamMemberOutput, error)

DisassociateTeamMemberWithContext mocks base method.

func (*MockCodeStarAPI) EXPECT

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

func (*MockCodeStarAPI) ListProjects

ListProjects mocks base method.

func (*MockCodeStarAPI) ListProjectsRequest

ListProjectsRequest mocks base method.

func (*MockCodeStarAPI) ListProjectsWithContext

func (m *MockCodeStarAPI) ListProjectsWithContext(arg0 context.Context, arg1 *codestar.ListProjectsInput, arg2 ...request.Option) (*codestar.ListProjectsOutput, error)

ListProjectsWithContext mocks base method.

func (*MockCodeStarAPI) ListResources

ListResources mocks base method.

func (*MockCodeStarAPI) ListResourcesRequest

ListResourcesRequest mocks base method.

func (*MockCodeStarAPI) ListResourcesWithContext

func (m *MockCodeStarAPI) ListResourcesWithContext(arg0 context.Context, arg1 *codestar.ListResourcesInput, arg2 ...request.Option) (*codestar.ListResourcesOutput, error)

ListResourcesWithContext mocks base method.

func (*MockCodeStarAPI) ListTagsForProject

ListTagsForProject mocks base method.

func (*MockCodeStarAPI) ListTagsForProjectRequest

ListTagsForProjectRequest mocks base method.

func (*MockCodeStarAPI) ListTagsForProjectWithContext

func (m *MockCodeStarAPI) ListTagsForProjectWithContext(arg0 context.Context, arg1 *codestar.ListTagsForProjectInput, arg2 ...request.Option) (*codestar.ListTagsForProjectOutput, error)

ListTagsForProjectWithContext mocks base method.

func (*MockCodeStarAPI) ListTeamMembers

ListTeamMembers mocks base method.

func (*MockCodeStarAPI) ListTeamMembersRequest

ListTeamMembersRequest mocks base method.

func (*MockCodeStarAPI) ListTeamMembersWithContext

func (m *MockCodeStarAPI) ListTeamMembersWithContext(arg0 context.Context, arg1 *codestar.ListTeamMembersInput, arg2 ...request.Option) (*codestar.ListTeamMembersOutput, error)

ListTeamMembersWithContext mocks base method.

func (*MockCodeStarAPI) ListUserProfiles

ListUserProfiles mocks base method.

func (*MockCodeStarAPI) ListUserProfilesRequest

ListUserProfilesRequest mocks base method.

func (*MockCodeStarAPI) ListUserProfilesWithContext

func (m *MockCodeStarAPI) ListUserProfilesWithContext(arg0 context.Context, arg1 *codestar.ListUserProfilesInput, arg2 ...request.Option) (*codestar.ListUserProfilesOutput, error)

ListUserProfilesWithContext mocks base method.

func (*MockCodeStarAPI) TagProject

TagProject mocks base method.

func (*MockCodeStarAPI) TagProjectRequest

TagProjectRequest mocks base method.

func (*MockCodeStarAPI) TagProjectWithContext

func (m *MockCodeStarAPI) TagProjectWithContext(arg0 context.Context, arg1 *codestar.TagProjectInput, arg2 ...request.Option) (*codestar.TagProjectOutput, error)

TagProjectWithContext mocks base method.

func (*MockCodeStarAPI) UntagProject

UntagProject mocks base method.

func (*MockCodeStarAPI) UntagProjectRequest

UntagProjectRequest mocks base method.

func (*MockCodeStarAPI) UntagProjectWithContext

func (m *MockCodeStarAPI) UntagProjectWithContext(arg0 context.Context, arg1 *codestar.UntagProjectInput, arg2 ...request.Option) (*codestar.UntagProjectOutput, error)

UntagProjectWithContext mocks base method.

func (*MockCodeStarAPI) UpdateProject

UpdateProject mocks base method.

func (*MockCodeStarAPI) UpdateProjectRequest

UpdateProjectRequest mocks base method.

func (*MockCodeStarAPI) UpdateProjectWithContext

func (m *MockCodeStarAPI) UpdateProjectWithContext(arg0 context.Context, arg1 *codestar.UpdateProjectInput, arg2 ...request.Option) (*codestar.UpdateProjectOutput, error)

UpdateProjectWithContext mocks base method.

func (*MockCodeStarAPI) UpdateTeamMember

UpdateTeamMember mocks base method.

func (*MockCodeStarAPI) UpdateTeamMemberRequest

UpdateTeamMemberRequest mocks base method.

func (*MockCodeStarAPI) UpdateTeamMemberWithContext

func (m *MockCodeStarAPI) UpdateTeamMemberWithContext(arg0 context.Context, arg1 *codestar.UpdateTeamMemberInput, arg2 ...request.Option) (*codestar.UpdateTeamMemberOutput, error)

UpdateTeamMemberWithContext mocks base method.

func (*MockCodeStarAPI) UpdateUserProfile

UpdateUserProfile mocks base method.

func (*MockCodeStarAPI) UpdateUserProfileRequest

UpdateUserProfileRequest mocks base method.

func (*MockCodeStarAPI) UpdateUserProfileWithContext

func (m *MockCodeStarAPI) UpdateUserProfileWithContext(arg0 context.Context, arg1 *codestar.UpdateUserProfileInput, arg2 ...request.Option) (*codestar.UpdateUserProfileOutput, error)

UpdateUserProfileWithContext mocks base method.

type MockCodeStarAPIMockRecorder

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

MockCodeStarAPIMockRecorder is the mock recorder for MockCodeStarAPI.

func (*MockCodeStarAPIMockRecorder) AssociateTeamMember

func (mr *MockCodeStarAPIMockRecorder) AssociateTeamMember(arg0 interface{}) *gomock.Call

AssociateTeamMember indicates an expected call of AssociateTeamMember.

func (*MockCodeStarAPIMockRecorder) AssociateTeamMemberRequest

func (mr *MockCodeStarAPIMockRecorder) AssociateTeamMemberRequest(arg0 interface{}) *gomock.Call

AssociateTeamMemberRequest indicates an expected call of AssociateTeamMemberRequest.

func (*MockCodeStarAPIMockRecorder) AssociateTeamMemberWithContext

func (mr *MockCodeStarAPIMockRecorder) AssociateTeamMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateTeamMemberWithContext indicates an expected call of AssociateTeamMemberWithContext.

func (*MockCodeStarAPIMockRecorder) CreateProject

func (mr *MockCodeStarAPIMockRecorder) CreateProject(arg0 interface{}) *gomock.Call

CreateProject indicates an expected call of CreateProject.

func (*MockCodeStarAPIMockRecorder) CreateProjectRequest

func (mr *MockCodeStarAPIMockRecorder) CreateProjectRequest(arg0 interface{}) *gomock.Call

CreateProjectRequest indicates an expected call of CreateProjectRequest.

func (*MockCodeStarAPIMockRecorder) CreateProjectWithContext

func (mr *MockCodeStarAPIMockRecorder) CreateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateProjectWithContext indicates an expected call of CreateProjectWithContext.

func (*MockCodeStarAPIMockRecorder) CreateUserProfile

func (mr *MockCodeStarAPIMockRecorder) CreateUserProfile(arg0 interface{}) *gomock.Call

CreateUserProfile indicates an expected call of CreateUserProfile.

func (*MockCodeStarAPIMockRecorder) CreateUserProfileRequest

func (mr *MockCodeStarAPIMockRecorder) CreateUserProfileRequest(arg0 interface{}) *gomock.Call

CreateUserProfileRequest indicates an expected call of CreateUserProfileRequest.

func (*MockCodeStarAPIMockRecorder) CreateUserProfileWithContext

func (mr *MockCodeStarAPIMockRecorder) CreateUserProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateUserProfileWithContext indicates an expected call of CreateUserProfileWithContext.

func (*MockCodeStarAPIMockRecorder) DeleteProject

func (mr *MockCodeStarAPIMockRecorder) DeleteProject(arg0 interface{}) *gomock.Call

DeleteProject indicates an expected call of DeleteProject.

func (*MockCodeStarAPIMockRecorder) DeleteProjectRequest

func (mr *MockCodeStarAPIMockRecorder) DeleteProjectRequest(arg0 interface{}) *gomock.Call

DeleteProjectRequest indicates an expected call of DeleteProjectRequest.

func (*MockCodeStarAPIMockRecorder) DeleteProjectWithContext

func (mr *MockCodeStarAPIMockRecorder) DeleteProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteProjectWithContext indicates an expected call of DeleteProjectWithContext.

func (*MockCodeStarAPIMockRecorder) DeleteUserProfile

func (mr *MockCodeStarAPIMockRecorder) DeleteUserProfile(arg0 interface{}) *gomock.Call

DeleteUserProfile indicates an expected call of DeleteUserProfile.

func (*MockCodeStarAPIMockRecorder) DeleteUserProfileRequest

func (mr *MockCodeStarAPIMockRecorder) DeleteUserProfileRequest(arg0 interface{}) *gomock.Call

DeleteUserProfileRequest indicates an expected call of DeleteUserProfileRequest.

func (*MockCodeStarAPIMockRecorder) DeleteUserProfileWithContext

func (mr *MockCodeStarAPIMockRecorder) DeleteUserProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUserProfileWithContext indicates an expected call of DeleteUserProfileWithContext.

func (*MockCodeStarAPIMockRecorder) DescribeProject

func (mr *MockCodeStarAPIMockRecorder) DescribeProject(arg0 interface{}) *gomock.Call

DescribeProject indicates an expected call of DescribeProject.

func (*MockCodeStarAPIMockRecorder) DescribeProjectRequest

func (mr *MockCodeStarAPIMockRecorder) DescribeProjectRequest(arg0 interface{}) *gomock.Call

DescribeProjectRequest indicates an expected call of DescribeProjectRequest.

func (*MockCodeStarAPIMockRecorder) DescribeProjectWithContext

func (mr *MockCodeStarAPIMockRecorder) DescribeProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeProjectWithContext indicates an expected call of DescribeProjectWithContext.

func (*MockCodeStarAPIMockRecorder) DescribeUserProfile

func (mr *MockCodeStarAPIMockRecorder) DescribeUserProfile(arg0 interface{}) *gomock.Call

DescribeUserProfile indicates an expected call of DescribeUserProfile.

func (*MockCodeStarAPIMockRecorder) DescribeUserProfileRequest

func (mr *MockCodeStarAPIMockRecorder) DescribeUserProfileRequest(arg0 interface{}) *gomock.Call

DescribeUserProfileRequest indicates an expected call of DescribeUserProfileRequest.

func (*MockCodeStarAPIMockRecorder) DescribeUserProfileWithContext

func (mr *MockCodeStarAPIMockRecorder) DescribeUserProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeUserProfileWithContext indicates an expected call of DescribeUserProfileWithContext.

func (*MockCodeStarAPIMockRecorder) DisassociateTeamMember

func (mr *MockCodeStarAPIMockRecorder) DisassociateTeamMember(arg0 interface{}) *gomock.Call

DisassociateTeamMember indicates an expected call of DisassociateTeamMember.

func (*MockCodeStarAPIMockRecorder) DisassociateTeamMemberRequest

func (mr *MockCodeStarAPIMockRecorder) DisassociateTeamMemberRequest(arg0 interface{}) *gomock.Call

DisassociateTeamMemberRequest indicates an expected call of DisassociateTeamMemberRequest.

func (*MockCodeStarAPIMockRecorder) DisassociateTeamMemberWithContext

func (mr *MockCodeStarAPIMockRecorder) DisassociateTeamMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateTeamMemberWithContext indicates an expected call of DisassociateTeamMemberWithContext.

func (*MockCodeStarAPIMockRecorder) ListProjects

func (mr *MockCodeStarAPIMockRecorder) ListProjects(arg0 interface{}) *gomock.Call

ListProjects indicates an expected call of ListProjects.

func (*MockCodeStarAPIMockRecorder) ListProjectsRequest

func (mr *MockCodeStarAPIMockRecorder) ListProjectsRequest(arg0 interface{}) *gomock.Call

ListProjectsRequest indicates an expected call of ListProjectsRequest.

func (*MockCodeStarAPIMockRecorder) ListProjectsWithContext

func (mr *MockCodeStarAPIMockRecorder) ListProjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListProjectsWithContext indicates an expected call of ListProjectsWithContext.

func (*MockCodeStarAPIMockRecorder) ListResources

func (mr *MockCodeStarAPIMockRecorder) ListResources(arg0 interface{}) *gomock.Call

ListResources indicates an expected call of ListResources.

func (*MockCodeStarAPIMockRecorder) ListResourcesRequest

func (mr *MockCodeStarAPIMockRecorder) ListResourcesRequest(arg0 interface{}) *gomock.Call

ListResourcesRequest indicates an expected call of ListResourcesRequest.

func (*MockCodeStarAPIMockRecorder) ListResourcesWithContext

func (mr *MockCodeStarAPIMockRecorder) ListResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListResourcesWithContext indicates an expected call of ListResourcesWithContext.

func (*MockCodeStarAPIMockRecorder) ListTagsForProject

func (mr *MockCodeStarAPIMockRecorder) ListTagsForProject(arg0 interface{}) *gomock.Call

ListTagsForProject indicates an expected call of ListTagsForProject.

func (*MockCodeStarAPIMockRecorder) ListTagsForProjectRequest

func (mr *MockCodeStarAPIMockRecorder) ListTagsForProjectRequest(arg0 interface{}) *gomock.Call

ListTagsForProjectRequest indicates an expected call of ListTagsForProjectRequest.

func (*MockCodeStarAPIMockRecorder) ListTagsForProjectWithContext

func (mr *MockCodeStarAPIMockRecorder) ListTagsForProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForProjectWithContext indicates an expected call of ListTagsForProjectWithContext.

func (*MockCodeStarAPIMockRecorder) ListTeamMembers

func (mr *MockCodeStarAPIMockRecorder) ListTeamMembers(arg0 interface{}) *gomock.Call

ListTeamMembers indicates an expected call of ListTeamMembers.

func (*MockCodeStarAPIMockRecorder) ListTeamMembersRequest

func (mr *MockCodeStarAPIMockRecorder) ListTeamMembersRequest(arg0 interface{}) *gomock.Call

ListTeamMembersRequest indicates an expected call of ListTeamMembersRequest.

func (*MockCodeStarAPIMockRecorder) ListTeamMembersWithContext

func (mr *MockCodeStarAPIMockRecorder) ListTeamMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTeamMembersWithContext indicates an expected call of ListTeamMembersWithContext.

func (*MockCodeStarAPIMockRecorder) ListUserProfiles

func (mr *MockCodeStarAPIMockRecorder) ListUserProfiles(arg0 interface{}) *gomock.Call

ListUserProfiles indicates an expected call of ListUserProfiles.

func (*MockCodeStarAPIMockRecorder) ListUserProfilesRequest

func (mr *MockCodeStarAPIMockRecorder) ListUserProfilesRequest(arg0 interface{}) *gomock.Call

ListUserProfilesRequest indicates an expected call of ListUserProfilesRequest.

func (*MockCodeStarAPIMockRecorder) ListUserProfilesWithContext

func (mr *MockCodeStarAPIMockRecorder) ListUserProfilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUserProfilesWithContext indicates an expected call of ListUserProfilesWithContext.

func (*MockCodeStarAPIMockRecorder) TagProject

func (mr *MockCodeStarAPIMockRecorder) TagProject(arg0 interface{}) *gomock.Call

TagProject indicates an expected call of TagProject.

func (*MockCodeStarAPIMockRecorder) TagProjectRequest

func (mr *MockCodeStarAPIMockRecorder) TagProjectRequest(arg0 interface{}) *gomock.Call

TagProjectRequest indicates an expected call of TagProjectRequest.

func (*MockCodeStarAPIMockRecorder) TagProjectWithContext

func (mr *MockCodeStarAPIMockRecorder) TagProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagProjectWithContext indicates an expected call of TagProjectWithContext.

func (*MockCodeStarAPIMockRecorder) UntagProject

func (mr *MockCodeStarAPIMockRecorder) UntagProject(arg0 interface{}) *gomock.Call

UntagProject indicates an expected call of UntagProject.

func (*MockCodeStarAPIMockRecorder) UntagProjectRequest

func (mr *MockCodeStarAPIMockRecorder) UntagProjectRequest(arg0 interface{}) *gomock.Call

UntagProjectRequest indicates an expected call of UntagProjectRequest.

func (*MockCodeStarAPIMockRecorder) UntagProjectWithContext

func (mr *MockCodeStarAPIMockRecorder) UntagProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagProjectWithContext indicates an expected call of UntagProjectWithContext.

func (*MockCodeStarAPIMockRecorder) UpdateProject

func (mr *MockCodeStarAPIMockRecorder) UpdateProject(arg0 interface{}) *gomock.Call

UpdateProject indicates an expected call of UpdateProject.

func (*MockCodeStarAPIMockRecorder) UpdateProjectRequest

func (mr *MockCodeStarAPIMockRecorder) UpdateProjectRequest(arg0 interface{}) *gomock.Call

UpdateProjectRequest indicates an expected call of UpdateProjectRequest.

func (*MockCodeStarAPIMockRecorder) UpdateProjectWithContext

func (mr *MockCodeStarAPIMockRecorder) UpdateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateProjectWithContext indicates an expected call of UpdateProjectWithContext.

func (*MockCodeStarAPIMockRecorder) UpdateTeamMember

func (mr *MockCodeStarAPIMockRecorder) UpdateTeamMember(arg0 interface{}) *gomock.Call

UpdateTeamMember indicates an expected call of UpdateTeamMember.

func (*MockCodeStarAPIMockRecorder) UpdateTeamMemberRequest

func (mr *MockCodeStarAPIMockRecorder) UpdateTeamMemberRequest(arg0 interface{}) *gomock.Call

UpdateTeamMemberRequest indicates an expected call of UpdateTeamMemberRequest.

func (*MockCodeStarAPIMockRecorder) UpdateTeamMemberWithContext

func (mr *MockCodeStarAPIMockRecorder) UpdateTeamMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTeamMemberWithContext indicates an expected call of UpdateTeamMemberWithContext.

func (*MockCodeStarAPIMockRecorder) UpdateUserProfile

func (mr *MockCodeStarAPIMockRecorder) UpdateUserProfile(arg0 interface{}) *gomock.Call

UpdateUserProfile indicates an expected call of UpdateUserProfile.

func (*MockCodeStarAPIMockRecorder) UpdateUserProfileRequest

func (mr *MockCodeStarAPIMockRecorder) UpdateUserProfileRequest(arg0 interface{}) *gomock.Call

UpdateUserProfileRequest indicates an expected call of UpdateUserProfileRequest.

func (*MockCodeStarAPIMockRecorder) UpdateUserProfileWithContext

func (mr *MockCodeStarAPIMockRecorder) UpdateUserProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateUserProfileWithContext indicates an expected call of UpdateUserProfileWithContext.

Jump to

Keyboard shortcuts

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