Documentation ¶ Index ¶ type Config func ReadYamlConfigFile(path string) (*Config, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { Db struct { Schema string `yaml:"schema"` User string `yaml:"user"` Password string `yaml:"password"` Host string `yaml:"host"` Port int `yaml:"port"` Name string `yaml:"name"` } `yaml:"db"` } Config : yaml config func ReadYamlConfigFile ¶ func ReadYamlConfigFile(path string) (*Config, error) ReadYamlConfigFile : Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.