Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CfgBind defines the config flag of the network bind address. CfgBind = "network.bindAddress" // CfgExternal defines the config flag of the network external address. CfgExternal = "network.externalAddress" // CfgPort defines the config flag of the autopeering port. CfgPort = "autopeering.port" // CfgSeed defines the config flag of the autopeering private key seed. CfgSeed = "autopeering.seed" )
Variables ¶
This section is empty.
Functions ¶
func GetInstance ¶
GetInstance returns the instance of the local peer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.