package
0.1.20
Repository: https://github.com/indra-labs/indra.git
Documentation: pkg.go.dev

# Functions

GenerateSeed returns a cryptographically secure random seed that can be used as the input for the NewMaster function to generate a new master node.
GetConfigBase creates an option set that should go in the root of a Command specification for an application, providing a data directory path and config file path.
GetExampleCommands returns available subcommands in hypothetical Parallelcoin Pod example for testing (derived from btcd and btcwallet plus parallelcoin GUI and kopach miner).
Help is a default top level command that is injected into a Command at the top level to provide an interface to finding the documentation embedded in the options and commands definitions.
No description provided by the author
IndentTextBlock adds an arbitrary number of tabs to the front of a text block that is presumed to already be flowed to ~80 columns.
Init sets up a Command to be ready to use.

# Constants

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Command is a specification for a command and can include any number of subcommands, and for each Command a list of options.
No description provided by the author
Entry
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
Commands are a slice of Command entries.
No description provided by the author
No description provided by the author
No description provided by the author