mocks

package
v1.13.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2023 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GeneralConfig

type GeneralConfig struct {
	mock.Mock
}

GeneralConfig is an autogenerated mock type for the GeneralConfig type

func NewGeneralConfig added in v1.6.0

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) AdvisoryLockCheckInterval added in v1.2.0

func (_m *GeneralConfig) AdvisoryLockCheckInterval() time.Duration

AdvisoryLockCheckInterval provides a mock function with given fields:

func (*GeneralConfig) AdvisoryLockID added in v1.2.0

func (_m *GeneralConfig) AdvisoryLockID() int64

AdvisoryLockID provides a mock function with given fields:

func (*GeneralConfig) AllowOrigins

func (_m *GeneralConfig) AllowOrigins() string

AllowOrigins provides a mock function with given fields:

func (*GeneralConfig) AppID

func (_m *GeneralConfig) AppID() uuid.UUID

AppID provides a mock function with given fields:

func (*GeneralConfig) AuditLoggerEnabled added in v1.10.0

func (_m *GeneralConfig) AuditLoggerEnabled() bool

AuditLoggerEnabled provides a mock function with given fields:

func (*GeneralConfig) AuditLoggerEnvironment added in v1.10.0

func (_m *GeneralConfig) AuditLoggerEnvironment() string

AuditLoggerEnvironment provides a mock function with given fields:

func (*GeneralConfig) AuditLoggerForwardToUrl added in v1.10.0

func (_m *GeneralConfig) AuditLoggerForwardToUrl() (models.URL, error)

AuditLoggerForwardToUrl provides a mock function with given fields:

func (*GeneralConfig) AuditLoggerHeaders added in v1.10.0

func (_m *GeneralConfig) AuditLoggerHeaders() (audit.ServiceHeaders, error)

AuditLoggerHeaders provides a mock function with given fields:

func (*GeneralConfig) AuditLoggerJsonWrapperKey added in v1.10.0

func (_m *GeneralConfig) AuditLoggerJsonWrapperKey() string

AuditLoggerJsonWrapperKey provides a mock function with given fields:

func (*GeneralConfig) AuthenticatedRateLimit

func (_m *GeneralConfig) AuthenticatedRateLimit() int64

AuthenticatedRateLimit provides a mock function with given fields:

func (*GeneralConfig) AuthenticatedRateLimitPeriod

func (_m *GeneralConfig) AuthenticatedRateLimitPeriod() models.Duration

AuthenticatedRateLimitPeriod provides a mock function with given fields:

func (*GeneralConfig) AutoPprofBlockProfileRate

func (_m *GeneralConfig) AutoPprofBlockProfileRate() int

AutoPprofBlockProfileRate provides a mock function with given fields:

func (*GeneralConfig) AutoPprofCPUProfileRate

func (_m *GeneralConfig) AutoPprofCPUProfileRate() int

AutoPprofCPUProfileRate provides a mock function with given fields:

func (*GeneralConfig) AutoPprofEnabled

func (_m *GeneralConfig) AutoPprofEnabled() bool

AutoPprofEnabled provides a mock function with given fields:

func (*GeneralConfig) AutoPprofGatherDuration

func (_m *GeneralConfig) AutoPprofGatherDuration() models.Duration

AutoPprofGatherDuration provides a mock function with given fields:

func (*GeneralConfig) AutoPprofGatherTraceDuration

func (_m *GeneralConfig) AutoPprofGatherTraceDuration() models.Duration

AutoPprofGatherTraceDuration provides a mock function with given fields:

func (*GeneralConfig) AutoPprofGoroutineThreshold

func (_m *GeneralConfig) AutoPprofGoroutineThreshold() int

AutoPprofGoroutineThreshold provides a mock function with given fields:

func (*GeneralConfig) AutoPprofMaxProfileSize

func (_m *GeneralConfig) AutoPprofMaxProfileSize() utils.FileSize

AutoPprofMaxProfileSize provides a mock function with given fields:

func (*GeneralConfig) AutoPprofMemProfileRate

func (_m *GeneralConfig) AutoPprofMemProfileRate() int

AutoPprofMemProfileRate provides a mock function with given fields:

func (*GeneralConfig) AutoPprofMemThreshold

func (_m *GeneralConfig) AutoPprofMemThreshold() utils.FileSize

AutoPprofMemThreshold provides a mock function with given fields:

func (*GeneralConfig) AutoPprofMutexProfileFraction

func (_m *GeneralConfig) AutoPprofMutexProfileFraction() int

AutoPprofMutexProfileFraction provides a mock function with given fields:

func (*GeneralConfig) AutoPprofPollInterval

func (_m *GeneralConfig) AutoPprofPollInterval() models.Duration

AutoPprofPollInterval provides a mock function with given fields:

func (*GeneralConfig) AutoPprofProfileRoot

func (_m *GeneralConfig) AutoPprofProfileRoot() string

AutoPprofProfileRoot provides a mock function with given fields:

func (*GeneralConfig) BlockBackfillDepth

func (_m *GeneralConfig) BlockBackfillDepth() uint64

BlockBackfillDepth provides a mock function with given fields:

func (*GeneralConfig) BlockBackfillSkip

func (_m *GeneralConfig) BlockBackfillSkip() bool

BlockBackfillSkip provides a mock function with given fields:

func (*GeneralConfig) BridgeCacheTTL added in v1.11.0

func (_m *GeneralConfig) BridgeCacheTTL() time.Duration

BridgeCacheTTL provides a mock function with given fields:

func (*GeneralConfig) BridgeResponseURL

func (_m *GeneralConfig) BridgeResponseURL() *url.URL

BridgeResponseURL provides a mock function with given fields:

func (*GeneralConfig) CertFile

func (_m *GeneralConfig) CertFile() string

CertFile provides a mock function with given fields:

func (*GeneralConfig) DatabaseBackupDir

func (_m *GeneralConfig) DatabaseBackupDir() string

DatabaseBackupDir provides a mock function with given fields:

func (*GeneralConfig) DatabaseBackupFrequency

func (_m *GeneralConfig) DatabaseBackupFrequency() time.Duration

