Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { BOT BOTConfig `mapstructure:"bot"` OpenAI OpenaiConfig `mapstructure:"openai"` Mongo MongoConfig `mapstructure:"mongo"` Postgres PostgresConfig `mapstructure:"postgres"` }
var GlobalConfig *Config
type MongoConfig ¶
type OpenaiConfig ¶
type OpenaiConfig struct {
APIKey string `mapstructure:"apikey"`
}
Click to show internal directories.
Click to hide internal directories.