Documentation ¶ Index ¶ Variables func InitApp(pArgs []string, pDefaultPath string) (types.IRunner, error) func NewApp(pCfg config.IConfig, pPathTo string) types.IRunner Constants ¶ This section is empty. Variables ¶ View Source var ( ErrRunning = errors.New("app running") ErrService = errors.New("service") ErrInitSTG = errors.New("init storage") ErrClose = errors.New("close") ) Functions ¶ func InitApp ¶ func InitApp(pArgs []string, pDefaultPath string) (types.IRunner, error) func NewApp ¶ func NewApp( pCfg config.IConfig, pPathTo string, ) 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 init_storage.go Click to show internal directories. Click to hide internal directories.