Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultConfigFile is DefaultConfigFile = filepath.Join(PodCtlHomeDir, "conf.json") // DefaultRPCCertFile is DefaultRPCCertFile = filepath.Join(NodeHomeDir, "rpc.cert") // DefaultRPCServer is DefaultRPCServer = "127.0.0.1:11048" // DefaultWallet is DefaultWallet = "127.0.0.1:11046" // DefaultWalletCertFile is DefaultWalletCertFile = filepath.Join(SPVHomeDir, "rpc.cert") // NodeHomeDir is NodeHomeDir = util.AppDataDir("pod", false) // PodCtlHomeDir is PodCtlHomeDir = util.AppDataDir("pod/ctl", false) // SPVHomeDir is SPVHomeDir = util.AppDataDir("pod/spv", false) )
nolint
HelpPrint is the uninitialized help print function
View Source
var Version = version
Version is exported so controlling apps can print this information
Functions ¶
func ListCommands ¶
func ListCommands()
ListCommands categorizes and lists all of the usable commands along with their one-line usage.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.