Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDeleteJobsCommand ¶
func NewDeleteJobsCommand() *deleteJobs
func NewDeployJobSpecsCommand ¶
func NewDeployJobSpecsCommand() *deployJobSpecs
func NewGenerateJobSpecsCommand ¶
func NewGenerateJobSpecsCommand() *generateJobSpecs
func NewGenerateOCR2ConfigCommand ¶
func NewGenerateOCR2ConfigCommand() *generateOCR2Config
Types ¶
type OracleConfigSource ¶ added in v1.13.0
type OracleConfigSource struct { MaxQueryLengthBytes uint32 MaxObservationLengthBytes uint32 MaxReportLengthBytes uint32 MaxRequestBatchSize uint32 DefaultAggregationMethod int32 UniqueReports bool DeltaProgressMillis uint32 DeltaResendMillis uint32 DeltaRoundMillis uint32 DeltaGraceMillis uint32 DeltaStageMillis uint32 MaxRoundsPerEpoch uint8 TransmissionSchedule []int MaxDurationQueryMillis uint32 MaxDurationObservationMillis uint32 MaxDurationReportMillis uint32 MaxDurationAcceptMillis uint32 MaxDurationTransmitMillis uint32 MaxFaultyOracles int }
type TopLevelConfigSource ¶ added in v1.13.0
type TopLevelConfigSource struct {
OracleConfig OracleConfigSource
}
NOTE: Field names need to match what's in the JSON input file (see sample_config.json)
Click to show internal directories.
Click to hide internal directories.