Documentation ¶ Index ¶ Variables func InitApp(pArgs []string, pDefaultPath, pDefaultKey string, pDefaultParallel uint64) (types.IRunner, error) func NewApp(pCfg config.IConfig, pPrivKey asymmetric.IPrivKey, pParallel uint64) types.IRunner Constants ¶ This section is empty. Variables ¶ View Source var ( ErrRunning = errors.New("app running") ErrService = errors.New("service") ErrClose = errors.New("close") ) Functions ¶ func InitApp ¶ func InitApp(pArgs []string, pDefaultPath, pDefaultKey string, pDefaultParallel uint64) (types.IRunner, error) initApp work with the raw data = read files, read args func NewApp ¶ func NewApp( pCfg config.IConfig, pPrivKey asymmetric.IPrivKey, pParallel uint64, ) types.IRunner Types ¶ This section is empty. Source Files ¶ View all Source files app.go errors.go init_app.go init_pprof.go init_service.go Click to show internal directories. Click to hide internal directories.