Documentation
¶
Overview ¶
Package targets is its own package to break the import cycle where runtime is importing testcomponents (instead of e.g. runtime_test importing testcomponents)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Targets ¶
type Targets struct {
// contains filtered or unexported fields
}
Targets implements the testcomponents.targets component, where it always emits its input as an output.
func NewTargets ¶
func NewTargets(o component.Options, cfg TargetsConfig) (*Targets, error)
NewTargets creates a new targets component.
type TargetsConfig ¶
TargetsConfig configures the testcomponents.targets component.
type TargetsExports ¶
TargetsExports describes exported fields for the testcomponents.targets component.
Click to show internal directories.
Click to hide internal directories.