DatabaseBackupFrequency provides a mock function with given fields:

func (*GeneralConfig) DatabaseBackupMode

func (_m *GeneralConfig) DatabaseBackupMode() config.DatabaseBackupMode

DatabaseBackupMode provides a mock function with given fields:

func (*GeneralConfig) DatabaseBackupOnVersionUpgrade

func (_m *GeneralConfig) DatabaseBackupOnVersionUpgrade() bool

DatabaseBackupOnVersionUpgrade provides a mock function with given fields:

func (*GeneralConfig) DatabaseBackupURL

func (_m *GeneralConfig) DatabaseBackupURL() *url.URL

DatabaseBackupURL provides a mock function with given fields:

func (*GeneralConfig) DatabaseDefaultIdleInTxSessionTimeout added in v1.10.0

func (_m *GeneralConfig) DatabaseDefaultIdleInTxSessionTimeout() time.Duration

DatabaseDefaultIdleInTxSessionTimeout provides a mock function with given fields:

func (*GeneralConfig) DatabaseDefaultLockTimeout added in v1.10.0

func (_m *GeneralConfig) DatabaseDefaultLockTimeout() time.Duration

DatabaseDefaultLockTimeout provides a mock function with given fields:

func (*GeneralConfig) DatabaseDefaultQueryTimeout added in v1.10.0

func (_m *GeneralConfig) DatabaseDefaultQueryTimeout() time.Duration

DatabaseDefaultQueryTimeout provides a mock function with given fields:

func (*GeneralConfig) DatabaseListenerMaxReconnectDuration

func (_m *GeneralConfig) DatabaseListenerMaxReconnectDuration() time.Duration

DatabaseListenerMaxReconnectDuration provides a mock function with given fields:

func (*GeneralConfig) DatabaseListenerMinReconnectInterval

func (_m *GeneralConfig) DatabaseListenerMinReconnectInterval() time.Duration

DatabaseListenerMinReconnectInterval provides a mock function with given fields:

func (*GeneralConfig) DatabaseLockingMode

func (_m *GeneralConfig) DatabaseLockingMode() string

DatabaseLockingMode provides a mock function with given fields:

func (*GeneralConfig) DatabaseURL

func (_m *GeneralConfig) DatabaseURL() url.URL

DatabaseURL provides a mock function with given fields:

func (*GeneralConfig) DefaultChainID

func (_m *GeneralConfig) DefaultChainID() *big.Int

DefaultChainID provides a mock function with given fields:

func (*GeneralConfig) DefaultHTTPLimit

func (_m *GeneralConfig) DefaultHTTPLimit() int64

DefaultHTTPLimit provides a mock function with given fields:

func (*GeneralConfig) DefaultHTTPTimeout

func (_m *GeneralConfig) DefaultHTTPTimeout() models.Duration

DefaultHTTPTimeout provides a mock function with given fields:

func (*GeneralConfig) DefaultLogLevel

func (_m *GeneralConfig) DefaultLogLevel() zapcore.Level

DefaultLogLevel provides a mock function with given fields:

func (*GeneralConfig) Dev

func (_m *GeneralConfig) Dev() bool

Dev provides a mock function with given fields:

func (*GeneralConfig) EVMEnabled added in v1.2.0

func (_m *GeneralConfig) EVMEnabled() bool

EVMEnabled provides a mock function with given fields:

func (*GeneralConfig) EVMRPCEnabled added in v1.2.0

func (_m *GeneralConfig) EVMRPCEnabled() bool

EVMRPCEnabled provides a mock function with given fields:

func (*GeneralConfig) EthereumHTTPURL

func (_m *GeneralConfig) EthereumHTTPURL() *url.URL

EthereumHTTPURL provides a mock function with given fields:

func (*GeneralConfig) EthereumNodes added in v1.3.0

func (_m *GeneralConfig) EthereumNodes() string

EthereumNodes provides a mock function with given fields:

func (*GeneralConfig) EthereumSecondaryURLs

func (_m *GeneralConfig) EthereumSecondaryURLs() []url.URL

EthereumSecondaryURLs provides a mock function with given fields:

func (*GeneralConfig) EthereumURL

func (_m *GeneralConfig) EthereumURL() string

EthereumURL provides a mock function with given fields:

func (*GeneralConfig) ExplorerAccessKey

func (_m *GeneralConfig) ExplorerAccessKey() string

ExplorerAccessKey provides a mock function with given fields:

func (*GeneralConfig) ExplorerSecret

func (_m *GeneralConfig) ExplorerSecret() string

ExplorerSecret provides a mock function with given fields:

func (*GeneralConfig) ExplorerURL

func (_m *GeneralConfig) ExplorerURL() *url.URL

ExplorerURL provides a mock function with given fields:

func (*GeneralConfig) FMDefaultTransactionQueueDepth

func (_m *GeneralConfig) FMDefaultTransactionQueueDepth() uint32

FMDefaultTransactionQueueDepth provides a mock function with given fields:

func (*GeneralConfig) FMSimulateTransactions

func (_m *GeneralConfig) FMSimulateTransactions() bool

FMSimulateTransactions provides a mock function with given fields:

func (*GeneralConfig) FeatureExternalInitiators

func (_m *GeneralConfig) FeatureExternalInitiators() bool

FeatureExternalInitiators provides a mock function with given fields:

func (*GeneralConfig) FeatureFeedsManager

func (_m *GeneralConfig) FeatureFeedsManager() bool

FeatureFeedsManager provides a mock function with given fields:

func (*GeneralConfig) FeatureLogPoller added in v1.4.0

func (_m *GeneralConfig) FeatureLogPoller() bool

FeatureLogPoller provides a mock function with given fields:

func (*GeneralConfig) FeatureOffchainReporting

func (_m *GeneralConfig) FeatureOffchainReporting() bool

FeatureOffchainReporting provides a mock function with given fields:

func (*GeneralConfig) FeatureOffchainReporting2 added in v1.2.0

func (_m *GeneralConfig) FeatureOffchainReporting2() bool

FeatureOffchainReporting2 provides a mock function with given fields:

