Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // Sources are all source files to validate. Sources map[string][]byte // ServiceDefinitions is used to validate service config. ServiceDefinitions []service.Definition // ComponentRegistry is used to validate component config. ComponentRegistry component.Registry // MinStability is the minimum stability level of features that can be used by the collector. It is defined by // the user, for example, via command-line flags. MinStability featuregate.Stability }
Click to show internal directories.
Click to hide internal directories.