Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipelineRunnerAdapter ¶
type PipelineRunnerAdapter struct {
// contains filtered or unexported fields
}
func NewPipelineRunnerAdapter ¶
func NewPipelineRunnerAdapter(logger logger.Logger, job job.Job, runner pipelineRunner) *PipelineRunnerAdapter
func (*PipelineRunnerAdapter) ExecuteRun ¶
type RelayGetter ¶ added in v2.12.0
type RelayerSet ¶ added in v2.12.0
type RelayerSet struct {
// contains filtered or unexported fields
}
func NewRelayerSet ¶ added in v2.12.0
func NewRelayerSet(relayGetter RelayGetter, externalJobID uuid.UUID, jobID int32, isNew bool) (*RelayerSet, error)
type TelemetryAdapter ¶
type TelemetryAdapter struct {
// contains filtered or unexported fields
}
func NewTelemetryAdapter ¶
func NewTelemetryAdapter(endpointGen telemetry.MonitoringEndpointGenerator) *TelemetryAdapter
Click to show internal directories.
Click to hide internal directories.