package
Version:
v0.0.0-...-9c5270f
Opens a new window with list of versions in this module.
Published: Jun 21, 2023
License: MPL-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Build struct {
State string `json:"state"`
Pipeline Pipeline `json:"pipeline"`
Branch string `json:"branch"`
WebUrl string `json:"web_url"`
}
type Pipeline struct {
Slug string `json:"slug"`
}
type PipelineSettings struct {
}
PipelineSettings defines the configuration properties for a pipeline
Settings defines the configuration properties for this module
NewSettingsFromYAML creates a new settings instance from a YAML config block
func (widget *Widget) Refresh()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.