mocks

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IClient

type IClient struct {
	mock.Mock
}

IClient is an autogenerated mock type for the IClient type

func NewIClient

func NewIClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *IClient

NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*IClient) AssociateTeamMember

func (_m *IClient) AssociateTeamMember(ctx context.Context, params *codestar.AssociateTeamMemberInput, optFns ...func(*codestar.Options)) (*codestar.AssociateTeamMemberOutput, error)

AssociateTeamMember provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateProject

func (_m *IClient) CreateProject(ctx context.Context, params *codestar.CreateProjectInput, optFns ...func(*codestar.Options)) (*codestar.CreateProjectOutput, error)

CreateProject provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateUserProfile

func (_m *IClient) CreateUserProfile(ctx context.Context, params *codestar.CreateUserProfileInput, optFns ...func(*codestar.Options)) (*codestar.CreateUserProfileOutput, error)

CreateUserProfile provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteProject

func (_m *IClient) DeleteProject(ctx context.Context, params *codestar.DeleteProjectInput, optFns ...func(*codestar.Options)) (*codestar.DeleteProjectOutput, error)

DeleteProject provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteUserProfile

func (_m *IClient) DeleteUserProfile(ctx context.Context, params *codestar.DeleteUserProfileInput, optFns ...func(*codestar.Options)) (*codestar.DeleteUserProfileOutput, error)

DeleteUserProfile provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeProject

func (_m *IClient) DescribeProject(ctx context.Context, params *codestar.DescribeProjectInput, optFns ...func(*codestar.Options)) (*codestar.DescribeProjectOutput, error)

DescribeProject provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeUserProfile

func (_m *IClient) DescribeUserProfile(ctx context.Context, params *codestar.DescribeUserProfileInput, optFns ...func(*codestar.Options)) (*codestar.DescribeUserProfileOutput, error)

DescribeUserProfile provides a mock function with given fields: ctx, params, optFns

func (*IClient) DisassociateTeamMember

func (_m *IClient) DisassociateTeamMember(ctx context.Context, params *codestar.DisassociateTeamMemberInput, optFns ...func(*codestar.Options)) (*codestar.DisassociateTeamMemberOutput, error)

DisassociateTeamMember provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListProjects

func (_m *IClient) ListProjects(ctx context.Context, params *codestar.ListProjectsInput, optFns ...func(*codestar.Options)) (*codestar.ListProjectsOutput, error)

ListProjects provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListResources

func (_m *IClient) ListResources(ctx context.Context, params *codestar.ListResourcesInput, optFns ...func(*codestar.Options)) (*codestar.ListResourcesOutput, error)

ListResources provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTagsForProject

func (_m *IClient) ListTagsForProject(ctx context.Context, params *codestar.ListTagsForProjectInput, optFns ...func(*codestar.Options)) (*codestar.ListTagsForProjectOutput, error)

ListTagsForProject provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTeamMembers

func (_m *IClient) ListTeamMembers(ctx context.Context, params *codestar.ListTeamMembersInput, optFns ...func(*codestar.Options)) (*codestar.ListTeamMembersOutput, error)

ListTeamMembers provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListUserProfiles

func (_m *IClient) ListUserProfiles(ctx context.Context, params *codestar.ListUserProfilesInput, optFns ...func(*codestar.Options)) (*codestar.ListUserProfilesOutput, error)

ListUserProfiles provides a mock function with given fields: ctx, params, optFns

func (*IClient) Options

func (_m *IClient) Options() codestar.Options

Options provides a mock function with given fields:

func (*IClient) TagProject

func (_m *IClient) TagProject(ctx context.Context, params *codestar.TagProjectInput, optFns ...func(*codestar.Options)) (*codestar.TagProjectOutput, error)

TagProject provides a mock function with given fields: ctx, params, optFns

func (*IClient) UntagProject

func (_m *IClient) UntagProject(ctx context.Context, params *codestar.UntagProjectInput, optFns ...func(*codestar.Options)) (*codestar.UntagProjectOutput, error)

UntagProject provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateProject

func (_m *IClient) UpdateProject(ctx context.Context, params *codestar.UpdateProjectInput, optFns ...func(*codestar.Options)) (*codestar.UpdateProjectOutput, error)

UpdateProject provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateTeamMember

func (_m *IClient) UpdateTeamMember(ctx context.Context, params *codestar.UpdateTeamMemberInput, optFns ...func(*codestar.Options)) (*codestar.UpdateTeamMemberOutput, error)

UpdateTeamMember provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateUserProfile

func (_m *IClient) UpdateUserProfile(ctx context.Context, params *codestar.UpdateUserProfileInput, optFns ...func(*codestar.Options)) (*codestar.UpdateUserProfileOutput, error)

UpdateUserProfile provides a mock function with given fields: ctx, params, optFns

Jump to

Keyboard shortcuts

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