detectivemock

package
v1.40.9 Latest Latest
Warning

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

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

Documentation

Overview

Package detectivemock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDetectiveAPI

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

MockDetectiveAPI is a mock of DetectiveAPI interface

func NewMockDetectiveAPI

func NewMockDetectiveAPI(ctrl *gomock.Controller) *MockDetectiveAPI

NewMockDetectiveAPI creates a new mock instance

func (*MockDetectiveAPI) AcceptInvitation

AcceptInvitation mocks base method

func (*MockDetectiveAPI) AcceptInvitationRequest

AcceptInvitationRequest mocks base method

func (*MockDetectiveAPI) AcceptInvitationWithContext

func (m *MockDetectiveAPI) AcceptInvitationWithContext(arg0 context.Context, arg1 *detective.AcceptInvitationInput, arg2 ...request.Option) (*detective.AcceptInvitationOutput, error)

AcceptInvitationWithContext mocks base method

func (*MockDetectiveAPI) CreateGraph

CreateGraph mocks base method

func (*MockDetectiveAPI) CreateGraphRequest

CreateGraphRequest mocks base method

func (*MockDetectiveAPI) CreateGraphWithContext

func (m *MockDetectiveAPI) CreateGraphWithContext(arg0 context.Context, arg1 *detective.CreateGraphInput, arg2 ...request.Option) (*detective.CreateGraphOutput, error)

CreateGraphWithContext mocks base method

func (*MockDetectiveAPI) CreateMembers

CreateMembers mocks base method

func (*MockDetectiveAPI) CreateMembersRequest

CreateMembersRequest mocks base method

func (*MockDetectiveAPI) CreateMembersWithContext

func (m *MockDetectiveAPI) CreateMembersWithContext(arg0 context.Context, arg1 *detective.CreateMembersInput, arg2 ...request.Option) (*detective.CreateMembersOutput, error)

CreateMembersWithContext mocks base method

func (*MockDetectiveAPI) DeleteGraph

DeleteGraph mocks base method

func (*MockDetectiveAPI) DeleteGraphRequest

DeleteGraphRequest mocks base method

func (*MockDetectiveAPI) DeleteGraphWithContext

func (m *MockDetectiveAPI) DeleteGraphWithContext(arg0 context.Context, arg1 *detective.DeleteGraphInput, arg2 ...request.Option) (*detective.DeleteGraphOutput, error)

DeleteGraphWithContext mocks base method

func (*MockDetectiveAPI) DeleteMembers

DeleteMembers mocks base method

func (*MockDetectiveAPI) DeleteMembersRequest

DeleteMembersRequest mocks base method

func (*MockDetectiveAPI) DeleteMembersWithContext

func (m *MockDetectiveAPI) DeleteMembersWithContext(arg0 context.Context, arg1 *detective.DeleteMembersInput, arg2 ...request.Option) (*detective.DeleteMembersOutput, error)

DeleteMembersWithContext mocks base method

func (*MockDetectiveAPI) DisassociateMembership

DisassociateMembership mocks base method

func (*MockDetectiveAPI) DisassociateMembershipRequest

DisassociateMembershipRequest mocks base method

func (*MockDetectiveAPI) DisassociateMembershipWithContext

func (m *MockDetectiveAPI) DisassociateMembershipWithContext(arg0 context.Context, arg1 *detective.DisassociateMembershipInput, arg2 ...request.Option) (*detective.DisassociateMembershipOutput, error)

DisassociateMembershipWithContext mocks base method

func (*MockDetectiveAPI) EXPECT

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

func (*MockDetectiveAPI) GetMembers

GetMembers mocks base method

func (*MockDetectiveAPI) GetMembersRequest

GetMembersRequest mocks base method

func (*MockDetectiveAPI) GetMembersWithContext

func (m *MockDetectiveAPI) GetMembersWithContext(arg0 context.Context, arg1 *detective.GetMembersInput, arg2 ...request.Option) (*detective.GetMembersOutput, error)

GetMembersWithContext mocks base method

func (*MockDetectiveAPI) ListGraphs

ListGraphs mocks base method

func (*MockDetectiveAPI) ListGraphsPages

