Versions in this module Expand all Collapse all v1 v1.1.0 Aug 7, 2026 Changes in this version + type DSOpts interface + ConfigDigest func() ocrtypes.ConfigDigest + LifeCycleStage func() llotypes.LifeCycleStage + ObservationTimestamp func() time.Time + SeqNr func() uint64 + VerboseLogging func() bool + func NewDSOpts(verboseLogging bool, seqNr uint64, configDigest ocrtypes.ConfigDigest, ...) DSOpts + type DataSource interface + Observe func(ctx context.Context, streamValues protocol.StreamValues, opts DSOpts) error