Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { Name string `yaml:"name"` Integrations []IntegrationConfig `yaml:"integrations"` Every time.Duration `yaml:"every"` }
Represents a component to watch within a project
type IntegrationConfig ¶
type IntegrationConfig struct { // An integration name Name string `yaml:"name"` // Any integration-specific configuration that should be passed to the integration Config map[string]string `yaml:"config"` // Variables that should be exported to scope // // @ means passthrough Export []string `yaml:"export"` }
Click to show internal directories.
Click to hide internal directories.