func (*GeneralConfig) FeatureUICSAKeys

func (_m *GeneralConfig) FeatureUICSAKeys() bool

FeatureUICSAKeys provides a mock function with given fields:

func (*GeneralConfig) GetAdvisoryLockIDConfiguredOrDefault

func (_m *GeneralConfig) GetAdvisoryLockIDConfiguredOrDefault() int64

GetAdvisoryLockIDConfiguredOrDefault provides a mock function with given fields:

func (*GeneralConfig) GetDatabaseDialectConfiguredOrDefault

func (_m *GeneralConfig) GetDatabaseDialectConfiguredOrDefault() dialects.DialectName

GetDatabaseDialectConfiguredOrDefault provides a mock function with given fields:

func (*GeneralConfig) GlobalBalanceMonitorEnabled

func (_m *GeneralConfig) GlobalBalanceMonitorEnabled() (bool, bool)

GlobalBalanceMonitorEnabled provides a mock function with given fields:

func (*GeneralConfig) GlobalBlockEmissionIdleWarningThreshold

func (_m *GeneralConfig) GlobalBlockEmissionIdleWarningThreshold() (time.Duration, bool)

GlobalBlockEmissionIdleWarningThreshold provides a mock function with given fields:

func (*GeneralConfig) GlobalBlockHistoryEstimatorBatchSize

func (_m *GeneralConfig) GlobalBlockHistoryEstimatorBatchSize() (uint32, bool)

GlobalBlockHistoryEstimatorBatchSize provides a mock function with given fields:

func (*GeneralConfig) GlobalBlockHistoryEstimatorBlockDelay

func (_m *GeneralConfig) GlobalBlockHistoryEstimatorBlockDelay() (uint16, bool)

GlobalBlockHistoryEstimatorBlockDelay provides a mock function with given fields:

func (*GeneralConfig) GlobalBlockHistoryEstimatorBlockHistorySize

func (_m *GeneralConfig) GlobalBlockHistoryEstimatorBlockHistorySize() (uint16, bool)

GlobalBlockHistoryEstimatorBlockHistorySize provides a mock function with given fields:

func (*GeneralConfig) GlobalBlockHistoryEstimatorCheckInclusionBlocks added in v1.10.0

func (_m *GeneralConfig) GlobalBlockHistoryEstimatorCheckInclusionBlocks() (uint16, bool)

GlobalBlockHistoryEstimatorCheckInclusionBlocks provides a mock function with given fields:

func (*GeneralConfig) GlobalBlockHistoryEstimatorCheckInclusionPercentile added in v1.10.0

func (_m *GeneralConfig) GlobalBlockHistoryEstimatorCheckInclusionPercentile() (uint16, bool)

GlobalBlockHistoryEstimatorCheckInclusionPercentile provides a mock function with given fields:

func (*GeneralConfig) GlobalBlockHistoryEstimatorEIP1559FeeCapBufferBlocks added in v1.1.1

func (_m *GeneralConfig) GlobalBlockHistoryEstimatorEIP1559FeeCapBufferBlocks() (uint16, bool)

GlobalBlockHistoryEstimatorEIP1559FeeCapBufferBlocks provides a mock function with given fields:

func (*GeneralConfig) GlobalBlockHistoryEstimatorTransactionPercentile

func (_m *GeneralConfig) GlobalBlockHistoryEstimatorTransactionPercentile() (uint16, bool)

GlobalBlockHistoryEstimatorTransactionPercentile provides a mock function with given fields:

func (*GeneralConfig) GlobalChainType

func (_m *GeneralConfig) GlobalChainType() (string, bool)

GlobalChainType provides a mock function with given fields:

func (*GeneralConfig) GlobalEthTxReaperInterval

func (_m *GeneralConfig) GlobalEthTxReaperInterval() (time.Duration, bool)

GlobalEthTxReaperInterval provides a mock function with given fields:

func (*GeneralConfig) GlobalEthTxReaperThreshold

func (_m *GeneralConfig) GlobalEthTxReaperThreshold() (time.Duration, bool)

GlobalEthTxReaperThreshold provides a mock function with given fields:

func (*GeneralConfig) GlobalEthTxResendAfterThreshold

func (_m *GeneralConfig) GlobalEthTxResendAfterThreshold() (time.Duration, bool)

GlobalEthTxResendAfterThreshold provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmEIP1559DynamicFees

func (_m *GeneralConfig) GlobalEvmEIP1559DynamicFees() (bool, bool)

GlobalEvmEIP1559DynamicFees provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmFinalityDepth

func (_m *GeneralConfig) GlobalEvmFinalityDepth() (uint32, bool)

GlobalEvmFinalityDepth provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmGasBumpPercent

func (_m *GeneralConfig) GlobalEvmGasBumpPercent() (uint16, bool)

GlobalEvmGasBumpPercent provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmGasBumpThreshold

func (_m *GeneralConfig) GlobalEvmGasBumpThreshold() (uint64, bool)

GlobalEvmGasBumpThreshold provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmGasBumpTxDepth

func (_m *GeneralConfig) GlobalEvmGasBumpTxDepth() (uint16, bool)

GlobalEvmGasBumpTxDepth provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmGasBumpWei

func (_m *GeneralConfig) GlobalEvmGasBumpWei() (*assets.Wei, bool)

GlobalEvmGasBumpWei provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmGasFeeCapDefault added in v1.1.1

func (_m *GeneralConfig) GlobalEvmGasFeeCapDefault() (*assets.Wei, bool)

GlobalEvmGasFeeCapDefault provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmGasLimitDRJobType added in v1.7.0

func (_m *GeneralConfig) GlobalEvmGasLimitDRJobType() (uint32, bool)

GlobalEvmGasLimitDRJobType provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmGasLimitDefault

func (_m *GeneralConfig) GlobalEvmGasLimitDefault() (uint32, bool)

GlobalEvmGasLimitDefault provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmGasLimitFMJobType added in v1.7.0

func (_m *GeneralConfig) GlobalEvmGasLimitFMJobType() (uint32, bool)

GlobalEvmGasLimitFMJobType provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmGasLimitKeeperJobType added in v1.7.0

