Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoingeckoConfig ¶
type CoingeckoConfig struct {
BaseUrl string `yaml:"baseUrl" env:"OMIGA_COINGECKO_BASEURL"`
}
type Config ¶
type Config struct { Coingecko CoingeckoConfig `yaml:"coingecko"` Postgres postgres.PostgresConfig `yaml:"postgres"` Exchanges map[string]Exchange `yaml:"exchanges"` }
Click to show internal directories.
Click to hide internal directories.