Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // URL is Ethereum network url, if type is uniswap URL string `mapstructure:"URL"` // Type is price getter type Type Type `mapstructure:"Type"` }
Config represents the configuration of the pricegetter
Click to show internal directories.
Click to hide internal directories.