Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proposal ¶
type Proposal struct { Source uint8 Destination uint8 Data interface{} Type ProposalType MessageID string // MessageID identifies the message that created the proposal }
func NewProposal ¶
func NewProposal(source uint8, destination uint8, data interface{}, messageID string, propType ProposalType) *Proposal
type ProposalType ¶
type ProposalType string
Click to show internal directories.
Click to hide internal directories.