package
0.0.0-20210301081109-a173fca9e8fd
Repository: https://github.com/drep-project/drep-chain.git
Documentation: pkg.go.dev

# Functions

GetServiceTag read service tag name to match service that has added in.
NewApp create a new app.

# Variables

CommandHelpTemplate general template of command.
ConfigFileFlag general config file flag.
ErrConfigiNotFound print error msg.
ErrNotMatchedService print error msg.
ErrServiceNotFound print error msg.
HomeDirFlag general home directory flag.
PprofFlag general pprof flag.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

API describes the set of methods offered over the RPC interface.
CommonConfig read before app run,this fuction shared by other moudles.
DrepApp based on the cli.App, the module service operation is encapsulated.
ExecuteContext centralizes all the data and global parameters of application execution, and each service can read the part it needs.

# Interfaces

OrService define interface of OrService.
Service can customize their own configuration, command parameters, interfaces, services.

# Type aliases

Option type definition.