Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSource ¶
type DataSource struct {
// contains filtered or unexported fields
}
func (*DataSource) Observe ¶
func (d *DataSource) Observe(ctx context.Context, reportTimestamp ocrtypes.ReportTimestamp) (*big.Int, error)
type Plugin ¶
type Plugin struct { loop.Plugin reportingplugins.MedianProviderServer // contains filtered or unexported fields }
func (*Plugin) NewReportingPluginFactory ¶
func (p *Plugin) NewReportingPluginFactory( ctx context.Context, config types.ReportingPluginServiceConfig, provider types.MedianProvider, pipelineRunner types.PipelineRunnerService, telemetry types.TelemetryClient, errorLog types.ErrorLog, keyValueStore types.KeyValueStore, ) (types.ReportingPluginFactory, error)
func (*Plugin) NewValidationService ¶ added in v2.11.0
Click to show internal directories.
Click to hide internal directories.