Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
resource.ResourceConfig `yaml:",inline"`
Replaces Replacers // Deprecated in favor of Transformers on 2021/01/3
}
Config struct defines a source configuration
type Source ¶
type Source struct {
Changelog string // Changelog holds the changelog description
Result string // Result stores the source result after a source run. This variable can't be set by an updatecli configuration
Output string // Output contains the value retrieved from a source
Config Config // Config defines a source specifications
Scm *scm.ScmHandler
}
Source defines how a value is retrieved from a specific source
Click to show internal directories.
Click to hide internal directories.