package
Version:
v0.26.0
Opens a new window with list of versions in this module.
Published: Jun 28, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ID ID `yaml:"-"`
Stage stage.Stage `yaml:"stage"`
StagePrio stage.StagePrio `yaml:"-"`
Steps []step.Config `yaml:"steps"`
Inputs []input.ID `yaml:"inputs,omitempty"`
Dependencies []ID `yaml:"depends,omitempty"`
}
Init initializes this config.
String returns the string of the ID.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.