func (_m *GeneralConfig) GlobalEvmGasLimitKeeperJobType() (uint32, bool)

GlobalEvmGasLimitKeeperJobType provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmGasLimitMax added in v1.8.1

func (_m *GeneralConfig) GlobalEvmGasLimitMax() (uint32, bool)

GlobalEvmGasLimitMax provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmGasLimitMultiplier

func (_m *GeneralConfig) GlobalEvmGasLimitMultiplier() (float32, bool)

GlobalEvmGasLimitMultiplier provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmGasLimitOCRJobType added in v1.7.0

func (_m *GeneralConfig) GlobalEvmGasLimitOCRJobType() (uint32, bool)

GlobalEvmGasLimitOCRJobType provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmGasLimitTransfer

func (_m *GeneralConfig) GlobalEvmGasLimitTransfer() (uint32, bool)

GlobalEvmGasLimitTransfer provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmGasLimitVRFJobType added in v1.7.0

func (_m *GeneralConfig) GlobalEvmGasLimitVRFJobType() (uint32, bool)

GlobalEvmGasLimitVRFJobType provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmGasPriceDefault

func (_m *GeneralConfig) GlobalEvmGasPriceDefault() (*assets.Wei, bool)

GlobalEvmGasPriceDefault provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmGasTipCapDefault

func (_m *GeneralConfig) GlobalEvmGasTipCapDefault() (*assets.Wei, bool)

GlobalEvmGasTipCapDefault provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmGasTipCapMinimum

func (_m *GeneralConfig) GlobalEvmGasTipCapMinimum() (*assets.Wei, bool)

GlobalEvmGasTipCapMinimum provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmHeadTrackerHistoryDepth

func (_m *GeneralConfig) GlobalEvmHeadTrackerHistoryDepth() (uint32, bool)

GlobalEvmHeadTrackerHistoryDepth provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmHeadTrackerMaxBufferSize

func (_m *GeneralConfig) GlobalEvmHeadTrackerMaxBufferSize() (uint32, bool)

GlobalEvmHeadTrackerMaxBufferSize provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmHeadTrackerSamplingInterval

func (_m *GeneralConfig) GlobalEvmHeadTrackerSamplingInterval() (time.Duration, bool)

GlobalEvmHeadTrackerSamplingInterval provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmLogBackfillBatchSize

func (_m *GeneralConfig) GlobalEvmLogBackfillBatchSize() (uint32, bool)

GlobalEvmLogBackfillBatchSize provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmLogKeepBlocksDepth added in v1.10.0

func (_m *GeneralConfig) GlobalEvmLogKeepBlocksDepth() (uint32, bool)

GlobalEvmLogKeepBlocksDepth provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmLogPollInterval added in v1.4.0

func (_m *GeneralConfig) GlobalEvmLogPollInterval() (time.Duration, bool)

GlobalEvmLogPollInterval provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmMaxGasPriceWei

func (_m *GeneralConfig) GlobalEvmMaxGasPriceWei() (*assets.Wei, bool)

GlobalEvmMaxGasPriceWei provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmMaxInFlightTransactions

func (_m *GeneralConfig) GlobalEvmMaxInFlightTransactions() (uint32, bool)

GlobalEvmMaxInFlightTransactions provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmMaxQueuedTransactions

func (_m *GeneralConfig) GlobalEvmMaxQueuedTransactions() (uint64, bool)

GlobalEvmMaxQueuedTransactions provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmMinGasPriceWei

func (_m *GeneralConfig) GlobalEvmMinGasPriceWei() (*assets.Wei, bool)

GlobalEvmMinGasPriceWei provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmNonceAutoSync

func (_m *GeneralConfig) GlobalEvmNonceAutoSync() (bool, bool)

GlobalEvmNonceAutoSync provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmRPCDefaultBatchSize

func (_m *GeneralConfig) GlobalEvmRPCDefaultBatchSize() (uint32, bool)

GlobalEvmRPCDefaultBatchSize provides a mock function with given fields:

func (*GeneralConfig) GlobalEvmUseForwarders added in v1.4.0

func (_m *GeneralConfig) GlobalEvmUseForwarders() (bool, bool)

GlobalEvmUseForwarders provides a mock function with given fields:

func (*GeneralConfig) GlobalFlagsContractAddress

func (_m *GeneralConfig) GlobalFlagsContractAddress() (string, bool)

GlobalFlagsContractAddress provides a mock function with given fields:

func (*GeneralConfig) GlobalGasEstimatorMode

func (_m *GeneralConfig) GlobalGasEstimatorMode() (string, bool)

GlobalGasEstimatorMode provides a mock function with given fields:

func (*GeneralConfig) GlobalLinkContractAddress

func (_m *GeneralConfig) GlobalLinkContractAddress() (string, bool)

GlobalLinkContractAddress provides a mock function with given fields:

func (*GeneralConfig) GlobalMinIncomingConfirmations

func (_m *GeneralConfig) GlobalMinIncomingConfirmations() (uint32, bool)

GlobalMinIncomingConfirmations provides a mock function with given fields:

func (*GeneralConfig) GlobalMinimumContractPayment

func (_m *GeneralConfig) GlobalMinimumContractPayment() (*assets.Link, bool)

GlobalMinimumContractPayment provides a mock function with given fields:

func (*GeneralConfig) GlobalNodeNoNewHeadsThreshold added in v1.3.0

func (_m *GeneralConfig) GlobalNodeNoNewHeadsThreshold() (time.Duration, bool)

GlobalNodeNoNewHeadsThreshold provides a mock function with given fields:

func (*GeneralConfig) GlobalNodePollFailureThreshold added in v1.3.0

func (_m *GeneralConfig) GlobalNodePollFailureThreshold() (uint32, bool)

GlobalNodePollFailureThreshold provides a mock function with given fields:

func (*GeneralConfig) GlobalNodePollInterval added in v1.3.0

func (_m *GeneralConfig) GlobalNodePollInterval() (time.Duration, bool)

GlobalNodePollInterval provides a mock function with given fields:

