Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuilderParams ¶
type BuilderParams struct {
Runner utils.RunnerInterface
Options Options
InputFile string
InstallConfigs utils.Configurations
Setup bool
BuildContext string
}
func (BuilderParams) GetInternalVars ¶
func (b BuilderParams) GetInternalVars() (vars InternalVars, err error)
type IBuilderInterface ¶
type IBuilderInterface interface {
Build() error
}
type InternalVars ¶
type Options ¶
type Options struct {
IntDir string
OutDir string
LockFile string
LogFile string
Generator string
Target string
Contexts []string
Filter string
Load string
Output string
Toolchain string
Jobs int
Quiet bool
Debug bool
Verbose bool
Clean bool
Schema bool
Packs bool
Rebuild bool
UpdateRte bool
UseContextSet bool
FrozenPacks bool
UseCbuild2CMake bool
NoDatabase bool
}
Click to show internal directories.
Click to hide internal directories.