Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct {
DependsOn []string `yaml:"depends_on"` // DependsOn specify dag dependencies between sources
Name string
Kind string
Prefix string // Deprecated in favor of Transformers on 2021/01/3
Postfix string // Deprecated in favor of Transformers on 2021/01/3
Transformers transformer.Transformers
Replaces Replacers // Deprecated in favor of Transformers on 2021/01/3
Spec interface{}
Scm map[string]interface{}
}
Source defines how a value is retrieved from a specific source
Click to show internal directories.
Click to hide internal directories.