package
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: May 25, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
OverwriteEntrypoint bool `json:"overwrite-entrypoint"`
Entrypoint []string `json:"entrypoint"`
Command []string `json:"command"`
}
type Pipeline struct {
Base string `json:"base"`
Statements []Statement `json:"statements"`
Config Config `json:"config"`
}
type Statement struct {
ID string `json:"id"`
Name string `json:"name"`
Options Options `json:"options"`
DependsOn []string `json:"depends-on"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.