Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CommandsConfig = []byte{} /* 1245 elements not displayed */
CommandsConfig - do not edit
View Source
var CustomCommandsConfig = []byte{} /* 1201 elements not displayed */
CustomCommandsConfig - 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.