func (*GeneralConfig) GlobalNodeSelectionMode added in v1.8.0

func (_m *GeneralConfig) GlobalNodeSelectionMode() (string, bool)

GlobalNodeSelectionMode provides a mock function with given fields:

func (*GeneralConfig) GlobalNodeSyncThreshold added in v1.11.0

func (_m *GeneralConfig) GlobalNodeSyncThreshold() (uint32, bool)

GlobalNodeSyncThreshold provides a mock function with given fields:

func (*GeneralConfig) GlobalOCR2AutomationGasLimit added in v1.10.0

func (_m *GeneralConfig) GlobalOCR2AutomationGasLimit() (uint32, bool)

GlobalOCR2AutomationGasLimit provides a mock function with given fields:

func (*GeneralConfig) GlobalOCRContractConfirmations

func (_m *GeneralConfig) GlobalOCRContractConfirmations() (uint16, bool)

GlobalOCRContractConfirmations provides a mock function with given fields:

func (*GeneralConfig) GlobalOCRContractTransmitterTransmitTimeout added in v1.2.0

func (_m *GeneralConfig) GlobalOCRContractTransmitterTransmitTimeout() (time.Duration, bool)

GlobalOCRContractTransmitterTransmitTimeout provides a mock function with given fields:

func (*GeneralConfig) GlobalOCRDatabaseTimeout added in v1.2.0

func (_m *GeneralConfig) GlobalOCRDatabaseTimeout() (time.Duration, bool)

GlobalOCRDatabaseTimeout provides a mock function with given fields:

func (*GeneralConfig) GlobalOCRObservationGracePeriod added in v1.2.0

func (_m *GeneralConfig) GlobalOCRObservationGracePeriod() (time.Duration, bool)

GlobalOCRObservationGracePeriod provides a mock function with given fields:

func (*GeneralConfig) GlobalOperatorFactoryAddress added in v1.5.0

func (_m *GeneralConfig) GlobalOperatorFactoryAddress() (string, bool)

GlobalOperatorFactoryAddress provides a mock function with given fields:

func (*GeneralConfig) HTTPServerWriteTimeout

func (_m *GeneralConfig) HTTPServerWriteTimeout() time.Duration

HTTPServerWriteTimeout 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) JSONConsole

func (_m *GeneralConfig) JSONConsole() bool

JSONConsole provides a mock function with given fields:

func (*GeneralConfig) JobPipelineMaxRunDuration

func (_m *GeneralConfig) JobPipelineMaxRunDuration() time.Duration

JobPipelineMaxRunDuration provides a mock function with given fields:

func (*GeneralConfig) JobPipelineMaxSuccessfulRuns added in v1.12.0

func (_m *GeneralConfig) JobPipelineMaxSuccessfulRuns() uint64

JobPipelineMaxSuccessfulRuns provides a mock function with given fields:

func (*GeneralConfig) JobPipelineReaperInterval

func (_m *GeneralConfig) JobPipelineReaperInterval() time.Duration

JobPipelineReaperInterval provides a mock function with given fields:

func (*GeneralConfig) JobPipelineReaperThreshold

func (_m *GeneralConfig) JobPipelineReaperThreshold() time.Duration

JobPipelineReaperThreshold provides a mock function with given fields:

func (*GeneralConfig) JobPipelineResultWriteQueueDepth

func (_m *GeneralConfig) JobPipelineResultWriteQueueDepth() uint64

JobPipelineResultWriteQueueDepth provides a mock function with given fields:

func (*GeneralConfig) KeeperBaseFeeBufferPercent added in v1.3.0

func (_m *GeneralConfig) KeeperBaseFeeBufferPercent() uint16

KeeperBaseFeeBufferPercent provides a mock function with given fields:

func (*GeneralConfig) KeeperDefaultTransactionQueueDepth

func (_m *GeneralConfig) KeeperDefaultTransactionQueueDepth() uint32

KeeperDefaultTransactionQueueDepth provides a mock function with given fields:

func (*GeneralConfig) KeeperGasPriceBufferPercent

func (_m *GeneralConfig) KeeperGasPriceBufferPercent() uint16

KeeperGasPriceBufferPercent provides a mock function with given fields:

func (*GeneralConfig) KeeperGasTipCapBufferPercent

func (_m *GeneralConfig) KeeperGasTipCapBufferPercent() uint16

KeeperGasTipCapBufferPercent provides a mock function with given fields:

func (*GeneralConfig) KeeperMaximumGracePeriod

func (_m *GeneralConfig) KeeperMaximumGracePeriod() int64

KeeperMaximumGracePeriod provides a mock function with given fields:

func (*GeneralConfig) KeeperRegistryCheckGasOverhead

func (_m *GeneralConfig) KeeperRegistryCheckGasOverhead() uint32

KeeperRegistryCheckGasOverhead provides a mock function with given fields:

func (*GeneralConfig) KeeperRegistryMaxPerformDataSize added in v1.9.0

func (_m *GeneralConfig) KeeperRegistryMaxPerformDataSize() uint32

KeeperRegistryMaxPerformDataSize provides a mock function with given fields:

func (*GeneralConfig) KeeperRegistryPerformGasOverhead

func (_m *GeneralConfig) KeeperRegistryPerformGasOverhead() uint32

KeeperRegistryPerformGasOverhead provides a mock function with given fields:

func (*GeneralConfig) KeeperRegistrySyncInterval

func (_m *GeneralConfig) KeeperRegistrySyncInterval() time.Duration

KeeperRegistrySyncInterval provides a mock function with given fields:

func (*GeneralConfig) KeeperRegistrySyncUpkeepQueueSize

func (_m *GeneralConfig) KeeperRegistrySyncUpkeepQueueSize() uint32

KeeperRegistrySyncUpkeepQueueSize provides a mock function with given fields:

func (*GeneralConfig) KeeperTurnLookBack added in v1.4.0

func (_m *GeneralConfig) KeeperTurnLookBack() int64

KeeperTurnLookBack provides a mock function with given fields:

func (*GeneralConfig) KeyFile

func (_m *GeneralConfig) KeyFile() string

