Documentation ¶
Overview ¶
Package managedblockchainmock is a generated GoMock package.
Index ¶
- type MockManagedBlockchainAPI
- func (m *MockManagedBlockchainAPI) CreateMember(arg0 *managedblockchain.CreateMemberInput) (*managedblockchain.CreateMemberOutput, error)
- func (m *MockManagedBlockchainAPI) CreateMemberRequest(arg0 *managedblockchain.CreateMemberInput) (*request.Request, *managedblockchain.CreateMemberOutput)
- func (m *MockManagedBlockchainAPI) CreateMemberWithContext(arg0 context.Context, arg1 *managedblockchain.CreateMemberInput, ...) (*managedblockchain.CreateMemberOutput, error)
- func (m *MockManagedBlockchainAPI) CreateNetwork(arg0 *managedblockchain.CreateNetworkInput) (*managedblockchain.CreateNetworkOutput, error)
- func (m *MockManagedBlockchainAPI) CreateNetworkRequest(arg0 *managedblockchain.CreateNetworkInput) (*request.Request, *managedblockchain.CreateNetworkOutput)
- func (m *MockManagedBlockchainAPI) CreateNetworkWithContext(arg0 context.Context, arg1 *managedblockchain.CreateNetworkInput, ...) (*managedblockchain.CreateNetworkOutput, error)
- func (m *MockManagedBlockchainAPI) CreateNode(arg0 *managedblockchain.CreateNodeInput) (*managedblockchain.CreateNodeOutput, error)
- func (m *MockManagedBlockchainAPI) CreateNodeRequest(arg0 *managedblockchain.CreateNodeInput) (*request.Request, *managedblockchain.CreateNodeOutput)
- func (m *MockManagedBlockchainAPI) CreateNodeWithContext(arg0 context.Context, arg1 *managedblockchain.CreateNodeInput, ...) (*managedblockchain.CreateNodeOutput, error)
- func (m *MockManagedBlockchainAPI) CreateProposal(arg0 *managedblockchain.CreateProposalInput) (*managedblockchain.CreateProposalOutput, error)
- func (m *MockManagedBlockchainAPI) CreateProposalRequest(arg0 *managedblockchain.CreateProposalInput) (*request.Request, *managedblockchain.CreateProposalOutput)
- func (m *MockManagedBlockchainAPI) CreateProposalWithContext(arg0 context.Context, arg1 *managedblockchain.CreateProposalInput, ...) (*managedblockchain.CreateProposalOutput, error)
- func (m *MockManagedBlockchainAPI) DeleteMember(arg0 *managedblockchain.DeleteMemberInput) (*managedblockchain.DeleteMemberOutput, error)
- func (m *MockManagedBlockchainAPI) DeleteMemberRequest(arg0 *managedblockchain.DeleteMemberInput) (*request.Request, *managedblockchain.DeleteMemberOutput)
- func (m *MockManagedBlockchainAPI) DeleteMemberWithContext(arg0 context.Context, arg1 *managedblockchain.DeleteMemberInput, ...) (*managedblockchain.DeleteMemberOutput, error)
- func (m *MockManagedBlockchainAPI) DeleteNode(arg0 *managedblockchain.DeleteNodeInput) (*managedblockchain.DeleteNodeOutput, error)
- func (m *MockManagedBlockchainAPI) DeleteNodeRequest(arg0 *managedblockchain.DeleteNodeInput) (*request.Request, *managedblockchain.DeleteNodeOutput)
- func (m *MockManagedBlockchainAPI) DeleteNodeWithContext(arg0 context.Context, arg1 *managedblockchain.DeleteNodeInput, ...) (*managedblockchain.DeleteNodeOutput, error)
- func (m *MockManagedBlockchainAPI) EXPECT() *MockManagedBlockchainAPIMockRecorder
- func (m *MockManagedBlockchainAPI) GetMember(arg0 *managedblockchain.GetMemberInput) (*managedblockchain.GetMemberOutput, error)
- func (m *MockManagedBlockchainAPI) GetMemberRequest(arg0 *managedblockchain.GetMemberInput) (*request.Request, *managedblockchain.GetMemberOutput)
- func (m *MockManagedBlockchainAPI) GetMemberWithContext(arg0 context.Context, arg1 *managedblockchain.GetMemberInput, ...) (*managedblockchain.GetMemberOutput, error)
- func (m *MockManagedBlockchainAPI) GetNetwork(arg0 *managedblockchain.GetNetworkInput) (*managedblockchain.GetNetworkOutput, error)
- func (m *MockManagedBlockchainAPI) GetNetworkRequest(arg0 *managedblockchain.GetNetworkInput) (*request.Request, *managedblockchain.GetNetworkOutput)
- func (m *MockManagedBlockchainAPI) GetNetworkWithContext(arg0 context.Context, arg1 *managedblockchain.GetNetworkInput, ...) (*managedblockchain.GetNetworkOutput, error)
- func (m *MockManagedBlockchainAPI) GetNode(arg0 *managedblockchain.GetNodeInput) (*managedblockchain.GetNodeOutput, error)
- func (m *MockManagedBlockchainAPI) GetNodeRequest(arg0 *managedblockchain.GetNodeInput) (*request.Request, *managedblockchain.GetNodeOutput)
- func (m *MockManagedBlockchainAPI) GetNodeWithContext(arg0 context.Context, arg1 *managedblockchain.GetNodeInput, ...) (*managedblockchain.GetNodeOutput, error)
- func (m *MockManagedBlockchainAPI) GetProposal(arg0 *managedblockchain.GetProposalInput) (*managedblockchain.GetProposalOutput, error)
- func (m *MockManagedBlockchainAPI) GetProposalRequest(arg0 *managedblockchain.GetProposalInput) (*request.Request, *managedblockchain.GetProposalOutput)
- func (m *MockManagedBlockchainAPI) GetProposalWithContext(arg0 context.Context, arg1 *managedblockchain.GetProposalInput, ...) (*managedblockchain.GetProposalOutput, error)
- func (m *MockManagedBlockchainAPI) ListInvitations(arg0 *managedblockchain.ListInvitationsInput) (*managedblockchain.ListInvitationsOutput, error)
- func (m *MockManagedBlockchainAPI) ListInvitationsPages(arg0 *managedblockchain.ListInvitationsInput, ...) error
- func (m *MockManagedBlockchainAPI) ListInvitationsPagesWithContext(arg0 context.Context, arg1 *managedblockchain.ListInvitationsInput, ...) error
- func (m *MockManagedBlockchainAPI) ListInvitationsRequest(arg0 *managedblockchain.ListInvitationsInput) (*request.Request, *managedblockchain.ListInvitationsOutput)
- func (m *MockManagedBlockchainAPI) ListInvitationsWithContext(arg0 context.Context, arg1 *managedblockchain.ListInvitationsInput, ...) (*managedblockchain.ListInvitationsOutput, error)
- func (m *MockManagedBlockchainAPI) ListMembers(arg0 *managedblockchain.ListMembersInput) (*managedblockchain.ListMembersOutput, error)
- func (m *MockManagedBlockchainAPI) ListMembersPages(arg0 *managedblockchain.ListMembersInput, ...) error
- func (m *MockManagedBlockchainAPI) ListMembersPagesWithContext(arg0 context.Context, arg1 *managedblockchain.ListMembersInput, ...) error
- func (m *MockManagedBlockchainAPI) ListMembersRequest(arg0 *managedblockchain.ListMembersInput) (*request.Request, *managedblockchain.ListMembersOutput)
- func (m *MockManagedBlockchainAPI) ListMembersWithContext(arg0 context.Context, arg1 *managedblockchain.ListMembersInput, ...) (*managedblockchain.ListMembersOutput, error)
- func (m *MockManagedBlockchainAPI) ListNetworks(arg0 *managedblockchain.ListNetworksInput) (*managedblockchain.ListNetworksOutput, error)
- func (m *MockManagedBlockchainAPI) ListNetworksPages(arg0 *managedblockchain.ListNetworksInput, ...) error
- func (m *MockManagedBlockchainAPI) ListNetworksPagesWithContext(arg0 context.Context, arg1 *managedblockchain.ListNetworksInput, ...) error
- func (m *MockManagedBlockchainAPI) ListNetworksRequest(arg0 *managedblockchain.ListNetworksInput) (*request.Request, *managedblockchain.ListNetworksOutput)
- func (m *MockManagedBlockchainAPI) ListNetworksWithContext(arg0 context.Context, arg1 *managedblockchain.ListNetworksInput, ...) (*managedblockchain.ListNetworksOutput, error)
- func (m *MockManagedBlockchainAPI) ListNodes(arg0 *managedblockchain.ListNodesInput) (*managedblockchain.ListNodesOutput, error)
- func (m *MockManagedBlockchainAPI) ListNodesPages(arg0 *managedblockchain.ListNodesInput, ...) error
- func (m *MockManagedBlockchainAPI) ListNodesPagesWithContext(arg0 context.Context, arg1 *managedblockchain.ListNodesInput, ...) error
- func (m *MockManagedBlockchainAPI) ListNodesRequest(arg0 *managedblockchain.ListNodesInput) (*request.Request, *managedblockchain.ListNodesOutput)
- func (m *MockManagedBlockchainAPI) ListNodesWithContext(arg0 context.Context, arg1 *managedblockchain.ListNodesInput, ...) (*managedblockchain.ListNodesOutput, error)
- func (m *MockManagedBlockchainAPI) ListProposalVotes(arg0 *managedblockchain.ListProposalVotesInput) (*managedblockchain.ListProposalVotesOutput, error)
- func (m *MockManagedBlockchainAPI) ListProposalVotesPages(arg0 *managedblockchain.ListProposalVotesInput, ...) error
- func (m *MockManagedBlockchainAPI) ListProposalVotesPagesWithContext(arg0 context.Context, arg1 *managedblockchain.ListProposalVotesInput, ...) error
- func (m *MockManagedBlockchainAPI) ListProposalVotesRequest(arg0 *managedblockchain.ListProposalVotesInput) (*request.Request, *managedblockchain.ListProposalVotesOutput)
- func (m *MockManagedBlockchainAPI) ListProposalVotesWithContext(arg0 context.Context, arg1 *managedblockchain.ListProposalVotesInput, ...) (*managedblockchain.ListProposalVotesOutput, error)
- func (m *MockManagedBlockchainAPI) ListProposals(arg0 *managedblockchain.ListProposalsInput) (*managedblockchain.ListProposalsOutput, error)
- func (m *MockManagedBlockchainAPI) ListProposalsPages(arg0 *managedblockchain.ListProposalsInput, ...) error
- func (m *MockManagedBlockchainAPI) ListProposalsPagesWithContext(arg0 context.Context, arg1 *managedblockchain.ListProposalsInput, ...) error
- func (m *MockManagedBlockchainAPI) ListProposalsRequest(arg0 *managedblockchain.ListProposalsInput) (*request.Request, *managedblockchain.ListProposalsOutput)
- func (m *MockManagedBlockchainAPI) ListProposalsWithContext(arg0 context.Context, arg1 *managedblockchain.ListProposalsInput, ...) (*managedblockchain.ListProposalsOutput, error)
- func (m *MockManagedBlockchainAPI) ListTagsForResource(arg0 *managedblockchain.ListTagsForResourceInput) (*managedblockchain.ListTagsForResourceOutput, error)
- func (m *MockManagedBlockchainAPI) ListTagsForResourceRequest(arg0 *managedblockchain.ListTagsForResourceInput) (*request.Request, *managedblockchain.ListTagsForResourceOutput)
- func (m *MockManagedBlockchainAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *managedblockchain.ListTagsForResourceInput, ...) (*managedblockchain.ListTagsForResourceOutput, error)
- func (m *MockManagedBlockchainAPI) RejectInvitation(arg0 *managedblockchain.RejectInvitationInput) (*managedblockchain.RejectInvitationOutput, error)
- func (m *MockManagedBlockchainAPI) RejectInvitationRequest(arg0 *managedblockchain.RejectInvitationInput) (*request.Request, *managedblockchain.RejectInvitationOutput)
- func (m *MockManagedBlockchainAPI) RejectInvitationWithContext(arg0 context.Context, arg1 *managedblockchain.RejectInvitationInput, ...) (*managedblockchain.RejectInvitationOutput, error)
- func (m *MockManagedBlockchainAPI) TagResource(arg0 *managedblockchain.TagResourceInput) (*managedblockchain.TagResourceOutput, error)
- func (m *MockManagedBlockchainAPI) TagResourceRequest(arg0 *managedblockchain.TagResourceInput) (*request.Request, *managedblockchain.TagResourceOutput)
- func (m *MockManagedBlockchainAPI) TagResourceWithContext(arg0 context.Context, arg1 *managedblockchain.TagResourceInput, ...) (*managedblockchain.TagResourceOutput, error)
- func (m *MockManagedBlockchainAPI) UntagResource(arg0 *managedblockchain.UntagResourceInput) (*managedblockchain.UntagResourceOutput, error)
- func (m *MockManagedBlockchainAPI) UntagResourceRequest(arg0 *managedblockchain.UntagResourceInput) (*request.Request, *managedblockchain.UntagResourceOutput)
- func (m *MockManagedBlockchainAPI) UntagResourceWithContext(arg0 context.Context, arg1 *managedblockchain.UntagResourceInput, ...) (*managedblockchain.UntagResourceOutput, error)
- func (m *MockManagedBlockchainAPI) UpdateMember(arg0 *managedblockchain.UpdateMemberInput) (*managedblockchain.UpdateMemberOutput, error)
- func (m *MockManagedBlockchainAPI) UpdateMemberRequest(arg0 *managedblockchain.UpdateMemberInput) (*request.Request, *managedblockchain.UpdateMemberOutput)
- func (m *MockManagedBlockchainAPI) UpdateMemberWithContext(arg0 context.Context, arg1 *managedblockchain.UpdateMemberInput, ...) (*managedblockchain.UpdateMemberOutput, error)
- func (m *MockManagedBlockchainAPI) UpdateNode(arg0 *managedblockchain.UpdateNodeInput) (*managedblockchain.UpdateNodeOutput, error)
- func (m *MockManagedBlockchainAPI) UpdateNodeRequest(arg0 *managedblockchain.UpdateNodeInput) (*request.Request, *managedblockchain.UpdateNodeOutput)
- func (m *MockManagedBlockchainAPI) UpdateNodeWithContext(arg0 context.Context, arg1 *managedblockchain.UpdateNodeInput, ...) (*managedblockchain.UpdateNodeOutput, error)
- func (m *MockManagedBlockchainAPI) VoteOnProposal(arg0 *managedblockchain.VoteOnProposalInput) (*managedblockchain.VoteOnProposalOutput, error)
- func (m *MockManagedBlockchainAPI) VoteOnProposalRequest(arg0 *managedblockchain.VoteOnProposalInput) (*request.Request, *managedblockchain.VoteOnProposalOutput)
- func (m *MockManagedBlockchainAPI) VoteOnProposalWithContext(arg0 context.Context, arg1 *managedblockchain.VoteOnProposalInput, ...) (*managedblockchain.VoteOnProposalOutput, error)
- type MockManagedBlockchainAPIMockRecorder
- func (mr *MockManagedBlockchainAPIMockRecorder) CreateMember(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) CreateMemberRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) CreateMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) CreateNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) CreateNetworkRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) CreateNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) CreateNode(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) CreateNodeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) CreateNodeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) CreateProposal(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) CreateProposalRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) CreateProposalWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) DeleteMember(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) DeleteMemberRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) DeleteMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) DeleteNode(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) DeleteNodeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) DeleteNodeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) GetMember(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) GetMemberRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) GetMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) GetNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) GetNetworkRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) GetNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) GetNode(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) GetNodeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) GetNodeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) GetProposal(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) GetProposalRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) GetProposalWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListInvitations(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListInvitationsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListInvitationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListInvitationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListInvitationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListMembers(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListMembersPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListMembersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListMembersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListNetworks(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListNetworksPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListNetworksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListNetworksRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListNetworksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListNodes(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListNodesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListNodesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListNodesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListNodesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalVotes(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalVotesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalVotesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalVotesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalVotesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListProposals(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) RejectInvitation(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) RejectInvitationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) RejectInvitationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) UpdateMember(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) UpdateMemberRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) UpdateMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) UpdateNode(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) UpdateNodeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) UpdateNodeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) VoteOnProposal(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) VoteOnProposalRequest(arg0 interface{}) *gomock.Call
- func (mr *MockManagedBlockchainAPIMockRecorder) VoteOnProposalWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockManagedBlockchainAPI ¶
type MockManagedBlockchainAPI struct {
// contains filtered or unexported fields
}
MockManagedBlockchainAPI is a mock of ManagedBlockchainAPI interface
func NewMockManagedBlockchainAPI ¶
func NewMockManagedBlockchainAPI(ctrl *gomock.Controller) *MockManagedBlockchainAPI
NewMockManagedBlockchainAPI creates a new mock instance
func (*MockManagedBlockchainAPI) CreateMember ¶
func (m *MockManagedBlockchainAPI) CreateMember(arg0 *managedblockchain.CreateMemberInput) (*managedblockchain.CreateMemberOutput, error)
CreateMember mocks base method
func (*MockManagedBlockchainAPI) CreateMemberRequest ¶
func (m *MockManagedBlockchainAPI) CreateMemberRequest(arg0 *managedblockchain.CreateMemberInput) (*request.Request, *managedblockchain.CreateMemberOutput)
CreateMemberRequest mocks base method
func (*MockManagedBlockchainAPI) CreateMemberWithContext ¶
func (m *MockManagedBlockchainAPI) CreateMemberWithContext(arg0 context.Context, arg1 *managedblockchain.CreateMemberInput, arg2 ...request.Option) (*managedblockchain.CreateMemberOutput, error)
CreateMemberWithContext mocks base method
func (*MockManagedBlockchainAPI) CreateNetwork ¶
func (m *MockManagedBlockchainAPI) CreateNetwork(arg0 *managedblockchain.CreateNetworkInput) (*managedblockchain.CreateNetworkOutput, error)
CreateNetwork mocks base method
func (*MockManagedBlockchainAPI) CreateNetworkRequest ¶
func (m *MockManagedBlockchainAPI) CreateNetworkRequest(arg0 *managedblockchain.CreateNetworkInput) (*request.Request, *managedblockchain.CreateNetworkOutput)
CreateNetworkRequest mocks base method
func (*MockManagedBlockchainAPI) CreateNetworkWithContext ¶
func (m *MockManagedBlockchainAPI) CreateNetworkWithContext(arg0 context.Context, arg1 *managedblockchain.CreateNetworkInput, arg2 ...request.Option) (*managedblockchain.CreateNetworkOutput, error)
CreateNetworkWithContext mocks base method
func (*MockManagedBlockchainAPI) CreateNode ¶
func (m *MockManagedBlockchainAPI) CreateNode(arg0 *managedblockchain.CreateNodeInput) (*managedblockchain.CreateNodeOutput, error)
CreateNode mocks base method
func (*MockManagedBlockchainAPI) CreateNodeRequest ¶
func (m *MockManagedBlockchainAPI) CreateNodeRequest(arg0 *managedblockchain.CreateNodeInput) (*request.Request, *managedblockchain.CreateNodeOutput)
CreateNodeRequest mocks base method
func (*MockManagedBlockchainAPI) CreateNodeWithContext ¶
func (m *MockManagedBlockchainAPI) CreateNodeWithContext(arg0 context.Context, arg1 *managedblockchain.CreateNodeInput, arg2 ...request.Option) (*managedblockchain.CreateNodeOutput, error)
CreateNodeWithContext mocks base method
func (*MockManagedBlockchainAPI) CreateProposal ¶
func (m *MockManagedBlockchainAPI) CreateProposal(arg0 *managedblockchain.CreateProposalInput) (*managedblockchain.CreateProposalOutput, error)
CreateProposal mocks base method
func (*MockManagedBlockchainAPI) CreateProposalRequest ¶
func (m *MockManagedBlockchainAPI) CreateProposalRequest(arg0 *managedblockchain.CreateProposalInput) (*request.Request, *managedblockchain.CreateProposalOutput)
CreateProposalRequest mocks base method
func (*MockManagedBlockchainAPI) CreateProposalWithContext ¶
func (m *MockManagedBlockchainAPI) CreateProposalWithContext(arg0 context.Context, arg1 *managedblockchain.CreateProposalInput, arg2 ...request.Option) (*managedblockchain.CreateProposalOutput, error)
CreateProposalWithContext mocks base method
func (*MockManagedBlockchainAPI) DeleteMember ¶
func (m *MockManagedBlockchainAPI) DeleteMember(arg0 *managedblockchain.DeleteMemberInput) (*managedblockchain.DeleteMemberOutput, error)
DeleteMember mocks base method
func (*MockManagedBlockchainAPI) DeleteMemberRequest ¶
func (m *MockManagedBlockchainAPI) DeleteMemberRequest(arg0 *managedblockchain.DeleteMemberInput) (*request.Request, *managedblockchain.DeleteMemberOutput)
DeleteMemberRequest mocks base method
func (*MockManagedBlockchainAPI) DeleteMemberWithContext ¶
func (m *MockManagedBlockchainAPI) DeleteMemberWithContext(arg0 context.Context, arg1 *managedblockchain.DeleteMemberInput, arg2 ...request.Option) (*managedblockchain.DeleteMemberOutput, error)
DeleteMemberWithContext mocks base method
func (*MockManagedBlockchainAPI) DeleteNode ¶
func (m *MockManagedBlockchainAPI) DeleteNode(arg0 *managedblockchain.DeleteNodeInput) (*managedblockchain.DeleteNodeOutput, error)
DeleteNode mocks base method
func (*MockManagedBlockchainAPI) DeleteNodeRequest ¶
func (m *MockManagedBlockchainAPI) DeleteNodeRequest(arg0 *managedblockchain.DeleteNodeInput) (*request.Request, *managedblockchain.DeleteNodeOutput)
DeleteNodeRequest mocks base method
func (*MockManagedBlockchainAPI) DeleteNodeWithContext ¶
func (m *MockManagedBlockchainAPI) DeleteNodeWithContext(arg0 context.Context, arg1 *managedblockchain.DeleteNodeInput, arg2 ...request.Option) (*managedblockchain.DeleteNodeOutput, error)
DeleteNodeWithContext mocks base method
func (*MockManagedBlockchainAPI) EXPECT ¶
func (m *MockManagedBlockchainAPI) EXPECT() *MockManagedBlockchainAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockManagedBlockchainAPI) GetMember ¶
func (m *MockManagedBlockchainAPI) GetMember(arg0 *managedblockchain.GetMemberInput) (*managedblockchain.GetMemberOutput, error)
GetMember mocks base method
func (*MockManagedBlockchainAPI) GetMemberRequest ¶
func (m *MockManagedBlockchainAPI) GetMemberRequest(arg0 *managedblockchain.GetMemberInput) (*request.Request, *managedblockchain.GetMemberOutput)
GetMemberRequest mocks base method
func (*MockManagedBlockchainAPI) GetMemberWithContext ¶
func (m *MockManagedBlockchainAPI) GetMemberWithContext(arg0 context.Context, arg1 *managedblockchain.GetMemberInput, arg2 ...request.Option) (*managedblockchain.GetMemberOutput, error)
GetMemberWithContext mocks base method
func (*MockManagedBlockchainAPI) GetNetwork ¶
func (m *MockManagedBlockchainAPI) GetNetwork(arg0 *managedblockchain.GetNetworkInput) (*managedblockchain.GetNetworkOutput, error)
GetNetwork mocks base method
func (*MockManagedBlockchainAPI) GetNetworkRequest ¶
func (m *MockManagedBlockchainAPI) GetNetworkRequest(arg0 *managedblockchain.GetNetworkInput) (*request.Request, *managedblockchain.GetNetworkOutput)
GetNetworkRequest mocks base method
func (*MockManagedBlockchainAPI) GetNetworkWithContext ¶
func (m *MockManagedBlockchainAPI) GetNetworkWithContext(arg0 context.Context, arg1 *managedblockchain.GetNetworkInput, arg2 ...request.Option) (*managedblockchain.GetNetworkOutput, error)
GetNetworkWithContext mocks base method
func (*MockManagedBlockchainAPI) GetNode ¶
func (m *MockManagedBlockchainAPI) GetNode(arg0 *managedblockchain.GetNodeInput) (*managedblockchain.GetNodeOutput, error)
GetNode mocks base method
func (*MockManagedBlockchainAPI) GetNodeRequest ¶
func (m *MockManagedBlockchainAPI) GetNodeRequest(arg0 *managedblockchain.GetNodeInput) (*request.Request, *managedblockchain.GetNodeOutput)
GetNodeRequest mocks base method
func (*MockManagedBlockchainAPI) GetNodeWithContext ¶
func (m *MockManagedBlockchainAPI) GetNodeWithContext(arg0 context.Context, arg1 *managedblockchain.GetNodeInput, arg2 ...request.Option) (*managedblockchain.GetNodeOutput, error)
GetNodeWithContext mocks base method
func (*MockManagedBlockchainAPI) GetProposal ¶
func (m *MockManagedBlockchainAPI) GetProposal(arg0 *managedblockchain.GetProposalInput) (*managedblockchain.GetProposalOutput, error)
GetProposal mocks base method
func (*MockManagedBlockchainAPI) GetProposalRequest ¶
func (m *MockManagedBlockchainAPI) GetProposalRequest(arg0 *managedblockchain.GetProposalInput) (*request.Request, *managedblockchain.GetProposalOutput)
GetProposalRequest mocks base method
func (*MockManagedBlockchainAPI) GetProposalWithContext ¶
func (m *MockManagedBlockchainAPI) GetProposalWithContext(arg0 context.Context, arg1 *managedblockchain.GetProposalInput, arg2 ...request.Option) (*managedblockchain.GetProposalOutput, error)
GetProposalWithContext mocks base method
func (*MockManagedBlockchainAPI) ListInvitations ¶
func (m *MockManagedBlockchainAPI) ListInvitations(arg0 *managedblockchain.ListInvitationsInput) (*managedblockchain.ListInvitationsOutput, error)
ListInvitations mocks base method
func (*MockManagedBlockchainAPI) ListInvitationsPages ¶
func (m *MockManagedBlockchainAPI) ListInvitationsPages(arg0 *managedblockchain.ListInvitationsInput, arg1 func(*managedblockchain.ListInvitationsOutput, bool) bool) error
ListInvitationsPages mocks base method
func (*MockManagedBlockchainAPI) ListInvitationsPagesWithContext ¶
func (m *MockManagedBlockchainAPI) ListInvitationsPagesWithContext(arg0 context.Context, arg1 *managedblockchain.ListInvitationsInput, arg2 func(*managedblockchain.ListInvitationsOutput, bool) bool, arg3 ...request.Option) error
ListInvitationsPagesWithContext mocks base method
func (*MockManagedBlockchainAPI) ListInvitationsRequest ¶
func (m *MockManagedBlockchainAPI) ListInvitationsRequest(arg0 *managedblockchain.ListInvitationsInput) (*request.Request, *managedblockchain.ListInvitationsOutput)
ListInvitationsRequest mocks base method
func (*MockManagedBlockchainAPI) ListInvitationsWithContext ¶
func (m *MockManagedBlockchainAPI) ListInvitationsWithContext(arg0 context.Context, arg1 *managedblockchain.ListInvitationsInput, arg2 ...request.Option) (*managedblockchain.ListInvitationsOutput, error)
ListInvitationsWithContext mocks base method
func (*MockManagedBlockchainAPI) ListMembers ¶
func (m *MockManagedBlockchainAPI) ListMembers(arg0 *managedblockchain.ListMembersInput) (*managedblockchain.ListMembersOutput, error)
ListMembers mocks base method
func (*MockManagedBlockchainAPI) ListMembersPages ¶
func (m *MockManagedBlockchainAPI) ListMembersPages(arg0 *managedblockchain.ListMembersInput, arg1 func(*managedblockchain.ListMembersOutput, bool) bool) error
ListMembersPages mocks base method
func (*MockManagedBlockchainAPI) ListMembersPagesWithContext ¶
func (m *MockManagedBlockchainAPI) ListMembersPagesWithContext(arg0 context.Context, arg1 *managedblockchain.ListMembersInput, arg2 func(*managedblockchain.ListMembersOutput, bool) bool, arg3 ...request.Option) error
ListMembersPagesWithContext mocks base method
func (*MockManagedBlockchainAPI) ListMembersRequest ¶
func (m *MockManagedBlockchainAPI) ListMembersRequest(arg0 *managedblockchain.ListMembersInput) (*request.Request, *managedblockchain.ListMembersOutput)
ListMembersRequest mocks base method
func (*MockManagedBlockchainAPI) ListMembersWithContext ¶
func (m *MockManagedBlockchainAPI) ListMembersWithContext(arg0 context.Context, arg1 *managedblockchain.ListMembersInput, arg2 ...request.Option) (*managedblockchain.ListMembersOutput, error)
ListMembersWithContext mocks base method
func (*MockManagedBlockchainAPI) ListNetworks ¶
func (m *MockManagedBlockchainAPI) ListNetworks(arg0 *managedblockchain.ListNetworksInput) (*managedblockchain.ListNetworksOutput, error)
ListNetworks mocks base method
func (*MockManagedBlockchainAPI) ListNetworksPages ¶
func (m *MockManagedBlockchainAPI) ListNetworksPages(arg0 *managedblockchain.ListNetworksInput, arg1 func(*managedblockchain.ListNetworksOutput, bool) bool) error
ListNetworksPages mocks base method
func (*MockManagedBlockchainAPI) ListNetworksPagesWithContext ¶
func (m *MockManagedBlockchainAPI) ListNetworksPagesWithContext(arg0 context.Context, arg1 *managedblockchain.ListNetworksInput, arg2 func(*managedblockchain.ListNetworksOutput, bool) bool, arg3 ...request.Option) error
ListNetworksPagesWithContext mocks base method
func (*MockManagedBlockchainAPI) ListNetworksRequest ¶
func (m *MockManagedBlockchainAPI) ListNetworksRequest(arg0 *managedblockchain.ListNetworksInput) (*request.Request, *managedblockchain.ListNetworksOutput)
ListNetworksRequest mocks base method
func (*MockManagedBlockchainAPI) ListNetworksWithContext ¶
func (m *MockManagedBlockchainAPI) ListNetworksWithContext(arg0 context.Context, arg1 *managedblockchain.ListNetworksInput, arg2 ...request.Option) (*managedblockchain.ListNetworksOutput, error)
ListNetworksWithContext mocks base method
func (*MockManagedBlockchainAPI) ListNodes ¶
func (m *MockManagedBlockchainAPI) ListNodes(arg0 *managedblockchain.ListNodesInput) (*managedblockchain.ListNodesOutput, error)
ListNodes mocks base method
func (*MockManagedBlockchainAPI) ListNodesPages ¶
func (m *MockManagedBlockchainAPI) ListNodesPages(arg0 *managedblockchain.ListNodesInput, arg1 func(*managedblockchain.ListNodesOutput, bool) bool) error
ListNodesPages mocks base method
func (*MockManagedBlockchainAPI) ListNodesPagesWithContext ¶
func (m *MockManagedBlockchainAPI) ListNodesPagesWithContext(arg0 context.Context, arg1 *managedblockchain.ListNodesInput, arg2 func(*managedblockchain.ListNodesOutput, bool) bool, arg3 ...request.Option) error
ListNodesPagesWithContext mocks base method
func (*MockManagedBlockchainAPI) ListNodesRequest ¶
func (m *MockManagedBlockchainAPI) ListNodesRequest(arg0 *managedblockchain.ListNodesInput) (*request.Request, *managedblockchain.ListNodesOutput)
ListNodesRequest mocks base method
func (*MockManagedBlockchainAPI) ListNodesWithContext ¶
func (m *MockManagedBlockchainAPI) ListNodesWithContext(arg0 context.Context, arg1 *managedblockchain.ListNodesInput, arg2 ...request.Option) (*managedblockchain.ListNodesOutput, error)
ListNodesWithContext mocks base method
func (*MockManagedBlockchainAPI) ListProposalVotes ¶
func (m *MockManagedBlockchainAPI) ListProposalVotes(arg0 *managedblockchain.ListProposalVotesInput) (*managedblockchain.ListProposalVotesOutput, error)
ListProposalVotes mocks base method
func (*MockManagedBlockchainAPI) ListProposalVotesPages ¶
func (m *MockManagedBlockchainAPI) ListProposalVotesPages(arg0 *managedblockchain.ListProposalVotesInput, arg1 func(*managedblockchain.ListProposalVotesOutput, bool) bool) error
ListProposalVotesPages mocks base method
func (*MockManagedBlockchainAPI) ListProposalVotesPagesWithContext ¶
func (m *MockManagedBlockchainAPI) ListProposalVotesPagesWithContext(arg0 context.Context, arg1 *managedblockchain.ListProposalVotesInput, arg2 func(*managedblockchain.ListProposalVotesOutput, bool) bool, arg3 ...request.Option) error
ListProposalVotesPagesWithContext mocks base method
func (*MockManagedBlockchainAPI) ListProposalVotesRequest ¶
func (m *MockManagedBlockchainAPI) ListProposalVotesRequest(arg0 *managedblockchain.ListProposalVotesInput) (*request.Request, *managedblockchain.ListProposalVotesOutput)
ListProposalVotesRequest mocks base method
func (*MockManagedBlockchainAPI) ListProposalVotesWithContext ¶
func (m *MockManagedBlockchainAPI) ListProposalVotesWithContext(arg0 context.Context, arg1 *managedblockchain.ListProposalVotesInput, arg2 ...request.Option) (*managedblockchain.ListProposalVotesOutput, error)
ListProposalVotesWithContext mocks base method
func (*MockManagedBlockchainAPI) ListProposals ¶
func (m *MockManagedBlockchainAPI) ListProposals(arg0 *managedblockchain.ListProposalsInput) (*managedblockchain.ListProposalsOutput, error)
ListProposals mocks base method
func (*MockManagedBlockchainAPI) ListProposalsPages ¶
func (m *MockManagedBlockchainAPI) ListProposalsPages(arg0 *managedblockchain.ListProposalsInput, arg1 func(*managedblockchain.ListProposalsOutput, bool) bool) error
ListProposalsPages mocks base method
func (*MockManagedBlockchainAPI) ListProposalsPagesWithContext ¶
func (m *MockManagedBlockchainAPI) ListProposalsPagesWithContext(arg0 context.Context, arg1 *managedblockchain.ListProposalsInput, arg2 func(*managedblockchain.ListProposalsOutput, bool) bool, arg3 ...request.Option) error
ListProposalsPagesWithContext mocks base method
func (*MockManagedBlockchainAPI) ListProposalsRequest ¶
func (m *MockManagedBlockchainAPI) ListProposalsRequest(arg0 *managedblockchain.ListProposalsInput) (*request.Request, *managedblockchain.ListProposalsOutput)
ListProposalsRequest mocks base method
func (*MockManagedBlockchainAPI) ListProposalsWithContext ¶
func (m *MockManagedBlockchainAPI) ListProposalsWithContext(arg0 context.Context, arg1 *managedblockchain.ListProposalsInput, arg2 ...request.Option) (*managedblockchain.ListProposalsOutput, error)
ListProposalsWithContext mocks base method
func (*MockManagedBlockchainAPI) ListTagsForResource ¶
func (m *MockManagedBlockchainAPI) ListTagsForResource(arg0 *managedblockchain.ListTagsForResourceInput) (*managedblockchain.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method
func (*MockManagedBlockchainAPI) ListTagsForResourceRequest ¶
func (m *MockManagedBlockchainAPI) ListTagsForResourceRequest(arg0 *managedblockchain.ListTagsForResourceInput) (*request.Request, *managedblockchain.ListTagsForResourceOutput)
ListTagsForResourceRequest mocks base method
func (*MockManagedBlockchainAPI) ListTagsForResourceWithContext ¶
func (m *MockManagedBlockchainAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *managedblockchain.ListTagsForResourceInput, arg2 ...request.Option) (*managedblockchain.ListTagsForResourceOutput, error)
ListTagsForResourceWithContext mocks base method
func (*MockManagedBlockchainAPI) RejectInvitation ¶
func (m *MockManagedBlockchainAPI) RejectInvitation(arg0 *managedblockchain.RejectInvitationInput) (*managedblockchain.RejectInvitationOutput, error)
RejectInvitation mocks base method
func (*MockManagedBlockchainAPI) RejectInvitationRequest ¶
func (m *MockManagedBlockchainAPI) RejectInvitationRequest(arg0 *managedblockchain.RejectInvitationInput) (*request.Request, *managedblockchain.RejectInvitationOutput)
RejectInvitationRequest mocks base method
func (*MockManagedBlockchainAPI) RejectInvitationWithContext ¶
func (m *MockManagedBlockchainAPI) RejectInvitationWithContext(arg0 context.Context, arg1 *managedblockchain.RejectInvitationInput, arg2 ...request.Option) (*managedblockchain.RejectInvitationOutput, error)
RejectInvitationWithContext mocks base method
func (*MockManagedBlockchainAPI) TagResource ¶
func (m *MockManagedBlockchainAPI) TagResource(arg0 *managedblockchain.TagResourceInput) (*managedblockchain.TagResourceOutput, error)
TagResource mocks base method
func (*MockManagedBlockchainAPI) TagResourceRequest ¶
func (m *MockManagedBlockchainAPI) TagResourceRequest(arg0 *managedblockchain.TagResourceInput) (*request.Request, *managedblockchain.TagResourceOutput)
TagResourceRequest mocks base method
func (*MockManagedBlockchainAPI) TagResourceWithContext ¶
func (m *MockManagedBlockchainAPI) TagResourceWithContext(arg0 context.Context, arg1 *managedblockchain.TagResourceInput, arg2 ...request.Option) (*managedblockchain.TagResourceOutput, error)
TagResourceWithContext mocks base method
func (*MockManagedBlockchainAPI) UntagResource ¶
func (m *MockManagedBlockchainAPI) UntagResource(arg0 *managedblockchain.UntagResourceInput) (*managedblockchain.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockManagedBlockchainAPI) UntagResourceRequest ¶
func (m *MockManagedBlockchainAPI) UntagResourceRequest(arg0 *managedblockchain.UntagResourceInput) (*request.Request, *managedblockchain.UntagResourceOutput)
UntagResourceRequest mocks base method
func (*MockManagedBlockchainAPI) UntagResourceWithContext ¶
func (m *MockManagedBlockchainAPI) UntagResourceWithContext(arg0 context.Context, arg1 *managedblockchain.UntagResourceInput, arg2 ...request.Option) (*managedblockchain.UntagResourceOutput, error)
UntagResourceWithContext mocks base method
func (*MockManagedBlockchainAPI) UpdateMember ¶
func (m *MockManagedBlockchainAPI) UpdateMember(arg0 *managedblockchain.UpdateMemberInput) (*managedblockchain.UpdateMemberOutput, error)
UpdateMember mocks base method
func (*MockManagedBlockchainAPI) UpdateMemberRequest ¶
func (m *MockManagedBlockchainAPI) UpdateMemberRequest(arg0 *managedblockchain.UpdateMemberInput) (*request.Request, *managedblockchain.UpdateMemberOutput)
UpdateMemberRequest mocks base method
func (*MockManagedBlockchainAPI) UpdateMemberWithContext ¶
func (m *MockManagedBlockchainAPI) UpdateMemberWithContext(arg0 context.Context, arg1 *managedblockchain.UpdateMemberInput, arg2 ...request.Option) (*managedblockchain.UpdateMemberOutput, error)
UpdateMemberWithContext mocks base method
func (*MockManagedBlockchainAPI) UpdateNode ¶
func (m *MockManagedBlockchainAPI) UpdateNode(arg0 *managedblockchain.UpdateNodeInput) (*managedblockchain.UpdateNodeOutput, error)
UpdateNode mocks base method
func (*MockManagedBlockchainAPI) UpdateNodeRequest ¶
func (m *MockManagedBlockchainAPI) UpdateNodeRequest(arg0 *managedblockchain.UpdateNodeInput) (*request.Request, *managedblockchain.UpdateNodeOutput)
UpdateNodeRequest mocks base method
func (*MockManagedBlockchainAPI) UpdateNodeWithContext ¶
func (m *MockManagedBlockchainAPI) UpdateNodeWithContext(arg0 context.Context, arg1 *managedblockchain.UpdateNodeInput, arg2 ...request.Option) (*managedblockchain.UpdateNodeOutput, error)
UpdateNodeWithContext mocks base method
func (*MockManagedBlockchainAPI) VoteOnProposal ¶
func (m *MockManagedBlockchainAPI) VoteOnProposal(arg0 *managedblockchain.VoteOnProposalInput) (*managedblockchain.VoteOnProposalOutput, error)
VoteOnProposal mocks base method
func (*MockManagedBlockchainAPI) VoteOnProposalRequest ¶
func (m *MockManagedBlockchainAPI) VoteOnProposalRequest(arg0 *managedblockchain.VoteOnProposalInput) (*request.Request, *managedblockchain.VoteOnProposalOutput)
VoteOnProposalRequest mocks base method
func (*MockManagedBlockchainAPI) VoteOnProposalWithContext ¶
func (m *MockManagedBlockchainAPI) VoteOnProposalWithContext(arg0 context.Context, arg1 *managedblockchain.VoteOnProposalInput, arg2 ...request.Option) (*managedblockchain.VoteOnProposalOutput, error)
VoteOnProposalWithContext mocks base method
type MockManagedBlockchainAPIMockRecorder ¶
type MockManagedBlockchainAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockManagedBlockchainAPIMockRecorder is the mock recorder for MockManagedBlockchainAPI
func (*MockManagedBlockchainAPIMockRecorder) CreateMember ¶
func (mr *MockManagedBlockchainAPIMockRecorder) CreateMember(arg0 interface{}) *gomock.Call
CreateMember indicates an expected call of CreateMember
func (*MockManagedBlockchainAPIMockRecorder) CreateMemberRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) CreateMemberRequest(arg0 interface{}) *gomock.Call
CreateMemberRequest indicates an expected call of CreateMemberRequest
func (*MockManagedBlockchainAPIMockRecorder) CreateMemberWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) CreateMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateMemberWithContext indicates an expected call of CreateMemberWithContext
func (*MockManagedBlockchainAPIMockRecorder) CreateNetwork ¶
func (mr *MockManagedBlockchainAPIMockRecorder) CreateNetwork(arg0 interface{}) *gomock.Call
CreateNetwork indicates an expected call of CreateNetwork
func (*MockManagedBlockchainAPIMockRecorder) CreateNetworkRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) CreateNetworkRequest(arg0 interface{}) *gomock.Call
CreateNetworkRequest indicates an expected call of CreateNetworkRequest
func (*MockManagedBlockchainAPIMockRecorder) CreateNetworkWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) CreateNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateNetworkWithContext indicates an expected call of CreateNetworkWithContext
func (*MockManagedBlockchainAPIMockRecorder) CreateNode ¶
func (mr *MockManagedBlockchainAPIMockRecorder) CreateNode(arg0 interface{}) *gomock.Call
CreateNode indicates an expected call of CreateNode
func (*MockManagedBlockchainAPIMockRecorder) CreateNodeRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) CreateNodeRequest(arg0 interface{}) *gomock.Call
CreateNodeRequest indicates an expected call of CreateNodeRequest
func (*MockManagedBlockchainAPIMockRecorder) CreateNodeWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) CreateNodeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateNodeWithContext indicates an expected call of CreateNodeWithContext
func (*MockManagedBlockchainAPIMockRecorder) CreateProposal ¶
func (mr *MockManagedBlockchainAPIMockRecorder) CreateProposal(arg0 interface{}) *gomock.Call
CreateProposal indicates an expected call of CreateProposal
func (*MockManagedBlockchainAPIMockRecorder) CreateProposalRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) CreateProposalRequest(arg0 interface{}) *gomock.Call
CreateProposalRequest indicates an expected call of CreateProposalRequest
func (*MockManagedBlockchainAPIMockRecorder) CreateProposalWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) CreateProposalWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateProposalWithContext indicates an expected call of CreateProposalWithContext
func (*MockManagedBlockchainAPIMockRecorder) DeleteMember ¶
func (mr *MockManagedBlockchainAPIMockRecorder) DeleteMember(arg0 interface{}) *gomock.Call
DeleteMember indicates an expected call of DeleteMember
func (*MockManagedBlockchainAPIMockRecorder) DeleteMemberRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) DeleteMemberRequest(arg0 interface{}) *gomock.Call
DeleteMemberRequest indicates an expected call of DeleteMemberRequest
func (*MockManagedBlockchainAPIMockRecorder) DeleteMemberWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) DeleteMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteMemberWithContext indicates an expected call of DeleteMemberWithContext
func (*MockManagedBlockchainAPIMockRecorder) DeleteNode ¶
func (mr *MockManagedBlockchainAPIMockRecorder) DeleteNode(arg0 interface{}) *gomock.Call
DeleteNode indicates an expected call of DeleteNode
func (*MockManagedBlockchainAPIMockRecorder) DeleteNodeRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) DeleteNodeRequest(arg0 interface{}) *gomock.Call
DeleteNodeRequest indicates an expected call of DeleteNodeRequest
func (*MockManagedBlockchainAPIMockRecorder) DeleteNodeWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) DeleteNodeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteNodeWithContext indicates an expected call of DeleteNodeWithContext
func (*MockManagedBlockchainAPIMockRecorder) GetMember ¶
func (mr *MockManagedBlockchainAPIMockRecorder) GetMember(arg0 interface{}) *gomock.Call
GetMember indicates an expected call of GetMember
func (*MockManagedBlockchainAPIMockRecorder) GetMemberRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) GetMemberRequest(arg0 interface{}) *gomock.Call
GetMemberRequest indicates an expected call of GetMemberRequest
func (*MockManagedBlockchainAPIMockRecorder) GetMemberWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) GetMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetMemberWithContext indicates an expected call of GetMemberWithContext
func (*MockManagedBlockchainAPIMockRecorder) GetNetwork ¶
func (mr *MockManagedBlockchainAPIMockRecorder) GetNetwork(arg0 interface{}) *gomock.Call
GetNetwork indicates an expected call of GetNetwork
func (*MockManagedBlockchainAPIMockRecorder) GetNetworkRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) GetNetworkRequest(arg0 interface{}) *gomock.Call
GetNetworkRequest indicates an expected call of GetNetworkRequest
func (*MockManagedBlockchainAPIMockRecorder) GetNetworkWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) GetNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetNetworkWithContext indicates an expected call of GetNetworkWithContext
func (*MockManagedBlockchainAPIMockRecorder) GetNode ¶
func (mr *MockManagedBlockchainAPIMockRecorder) GetNode(arg0 interface{}) *gomock.Call
GetNode indicates an expected call of GetNode
func (*MockManagedBlockchainAPIMockRecorder) GetNodeRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) GetNodeRequest(arg0 interface{}) *gomock.Call
GetNodeRequest indicates an expected call of GetNodeRequest
func (*MockManagedBlockchainAPIMockRecorder) GetNodeWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) GetNodeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetNodeWithContext indicates an expected call of GetNodeWithContext
func (*MockManagedBlockchainAPIMockRecorder) GetProposal ¶
func (mr *MockManagedBlockchainAPIMockRecorder) GetProposal(arg0 interface{}) *gomock.Call
GetProposal indicates an expected call of GetProposal
func (*MockManagedBlockchainAPIMockRecorder) GetProposalRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) GetProposalRequest(arg0 interface{}) *gomock.Call
GetProposalRequest indicates an expected call of GetProposalRequest
func (*MockManagedBlockchainAPIMockRecorder) GetProposalWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) GetProposalWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetProposalWithContext indicates an expected call of GetProposalWithContext
func (*MockManagedBlockchainAPIMockRecorder) ListInvitations ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListInvitations(arg0 interface{}) *gomock.Call
ListInvitations indicates an expected call of ListInvitations
func (*MockManagedBlockchainAPIMockRecorder) ListInvitationsPages ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListInvitationsPages(arg0, arg1 interface{}) *gomock.Call
ListInvitationsPages indicates an expected call of ListInvitationsPages
func (*MockManagedBlockchainAPIMockRecorder) ListInvitationsPagesWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListInvitationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListInvitationsPagesWithContext indicates an expected call of ListInvitationsPagesWithContext
func (*MockManagedBlockchainAPIMockRecorder) ListInvitationsRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListInvitationsRequest(arg0 interface{}) *gomock.Call
ListInvitationsRequest indicates an expected call of ListInvitationsRequest
func (*MockManagedBlockchainAPIMockRecorder) ListInvitationsWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListInvitationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListInvitationsWithContext indicates an expected call of ListInvitationsWithContext
func (*MockManagedBlockchainAPIMockRecorder) ListMembers ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListMembers(arg0 interface{}) *gomock.Call
ListMembers indicates an expected call of ListMembers
func (*MockManagedBlockchainAPIMockRecorder) ListMembersPages ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListMembersPages(arg0, arg1 interface{}) *gomock.Call
ListMembersPages indicates an expected call of ListMembersPages
func (*MockManagedBlockchainAPIMockRecorder) ListMembersPagesWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListMembersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListMembersPagesWithContext indicates an expected call of ListMembersPagesWithContext
func (*MockManagedBlockchainAPIMockRecorder) ListMembersRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListMembersRequest(arg0 interface{}) *gomock.Call
ListMembersRequest indicates an expected call of ListMembersRequest
func (*MockManagedBlockchainAPIMockRecorder) ListMembersWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListMembersWithContext indicates an expected call of ListMembersWithContext
func (*MockManagedBlockchainAPIMockRecorder) ListNetworks ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListNetworks(arg0 interface{}) *gomock.Call
ListNetworks indicates an expected call of ListNetworks
func (*MockManagedBlockchainAPIMockRecorder) ListNetworksPages ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListNetworksPages(arg0, arg1 interface{}) *gomock.Call
ListNetworksPages indicates an expected call of ListNetworksPages
func (*MockManagedBlockchainAPIMockRecorder) ListNetworksPagesWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListNetworksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListNetworksPagesWithContext indicates an expected call of ListNetworksPagesWithContext
func (*MockManagedBlockchainAPIMockRecorder) ListNetworksRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListNetworksRequest(arg0 interface{}) *gomock.Call
ListNetworksRequest indicates an expected call of ListNetworksRequest
func (*MockManagedBlockchainAPIMockRecorder) ListNetworksWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListNetworksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListNetworksWithContext indicates an expected call of ListNetworksWithContext
func (*MockManagedBlockchainAPIMockRecorder) ListNodes ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListNodes(arg0 interface{}) *gomock.Call
ListNodes indicates an expected call of ListNodes
func (*MockManagedBlockchainAPIMockRecorder) ListNodesPages ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListNodesPages(arg0, arg1 interface{}) *gomock.Call
ListNodesPages indicates an expected call of ListNodesPages
func (*MockManagedBlockchainAPIMockRecorder) ListNodesPagesWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListNodesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListNodesPagesWithContext indicates an expected call of ListNodesPagesWithContext
func (*MockManagedBlockchainAPIMockRecorder) ListNodesRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListNodesRequest(arg0 interface{}) *gomock.Call
ListNodesRequest indicates an expected call of ListNodesRequest
func (*MockManagedBlockchainAPIMockRecorder) ListNodesWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListNodesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListNodesWithContext indicates an expected call of ListNodesWithContext
func (*MockManagedBlockchainAPIMockRecorder) ListProposalVotes ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalVotes(arg0 interface{}) *gomock.Call
ListProposalVotes indicates an expected call of ListProposalVotes
func (*MockManagedBlockchainAPIMockRecorder) ListProposalVotesPages ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalVotesPages(arg0, arg1 interface{}) *gomock.Call
ListProposalVotesPages indicates an expected call of ListProposalVotesPages
func (*MockManagedBlockchainAPIMockRecorder) ListProposalVotesPagesWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalVotesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListProposalVotesPagesWithContext indicates an expected call of ListProposalVotesPagesWithContext
func (*MockManagedBlockchainAPIMockRecorder) ListProposalVotesRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalVotesRequest(arg0 interface{}) *gomock.Call
ListProposalVotesRequest indicates an expected call of ListProposalVotesRequest
func (*MockManagedBlockchainAPIMockRecorder) ListProposalVotesWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalVotesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListProposalVotesWithContext indicates an expected call of ListProposalVotesWithContext
func (*MockManagedBlockchainAPIMockRecorder) ListProposals ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListProposals(arg0 interface{}) *gomock.Call
ListProposals indicates an expected call of ListProposals
func (*MockManagedBlockchainAPIMockRecorder) ListProposalsPages ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalsPages(arg0, arg1 interface{}) *gomock.Call
ListProposalsPages indicates an expected call of ListProposalsPages
func (*MockManagedBlockchainAPIMockRecorder) ListProposalsPagesWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListProposalsPagesWithContext indicates an expected call of ListProposalsPagesWithContext
func (*MockManagedBlockchainAPIMockRecorder) ListProposalsRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalsRequest(arg0 interface{}) *gomock.Call
ListProposalsRequest indicates an expected call of ListProposalsRequest
func (*MockManagedBlockchainAPIMockRecorder) ListProposalsWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListProposalsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListProposalsWithContext indicates an expected call of ListProposalsWithContext
func (*MockManagedBlockchainAPIMockRecorder) ListTagsForResource ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
ListTagsForResource indicates an expected call of ListTagsForResource
func (*MockManagedBlockchainAPIMockRecorder) ListTagsForResourceRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest
func (*MockManagedBlockchainAPIMockRecorder) ListTagsForResourceWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext
func (*MockManagedBlockchainAPIMockRecorder) RejectInvitation ¶
func (mr *MockManagedBlockchainAPIMockRecorder) RejectInvitation(arg0 interface{}) *gomock.Call
RejectInvitation indicates an expected call of RejectInvitation
func (*MockManagedBlockchainAPIMockRecorder) RejectInvitationRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) RejectInvitationRequest(arg0 interface{}) *gomock.Call
RejectInvitationRequest indicates an expected call of RejectInvitationRequest
func (*MockManagedBlockchainAPIMockRecorder) RejectInvitationWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) RejectInvitationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RejectInvitationWithContext indicates an expected call of RejectInvitationWithContext
func (*MockManagedBlockchainAPIMockRecorder) TagResource ¶
func (mr *MockManagedBlockchainAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
TagResource indicates an expected call of TagResource
func (*MockManagedBlockchainAPIMockRecorder) TagResourceRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
TagResourceRequest indicates an expected call of TagResourceRequest
func (*MockManagedBlockchainAPIMockRecorder) TagResourceWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagResourceWithContext indicates an expected call of TagResourceWithContext
func (*MockManagedBlockchainAPIMockRecorder) UntagResource ¶
func (mr *MockManagedBlockchainAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
UntagResource indicates an expected call of UntagResource
func (*MockManagedBlockchainAPIMockRecorder) UntagResourceRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
UntagResourceRequest indicates an expected call of UntagResourceRequest
func (*MockManagedBlockchainAPIMockRecorder) UntagResourceWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagResourceWithContext indicates an expected call of UntagResourceWithContext
func (*MockManagedBlockchainAPIMockRecorder) UpdateMember ¶
func (mr *MockManagedBlockchainAPIMockRecorder) UpdateMember(arg0 interface{}) *gomock.Call
UpdateMember indicates an expected call of UpdateMember
func (*MockManagedBlockchainAPIMockRecorder) UpdateMemberRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) UpdateMemberRequest(arg0 interface{}) *gomock.Call
UpdateMemberRequest indicates an expected call of UpdateMemberRequest
func (*MockManagedBlockchainAPIMockRecorder) UpdateMemberWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) UpdateMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateMemberWithContext indicates an expected call of UpdateMemberWithContext
func (*MockManagedBlockchainAPIMockRecorder) UpdateNode ¶
func (mr *MockManagedBlockchainAPIMockRecorder) UpdateNode(arg0 interface{}) *gomock.Call
UpdateNode indicates an expected call of UpdateNode
func (*MockManagedBlockchainAPIMockRecorder) UpdateNodeRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) UpdateNodeRequest(arg0 interface{}) *gomock.Call
UpdateNodeRequest indicates an expected call of UpdateNodeRequest
func (*MockManagedBlockchainAPIMockRecorder) UpdateNodeWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) UpdateNodeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateNodeWithContext indicates an expected call of UpdateNodeWithContext
func (*MockManagedBlockchainAPIMockRecorder) VoteOnProposal ¶
func (mr *MockManagedBlockchainAPIMockRecorder) VoteOnProposal(arg0 interface{}) *gomock.Call
VoteOnProposal indicates an expected call of VoteOnProposal
func (*MockManagedBlockchainAPIMockRecorder) VoteOnProposalRequest ¶
func (mr *MockManagedBlockchainAPIMockRecorder) VoteOnProposalRequest(arg0 interface{}) *gomock.Call
VoteOnProposalRequest indicates an expected call of VoteOnProposalRequest
func (*MockManagedBlockchainAPIMockRecorder) VoteOnProposalWithContext ¶
func (mr *MockManagedBlockchainAPIMockRecorder) VoteOnProposalWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
VoteOnProposalWithContext indicates an expected call of VoteOnProposalWithContext