Documentation ¶
Overview ¶
Package app is a multi-function universal binary that does all the things.
Parallelcoin Pod ¶
This is the heart of configuration and coordination of the parts that compose the parallelcoin Pod - Ctl, Node and Wallet, and the extended, combined Shell and the Gio GUI.
Index ¶
- Constants
- func Check(err error) bool
- func Debug(a ...interface{})
- func Debugc(fn func() string)
- func Debugf(format string, a ...interface{})
- func Debugs(a interface{})
- func Error(a ...interface{})
- func Errorc(fn func() string)
- func Errorf(format string, a ...interface{})
- func Errors(a interface{})
- func Fatal(a ...interface{})
- func Fatalc(fn func() string)
- func Fatalf(format string, a ...interface{})
- func Fatals(a interface{})
- func GetApp(cx *conte.Xt) (a *cli.App)
- func Info(a ...interface{})
- func Infoc(fn func() string)
- func Infof(format string, a ...interface{})
- func Infos(a interface{})
- func KopachHandle(cx *conte.Xt) func(c *cli.Context) (err error)
- func Main() int
- func ShellHandle(cx *conte.Xt) func(c *cli.Context) (err error)
- func Trace(a ...interface{})
- func Tracec(fn func() string)
- func Tracef(format string, a ...interface{})
- func Traces(a interface{})
- func WalletHandle(cx *conte.Xt) func(c *cli.Context) (err error)
- func Warn(a ...interface{})
- func Warnc(fn func() string)
- func Warnf(format string, a ...interface{})
- func Warns(a interface{})
Constants ¶
View Source
const ( Name = "pod" PARSER = "json" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.