Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OffchainClient ¶
type OffchainClient = deployment.OffchainClient
OffchainClient is an alias for the deployment.OffchainClient type for now until we migrate all reference over to the new offchain package.
type Provider ¶
type Provider interface {
// Initialize sets up the offchain client and returns the instance.
Initialize(ctx context.Context) (OffchainClient, error)
// Name returns a human-readable name for this provider.
Name() string
// OffchainClient returns the initialized offchain client instance.
// You must call Initialize before using this method.
OffchainClient() OffchainClient
}
Provider interface for offchain client providers.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package jd provides a comprehensive framework for interacting with Job Distributor (JD) services in the Chainlink Deployments Framework ecosystem.
|
Package jd provides a comprehensive framework for interacting with Job Distributor (JD) services in the Chainlink Deployments Framework ecosystem. |
Click to show internal directories.
Click to hide internal directories.