func (m *MockDetectiveAPI) ListGraphsPages(arg0 *detective.ListGraphsInput, arg1 func(*detective.ListGraphsOutput, bool) bool) error

ListGraphsPages mocks base method

func (*MockDetectiveAPI) ListGraphsPagesWithContext

func (m *MockDetectiveAPI) ListGraphsPagesWithContext(arg0 context.Context, arg1 *detective.ListGraphsInput, arg2 func(*detective.ListGraphsOutput, bool) bool, arg3 ...request.Option) error

ListGraphsPagesWithContext mocks base method

func (*MockDetectiveAPI) ListGraphsRequest

ListGraphsRequest mocks base method

func (*MockDetectiveAPI) ListGraphsWithContext

func (m *MockDetectiveAPI) ListGraphsWithContext(arg0 context.Context, arg1 *detective.ListGraphsInput, arg2 ...request.Option) (*detective.ListGraphsOutput, error)

ListGraphsWithContext mocks base method

func (*MockDetectiveAPI) ListInvitations

ListInvitations mocks base method

func (*MockDetectiveAPI) ListInvitationsPages

func (m *MockDetectiveAPI) ListInvitationsPages(arg0 *detective.ListInvitationsInput, arg1 func(*detective.ListInvitationsOutput, bool) bool) error

ListInvitationsPages mocks base method

func (*MockDetectiveAPI) ListInvitationsPagesWithContext

func (m *MockDetectiveAPI) ListInvitationsPagesWithContext(arg0 context.Context, arg1 *detective.ListInvitationsInput, arg2 func(*detective.ListInvitationsOutput, bool) bool, arg3 ...request.Option) error

ListInvitationsPagesWithContext mocks base method

func (*MockDetectiveAPI) ListInvitationsRequest

ListInvitationsRequest mocks base method

func (*MockDetectiveAPI) ListInvitationsWithContext

func (m *MockDetectiveAPI) ListInvitationsWithContext(arg0 context.Context, arg1 *detective.ListInvitationsInput, arg2 ...request.Option) (*detective.ListInvitationsOutput, error)

ListInvitationsWithContext mocks base method

func (*MockDetectiveAPI) ListMembers

ListMembers mocks base method

func (*MockDetectiveAPI) ListMembersPages

func (m *MockDetectiveAPI) ListMembersPages(arg0 *detective.ListMembersInput, arg1 func(*detective.ListMembersOutput, bool) bool) error

ListMembersPages mocks base method

func (*MockDetectiveAPI) ListMembersPagesWithContext

func (m *MockDetectiveAPI) ListMembersPagesWithContext(arg0 context.Context, arg1 *detective.ListMembersInput, arg2 func(*detective.ListMembersOutput, bool) bool, arg3 ...request.Option) error

ListMembersPagesWithContext mocks base method

func (*MockDetectiveAPI) ListMembersRequest

ListMembersRequest mocks base method

func (*MockDetectiveAPI) ListMembersWithContext

func (m *MockDetectiveAPI) ListMembersWithContext(arg0 context.Context, arg1 *detective.ListMembersInput, arg2 ...request.Option) (*detective.ListMembersOutput, error)

ListMembersWithContext mocks base method

func (*MockDetectiveAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockDetectiveAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockDetectiveAPI) ListTagsForResourceWithContext

