//
pkg.gl
Category
github.com/libonomy/libonomy-p2p
cmd
package
0.0.1
Repository:
https://github.com/libonomy/libonomy-p2p.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
1
Files
258 SLOC
#
Packages
p2p
package p2p cmd is the main executable for running p2p tests and simulations.
#
Functions
AddCommands
AddCommands adds cobra commands to the app.
EnsureCLIFlags
EnsureCLIFlags checks flag types and converts them.
NewBaseApp
NewBaseApp returns new basic application.
#
Variables
Branch
Branch is the git branch used to build the App.
Cancel
Cancel is a function used to initiate graceful shutdown.
Commit
Commit is the git commit used to build the app.
Ctx
Ctx is the node's main context.
Version
Version is the app's semantic version.
#
Structs
BaseApp
BaseApp is the base application command, provides basic init and flags for all executables and applications.