mocks

package
v2.0.0-beta2 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2023 License: MIT Imports: 21 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

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

func (_m *GeneralConfig) AuditLoggerEnabled() bool

AuditLoggerEnabled provides a mock function with given fields:

func (*GeneralConfig) AuditLoggerEnvironment

func (_m *GeneralConfig) AuditLoggerEnvironment() string

AuditLoggerEnvironment provides a mock function with given fields:

func (*GeneralConfig) AuditLoggerForwardToUrl

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

AuditLoggerForwardToUrl provides a mock function with given fields:

func (*GeneralConfig) AuditLoggerHeaders

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

AuditLoggerHeaders provides a mock function with given fields:

func (*GeneralConfig) AuditLoggerJsonWrapperKey

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) BridgeCacheTTL

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

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

DatabaseDefaultIdleInTxSessionTimeout provides a mock function with given fields:

func (*GeneralConfig) DatabaseDefaultLockTimeout

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

DatabaseDefaultLockTimeout provides a mock function with given fields:

func (*GeneralConfig) DatabaseDefaultQueryTimeout

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) EVMConfigs

func (_m *GeneralConfig) EVMConfigs() v2.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) EthereumHTTPURL

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

EthereumHTTPURL 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

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

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) GetDatabaseDialectConfiguredOrDefault

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

GetDatabaseDialectConfiguredOrDefault 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

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

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

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

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

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

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

LogConfiguration provides a mock function with given fields: log

func (*GeneralConfig) LogFileDir

func (_m *GeneralConfig) LogFileDir() string

LogFileDir provides a mock function with given fields:

func (*GeneralConfig) LogFileMaxAge

func (_m *GeneralConfig) LogFileMaxAge() int64

LogFileMaxAge provides a mock function with given fields:

func (*GeneralConfig) LogFileMaxBackups

func (_m *GeneralConfig) LogFileMaxBackups() int64

LogFileMaxBackups provides a mock function with given fields:

func (*GeneralConfig) LogFileMaxSize

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) MigrateDatabase

func (_m *GeneralConfig) MigrateDatabase() bool

MigrateDatabase provides a mock function with given fields:

func (*GeneralConfig) OCR2BlockchainTimeout

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

OCR2BlockchainTimeout provides a mock function with given fields:

func (*GeneralConfig) OCR2CaptureEATelemetry

func (_m *GeneralConfig) OCR2CaptureEATelemetry() bool

OCR2CaptureEATelemetry provides a mock function with given fields:

func (*GeneralConfig) OCR2ContractConfirmations

func (_m *GeneralConfig) OCR2ContractConfirmations() uint16

OCR2ContractConfirmations provides a mock function with given fields:

func (*GeneralConfig) OCR2ContractPollInterval

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

OCR2ContractPollInterval provides a mock function with given fields:

func (*GeneralConfig) OCR2ContractSubscribeInterval

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

OCR2ContractSubscribeInterval provides a mock function with given fields:

func (*GeneralConfig) OCR2ContractTransmitterTransmitTimeout

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

OCR2ContractTransmitterTransmitTimeout provides a mock function with given fields:

func (*GeneralConfig) OCR2DatabaseTimeout

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

OCR2DatabaseTimeout provides a mock function with given fields:

func (*GeneralConfig) OCR2KeyBundleID

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

OCR2KeyBundleID provides a mock function with given fields:

func (*GeneralConfig) OCR2TraceLogging

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) OCRCaptureEATelemetry

func (_m *GeneralConfig) OCRCaptureEATelemetry() bool

OCRCaptureEATelemetry 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

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

func (_m *GeneralConfig) P2PDHTLookupInterval() int

P2PDHTLookupInterval provides a mock function with given fields:

func (*GeneralConfig) P2PEnabled

func (_m *GeneralConfig) P2PEnabled() bool

P2PEnabled provides a mock function with given fields:

func (*GeneralConfig) P2PIncomingMessageBufferSize

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

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

P2PNewStreamTimeout provides a mock function with given fields:

func (*GeneralConfig) P2POutgoingMessageBufferSize

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) PrometheusAuthToken

func (_m *GeneralConfig) PrometheusAuthToken() string

PrometheusAuthToken provides a mock function with given fields:

func (*GeneralConfig) PyroscopeAuthToken

func (_m *GeneralConfig) PyroscopeAuthToken() string

PyroscopeAuthToken provides a mock function with given fields:

func (*GeneralConfig) PyroscopeEnvironment

func (_m *GeneralConfig) PyroscopeEnvironment() string

PyroscopeEnvironment provides a mock function with given fields:

func (*GeneralConfig) PyroscopeServerAddress

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

func (_m *GeneralConfig) SentryDSN() string

SentryDSN provides a mock function with given fields:

func (*GeneralConfig) SentryDebug

func (_m *GeneralConfig) SentryDebug() bool

SentryDebug provides a mock function with given fields:

func (*GeneralConfig) SentryEnvironment

func (_m *GeneralConfig) SentryEnvironment() string

SentryEnvironment provides a mock function with given fields:

func (*GeneralConfig) SentryRelease

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

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

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

func (_m *GeneralConfig) TelemetryIngressMaxBatchSize() uint

TelemetryIngressMaxBatchSize provides a mock function with given fields:

func (*GeneralConfig) TelemetryIngressSendInterval

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

TelemetryIngressSendInterval provides a mock function with given fields:

func (*GeneralConfig) TelemetryIngressSendTimeout

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

func (_m *GeneralConfig) TelemetryIngressUniConn() bool

TelemetryIngressUniConn provides a mock function with given fields:

func (*GeneralConfig) TelemetryIngressUseBatchSend

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

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