func (m *MockDetectiveAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *detective.ListTagsForResourceInput, arg2 ...request.Option) (*detective.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method

func (*MockDetectiveAPI) RejectInvitation

RejectInvitation mocks base method

func (*MockDetectiveAPI) RejectInvitationRequest

RejectInvitationRequest mocks base method

func (*MockDetectiveAPI) RejectInvitationWithContext

func (m *MockDetectiveAPI) RejectInvitationWithContext(arg0 context.Context, arg1 *detective.RejectInvitationInput, arg2 ...request.Option) (*detective.RejectInvitationOutput, error)

RejectInvitationWithContext mocks base method

func (*MockDetectiveAPI) StartMonitoringMember

StartMonitoringMember mocks base method

func (*MockDetectiveAPI) StartMonitoringMemberRequest

StartMonitoringMemberRequest mocks base method

func (*MockDetectiveAPI) StartMonitoringMemberWithContext

func (m *MockDetectiveAPI) StartMonitoringMemberWithContext(arg0 context.Context, arg1 *detective.StartMonitoringMemberInput, arg2 ...request.Option) (*detective.StartMonitoringMemberOutput, error)

StartMonitoringMemberWithContext mocks base method

func (*MockDetectiveAPI) TagResource

TagResource mocks base method

func (*MockDetectiveAPI) TagResourceRequest

TagResourceRequest mocks base method

func (*MockDetectiveAPI) TagResourceWithContext

func (m *MockDetectiveAPI) TagResourceWithContext(arg0 context.Context, arg1 *detective.TagResourceInput, arg2 ...request.Option) (*detective.TagResourceOutput, error)

TagResourceWithContext mocks base method

func (*MockDetectiveAPI) UntagResource

UntagResource mocks base method

func (*MockDetectiveAPI) UntagResourceRequest

UntagResourceRequest mocks base method

func (*MockDetectiveAPI) UntagResourceWithContext

func (m *MockDetectiveAPI) UntagResourceWithContext(arg0 context.Context, arg1 *detective.UntagResourceInput, arg2 ...request.Option) (*detective.UntagResourceOutput, error)

UntagResourceWithContext mocks base method

type MockDetectiveAPIMockRecorder

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

MockDetectiveAPIMockRecorder is the mock recorder for MockDetectiveAPI

func (*MockDetectiveAPIMockRecorder) AcceptInvitation

func (mr *MockDetectiveAPIMockRecorder) AcceptInvitation(arg0 interface{}) *gomock.Call

AcceptInvitation indicates an expected call of AcceptInvitation

func (*MockDetectiveAPIMockRecorder) AcceptInvitationRequest

func (mr *MockDetectiveAPIMockRecorder) AcceptInvitationRequest(arg0 interface{}) *gomock.Call

AcceptInvitationRequest indicates an expected call of AcceptInvitationRequest

func (*MockDetectiveAPIMockRecorder) AcceptInvitationWithContext

func (mr *MockDetectiveAPIMockRecorder) AcceptInvitationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptInvitationWithContext indicates an expected call of AcceptInvitationWithContext

func (*MockDetectiveAPIMockRecorder) CreateGraph

func (mr *MockDetectiveAPIMockRecorder) CreateGraph(arg0 interface{}) *gomock.Call

CreateGraph indicates an expected call of CreateGraph

func (*MockDetectiveAPIMockRecorder) CreateGraphRequest

func (mr *MockDetectiveAPIMockRecorder) CreateGraphRequest(arg0 interface{}) *gomock.Call

CreateGraphRequest indicates an expected call of CreateGraphRequest

func (*MockDetectiveAPIMockRecorder) CreateGraphWithContext

func (mr *MockDetectiveAPIMockRecorder) CreateGraphWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateGraphWithContext indicates an expected call of CreateGraphWithContext

func (*MockDetectiveAPIMockRecorder) CreateMembers

func (mr *MockDetectiveAPIMockRecorder) CreateMembers(arg0 interface{}) *gomock.Call

CreateMembers indicates an expected call of CreateMembers

func (*MockDetectiveAPIMockRecorder) CreateMembersRequest

func (mr *MockDetectiveAPIMockRecorder) CreateMembersRequest(arg0 interface{}) *gomock.Call

CreateMembersRequest indicates an expected call of CreateMembersRequest

func (*MockDetectiveAPIMockRecorder) CreateMembersWithContext

func (mr *MockDetectiveAPIMockRecorder) CreateMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateMembersWithContext indicates an expected call of CreateMembersWithContext

func (*MockDetectiveAPIMockRecorder) DeleteGraph

func (mr *MockDetectiveAPIMockRecorder) DeleteGraph(arg0 interface{}) *gomock.Call

DeleteGraph indicates an expected call of DeleteGraph

func (*MockDetectiveAPIMockRecorder) DeleteGraphRequest

func (mr *MockDetectiveAPIMockRecorder) DeleteGraphRequest(arg0 interface{}) *gomock.Call

DeleteGraphRequest indicates an expected call of DeleteGraphRequest

func (*MockDetectiveAPIMockRecorder) DeleteGraphWithContext

func (mr *MockDetectiveAPIMockRecorder) DeleteGraphWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteGraphWithContext indicates an expected call of DeleteGraphWithContext

func (*MockDetectiveAPIMockRecorder) DeleteMembers

func (mr *MockDetectiveAPIMockRecorder) DeleteMembers(arg0 interface{}) *gomock.Call

DeleteMembers indicates an expected call of DeleteMembers

func (*MockDetectiveAPIMockRecorder) DeleteMembersRequest

func (mr *MockDetectiveAPIMockRecorder) DeleteMembersRequest(arg0 interface{}) *gomock.Call

DeleteMembersRequest indicates an expected call of DeleteMembersRequest

func (*MockDetectiveAPIMockRecorder) DeleteMembersWithContext

func (mr *MockDetectiveAPIMockRecorder) DeleteMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteMembersWithContext indicates an expected call of DeleteMembersWithContext

func (*MockDetectiveAPIMockRecorder) DisassociateMembership

func (mr *MockDetectiveAPIMockRecorder) DisassociateMembership(arg0 interface{}) *gomock.Call

DisassociateMembership indicates an expected call of DisassociateMembership

func (*MockDetectiveAPIMockRecorder) DisassociateMembershipRequest

func (mr *MockDetectiveAPIMockRecorder) DisassociateMembershipRequest(arg0 interface{}) *gomock.Call

DisassociateMembershipRequest indicates an expected call of DisassociateMembershipRequest

func (*MockDetectiveAPIMockRecorder) DisassociateMembershipWithContext

func (mr *MockDetectiveAPIMockRecorder) DisassociateMembershipWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateMembershipWithContext indicates an expected call of DisassociateMembershipWithContext

func (*MockDetectiveAPIMockRecorder) GetMembers

func (mr *MockDetectiveAPIMockRecorder) GetMembers(arg0 interface{}) *gomock.Call

GetMembers indicates an expected call of GetMembers

func (*MockDetectiveAPIMockRecorder) GetMembersRequest

func (mr *MockDetectiveAPIMockRecorder) GetMembersRequest(arg0 interface{}) *gomock.Call

GetMembersRequest indicates an expected call of GetMembersRequest

func (*MockDetectiveAPIMockRecorder) GetMembersWithContext

func (mr *MockDetectiveAPIMockRecorder) GetMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMembersWithContext indicates an expected call of GetMembersWithContext

func (*MockDetectiveAPIMockRecorder) ListGraphs

func (mr *MockDetectiveAPIMockRecorder) ListGraphs(arg0 interface{}) *gomock.Call

ListGraphs indicates an expected call of ListGraphs

func (*MockDetectiveAPIMockRecorder) ListGraphsPages

func (mr *MockDetectiveAPIMockRecorder) ListGraphsPages(arg0, arg1 interface{}) *gomock.Call

ListGraphsPages indicates an expected call of ListGraphsPages

func (*MockDetectiveAPIMockRecorder) ListGraphsPagesWithContext

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

ListGraphsPagesWithContext indicates an expected call of ListGraphsPagesWithContext

func (*MockDetectiveAPIMockRecorder) ListGraphsRequest

func (mr *MockDetectiveAPIMockRecorder) ListGraphsRequest(arg0 interface{}) *gomock.Call

ListGraphsRequest indicates an expected call of ListGraphsRequest

func (*MockDetectiveAPIMockRecorder) ListGraphsWithContext

func (mr *MockDetectiveAPIMockRecorder) ListGraphsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGraphsWithContext indicates an expected call of ListGraphsWithContext

func (*MockDetectiveAPIMockRecorder) ListInvitations

func (mr *MockDetectiveAPIMockRecorder) ListInvitations(arg0 interface{}) *gomock.Call

ListInvitations indicates an expected call of ListInvitations

func (*MockDetectiveAPIMockRecorder) ListInvitationsPages

func (mr *MockDetectiveAPIMockRecorder) ListInvitationsPages(arg0, arg1 interface{}) *gomock.Call

ListInvitationsPages indicates an expected call of ListInvitationsPages

func (*MockDetectiveAPIMockRecorder) ListInvitationsPagesWithContext

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

ListInvitationsPagesWithContext indicates an expected call of ListInvitationsPagesWithContext

func (*MockDetectiveAPIMockRecorder) ListInvitationsRequest

func (mr *MockDetectiveAPIMockRecorder) ListInvitationsRequest(arg0 interface{}) *gomock.Call

ListInvitationsRequest indicates an expected call of ListInvitationsRequest

func (*MockDetectiveAPIMockRecorder) ListInvitationsWithContext

func (mr *MockDetectiveAPIMockRecorder) ListInvitationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListInvitationsWithContext indicates an expected call of ListInvitationsWithContext

func (*MockDetectiveAPIMockRecorder) ListMembers

func (mr *MockDetectiveAPIMockRecorder) ListMembers(arg0 interface{}) *gomock.Call

ListMembers indicates an expected call of ListMembers

func (*MockDetectiveAPIMockRecorder) ListMembersPages

func (mr *MockDetectiveAPIMockRecorder) ListMembersPages(arg0, arg1 interface{}) *gomock.Call

ListMembersPages indicates an expected call of ListMembersPages

func (*MockDetectiveAPIMockRecorder) ListMembersPagesWithContext

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

ListMembersPagesWithContext indicates an expected call of ListMembersPagesWithContext

func (*MockDetectiveAPIMockRecorder) ListMembersRequest

func (mr *MockDetectiveAPIMockRecorder) ListMembersRequest(arg0 interface{}) *gomock.Call

ListMembersRequest indicates an expected call of ListMembersRequest

func (*MockDetectiveAPIMockRecorder) ListMembersWithContext

func (mr *MockDetectiveAPIMockRecorder) ListMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMembersWithContext indicates an expected call of ListMembersWithContext

func (*MockDetectiveAPIMockRecorder) ListTagsForResource

func (mr *MockDetectiveAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockDetectiveAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockDetectiveAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockDetectiveAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockDetectiveAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockDetectiveAPIMockRecorder) RejectInvitation

func (mr *MockDetectiveAPIMockRecorder) RejectInvitation(arg0 interface{}) *gomock.Call

RejectInvitation indicates an expected call of RejectInvitation

func (*MockDetectiveAPIMockRecorder) RejectInvitationRequest

func (mr *MockDetectiveAPIMockRecorder) RejectInvitationRequest(arg0 interface{}) *gomock.Call

RejectInvitationRequest indicates an expected call of RejectInvitationRequest

func (*MockDetectiveAPIMockRecorder) RejectInvitationWithContext

func (mr *MockDetectiveAPIMockRecorder) RejectInvitationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RejectInvitationWithContext indicates an expected call of RejectInvitationWithContext

func (*MockDetectiveAPIMockRecorder) StartMonitoringMember

func (mr *MockDetectiveAPIMockRecorder) StartMonitoringMember(arg0 interface{}) *gomock.Call

StartMonitoringMember indicates an expected call of StartMonitoringMember

func (*MockDetectiveAPIMockRecorder) StartMonitoringMemberRequest

func (mr *MockDetectiveAPIMockRecorder) StartMonitoringMemberRequest(arg0 interface{}) *gomock.Call

StartMonitoringMemberRequest indicates an expected call of StartMonitoringMemberRequest

func (*MockDetectiveAPIMockRecorder) StartMonitoringMemberWithContext

func (mr *MockDetectiveAPIMockRecorder) StartMonitoringMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartMonitoringMemberWithContext indicates an expected call of StartMonitoringMemberWithContext

func (*MockDetectiveAPIMockRecorder) TagResource

func (mr *MockDetectiveAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockDetectiveAPIMockRecorder) TagResourceRequest

func (mr *MockDetectiveAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockDetectiveAPIMockRecorder) TagResourceWithContext

func (mr *MockDetectiveAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockDetectiveAPIMockRecorder) UntagResource

func (mr *MockDetectiveAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockDetectiveAPIMockRecorder) UntagResourceRequest

func (mr *MockDetectiveAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockDetectiveAPIMockRecorder) UntagResourceWithContext

func (mr *MockDetectiveAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

Jump to

Keyboard shortcuts

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