Documentation
¶
Index ¶
Constants ¶
View Source
const ( // OmittedDefaultFlagValue is used whenever a flag is required but no reasonable default value can be provided. // In most cases, this forces the user to specify the flag value to avoid unintended behavior. OmittedDefaultFlagValue = "intentionally omitting default" FlagLogLevel = "log-level" FlagLogLevelUsage = "The logging level (debug|info|warn|error)" DefaultLogLevel = "info" FlagLogOutput = "log-output" FlagLogOutputUsage = "The logging output (file path); defaults to stdout" DefaultLogOutput = "-" FlagPassphrase = "passphrase" FlagPassphraseShort = "p" FlagPassphraseUsage = "" /* 139-byte string literal not displayed */ FlagNoPassphrase = "no-passphrase" FlagNoPassphraseUsage = "attempt to use an empty passphrase to decrypt the exported Morse key file for signing" FlagInputFile = "input-file" FlagInputFileUsage = "An absolute or relative path to an input file that can be used to read data from. This will not be overwritten." FlagOutputFile = "output-file" FlagOutputFileUsage = "" /* 156-byte string literal not displayed */ FlagNetwork = "network" FlagNetworkUsage = "" /* 133-byte string literal not displayed */ DefaultNetwork = "" FlagFaucetBaseURL = "base-url" FlagFaucetBaseURLUsage = "The base URL of the Pocket Network Faucet" // TODO_UP_NEXT(@bryanchriswhite): Update to the MainNet URL once available. DefaultFaucetBaseURL = "https://shannon-testnet-grove-faucet.beta.poktroll.com" FaucetConfigPath = "faucet-config-path" // TODO_UP_NEXT(@bryanchriswhite): explicitly set config. FaucetConfigPathUsage = "Path to the faucet config yaml file ($HOME/.{pocket,poktroll} and PWD are searched by default)" DefaultFaucetConfigPath = "" FaucetListenAddress = "listen-address" FaucetListenAddressUsage = "The listen address of the Pocket Network Faucet in the form of host:port" DefaultFaucetListenAddress = "0.0.0.0:8080" LocalNetworkName = "local" AlphaNetworkName = "alpha" BetaNetworkName = "beta" MainNetworkName = "main" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.