mocks

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2025 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) BatchGetMemberAccountDetails

func (_m *IClient) BatchGetMemberAccountDetails(ctx context.Context, params *securityir.BatchGetMemberAccountDetailsInput, optFns ...func(*securityir.Options)) (*securityir.BatchGetMemberAccountDetailsOutput, error)

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

func (*IClient) CancelMembership

func (_m *IClient) CancelMembership(ctx context.Context, params *securityir.CancelMembershipInput, optFns ...func(*securityir.Options)) (*securityir.CancelMembershipOutput, error)

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

func (*IClient) CloseCase

func (_m *IClient) CloseCase(ctx context.Context, params *securityir.CloseCaseInput, optFns ...func(*securityir.Options)) (*securityir.CloseCaseOutput, error)

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

func (*IClient) CreateCase

func (_m *IClient) CreateCase(ctx context.Context, params *securityir.CreateCaseInput, optFns ...func(*securityir.Options)) (*securityir.CreateCaseOutput, error)

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

func (*IClient) CreateCaseComment

func (_m *IClient) CreateCaseComment(ctx context.Context, params *securityir.CreateCaseCommentInput, optFns ...func(*securityir.Options)) (*securityir.CreateCaseCommentOutput, error)

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

func (*IClient) CreateMembership

func (_m *IClient) CreateMembership(ctx context.Context, params *securityir.CreateMembershipInput, optFns ...func(*securityir.Options)) (*securityir.CreateMembershipOutput, error)

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

func (*IClient) GetCase

func (_m *IClient) GetCase(ctx context.Context, params *securityir.GetCaseInput, optFns ...func(*securityir.Options)) (*securityir.GetCaseOutput, error)

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

func (*IClient) GetCaseAttachmentDownloadUrl

func (_m *IClient) GetCaseAttachmentDownloadUrl(ctx context.Context, params *securityir.GetCaseAttachmentDownloadUrlInput, optFns ...func(*securityir.Options)) (*securityir.GetCaseAttachmentDownloadUrlOutput, error)

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

func (*IClient) GetCaseAttachmentUploadUrl

func (_m *IClient) GetCaseAttachmentUploadUrl(ctx context.Context, params *securityir.GetCaseAttachmentUploadUrlInput, optFns ...func(*securityir.Options)) (*securityir.GetCaseAttachmentUploadUrlOutput, error)

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

func (*IClient) GetMembership

func (_m *IClient) GetMembership(ctx context.Context, params *securityir.GetMembershipInput, optFns ...func(*securityir.Options)) (*securityir.GetMembershipOutput, error)

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

func (*IClient) ListCaseEdits

func (_m *IClient) ListCaseEdits(ctx context.Context, params *securityir.ListCaseEditsInput, optFns ...func(*securityir.Options)) (*securityir.ListCaseEditsOutput, error)

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

func (*IClient) ListCases

func (_m *IClient) ListCases(ctx context.Context, params *securityir.ListCasesInput, optFns ...func(*securityir.Options)) (*securityir.ListCasesOutput, error)

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

func (*IClient) ListComments

func (_m *IClient) ListComments(ctx context.Context, params *securityir.ListCommentsInput, optFns ...func(*securityir.Options)) (*securityir.ListCommentsOutput, error)

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

func (*IClient) ListMemberships

func (_m *IClient) ListMemberships(ctx context.Context, params *securityir.ListMembershipsInput, optFns ...func(*securityir.Options)) (*securityir.ListMembershipsOutput, error)

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

func (*IClient) ListTagsForResource

func (_m *IClient) ListTagsForResource(ctx context.Context, params *securityir.ListTagsForResourceInput, optFns ...func(*securityir.Options)) (*securityir.ListTagsForResourceOutput, error)

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

func (*IClient) Options

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

Options provides a mock function with given fields:

func (*IClient) TagResource

func (_m *IClient) TagResource(ctx context.Context, params *securityir.TagResourceInput, optFns ...func(*securityir.Options)) (*securityir.TagResourceOutput, error)

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

func (*IClient) UntagResource

func (_m *IClient) UntagResource(ctx context.Context, params *securityir.UntagResourceInput, optFns ...func(*securityir.Options)) (*securityir.UntagResourceOutput, error)

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

func (*IClient) UpdateCase

func (_m *IClient) UpdateCase(ctx context.Context, params *securityir.UpdateCaseInput, optFns ...func(*securityir.Options)) (*securityir.UpdateCaseOutput, error)

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

func (*IClient) UpdateCaseComment

func (_m *IClient) UpdateCaseComment(ctx context.Context, params *securityir.UpdateCaseCommentInput, optFns ...func(*securityir.Options)) (*securityir.UpdateCaseCommentOutput, error)

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

func (*IClient) UpdateCaseStatus

func (_m *IClient) UpdateCaseStatus(ctx context.Context, params *securityir.UpdateCaseStatusInput, optFns ...func(*securityir.Options)) (*securityir.UpdateCaseStatusOutput, error)

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

func (*IClient) UpdateMembership

func (_m *IClient) UpdateMembership(ctx context.Context, params *securityir.UpdateMembershipInput, optFns ...func(*securityir.Options)) (*securityir.UpdateMembershipOutput, error)

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

func (*IClient) UpdateResolverType

func (_m *IClient) UpdateResolverType(ctx context.Context, params *securityir.UpdateResolverTypeInput, optFns ...func(*securityir.Options)) (*securityir.UpdateResolverTypeOutput, error)

UpdateResolverType 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