KeyFile provides a mock function with given fields:

func (*GeneralConfig) KeystorePassword added in v1.8.0

func (_m *GeneralConfig) KeystorePassword() string

KeystorePassword provides a mock function with given fields:

func (*GeneralConfig) LeaseLockDuration

func (_m *GeneralConfig) LeaseLockDuration() time.Duration

LeaseLockDuration provides a mock function with given fields:

func (*GeneralConfig) LeaseLockRefreshInterval

func (_m *GeneralConfig) LeaseLockRefreshInterval() time.Duration

LeaseLockRefreshInterval provides a mock function with given fields:

func (*GeneralConfig) LogConfiguration added in v1.8.0

func (_m *GeneralConfig) LogConfiguration(log config.LogFn)

LogConfiguration provides a mock function with given fields: log

func (*GeneralConfig) LogFileDir added in v1.2.0

func (_m *GeneralConfig) LogFileDir() string

LogFileDir provides a mock function with given fields:

func (*GeneralConfig) LogFileMaxAge added in v1.3.0

func (_m *GeneralConfig) LogFileMaxAge() int64

LogFileMaxAge provides a mock function with given fields:

func (*GeneralConfig) LogFileMaxBackups added in v1.3.0

func (_m *GeneralConfig) LogFileMaxBackups() int64

LogFileMaxBackups provides a mock function with given fields:

func (*GeneralConfig) LogFileMaxSize added in v1.3.0

func (_m *GeneralConfig) LogFileMaxSize() utils.FileSize

LogFileMaxSize provides a mock function with given fields:

func (*GeneralConfig) LogLevel

func (_m *GeneralConfig) LogLevel() zapcore.Level

LogLevel provides a mock function with given fields:

func (*GeneralConfig) LogSQL

func (_m *GeneralConfig) LogSQL() bool

LogSQL provides a mock function with given fields:

func (*GeneralConfig) LogUnixTimestamps

func (_m *GeneralConfig) LogUnixTimestamps() bool

LogUnixTimestamps provides a mock function with given fields:

func (*GeneralConfig) MercuryCredentials added in v1.11.0

func (_m *GeneralConfig) MercuryCredentials(_a0 string) (string, string, error)

MercuryCredentials provides a mock function with given fields: _a0

func (*GeneralConfig) MigrateDatabase

func (_m *GeneralConfig) MigrateDatabase() bool

MigrateDatabase provides a mock function with given fields:

func (*GeneralConfig) OCR2BlockchainTimeout added in v1.2.0

func (_m *GeneralConfig) OCR2BlockchainTimeout() time.Duration

OCR2BlockchainTimeout provides a mock function with given fields:

func (*GeneralConfig) OCR2ContractConfirmations added in v1.2.0

func (_m *GeneralConfig) OCR2ContractConfirmations() uint16

OCR2ContractConfirmations provides a mock function with given fields:

func (*GeneralConfig) OCR2ContractPollInterval added in v1.2.0

func (_m *GeneralConfig) OCR2ContractPollInterval() time.Duration

OCR2ContractPollInterval provides a mock function with given fields:

func (*GeneralConfig) OCR2ContractSubscribeInterval added in v1.2.0

func (_m *GeneralConfig) OCR2ContractSubscribeInterval() time.Duration

OCR2ContractSubscribeInterval provides a mock function with given fields:

func (*GeneralConfig) OCR2ContractTransmitterTransmitTimeout added in v1.2.0

func (_m *GeneralConfig) OCR2ContractTransmitterTransmitTimeout() time.Duration

OCR2ContractTransmitterTransmitTimeout provides a mock function with given fields:

func (*GeneralConfig) OCR2DatabaseTimeout added in v1.2.0

func (_m *GeneralConfig) OCR2DatabaseTimeout() time.Duration

OCR2DatabaseTimeout provides a mock function with given fields:

func (*GeneralConfig) OCR2KeyBundleID added in v1.2.0

func (_m *GeneralConfig) OCR2KeyBundleID() (string, error)

OCR2KeyBundleID provides a mock function with given fields:

func (*GeneralConfig) OCR2TraceLogging added in v1.2.0

func (_m *GeneralConfig) OCR2TraceLogging() bool

OCR2TraceLogging provides a mock function with given fields:

func (*GeneralConfig) OCRBlockchainTimeout

func (_m *GeneralConfig) OCRBlockchainTimeout() time.Duration

OCRBlockchainTimeout provides a mock function with given fields:

func (*GeneralConfig) OCRContractPollInterval

func (_m *GeneralConfig) OCRContractPollInterval() time.Duration

OCRContractPollInterval provides a mock function with given fields:

func (*GeneralConfig) OCRContractSubscribeInterval

func (_m *GeneralConfig) OCRContractSubscribeInterval() time.Duration

OCRContractSubscribeInterval provides a mock function with given fields:

func (*GeneralConfig) OCRDefaultTransactionQueueDepth

func (_m *GeneralConfig) OCRDefaultTransactionQueueDepth() uint32

OCRDefaultTransactionQueueDepth provides a mock function with given fields:

func (*GeneralConfig) OCRKeyBundleID

func (_m *GeneralConfig) OCRKeyBundleID() (string, error)

OCRKeyBundleID provides a mock function with given fields:

func (*GeneralConfig) OCRObservationTimeout

func (_m *GeneralConfig) OCRObservationTimeout() time.Duration

OCRObservationTimeout provides a mock function with given fields:

func (*GeneralConfig) OCRSimulateTransactions

func (_m *GeneralConfig) OCRSimulateTransactions() bool

OCRSimulateTransactions provides a mock function with given fields:

func (*GeneralConfig) OCRTraceLogging

func (_m *GeneralConfig) OCRTraceLogging() bool

OCRTraceLogging provides a mock function with given fields:

func (*GeneralConfig) OCRTransmitterAddress

func (_m *GeneralConfig) OCRTransmitterAddress() (ethkey.EIP55Address, error)

OCRTransmitterAddress provides a mock function with given fields:

func (*GeneralConfig) ORMMaxIdleConns

func (_m *GeneralConfig) ORMMaxIdleConns() int

