Documentation ¶
Overview ¶
Package cmd is the base package for various sets of builds and executables created from go-libonomy
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the app's semantic version. Designed to be overwritten by make. Version string // Branch is the git branch used to build the App. Designed to be overwritten by make. Branch string // Commit is the git commit used to build the app. Designed to be overwritten by make. Commit string // Ctx is the node's main context. Ctx, _ = context.WithCancel(context.Background()) // Cancel is a function used to initiate graceful shutdown. Cancel = cancel )
Functions ¶
Types ¶
type BaseApp ¶
BaseApp is the base application command, provides basic init and flags for all executables and applications
func (*BaseApp) Initialize ¶
Initialize loads config, sets logger and listens to Ctrl ^C
Click to show internal directories.
Click to hide internal directories.