Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gantry ¶
Gantry is the logic/orchestrator.
func (*Gantry) Build ¶
Build executes the build pipeline described by cfg:
- For each overlay, clone or open the repository and fetch the specified files.
- Merge all fetched files in order using Jsonnet.
- Write the result to cfg.OutputPath (if cfg.Write) or print it to g.Out.
func (Gantry) Error ¶
func (gantry Gantry) Error(msg interface{})
Error prints an error to the configured error writer.
func (Gantry) Output ¶
func (gantry Gantry) Output(msg interface{})
Output prints a normal message to stdout.
func (Gantry) OutputHeading ¶
func (gantry Gantry) OutputHeading(msg interface{})
OutputHeading prints a header to stdout.
Click to show internal directories.
Click to hide internal directories.