app

package
v1.6.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 35 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrRunning = errors.New("app running")
	ErrService = errors.New("service")
	ErrInitDB  = errors.New("init database")
	ErrClose   = errors.New("close")
)

Functions

func InitApp added in v1.5.14

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,
	pPathTo string,
	pParallel uint64,
) types.IRunner

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL