Documentation ¶
Index ¶
- type Client
- type CreateMemberFuture
- type CreateNetworkFuture
- type CreateNodeFuture
- type CreateProposalFuture
- type DeleteMemberFuture
- type DeleteNodeFuture
- type GetMemberFuture
- type GetNetworkFuture
- type GetNodeFuture
- type GetProposalFuture
- type ListInvitationsFuture
- type ListMembersFuture
- type ListNetworksFuture
- type ListNodesFuture
- type ListProposalVotesFuture
- type ListProposalsFuture
- type RejectInvitationFuture
- type UpdateMemberFuture
- type UpdateNodeFuture
- type VoteOnProposalFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateMember(ctx workflow.Context, input *managedblockchain.CreateMemberInput) (*managedblockchain.CreateMemberOutput, error) CreateMemberAsync(ctx workflow.Context, input *managedblockchain.CreateMemberInput) *CreateMemberFuture CreateNetwork(ctx workflow.Context, input *managedblockchain.CreateNetworkInput) (*managedblockchain.CreateNetworkOutput, error) CreateNetworkAsync(ctx workflow.Context, input *managedblockchain.CreateNetworkInput) *CreateNetworkFuture CreateNode(ctx workflow.Context, input *managedblockchain.CreateNodeInput) (*managedblockchain.CreateNodeOutput, error) CreateNodeAsync(ctx workflow.Context, input *managedblockchain.CreateNodeInput) *CreateNodeFuture CreateProposal(ctx workflow.Context, input *managedblockchain.CreateProposalInput) (*managedblockchain.CreateProposalOutput, error) CreateProposalAsync(ctx workflow.Context, input *managedblockchain.CreateProposalInput) *CreateProposalFuture DeleteMember(ctx workflow.Context, input *managedblockchain.DeleteMemberInput) (*managedblockchain.DeleteMemberOutput, error) DeleteMemberAsync(ctx workflow.Context, input *managedblockchain.DeleteMemberInput) *DeleteMemberFuture DeleteNode(ctx workflow.Context, input *managedblockchain.DeleteNodeInput) (*managedblockchain.DeleteNodeOutput, error) DeleteNodeAsync(ctx workflow.Context, input *managedblockchain.DeleteNodeInput) *DeleteNodeFuture GetMember(ctx workflow.Context, input *managedblockchain.GetMemberInput) (*managedblockchain.GetMemberOutput, error) GetMemberAsync(ctx workflow.Context, input *managedblockchain.GetMemberInput) *GetMemberFuture GetNetwork(ctx workflow.Context, input *managedblockchain.GetNetworkInput) (*managedblockchain.GetNetworkOutput, error) GetNetworkAsync(ctx workflow.Context, input *managedblockchain.GetNetworkInput) *GetNetworkFuture GetNode(ctx workflow.Context, input *managedblockchain.GetNodeInput) (*managedblockchain.GetNodeOutput, error) GetNodeAsync(ctx workflow.Context, input *managedblockchain.GetNodeInput) *GetNodeFuture GetProposal(ctx workflow.Context, input *managedblockchain.GetProposalInput) (*managedblockchain.GetProposalOutput, error) GetProposalAsync(ctx workflow.Context, input *managedblockchain.GetProposalInput) *GetProposalFuture ListInvitations(ctx workflow.Context, input *managedblockchain.ListInvitationsInput) (*managedblockchain.ListInvitationsOutput, error) ListInvitationsAsync(ctx workflow.Context, input *managedblockchain.ListInvitationsInput) *ListInvitationsFuture ListMembers(ctx workflow.Context, input *managedblockchain.ListMembersInput) (*managedblockchain.ListMembersOutput, error) ListMembersAsync(ctx workflow.Context, input *managedblockchain.ListMembersInput) *ListMembersFuture ListNetworks(ctx workflow.Context, input *managedblockchain.ListNetworksInput) (*managedblockchain.ListNetworksOutput, error) ListNetworksAsync(ctx workflow.Context, input *managedblockchain.ListNetworksInput) *ListNetworksFuture ListNodes(ctx workflow.Context, input *managedblockchain.ListNodesInput) (*managedblockchain.ListNodesOutput, error) ListNodesAsync(ctx workflow.Context, input *managedblockchain.ListNodesInput) *ListNodesFuture ListProposalVotes(ctx workflow.Context, input *managedblockchain.ListProposalVotesInput) (*managedblockchain.ListProposalVotesOutput, error) ListProposalVotesAsync(ctx workflow.Context, input *managedblockchain.ListProposalVotesInput) *ListProposalVotesFuture ListProposals(ctx workflow.Context, input *managedblockchain.ListProposalsInput) (*managedblockchain.ListProposalsOutput, error) ListProposalsAsync(ctx workflow.Context, input *managedblockchain.ListProposalsInput) *ListProposalsFuture RejectInvitation(ctx workflow.Context, input *managedblockchain.RejectInvitationInput) (*managedblockchain.RejectInvitationOutput, error) RejectInvitationAsync(ctx workflow.Context, input *managedblockchain.RejectInvitationInput) *RejectInvitationFuture UpdateMember(ctx workflow.Context, input *managedblockchain.UpdateMemberInput) (*managedblockchain.UpdateMemberOutput, error) UpdateMemberAsync(ctx workflow.Context, input *managedblockchain.UpdateMemberInput) *UpdateMemberFuture UpdateNode(ctx workflow.Context, input *managedblockchain.UpdateNodeInput) (*managedblockchain.UpdateNodeOutput, error) UpdateNodeAsync(ctx workflow.Context, input *managedblockchain.UpdateNodeInput) *UpdateNodeFuture VoteOnProposal(ctx workflow.Context, input *managedblockchain.VoteOnProposalInput) (*managedblockchain.VoteOnProposalOutput, error) VoteOnProposalAsync(ctx workflow.Context, input *managedblockchain.VoteOnProposalInput) *VoteOnProposalFuture }
type CreateMemberFuture ¶
func (*CreateMemberFuture) Get ¶
func (r *CreateMemberFuture) Get(ctx workflow.Context) (*managedblockchain.CreateMemberOutput, error)
type CreateNetworkFuture ¶
func (*CreateNetworkFuture) Get ¶
func (r *CreateNetworkFuture) Get(ctx workflow.Context) (*managedblockchain.CreateNetworkOutput, error)
type CreateNodeFuture ¶
func (*CreateNodeFuture) Get ¶
func (r *CreateNodeFuture) Get(ctx workflow.Context) (*managedblockchain.CreateNodeOutput, error)
type CreateProposalFuture ¶
func (*CreateProposalFuture) Get ¶
func (r *CreateProposalFuture) Get(ctx workflow.Context) (*managedblockchain.CreateProposalOutput, error)
type DeleteMemberFuture ¶
func (*DeleteMemberFuture) Get ¶
func (r *DeleteMemberFuture) Get(ctx workflow.Context) (*managedblockchain.DeleteMemberOutput, error)
type DeleteNodeFuture ¶
func (*DeleteNodeFuture) Get ¶
func (r *DeleteNodeFuture) Get(ctx workflow.Context) (*managedblockchain.DeleteNodeOutput, error)
type GetMemberFuture ¶
func (*GetMemberFuture) Get ¶
func (r *GetMemberFuture) Get(ctx workflow.Context) (*managedblockchain.GetMemberOutput, error)
type GetNetworkFuture ¶
func (*GetNetworkFuture) Get ¶
func (r *GetNetworkFuture) Get(ctx workflow.Context) (*managedblockchain.GetNetworkOutput, error)
type GetNodeFuture ¶
func (*GetNodeFuture) Get ¶
func (r *GetNodeFuture) Get(ctx workflow.Context) (*managedblockchain.GetNodeOutput, error)
type GetProposalFuture ¶
func (*GetProposalFuture) Get ¶
func (r *GetProposalFuture) Get(ctx workflow.Context) (*managedblockchain.GetProposalOutput, error)
type ListInvitationsFuture ¶
type ListInvitationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListInvitationsFuture) Get ¶
func (r *ListInvitationsFuture) Get(ctx workflow.Context) (*managedblockchain.ListInvitationsOutput, error)
type ListMembersFuture ¶
func (*ListMembersFuture) Get ¶
func (r *ListMembersFuture) Get(ctx workflow.Context) (*managedblockchain.ListMembersOutput, error)
type ListNetworksFuture ¶
func (*ListNetworksFuture) Get ¶
func (r *ListNetworksFuture) Get(ctx workflow.Context) (*managedblockchain.ListNetworksOutput, error)
type ListNodesFuture ¶
func (*ListNodesFuture) Get ¶
func (r *ListNodesFuture) Get(ctx workflow.Context) (*managedblockchain.ListNodesOutput, error)
type ListProposalVotesFuture ¶
type ListProposalVotesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListProposalVotesFuture) Get ¶
func (r *ListProposalVotesFuture) Get(ctx workflow.Context) (*managedblockchain.ListProposalVotesOutput, error)
type ListProposalsFuture ¶
func (*ListProposalsFuture) Get ¶
func (r *ListProposalsFuture) Get(ctx workflow.Context) (*managedblockchain.ListProposalsOutput, error)
type RejectInvitationFuture ¶
type RejectInvitationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RejectInvitationFuture) Get ¶
func (r *RejectInvitationFuture) Get(ctx workflow.Context) (*managedblockchain.RejectInvitationOutput, error)
type UpdateMemberFuture ¶
func (*UpdateMemberFuture) Get ¶
func (r *UpdateMemberFuture) Get(ctx workflow.Context) (*managedblockchain.UpdateMemberOutput, error)
type UpdateNodeFuture ¶
func (*UpdateNodeFuture) Get ¶
func (r *UpdateNodeFuture) Get(ctx workflow.Context) (*managedblockchain.UpdateNodeOutput, error)
type VoteOnProposalFuture ¶
func (*VoteOnProposalFuture) Get ¶
func (r *VoteOnProposalFuture) Get(ctx workflow.Context) (*managedblockchain.VoteOnProposalOutput, error)
Click to show internal directories.
Click to hide internal directories.