Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conf ¶
type Conf struct { Service struct { Port uint16 `yaml:"port"` } `yaml:"service"` Postgres struct { Host string `yaml:"host"` Port uint16 `yaml:"port"` Name string `yaml:"name"` Username string `yaml:"username"` Password string `yaml:"password"` } `yaml:"postgres"` Redis struct { Url string `yaml:"url"` } `yaml:"redis"` Log struct { Level string `yaml:"level"` Handler string `yaml:"handler"` } `yaml:"log"` }
Click to show internal directories.
Click to hide internal directories.