ORMMaxIdleConns provides a mock function with given fields:

func (*GeneralConfig) ORMMaxOpenConns

func (_m *GeneralConfig) ORMMaxOpenConns() int

ORMMaxOpenConns provides a mock function with given fields:

func (*GeneralConfig) P2PAnnounceIP

func (_m *GeneralConfig) P2PAnnounceIP() net.IP

P2PAnnounceIP provides a mock function with given fields:

func (*GeneralConfig) P2PAnnouncePort

func (_m *GeneralConfig) P2PAnnouncePort() uint16

P2PAnnouncePort provides a mock function with given fields:

func (*GeneralConfig) P2PBootstrapCheckInterval added in v1.2.0

func (_m *GeneralConfig) P2PBootstrapCheckInterval() time.Duration

P2PBootstrapCheckInterval provides a mock function with given fields:

func (*GeneralConfig) P2PBootstrapPeers

func (_m *GeneralConfig) P2PBootstrapPeers() ([]string, error)

P2PBootstrapPeers provides a mock function with given fields:

func (*GeneralConfig) P2PDHTAnnouncementCounterUserPrefix

func (_m *GeneralConfig) P2PDHTAnnouncementCounterUserPrefix() uint32

P2PDHTAnnouncementCounterUserPrefix provides a mock function with given fields:

func (*GeneralConfig) P2PDHTLookupInterval added in v1.2.0

func (_m *GeneralConfig) P2PDHTLookupInterval() int

P2PDHTLookupInterval provides a mock function with given fields:

func (*GeneralConfig) P2PEnabled added in v1.2.0

func (_m *GeneralConfig) P2PEnabled() bool

P2PEnabled provides a mock function with given fields:

func (*GeneralConfig) P2PIncomingMessageBufferSize added in v1.2.0

func (_m *GeneralConfig) P2PIncomingMessageBufferSize() int

P2PIncomingMessageBufferSize provides a mock function with given fields:

func (*GeneralConfig) P2PListenIP

func (_m *GeneralConfig) P2PListenIP() net.IP

P2PListenIP provides a mock function with given fields:

func (*GeneralConfig) P2PListenPort

func (_m *GeneralConfig) P2PListenPort() uint16

P2PListenPort provides a mock function with given fields:

func (*GeneralConfig) P2PListenPortRaw

func (_m *GeneralConfig) P2PListenPortRaw() string

P2PListenPortRaw provides a mock function with given fields:

func (*GeneralConfig) P2PNetworkingStack

func (_m *GeneralConfig) P2PNetworkingStack() networking.NetworkingStack

P2PNetworkingStack provides a mock function with given fields:

func (*GeneralConfig) P2PNetworkingStackRaw

func (_m *GeneralConfig) P2PNetworkingStackRaw() string

P2PNetworkingStackRaw provides a mock function with given fields:

func (*GeneralConfig) P2PNewStreamTimeout added in v1.2.0

func (_m *GeneralConfig) P2PNewStreamTimeout() time.Duration

P2PNewStreamTimeout provides a mock function with given fields:

func (*GeneralConfig) P2POutgoingMessageBufferSize added in v1.2.0

func (_m *GeneralConfig) P2POutgoingMessageBufferSize() int

P2POutgoingMessageBufferSize provides a mock function with given fields:

func (*GeneralConfig) P2PPeerID

func (_m *GeneralConfig) P2PPeerID() p2pkey.PeerID

P2PPeerID provides a mock function with given fields:

func (*GeneralConfig) P2PPeerIDRaw

func (_m *GeneralConfig) P2PPeerIDRaw() string

P2PPeerIDRaw provides a mock function with given fields:

func (*GeneralConfig) P2PPeerstoreWriteInterval

func (_m *GeneralConfig) P2PPeerstoreWriteInterval() time.Duration

P2PPeerstoreWriteInterval provides a mock function with given fields:

func (*GeneralConfig) P2PV2AnnounceAddresses

func (_m *GeneralConfig) P2PV2AnnounceAddresses() []string

P2PV2AnnounceAddresses provides a mock function with given fields:

func (*GeneralConfig) P2PV2Bootstrappers

func (_m *GeneralConfig) P2PV2Bootstrappers() []commontypes.BootstrapperLocator

P2PV2Bootstrappers provides a mock function with given fields:

func (*GeneralConfig) P2PV2BootstrappersRaw

func (_m *GeneralConfig) P2PV2BootstrappersRaw() []string

P2PV2BootstrappersRaw provides a mock function with given fields:

func (*GeneralConfig) P2PV2DeltaDial

func (_m *GeneralConfig) P2PV2DeltaDial() models.Duration

P2PV2DeltaDial provides a mock function with given fields:

func (*GeneralConfig) P2PV2DeltaReconcile

func (_m *GeneralConfig) P2PV2DeltaReconcile() models.Duration

P2PV2DeltaReconcile provides a mock function with given fields:

func (*GeneralConfig) P2PV2ListenAddresses

func (_m *GeneralConfig) P2PV2ListenAddresses() []string

P2PV2ListenAddresses provides a mock function with given fields:

func (*GeneralConfig) Port

func (_m *GeneralConfig) Port() uint16

Port provides a mock function with given fields:

func (*GeneralConfig) PyroscopeAuthToken added in v1.9.0

func (_m *GeneralConfig) PyroscopeAuthToken() string

PyroscopeAuthToken provides a mock function with given fields:

func (*GeneralConfig) PyroscopeEnvironment added in v1.9.0

func (_m *GeneralConfig) PyroscopeEnvironment() string

PyroscopeEnvironment provides a mock function with given fields:

func (*GeneralConfig) PyroscopeServerAddress added in v1.9.0

func (_m *GeneralConfig) PyroscopeServerAddress() string

PyroscopeServerAddress provides a mock function with given fields:

func (*GeneralConfig) RPID

func (_m *GeneralConfig) RPID() string

RPID provides a mock function with given fields:

func (*GeneralConfig) RPOrigin

func (_m *GeneralConfig) RPOrigin() string

RPOrigin provides a mock function with given fields:

func (*GeneralConfig) ReaperExpiration

