Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultConfigBasename = "config" DefaultConfigType = "toml" )
Variables ¶
View Source
var BurrowCmd = &cobra.Command{ Use: "burrow", Short: "burrow is the node server of a burrow chain", Long: `burrow is the node server of a burrow chain. burrow combines a modular consensus engine and application manager to run a chain to suit your needs. Made with <3 by Monax Industries. Complete documentation is available at https://monax.io/docs ` + "\nVERSION:\n " + version.VERSION, Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, }
View Source
var DefaultConfigFilename = fmt.Sprintf("%s.%s", DefaultConfigBasename, DefaultConfigType)
Functions ¶
func AddCommands ¶
func AddCommands(do *definitions.Do)
func AddGlobalFlags ¶
func AddGlobalFlags(do *definitions.Do)
func NewCoreFromDo ¶
func NewCoreFromDo(do *definitions.Do) (*core.Core, error)
------------------------------------------------------------------------------ functions
func ServeRunner ¶
func ServeRunner(do *definitions.Do) func(*cobra.Command, []string)
ServeRunner() returns a command runner that prepares the environment and sets up the core for burrow to run. After the setup succeeds, it starts the core and waits for the core to terminate.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.