validate

package
v2.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2024 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ToLocalConfig

func ToLocalConfig(ocr2Config OCR2Config, insConf InsecureConfig, spec job.OCR2OracleSpec) (types.LocalConfig, error)

ToLocalConfig creates a OCR2 LocalConfig from the global config and the OCR2 spec.

func ValidatedOracleSpecToml

func ValidatedOracleSpecToml(config OCR2Config, insConf InsecureConfig, tomlString string) (job.Job, error)

ValidatedOracleSpecToml validates an oracle spec that came from TOML

Types

type Config

type Config struct {
	Pipelines    []PipelineSpec `json:"pipelines"`
	PluginConfig map[string]any `json:"pluginConfig"`
}

type InsecureConfig added in v2.3.0

type InsecureConfig interface {
	OCRDevelopmentMode() bool
}

type OCR2Config added in v2.3.0

type OCR2Config interface {
	BlockchainTimeout() time.Duration
	ContractConfirmations() uint16
	ContractPollInterval() time.Duration
	ContractTransmitterTransmitTimeout() time.Duration
	DatabaseTimeout() time.Duration
	TraceLogging() bool
}

OCR2Config contains OCR2 configurations for a job.

type OCR2GenericPluginConfig added in v2.8.0

type OCR2GenericPluginConfig struct {
	// contains filtered or unexported fields
}

func (*OCR2GenericPluginConfig) UnmarshalJSON added in v2.8.0

func (o *OCR2GenericPluginConfig) UnmarshalJSON(data []byte) error

type PipelineSpec added in v2.8.0

type PipelineSpec struct {
	Name string `json:"name"`
	Spec string `json:"spec"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL