runner

package
v0.0.0-...-31109ae Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2020 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Root   string   `mapstructure:"root"`
	TmpDir string   `mapstructure:"tmpDir"`
	Build  cfgBuild `mapstructure:"build"`
	Color  cfgColor `mapstructure:"color"`
	Log    cfgLog   `mapstructure:"log"`
	Misc   cfgMisc  `mapstructure:"misc"`
}

type Engine

type Engine struct {
	// contains filtered or unexported fields
}

Runner engine

func NewEngine

func NewEngine(config *Config, debugMode bool) (*Engine, error)

NewEngine create new runner engine

func (*Engine) Run

func (e *Engine) Run()

Run the runner engine

func (*Engine) Stop

func (e *Engine) Stop()

Stop the engine

Jump to

Keyboard shortcuts

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