Documentation ¶
Index ¶
- type ChainScopedConfig
- func (_m *ChainScopedConfig) AppID() uuid.UUID
- func (_m *ChainScopedConfig) AuditLogger() coreconfig.AuditLogger
- func (_m *ChainScopedConfig) AutoPprof() coreconfig.AutoPprof
- func (_m *ChainScopedConfig) CosmosEnabled() bool
- func (_m *ChainScopedConfig) Database() coreconfig.Database
- func (_m *ChainScopedConfig) DefaultChainID() *big.Int
- func (_m *ChainScopedConfig) EVM() config.EVM
- func (_m *ChainScopedConfig) EVMEnabled() bool
- func (_m *ChainScopedConfig) EVMRPCEnabled() bool
- func (_m *ChainScopedConfig) Explorer() coreconfig.Explorer
- func (_m *ChainScopedConfig) Feature() coreconfig.Feature
- func (_m *ChainScopedConfig) FluxMonitor() coreconfig.FluxMonitor
- func (_m *ChainScopedConfig) Insecure() coreconfig.Insecure
- func (_m *ChainScopedConfig) InsecureFastScrypt() bool
- func (_m *ChainScopedConfig) JobPipeline() coreconfig.JobPipeline
- func (_m *ChainScopedConfig) Keeper() coreconfig.Keeper
- func (_m *ChainScopedConfig) Log() coreconfig.Log
- func (_m *ChainScopedConfig) LogConfiguration(log coreconfig.LogfFn)
- func (_m *ChainScopedConfig) Mercury() coreconfig.Mercury
- func (_m *ChainScopedConfig) OCR() coreconfig.OCR
- func (_m *ChainScopedConfig) OCR2() coreconfig.OCR2
- func (_m *ChainScopedConfig) P2P() coreconfig.P2P
- func (_m *ChainScopedConfig) Password() coreconfig.Password
- func (_m *ChainScopedConfig) Prometheus() coreconfig.Prometheus
- func (_m *ChainScopedConfig) Pyroscope() coreconfig.Pyroscope
- func (_m *ChainScopedConfig) RootDir() string
- func (_m *ChainScopedConfig) Sentry() coreconfig.Sentry
- func (_m *ChainScopedConfig) SetLogLevel(lvl zapcore.Level) error
- func (_m *ChainScopedConfig) SetLogSQL(logSQL bool)
- func (_m *ChainScopedConfig) SetPasswords(keystore *string, vrf *string)
- func (_m *ChainScopedConfig) ShutdownGracePeriod() time.Duration
- func (_m *ChainScopedConfig) SolanaEnabled() bool
- func (_m *ChainScopedConfig) StarkNetEnabled() bool
- func (_m *ChainScopedConfig) TelemetryIngress() coreconfig.TelemetryIngress
- func (_m *ChainScopedConfig) Threshold() coreconfig.Threshold
- func (_m *ChainScopedConfig) Validate() error
- func (_m *ChainScopedConfig) ValidateDB() error
- func (_m *ChainScopedConfig) WebServer() coreconfig.WebServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainScopedConfig ¶
ChainScopedConfig is an autogenerated mock type for the ChainScopedConfig type
func NewChainScopedConfig ¶
func NewChainScopedConfig(t mockConstructorTestingTNewChainScopedConfig) *ChainScopedConfig
NewChainScopedConfig creates a new instance of ChainScopedConfig. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ChainScopedConfig) AppID ¶
func (_m *ChainScopedConfig) AppID() uuid.UUID
AppID provides a mock function with given fields:
func (*ChainScopedConfig) AuditLogger ¶ added in v2.3.0
func (_m *ChainScopedConfig) AuditLogger() coreconfig.AuditLogger
AuditLogger provides a mock function with given fields:
func (*ChainScopedConfig) AutoPprof ¶ added in v2.3.0
func (_m *ChainScopedConfig) AutoPprof() coreconfig.AutoPprof
AutoPprof provides a mock function with given fields:
func (*ChainScopedConfig) CosmosEnabled ¶
func (_m *ChainScopedConfig) CosmosEnabled() bool
CosmosEnabled provides a mock function with given fields:
func (*ChainScopedConfig) Database ¶ added in v2.3.0
func (_m *ChainScopedConfig) Database() coreconfig.Database
Database provides a mock function with given fields:
func (*ChainScopedConfig) DefaultChainID ¶
func (_m *ChainScopedConfig) DefaultChainID() *big.Int
DefaultChainID provides a mock function with given fields:
func (*ChainScopedConfig) EVM ¶ added in v2.3.0
func (_m *ChainScopedConfig) EVM() config.EVM
EVM provides a mock function with given fields:
func (*ChainScopedConfig) EVMEnabled ¶
func (_m *ChainScopedConfig) EVMEnabled() bool
EVMEnabled provides a mock function with given fields:
func (*ChainScopedConfig) EVMRPCEnabled ¶
func (_m *ChainScopedConfig) EVMRPCEnabled() bool
EVMRPCEnabled provides a mock function with given fields:
func (*ChainScopedConfig) Explorer ¶ added in v2.3.0
func (_m *ChainScopedConfig) Explorer() coreconfig.Explorer
Explorer provides a mock function with given fields:
func (*ChainScopedConfig) Feature ¶ added in v2.3.0
func (_m *ChainScopedConfig) Feature() coreconfig.Feature
Feature provides a mock function with given fields:
func (*ChainScopedConfig) FluxMonitor ¶ added in v2.3.0
func (_m *ChainScopedConfig) FluxMonitor() coreconfig.FluxMonitor
FluxMonitor provides a mock function with given fields:
func (*ChainScopedConfig) Insecure ¶ added in v2.3.0
func (_m *ChainScopedConfig) Insecure() coreconfig.Insecure
Insecure provides a mock function with given fields:
func (*ChainScopedConfig) InsecureFastScrypt ¶
func (_m *ChainScopedConfig) InsecureFastScrypt() bool
InsecureFastScrypt provides a mock function with given fields:
func (*ChainScopedConfig) JobPipeline ¶ added in v2.3.0
func (_m *ChainScopedConfig) JobPipeline() coreconfig.JobPipeline
JobPipeline provides a mock function with given fields:
func (*ChainScopedConfig) Keeper ¶ added in v2.3.0
func (_m *ChainScopedConfig) Keeper() coreconfig.Keeper
Keeper provides a mock function with given fields:
func (*ChainScopedConfig) Log ¶ added in v2.3.0
func (_m *ChainScopedConfig) Log() coreconfig.Log
Log provides a mock function with given fields:
func (*ChainScopedConfig) LogConfiguration ¶
func (_m *ChainScopedConfig) LogConfiguration(log coreconfig.LogfFn)
LogConfiguration provides a mock function with given fields: log
func (*ChainScopedConfig) Mercury ¶ added in v2.3.0
func (_m *ChainScopedConfig) Mercury() coreconfig.Mercury
Mercury provides a mock function with given fields:
func (*ChainScopedConfig) OCR ¶ added in v2.3.0
func (_m *ChainScopedConfig) OCR() coreconfig.OCR
OCR provides a mock function with given fields:
func (*ChainScopedConfig) OCR2 ¶ added in v2.3.0
func (_m *ChainScopedConfig) OCR2() coreconfig.OCR2
OCR2 provides a mock function with given fields:
func (*ChainScopedConfig) P2P ¶ added in v2.3.0
func (_m *ChainScopedConfig) P2P() coreconfig.P2P
P2P provides a mock function with given fields:
func (*ChainScopedConfig) Password ¶ added in v2.3.0
func (_m *ChainScopedConfig) Password() coreconfig.Password
Password provides a mock function with given fields:
func (*ChainScopedConfig) Prometheus ¶ added in v2.3.0
func (_m *ChainScopedConfig) Prometheus() coreconfig.Prometheus
Prometheus provides a mock function with given fields:
func (*ChainScopedConfig) Pyroscope ¶ added in v2.3.0
func (_m *ChainScopedConfig) Pyroscope() coreconfig.Pyroscope
Pyroscope provides a mock function with given fields:
func (*ChainScopedConfig) RootDir ¶
func (_m *ChainScopedConfig) RootDir() string
RootDir provides a mock function with given fields:
func (*ChainScopedConfig) Sentry ¶ added in v2.3.0
func (_m *ChainScopedConfig) Sentry() coreconfig.Sentry
Sentry provides a mock function with given fields:
func (*ChainScopedConfig) SetLogLevel ¶
func (_m *ChainScopedConfig) SetLogLevel(lvl zapcore.Level) error
SetLogLevel provides a mock function with given fields: lvl
func (*ChainScopedConfig) SetLogSQL ¶
func (_m *ChainScopedConfig) SetLogSQL(logSQL bool)
SetLogSQL provides a mock function with given fields: logSQL
func (*ChainScopedConfig) SetPasswords ¶
func (_m *ChainScopedConfig) SetPasswords(keystore *string, vrf *string)
SetPasswords provides a mock function with given fields: keystore, vrf
func (*ChainScopedConfig) ShutdownGracePeriod ¶
func (_m *ChainScopedConfig) ShutdownGracePeriod() time.Duration
ShutdownGracePeriod provides a mock function with given fields:
func (*ChainScopedConfig) SolanaEnabled ¶
func (_m *ChainScopedConfig) SolanaEnabled() bool
SolanaEnabled provides a mock function with given fields:
func (*ChainScopedConfig) StarkNetEnabled ¶
func (_m *ChainScopedConfig) StarkNetEnabled() bool
StarkNetEnabled provides a mock function with given fields:
func (*ChainScopedConfig) TelemetryIngress ¶ added in v2.3.0
func (_m *ChainScopedConfig) TelemetryIngress() coreconfig.TelemetryIngress
TelemetryIngress provides a mock function with given fields:
func (*ChainScopedConfig) Threshold ¶ added in v2.3.0
func (_m *ChainScopedConfig) Threshold() coreconfig.Threshold
Threshold provides a mock function with given fields:
func (*ChainScopedConfig) Validate ¶
func (_m *ChainScopedConfig) Validate() error
Validate provides a mock function with given fields:
func (*ChainScopedConfig) ValidateDB ¶ added in v2.2.0
func (_m *ChainScopedConfig) ValidateDB() error
ValidateDB provides a mock function with given fields:
func (*ChainScopedConfig) WebServer ¶ added in v2.3.0
func (_m *ChainScopedConfig) WebServer() coreconfig.WebServer
WebServer provides a mock function with given fields: