config

package
v0.0.0-...-9901557 Latest Latest
Warning

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

Go to latest
Published: May 21, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	AppPort              int      `envconfig:"data_maker_app_port"`
	CryptoList           []string `envconfig:"crypto_list"`
	CoinMarketCapAPI     string   `envconfig:"data_maker_coinmarketcap_api"`
	CoinMarketCapKey     string   `envconfig:"data_maker_coinmarketcap_key"`
	CoinMarketCapConvert string   `envconfig:"data_maker_coinmarketcap_convert"`

	RedisPort     int    `envconfig:"redis_port"`
	RedisHost     string `envconfig:"redis_host"`
	RedisPoolSize int    `envconfig:"redis_pool_size"`
}

func Init

func Init() *Config

Jump to

Keyboard shortcuts

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