Documentation ¶
Index ¶
Constants ¶
View Source
const Version0 = "0"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemberStatus ¶
type MemberStatus int
MemberStatus represents the approval status of a peer
const ( Unknown MemberStatus = iota // iota provides automatic enumeration. Here, Pending = 0 Pending // Pending = 1 Approved // Approved = 2 )
Click to show internal directories.
Click to hide internal directories.