Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutomationTestConfig ¶
type AutomationTestConfig interface {
ctf_config.GlobalTestConfig
tc.CommonTestConfig
tc.UpgradeableChainlinkTestConfig
tc.AutomationTestConfig
}
type FunctionsTestConfig ¶
type FunctionsTestConfig interface {
tc.CommonTestConfig
ctf_config.GlobalTestConfig
tc.FunctionsTestConfig
}
type KeeperBenchmarkTestConfig ¶
type KeeperBenchmarkTestConfig interface {
ctf_config.GlobalTestConfig
tc.CommonTestConfig
tc.KeeperTestConfig
ctf_config.NamedConfiguration
testreporters.GrafanaURLProvider
}
type MercuryOCRConfig ¶
type MercuryServerOpts ¶
type MercuryServerOpts struct {
Server struct {
DevMode bool
AutomaticMigrations bool
Service string
Port string
}
RPC struct {
PrivateKey string
NodePubKeys []string
Port string
}
Database struct {
Url string
WriterInstanceUrl string
EncryptionKey string
}
Bootstrap struct {
Username string
Password string
}
WSRPCUrlInternal string
WSRPCUrlExternal string
}
type MercuryServerType ¶
type MercuryServerType string
const ( MS_WSRPC MercuryServerType = "wsrpc" MS_WS MercuryServerType = "ws" MS_REST MercuryServerType = "rest" MS_ALL MercuryServerType = "all" )
type Ocr2TestConfig ¶
type Ocr2TestConfig interface {
ctf_config.GlobalTestConfig
tc.CommonTestConfig
tc.Ocr2TestConfig
}
type OcrTestConfig ¶
type OcrTestConfig interface {
ctf_config.GlobalTestConfig
tc.CommonTestConfig
tc.OcrTestConfig
ctf_config.SethConfig
}
type VRFv2PlusTestConfig ¶
type VRFv2PlusTestConfig interface {
tc.CommonTestConfig
ctf_config.GlobalTestConfig
tc.VRFv2PlusTestConfig
}
type VRFv2TestConfig ¶
type VRFv2TestConfig interface {
tc.CommonTestConfig
ctf_config.GlobalTestConfig
tc.VRFv2TestConfig
}
Click to show internal directories.
Click to hide internal directories.