Documentation ¶
Overview ¶
Package detectivemock is a generated GoMock package.
Index ¶
- type MockDetectiveAPI
- func (m *MockDetectiveAPI) AcceptInvitation(arg0 *detective.AcceptInvitationInput) (*detective.AcceptInvitationOutput, error)
- func (m *MockDetectiveAPI) AcceptInvitationRequest(arg0 *detective.AcceptInvitationInput) (*request.Request, *detective.AcceptInvitationOutput)
- func (m *MockDetectiveAPI) AcceptInvitationWithContext(arg0 context.Context, arg1 *detective.AcceptInvitationInput, ...) (*detective.AcceptInvitationOutput, error)
- func (m *MockDetectiveAPI) CreateGraph(arg0 *detective.CreateGraphInput) (*detective.CreateGraphOutput, error)
- func (m *MockDetectiveAPI) CreateGraphRequest(arg0 *detective.CreateGraphInput) (*request.Request, *detective.CreateGraphOutput)
- func (m *MockDetectiveAPI) CreateGraphWithContext(arg0 context.Context, arg1 *detective.CreateGraphInput, arg2 ...request.Option) (*detective.CreateGraphOutput, error)
- func (m *MockDetectiveAPI) CreateMembers(arg0 *detective.CreateMembersInput) (*detective.CreateMembersOutput, error)
- func (m *MockDetectiveAPI) CreateMembersRequest(arg0 *detective.CreateMembersInput) (*request.Request, *detective.CreateMembersOutput)
- func (m *MockDetectiveAPI) CreateMembersWithContext(arg0 context.Context, arg1 *detective.CreateMembersInput, ...) (*detective.CreateMembersOutput, error)
- func (m *MockDetectiveAPI) DeleteGraph(arg0 *detective.DeleteGraphInput) (*detective.DeleteGraphOutput, error)
- func (m *MockDetectiveAPI) DeleteGraphRequest(arg0 *detective.DeleteGraphInput) (*request.Request, *detective.DeleteGraphOutput)
- func (m *MockDetectiveAPI) DeleteGraphWithContext(arg0 context.Context, arg1 *detective.DeleteGraphInput, arg2 ...request.Option) (*detective.DeleteGraphOutput, error)
- func (m *MockDetectiveAPI) DeleteMembers(arg0 *detective.DeleteMembersInput) (*detective.DeleteMembersOutput, error)
- func (m *MockDetectiveAPI) DeleteMembersRequest(arg0 *detective.DeleteMembersInput) (*request.Request, *detective.DeleteMembersOutput)
- func (m *MockDetectiveAPI) DeleteMembersWithContext(arg0 context.Context, arg1 *detective.DeleteMembersInput, ...) (*detective.DeleteMembersOutput, error)
- func (m *MockDetectiveAPI) DisassociateMembership(arg0 *detective.DisassociateMembershipInput) (*detective.DisassociateMembershipOutput, error)
- func (m *MockDetectiveAPI) DisassociateMembershipRequest(arg0 *detective.DisassociateMembershipInput) (*request.Request, *detective.DisassociateMembershipOutput)
- func (m *MockDetectiveAPI) DisassociateMembershipWithContext(arg0 context.Context, arg1 *detective.DisassociateMembershipInput, ...) (*detective.DisassociateMembershipOutput, error)
- func (m *MockDetectiveAPI) EXPECT() *MockDetectiveAPIMockRecorder
- func (m *MockDetectiveAPI) GetMembers(arg0 *detective.GetMembersInput) (*detective.GetMembersOutput, error)
- func (m *MockDetectiveAPI) GetMembersRequest(arg0 *detective.GetMembersInput) (*request.Request, *detective.GetMembersOutput)
- func (m *MockDetectiveAPI) GetMembersWithContext(arg0 context.Context, arg1 *detective.GetMembersInput, arg2 ...request.Option) (*detective.GetMembersOutput, error)
- func (m *MockDetectiveAPI) ListGraphs(arg0 *detective.ListGraphsInput) (*detective.ListGraphsOutput, error)
- func (m *MockDetectiveAPI) ListGraphsPages(arg0 *detective.ListGraphsInput, ...) error
- func (m *MockDetectiveAPI) ListGraphsPagesWithContext(arg0 context.Context, arg1 *detective.ListGraphsInput, ...) error
- func (m *MockDetectiveAPI) ListGraphsRequest(arg0 *detective.ListGraphsInput) (*request.Request, *detective.ListGraphsOutput)
- func (m *MockDetectiveAPI) ListGraphsWithContext(arg0 context.Context, arg1 *detective.ListGraphsInput, arg2 ...request.Option) (*detective.ListGraphsOutput, error)
- func (m *MockDetectiveAPI) ListInvitations(arg0 *detective.ListInvitationsInput) (*detective.ListInvitationsOutput, error)
- func (m *MockDetectiveAPI) ListInvitationsPages(arg0 *detective.ListInvitationsInput, ...) error
- func (m *MockDetectiveAPI) ListInvitationsPagesWithContext(arg0 context.Context, arg1 *detective.ListInvitationsInput, ...) error
- func (m *MockDetectiveAPI) ListInvitationsRequest(arg0 *detective.ListInvitationsInput) (*request.Request, *detective.ListInvitationsOutput)
- func (m *MockDetectiveAPI) ListInvitationsWithContext(arg0 context.Context, arg1 *detective.ListInvitationsInput, ...) (*detective.ListInvitationsOutput, error)
- func (m *MockDetectiveAPI) ListMembers(arg0 *detective.ListMembersInput) (*detective.ListMembersOutput, error)
- func (m *MockDetectiveAPI) ListMembersPages(arg0 *detective.ListMembersInput, ...) error
- func (m *MockDetectiveAPI) ListMembersPagesWithContext(arg0 context.Context, arg1 *detective.ListMembersInput, ...) error
- func (m *MockDetectiveAPI) ListMembersRequest(arg0 *detective.ListMembersInput) (*request.Request, *detective.ListMembersOutput)
- func (m *MockDetectiveAPI) ListMembersWithContext(arg0 context.Context, arg1 *detective.ListMembersInput, arg2 ...request.Option) (*detective.ListMembersOutput, error)
- func (m *MockDetectiveAPI) RejectInvitation(arg0 *detective.RejectInvitationInput) (*detective.RejectInvitationOutput, error)
- func (m *MockDetectiveAPI) RejectInvitationRequest(arg0 *detective.RejectInvitationInput) (*request.Request, *detective.RejectInvitationOutput)
- func (m *MockDetectiveAPI) RejectInvitationWithContext(arg0 context.Context, arg1 *detective.RejectInvitationInput, ...) (*detective.RejectInvitationOutput, error)
- func (m *MockDetectiveAPI) StartMonitoringMember(arg0 *detective.StartMonitoringMemberInput) (*detective.StartMonitoringMemberOutput, error)
- func (m *MockDetectiveAPI) StartMonitoringMemberRequest(arg0 *detective.StartMonitoringMemberInput) (*request.Request, *detective.StartMonitoringMemberOutput)
- func (m *MockDetectiveAPI) StartMonitoringMemberWithContext(arg0 context.Context, arg1 *detective.StartMonitoringMemberInput, ...) (*detective.StartMonitoringMemberOutput, error)
- type MockDetectiveAPIMockRecorder
- func (mr *MockDetectiveAPIMockRecorder) AcceptInvitation(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) AcceptInvitationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) AcceptInvitationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) CreateGraph(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) CreateGraphRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) CreateGraphWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) CreateMembers(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) CreateMembersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) CreateMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) DeleteGraph(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) DeleteGraphRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) DeleteGraphWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) DeleteMembers(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) DeleteMembersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) DeleteMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) DisassociateMembership(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) DisassociateMembershipRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) DisassociateMembershipWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) GetMembers(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) GetMembersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) GetMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) ListGraphs(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) ListGraphsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) ListGraphsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) ListGraphsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) ListGraphsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) ListInvitations(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) ListInvitationsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) ListInvitationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) ListInvitationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) ListInvitationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) ListMembers(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) ListMembersPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) ListMembersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) ListMembersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) ListMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) RejectInvitation(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) RejectInvitationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) RejectInvitationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) StartMonitoringMember(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) StartMonitoringMemberRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDetectiveAPIMockRecorder) StartMonitoringMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
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 ¶
func (m *MockDetectiveAPI) AcceptInvitation(arg0 *detective.AcceptInvitationInput) (*detective.AcceptInvitationOutput, error)
AcceptInvitation mocks base method
func (*MockDetectiveAPI) AcceptInvitationRequest ¶
func (m *MockDetectiveAPI) AcceptInvitationRequest(arg0 *detective.AcceptInvitationInput) (*request.Request, *detective.AcceptInvitationOutput)
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 ¶
func (m *MockDetectiveAPI) CreateGraph(arg0 *detective.CreateGraphInput) (*detective.CreateGraphOutput, error)
CreateGraph mocks base method
func (*MockDetectiveAPI) CreateGraphRequest ¶
func (m *MockDetectiveAPI) CreateGraphRequest(arg0 *detective.CreateGraphInput) (*request.Request, *detective.CreateGraphOutput)
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 ¶
func (m *MockDetectiveAPI) CreateMembers(arg0 *detective.CreateMembersInput) (*detective.CreateMembersOutput, error)
CreateMembers mocks base method
func (*MockDetectiveAPI) CreateMembersRequest ¶
func (m *MockDetectiveAPI) CreateMembersRequest(arg0 *detective.CreateMembersInput) (*request.Request, *detective.CreateMembersOutput)
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 ¶
func (m *MockDetectiveAPI) DeleteGraph(arg0 *detective.DeleteGraphInput) (*detective.DeleteGraphOutput, error)
DeleteGraph mocks base method
func (*MockDetectiveAPI) DeleteGraphRequest ¶
func (m *MockDetectiveAPI) DeleteGraphRequest(arg0 *detective.DeleteGraphInput) (*request.Request, *detective.DeleteGraphOutput)
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 ¶
func (m *MockDetectiveAPI) DeleteMembers(arg0 *detective.DeleteMembersInput) (*detective.DeleteMembersOutput, error)
DeleteMembers mocks base method
func (*MockDetectiveAPI) DeleteMembersRequest ¶
func (m *MockDetectiveAPI) DeleteMembersRequest(arg0 *detective.DeleteMembersInput) (*request.Request, *detective.DeleteMembersOutput)
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 ¶
func (m *MockDetectiveAPI) DisassociateMembership(arg0 *detective.DisassociateMembershipInput) (*detective.DisassociateMembershipOutput, error)
DisassociateMembership mocks base method
func (*MockDetectiveAPI) DisassociateMembershipRequest ¶
func (m *MockDetectiveAPI) DisassociateMembershipRequest(arg0 *detective.DisassociateMembershipInput) (*request.Request, *detective.DisassociateMembershipOutput)
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 ¶
func (m *MockDetectiveAPI) EXPECT() *MockDetectiveAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDetectiveAPI) GetMembers ¶
func (m *MockDetectiveAPI) GetMembers(arg0 *detective.GetMembersInput) (*detective.GetMembersOutput, error)
GetMembers mocks base method
func (*MockDetectiveAPI) GetMembersRequest ¶
func (m *MockDetectiveAPI) GetMembersRequest(arg0 *detective.GetMembersInput) (*request.Request, *detective.GetMembersOutput)
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 ¶
func (m *MockDetectiveAPI) ListGraphs(arg0 *detective.ListGraphsInput) (*detective.ListGraphsOutput, error)
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 ¶
func (m *MockDetectiveAPI) ListGraphsRequest(arg0 *detective.ListGraphsInput) (*request.Request, *detective.ListGraphsOutput)
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 ¶
func (m *MockDetectiveAPI) ListInvitations(arg0 *detective.ListInvitationsInput) (*detective.ListInvitationsOutput, error)
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 ¶
func (m *MockDetectiveAPI) ListInvitationsRequest(arg0 *detective.ListInvitationsInput) (*request.Request, *detective.ListInvitationsOutput)
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 ¶
func (m *MockDetectiveAPI) ListMembers(arg0 *detective.ListMembersInput) (*detective.ListMembersOutput, error)
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 ¶
func (m *MockDetectiveAPI) ListMembersRequest(arg0 *detective.ListMembersInput) (*request.Request, *detective.ListMembersOutput)
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) RejectInvitation ¶
func (m *MockDetectiveAPI) RejectInvitation(arg0 *detective.RejectInvitationInput) (*detective.RejectInvitationOutput, error)
RejectInvitation mocks base method
func (*MockDetectiveAPI) RejectInvitationRequest ¶
func (m *MockDetectiveAPI) RejectInvitationRequest(arg0 *detective.RejectInvitationInput) (*request.Request, *detective.RejectInvitationOutput)
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 ¶
func (m *MockDetectiveAPI) StartMonitoringMember(arg0 *detective.StartMonitoringMemberInput) (*detective.StartMonitoringMemberOutput, error)
StartMonitoringMember mocks base method
func (*MockDetectiveAPI) StartMonitoringMemberRequest ¶
func (m *MockDetectiveAPI) StartMonitoringMemberRequest(arg0 *detective.StartMonitoringMemberInput) (*request.Request, *detective.StartMonitoringMemberOutput)
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
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) 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