Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ID ¶
type ID struct { // public_key of the peer (we no longer use the public key as the peer ID, but use it to verify messages) PublicKey []byte `json:"public_key,omitempty"` // address is the network address of the peer Address string `json:"address,omitempty"` // ID is the computed hash of the public key ID []byte `json:"id,omitempty"` }
ID of Supervisor
Click to show internal directories.
Click to hide internal directories.