Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewControllerFromConfig ¶
func NewControllerFromConfig(ctx context.Context, cfg *Config) (*controller.Controller, error)
NewControllerFromConfig creates a controller.Controller instance based on the provided configuration.
Types ¶
type Config ¶
Config is the configuration type for this build.
func DefaultConfig ¶
func DefaultConfig() *Config
DefaultConfig returns a configuration with default values set.
func LoadFromFile ¶
LoadFromFile loads configuration from a YAML file.
type Controller ¶
type Controller = *controller.Controller
Controller is the active controller type for this build.
type ExecHandler ¶
type ExecHandler = controller.ExecHandler
ExecHandler is the handler type accepted by Controller.Exec.
Click to show internal directories.
Click to hide internal directories.