cmd

package
v0.0.0-...-03fe75f Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	HALT engineMsg = iota
	CONTINUE
)

Variables

View Source
var Threads int

the number of concurrent processes (threads) to try to use (from cobra)

Functions

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

type Config

type Config struct {
	LogLevel   string `mapstructure:"log_level"`
	LogFile    string `mapstructure:"log_file"`
	Substeps   int    `mapstructure:"substeps"`
	RandomSeed int64  `mapstructure:"random_seed"`
	PluginDir  string `mapstructure:"plugin_dir"`
}

Jump to

Keyboard shortcuts

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