Documentation ¶
Index ¶
- type GeneralConfig
- func (_m *GeneralConfig) AppID() uuid.UUID
- func (_m *GeneralConfig) AuditLogger() config.AuditLogger
- func (_m *GeneralConfig) AutoPprof() config.AutoPprof
- func (_m *GeneralConfig) ConfigTOML() (string, string)
- func (_m *GeneralConfig) CosmosConfigs() cosmos.CosmosConfigs
- func (_m *GeneralConfig) CosmosEnabled() bool
- func (_m *GeneralConfig) Database() config.Database
- func (_m *GeneralConfig) EVMConfigs() toml.EVMConfigs
- func (_m *GeneralConfig) EVMEnabled() bool
- func (_m *GeneralConfig) EVMRPCEnabled() bool
- func (_m *GeneralConfig) Feature() config.Feature
- func (_m *GeneralConfig) FluxMonitor() config.FluxMonitor
- func (_m *GeneralConfig) Insecure() config.Insecure
- func (_m *GeneralConfig) InsecureFastScrypt() bool
- func (_m *GeneralConfig) JobPipeline() config.JobPipeline
- func (_m *GeneralConfig) Keeper() config.Keeper
- func (_m *GeneralConfig) Log() config.Log
- func (_m *GeneralConfig) LogConfiguration(log config.LogfFn)
- func (_m *GeneralConfig) Mercury() config.Mercury
- func (_m *GeneralConfig) OCR() config.OCR
- func (_m *GeneralConfig) OCR2() config.OCR2
- func (_m *GeneralConfig) P2P() config.P2P
- func (_m *GeneralConfig) Password() config.Password
- func (_m *GeneralConfig) Prometheus() config.Prometheus
- func (_m *GeneralConfig) Pyroscope() config.Pyroscope
- func (_m *GeneralConfig) RootDir() string
- func (_m *GeneralConfig) Sentry() config.Sentry
- func (_m *GeneralConfig) SetLogLevel(lvl zapcore.Level) error
- func (_m *GeneralConfig) SetLogSQL(logSQL bool)
- func (_m *GeneralConfig) SetPasswords(keystore *string, vrf *string)
- func (_m *GeneralConfig) ShutdownGracePeriod() time.Duration
- func (_m *GeneralConfig) SolanaConfigs() solana.SolanaConfigs
- func (_m *GeneralConfig) SolanaEnabled() bool
- func (_m *GeneralConfig) StarkNetEnabled() bool
- func (_m *GeneralConfig) StarknetConfigs() starknet.StarknetConfigs
- func (_m *GeneralConfig) TelemetryIngress() config.TelemetryIngress
- func (_m *GeneralConfig) Threshold() config.Threshold
- func (_m *GeneralConfig) Validate() error
- func (_m *GeneralConfig) ValidateDB() error
- func (_m *GeneralConfig) WebServer() config.WebServer
- type RelayerChainInteroperators
- func (_m *RelayerChainInteroperators) ChainStatus(ctx context.Context, id relay.ID) (types.ChainStatus, error)
- func (_m *RelayerChainInteroperators) ChainStatuses(ctx context.Context, offset int, limit int) ([]types.ChainStatus, int, error)
- func (_m *RelayerChainInteroperators) Get(id relay.ID) (internal.Relayer, error)
- func (_m *RelayerChainInteroperators) LegacyCosmosChains() cosmos.LegacyChainContainer
- func (_m *RelayerChainInteroperators) LegacyEVMChains() evm.LegacyChainContainer
- func (_m *RelayerChainInteroperators) List(filter chainlink.FilterFn) chainlink.RelayerChainInteroperators
- func (_m *RelayerChainInteroperators) NodeStatuses(ctx context.Context, offset int, limit int, relayIDs ...relay.ID) ([]types.NodeStatus, int, error)
- func (_m *RelayerChainInteroperators) Services() []services.ServiceCtx
- func (_m *RelayerChainInteroperators) Slice() []internal.Relayer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeneralConfig ¶
GeneralConfig is an autogenerated mock type for the GeneralConfig type
func NewGeneralConfig ¶
func NewGeneralConfig(t mockConstructorTestingTNewGeneralConfig) *GeneralConfig
NewGeneralConfig creates a new instance of GeneralConfig. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*GeneralConfig) AppID ¶
func (_m *GeneralConfig) AppID() uuid.UUID
AppID provides a mock function with given fields:
func (*GeneralConfig) AuditLogger ¶ added in v2.3.0
func (_m *GeneralConfig) AuditLogger() config.AuditLogger
AuditLogger provides a mock function with given fields:
func (*GeneralConfig) AutoPprof ¶ added in v2.3.0
func (_m *GeneralConfig) AutoPprof() config.AutoPprof
AutoPprof provides a mock function with given fields:
func (*GeneralConfig) ConfigTOML ¶
func (_m *GeneralConfig) ConfigTOML() (string, string)
ConfigTOML provides a mock function with given fields:
func (*GeneralConfig) CosmosConfigs ¶
func (_m *GeneralConfig) CosmosConfigs() cosmos.CosmosConfigs
CosmosConfigs provides a mock function with given fields:
func (*GeneralConfig) CosmosEnabled ¶
func (_m *GeneralConfig) CosmosEnabled() bool
CosmosEnabled provides a mock function with given fields:
func (*GeneralConfig) Database ¶ added in v2.3.0
func (_m *GeneralConfig) Database() config.Database
Database provides a mock function with given fields:
func (*GeneralConfig) EVMConfigs ¶
func (_m *GeneralConfig) EVMConfigs() toml.EVMConfigs
EVMConfigs provides a mock function with given fields:
func (*GeneralConfig) EVMEnabled ¶
func (_m *GeneralConfig) EVMEnabled() bool
EVMEnabled provides a mock function with given fields:
func (*GeneralConfig) EVMRPCEnabled ¶
func (_m *GeneralConfig) EVMRPCEnabled() bool
EVMRPCEnabled provides a mock function with given fields:
func (*GeneralConfig) Feature ¶ added in v2.3.0
func (_m *GeneralConfig) Feature() config.Feature
Feature provides a mock function with given fields:
func (*GeneralConfig) FluxMonitor ¶ added in v2.3.0
func (_m *GeneralConfig) FluxMonitor() config.FluxMonitor
FluxMonitor provides a mock function with given fields:
func (*GeneralConfig) Insecure ¶ added in v2.3.0
func (_m *GeneralConfig) Insecure() config.Insecure
Insecure provides a mock function with given fields:
func (*GeneralConfig) InsecureFastScrypt ¶
func (_m *GeneralConfig) InsecureFastScrypt() bool
InsecureFastScrypt provides a mock function with given fields:
func (*GeneralConfig) JobPipeline ¶ added in v2.3.0
func (_m *GeneralConfig) JobPipeline() config.JobPipeline
JobPipeline provides a mock function with given fields:
func (*GeneralConfig) Keeper ¶ added in v2.3.0
func (_m *GeneralConfig) Keeper() config.Keeper
Keeper provides a mock function with given fields:
func (*GeneralConfig) Log ¶ added in v2.3.0
func (_m *GeneralConfig) Log() config.Log
Log provides a mock function with given fields:
func (*GeneralConfig) LogConfiguration ¶
func (_m *GeneralConfig) LogConfiguration(log config.LogfFn)
LogConfiguration provides a mock function with given fields: log
func (*GeneralConfig) Mercury ¶ added in v2.3.0
func (_m *GeneralConfig) Mercury() config.Mercury
Mercury provides a mock function with given fields:
func (*GeneralConfig) OCR ¶ added in v2.3.0
func (_m *GeneralConfig) OCR() config.OCR
OCR provides a mock function with given fields:
func (*GeneralConfig) OCR2 ¶ added in v2.3.0
func (_m *GeneralConfig) OCR2() config.OCR2
OCR2 provides a mock function with given fields:
func (*GeneralConfig) P2P ¶ added in v2.3.0
func (_m *GeneralConfig) P2P() config.P2P
P2P provides a mock function with given fields:
func (*GeneralConfig) Password ¶ added in v2.3.0
func (_m *GeneralConfig) Password() config.Password
Password provides a mock function with given fields:
func (*GeneralConfig) Prometheus ¶ added in v2.3.0
func (_m *GeneralConfig) Prometheus() config.Prometheus
Prometheus provides a mock function with given fields:
func (*GeneralConfig) Pyroscope ¶ added in v2.3.0
func (_m *GeneralConfig) Pyroscope() config.Pyroscope
Pyroscope provides a mock function with given fields:
func (*GeneralConfig) RootDir ¶
func (_m *GeneralConfig) RootDir() string
RootDir provides a mock function with given fields:
func (*GeneralConfig) Sentry ¶ added in v2.3.0
func (_m *GeneralConfig) Sentry() config.Sentry
Sentry provides a mock function with given fields:
func (*GeneralConfig) SetLogLevel ¶
func (_m *GeneralConfig) SetLogLevel(lvl zapcore.Level) error
SetLogLevel provides a mock function with given fields: lvl
func (*GeneralConfig) SetLogSQL ¶
func (_m *GeneralConfig) SetLogSQL(logSQL bool)
SetLogSQL provides a mock function with given fields: logSQL
func (*GeneralConfig) SetPasswords ¶
func (_m *GeneralConfig) SetPasswords(keystore *string, vrf *string)
SetPasswords provides a mock function with given fields: keystore, vrf
func (*GeneralConfig) ShutdownGracePeriod ¶
func (_m *GeneralConfig) ShutdownGracePeriod() time.Duration
ShutdownGracePeriod provides a mock function with given fields:
func (*GeneralConfig) SolanaConfigs ¶
func (_m *GeneralConfig) SolanaConfigs() solana.SolanaConfigs
SolanaConfigs provides a mock function with given fields:
func (*GeneralConfig) SolanaEnabled ¶
func (_m *GeneralConfig) SolanaEnabled() bool
SolanaEnabled provides a mock function with given fields:
func (*GeneralConfig) StarkNetEnabled ¶
func (_m *GeneralConfig) StarkNetEnabled() bool
StarkNetEnabled provides a mock function with given fields:
func (*GeneralConfig) StarknetConfigs ¶
func (_m *GeneralConfig) StarknetConfigs() starknet.StarknetConfigs
StarknetConfigs provides a mock function with given fields:
func (*GeneralConfig) TelemetryIngress ¶ added in v2.3.0
func (_m *GeneralConfig) TelemetryIngress() config.TelemetryIngress
TelemetryIngress provides a mock function with given fields:
func (*GeneralConfig) Threshold ¶ added in v2.3.0
func (_m *GeneralConfig) Threshold() config.Threshold
Threshold provides a mock function with given fields:
func (*GeneralConfig) Validate ¶
func (_m *GeneralConfig) Validate() error
Validate provides a mock function with given fields:
func (*GeneralConfig) ValidateDB ¶ added in v2.1.0
func (_m *GeneralConfig) ValidateDB() error
ValidateDB provides a mock function with given fields:
func (*GeneralConfig) WebServer ¶ added in v2.3.0
func (_m *GeneralConfig) WebServer() config.WebServer
WebServer provides a mock function with given fields:
type RelayerChainInteroperators ¶ added in v2.5.0
RelayerChainInteroperators is an autogenerated mock type for the RelayerChainInteroperators type
func NewRelayerChainInteroperators ¶ added in v2.5.0
func NewRelayerChainInteroperators(t mockConstructorTestingTNewRelayerChainInteroperators) *RelayerChainInteroperators
NewRelayerChainInteroperators creates a new instance of RelayerChainInteroperators. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*RelayerChainInteroperators) ChainStatus ¶ added in v2.5.0
func (_m *RelayerChainInteroperators) ChainStatus(ctx context.Context, id relay.ID) (types.ChainStatus, error)
ChainStatus provides a mock function with given fields: ctx, id
func (*RelayerChainInteroperators) ChainStatuses ¶ added in v2.5.0
func (_m *RelayerChainInteroperators) ChainStatuses(ctx context.Context, offset int, limit int) ([]types.ChainStatus, int, error)
ChainStatuses provides a mock function with given fields: ctx, offset, limit
func (*RelayerChainInteroperators) Get ¶ added in v2.5.0
Get provides a mock function with given fields: id
func (*RelayerChainInteroperators) LegacyCosmosChains ¶ added in v2.5.0
func (_m *RelayerChainInteroperators) LegacyCosmosChains() cosmos.LegacyChainContainer
LegacyCosmosChains provides a mock function with given fields:
func (*RelayerChainInteroperators) LegacyEVMChains ¶ added in v2.5.0
func (_m *RelayerChainInteroperators) LegacyEVMChains() evm.LegacyChainContainer
LegacyEVMChains provides a mock function with given fields:
func (*RelayerChainInteroperators) List ¶ added in v2.5.0
func (_m *RelayerChainInteroperators) List(filter chainlink.FilterFn) chainlink.RelayerChainInteroperators
List provides a mock function with given fields: filter
func (*RelayerChainInteroperators) NodeStatuses ¶ added in v2.5.0
func (_m *RelayerChainInteroperators) NodeStatuses(ctx context.Context, offset int, limit int, relayIDs ...relay.ID) ([]types.NodeStatus, int, error)
NodeStatuses provides a mock function with given fields: ctx, offset, limit, relayIDs
func (*RelayerChainInteroperators) Services ¶ added in v2.5.0
func (_m *RelayerChainInteroperators) Services() []services.ServiceCtx
Services provides a mock function with given fields:
func (*RelayerChainInteroperators) Slice ¶ added in v2.5.0
func (_m *RelayerChainInteroperators) Slice() []internal.Relayer
Slice provides a mock function with given fields: