# Functions
NewBridgeResource constructs a new BridgeResource.
NewCronSpec generates a new CronSpec from a job.CronSpec.
NewDirectRequestSpec initializes a new DirectRequestSpec from a job.DirectRequestSpec.
NewETHKeyResource constructs a new ETHKeyResource from a Key.
NewEthTxResource generates a EthTxResource from an Eth.Tx.
No description provided by the author
NewExplorerStatus returns an initialized ExplorerStatus from the store.
NewFeedsManagerResource constructs a new FeedsManagerResource.
NewJobResources initializes a slice of JSONAPI feed manager resources.
NewFluxMonitorSpec initializes a new DirectFluxMonitorSpec from a job.FluxMonitorSpec.
No description provided by the author
NewJAIDInt32 converts an int32 into a JAID.
NewJAIDInt64 converts an int64 into a JAID.
NewJAIDUint converts an uint into a JAID.
No description provided by the author
NewJobResource initializes a new JSONAPI job resource.
NewJobResources initializes a slice of JSONAPI job resources.
NewKeeperSpec generates a new KeeperSpec from a job.KeeperSpec.
No description provided by the author
No description provided by the author
NewOffChainReportingSpec initializes a new OffChainReportingSpec from a job.OffchainReportingOracleSpec.
No description provided by the author
No description provided by the author
NewPipelineSpec generates a new PipelineSpec from a pipeline.Spec.
No description provided by the author
No description provided by the author
NewUserResource constructs a new UserResource.
No description provided by the author
No description provided by the author
No description provided by the author
NewWebhookSpec generates a new WebhookSpec from a job.WebhookSpec.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BridgeResource represents a Bridge JSONAPI resource.
No description provided by the author
CronSpec defines the spec details of a Cron Job.
CSAKeyResource represents a CSA key JSONAPI resource.
DirectRequestSpec defines the spec details of a DirectRequest Job.
ETHKeyResource represents a ETH key JSONAPI resource.
EthTxResource represents a Ethereum Transaction JSONAPI resource.
ExplorerStatus represents the connected server and status of the connection This is rendered as normal JSON (as opposed to a JSONAPI resource).
FeedsManagerResource represents a Feeds Manager JSONAPI resource.
FluxMonitorSpec defines the spec details of a FluxMonitor Job.
JAID represents a JSON API ID.
JobError represents errors on the job.
JobResource represents a JobResource.
KeeperSpec defines the spec details of a Keeper Job.
OCRKeysBundleResource represents a bundle of OCRs keys as JSONAPI resource.
OffChainReportingSpec defines the spec details of a OffChainReporting Job.
P2PKeyResource represents a P2P key JSONAPI resource.
PipelineSpec defines the spec details of the pipeline.
No description provided by the author
UserResource represents a User JSONAPI resource.
No description provided by the author
No description provided by the author
WebhookSpec defines the spec details of a Webhook Job.
# Type aliases
JobSpecType defines the the the spec type of the job.
NewETHKeyOption defines a functional option which allows customisation of the EthKeyResource.