Documentation
¶
Overview ¶
Package syntheticstestschedulerimpl implements the syntheticstestsscheduler component interface
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provides ¶
type Provides struct {
Comp syntheticstestscheduler.Component
RCListener rctypes.ListenerProvider
}
Provides defines the output of the syntheticstestscheduler component
func NewComponent ¶
NewComponent creates a new syntheticstestscheduler component
type Requires ¶
type Requires struct {
Lifecycle compdef.Lifecycle
EpForwarder eventplatform.Component
Logger log.Component
Telemetry telemetry.Component
AgentConfig agentconfig.Component
HostnameService hostname.Component
Statsd statsd.ClientInterface
}
Requires defines the dependencies for the syntheticstestscheduler component
type SyntheticsTestCtx ¶
type SyntheticsTestCtx struct {
// contains filtered or unexported fields
}
SyntheticsTestCtx is the unit of work consumed by workers.
Click to show internal directories.
Click to hide internal directories.