Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
PragmaticFeedWSURL string `mapstructure:"PRAGMATIC_FEED_WS_URL"`
CasinoID string `mapstructure:"CASINO_ID"`
TableIDs string `mapstructure:"TABLE_IDS"`
CurrencyIDs string `mapstructure:"CURRENCY_IDS"`
ServerPort string `mapstructure:"SERVER_PORT"`
PusherChannelID string `mapstructure:"PUSHER_CHANNEL_ID"`
PusherPeriodMinutes int `mapstructure:"PUSHER_PERIOD_MINUTES"`
PusherAppID string `mapstructure:"PUSHER_APP_ID"`
PusherKey string `mapstructure:"PUSHER_KEY"`
PusherSecret string `mapstructure:"PUSHER_SECRET"`
PusherCluster string `mapstructure:"PUSHER_CLUSTER"`
}
Config stores all configuration of the application. The values are read by viper from a config file or environment variable.
func LoadConfig ¶
LoadConfig reads configuration from file or environment variables.
Click to show internal directories.
Click to hide internal directories.