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
}
type IBuilderInterface ¶
type IBuilderInterface interface {
Build() error
}
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
}
Click to show internal directories.
Click to hide internal directories.