Documentation ¶
Index ¶
- type DKG
- func (dkg *DKG) Close() error
- func (dkg *DKG) Observation(ctx context.Context, repts types.ReportTimestamp, query types.Query) (types.Observation, error)
- func (dkg *DKG) Query(ctx context.Context, repts types.ReportTimestamp) (types.Query, error)
- func (dkg *DKG) Report(ctx context.Context, repts types.ReportTimestamp, query types.Query, ...) (bool, types.Report, error)
- func (dkg *DKG) ShouldAcceptFinalizedReport(ctx context.Context, repts types.ReportTimestamp, report types.Report) (bool, error)
- func (dkg *DKG) ShouldTransmitAcceptedReport(ctx context.Context, repts types.ReportTimestamp, report types.Report) (bool, error)
- type DKGContainer
- type DKGFactory
- type ParsedAttributedObservation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DKG ¶
type DKG struct {
// contains filtered or unexported fields
}
func (*DKG) Observation ¶
func (dkg *DKG) Observation(ctx context.Context, repts types.ReportTimestamp, query types.Query) (types.Observation, error)
func (*DKG) ShouldAcceptFinalizedReport ¶
type DKGContainer ¶
type DKGContainer struct {
// contains filtered or unexported fields
}
func (*DKGContainer) GetPluginFactory ¶
func (d *DKGContainer) GetPluginFactory() (ocr2types.ReportingPluginFactory, error)
func (*DKGContainer) GetServices ¶
func (d *DKGContainer) GetServices() ([]job.ServiceCtx, error)
type DKGFactory ¶
type DKGFactory struct {
// contains filtered or unexported fields
}
func (DKGFactory) NewReportingPlugin ¶
func (fac DKGFactory) NewReportingPlugin(configuration types.ReportingPluginConfig) (types.ReportingPlugin, types.ReportingPluginInfo, error)
Click to show internal directories.
Click to hide internal directories.