Documentation
¶
Overview ¶
Package eval encapsulates the manner in which components and parameters are evaluated for qbec.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Components ¶
Components evaluates the specified components using the specific runtime parameters file and returns the result.
Types ¶
type Context ¶
type Context struct { App string // the application for which the evaluation is done Env string // the environment for which the evaluation is done VM *vm.VM // the base VM to use for eval Verbose bool // show generated code Concurrency int // concurrent components to evaluate, default 5 }
Context is the evaluation context
Click to show internal directories.
Click to hide internal directories.