Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Server struct { Host string `yaml:"Host"` Port int `yaml:"Port"` } `yaml:"Server"` MySQL struct { Host string `yaml:"Host"` Port int `yaml:"Port"` Username string `yaml:"Username"` Password string `yaml:"Password"` Database string `yaml:"Database"` } `yaml:"MySQL"` OpenAI struct { BaseURL string `yaml:"BaseURL"` Model string `yaml:"Model"` ApiKey string `yaml:"ApiKey"` } `yaml:"OpenAI"` }
var Conf *Config
func LoadConfig ¶
Click to show internal directories.
Click to hide internal directories.