Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Env Env `toml:"env"` Log struct { Level string `toml:"level"` } `toml:"log"` Server struct { CertFile string `toml:"cert_file"` KeyFile string `toml:"key_file"` } `toml:"server"` Kafka Kafka `toml:"kafka"` }
func LoadConfig ¶
Click to show internal directories.
Click to hide internal directories.