func (_m *GeneralConfig) ReaperExpiration() models.Duration

ReaperExpiration 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) SecureCookies

func (_m *GeneralConfig) SecureCookies() bool

SecureCookies provides a mock function with given fields:

func (*GeneralConfig) SentryDSN added in v1.10.0

func (_m *GeneralConfig) SentryDSN() string

SentryDSN provides a mock function with given fields:

func (*GeneralConfig) SentryDebug added in v1.10.0

func (_m *GeneralConfig) SentryDebug() bool

SentryDebug provides a mock function with given fields:

func (*GeneralConfig) SentryEnvironment added in v1.10.0

func (_m *GeneralConfig) SentryEnvironment() string

SentryEnvironment provides a mock function with given fields:

func (*GeneralConfig) SentryRelease added in v1.10.0

func (_m *GeneralConfig) SentryRelease() string

SentryRelease provides a mock function with given fields:

func (*GeneralConfig) SessionOptions

func (_m *GeneralConfig) SessionOptions() sessions.Options

SessionOptions provides a mock function with given fields:

func (*GeneralConfig) SessionTimeout

func (_m *GeneralConfig) SessionTimeout() models.Duration

SessionTimeout 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 added in v1.10.0

func (_m *GeneralConfig) SetPasswords(keystore *string, vrf *string)

SetPasswords provides a mock function with given fields: keystore, vrf

func (*GeneralConfig) ShutdownGracePeriod added in v1.2.0

func (_m *GeneralConfig) ShutdownGracePeriod() time.Duration

ShutdownGracePeriod provides a mock function with given fields:

func (*GeneralConfig) SolanaEnabled added in v1.2.0

func (_m *GeneralConfig) SolanaEnabled() bool

SolanaEnabled provides a mock function with given fields:

func (*GeneralConfig) SolanaNodes added in v1.4.0

func (_m *GeneralConfig) SolanaNodes() string

SolanaNodes provides a mock function with given fields:

func (*GeneralConfig) StarkNetEnabled added in v1.6.0

func (_m *GeneralConfig) StarkNetEnabled() bool

StarkNetEnabled provides a mock function with given fields:

func (*GeneralConfig) StarkNetNodes added in v1.7.0

func (_m *GeneralConfig) StarkNetNodes() string

StarkNetNodes provides a mock function with given fields:

func (*GeneralConfig) TLSCertPath

func (_m *GeneralConfig) TLSCertPath() string

TLSCertPath provides a mock function with given fields:

func (*GeneralConfig) TLSDir

func (_m *GeneralConfig) TLSDir() string

TLSDir provides a mock function with given fields:

func (*GeneralConfig) TLSHost

func (_m *GeneralConfig) TLSHost() string

TLSHost provides a mock function with given fields:

func (*GeneralConfig) TLSKeyPath

func (_m *GeneralConfig) TLSKeyPath() string

TLSKeyPath provides a mock function with given fields:

func (*GeneralConfig) TLSPort

func (_m *GeneralConfig) TLSPort() uint16

TLSPort provides a mock function with given fields:

func (*GeneralConfig) TLSRedirect

func (_m *GeneralConfig) TLSRedirect() bool

TLSRedirect provides a mock function with given fields:

func (*GeneralConfig) TelemetryIngressBufferSize added in v1.2.0

func (_m *GeneralConfig) TelemetryIngressBufferSize() uint

TelemetryIngressBufferSize provides a mock function with given fields:

func (*GeneralConfig) TelemetryIngressLogging

func (_m *GeneralConfig) TelemetryIngressLogging() bool

TelemetryIngressLogging provides a mock function with given fields:

func (*GeneralConfig) TelemetryIngressMaxBatchSize added in v1.2.0

func (_m *GeneralConfig) TelemetryIngressMaxBatchSize() uint

TelemetryIngressMaxBatchSize provides a mock function with given fields:

func (*GeneralConfig) TelemetryIngressSendInterval added in v1.2.0

func (_m *GeneralConfig) TelemetryIngressSendInterval() time.Duration

TelemetryIngressSendInterval provides a mock function with given fields:

func (*GeneralConfig) TelemetryIngressSendTimeout added in v1.3.0

func (_m *GeneralConfig) TelemetryIngressSendTimeout() time.Duration

TelemetryIngressSendTimeout provides a mock function with given fields:

func (*GeneralConfig) TelemetryIngressServerPubKey

func (_m *GeneralConfig) TelemetryIngressServerPubKey() string

TelemetryIngressServerPubKey provides a mock function with given fields:

func (*GeneralConfig) TelemetryIngressURL

func (_m *GeneralConfig) TelemetryIngressURL() *url.URL

TelemetryIngressURL provides a mock function with given fields:

func (*GeneralConfig) TelemetryIngressUniConn added in v1.3.0

func (_m *GeneralConfig) TelemetryIngressUniConn() bool

TelemetryIngressUniConn provides a mock function with given fields:

func (*GeneralConfig) TelemetryIngressUseBatchSend added in v1.2.0

func (_m *GeneralConfig) TelemetryIngressUseBatchSend() bool

TelemetryIngressUseBatchSend provides a mock function with given fields:

func (*GeneralConfig) TriggerFallbackDBPollInterval

func (_m *GeneralConfig) TriggerFallbackDBPollInterval() time.Duration

TriggerFallbackDBPollInterval provides a mock function with given fields:

func (*GeneralConfig) UnAuthenticatedRateLimit

func (_m *GeneralConfig) UnAuthenticatedRateLimit() int64

UnAuthenticatedRateLimit provides a mock function with given fields:

func (*GeneralConfig) UnAuthenticatedRateLimitPeriod

func (_m *GeneralConfig) UnAuthenticatedRateLimitPeriod() models.Duration

UnAuthenticatedRateLimitPeriod provides a mock function with given fields:

func (*GeneralConfig) VRFPassword added in v1.8.0

func (_m *GeneralConfig) VRFPassword() string

VRFPassword provides a mock function with given fields:

func (*GeneralConfig) Validate

func (_m *GeneralConfig) Validate() error

Validate provides a mock function with given fields:

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL