Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BuilderTypeConfig = []byte{} /* 1934 elements not displayed */
BuilderTypeConfig - do not edit
View Source
var ModuleTypeConfig = []byte{} /* 1784 elements not displayed */
ModuleTypeConfig - do not edit
Functions ¶
func CmdConverter ¶
CmdConverter - path and commands to execute
Types ¶
type Builders ¶
type Builders struct {
Version string `yaml:"version"`
Builders []builder `yaml:"builders"`
}
Builders list of commands to execute
type CommandList ¶
CommandList - list of command to execute
func CommandProvider ¶
func CommandProvider(modules mta.Module) (CommandList, error)
CommandProvider - Get build command's to execute noinspection GoExportedFuncWithUnexportedType
type Commands ¶
type Commands struct {
Command string `yaml:"command"`
}
Commands - specific command
type ModuleTypes ¶
type ModuleTypes struct {
Version string `yaml:"version"`
ModuleTypes []moduleType `yaml:"module-types"`
}
ModuleTypes - list of commands or builders related to specific module type
Click to show internal directories.
Click to hide internal directories.