keeper

package
v0.0.0-...-692deea Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Common

type Common struct {
	RegistryToTest     *string `toml:"registry_to_test"`
	NumberOfRegistries *int    `toml:"number_of_registries"`
	NumberOfNodes      *int    `toml:"number_of_nodes"`
	NumberOfUpkeeps    *int    `toml:"number_of_upkeeps"`
	UpkeepGasLimit     *int64  `toml:"upkeep_gas_limit"`
	CheckGasToBurn     *int64  `toml:"check_gas_to_burn"`
	PerformGasToBurn   *int64  `toml:"perform_gas_to_burn"`
	MaxPerformGas      *int64  `toml:"max_perform_gas"`
	BlockRange         *int64  `toml:"block_range"`
	BlockInterval      *int64  `toml:"block_interval"`
	ForceSingleTxKey   *bool   `toml:"forces_single_tx_key"`
	DeleteJobsOnEnd    *bool   `toml:"delete_jobs_on_end"`
	RegistryAddress    *string `toml:"registry_address"`
	RegistrarAddress   *string `toml:"registrar_address"`
	LinkTokenAddress   *string `toml:"link_token_address"`
	EthFeedAddress     *string `toml:"eth_feed_address"`
	GasFeedAddress     *string `toml:"gas_feed_address"`
}

func (*Common) Validate

func (c *Common) Validate() error

type Config

type Config struct {
	Common *Common `toml:"Common"`
}

func (*Config) Validate

func (c *Config) Validate() error

Jump to

Keyboard shortcuts

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