Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Mysql MysqlConfig `json:"mysql", yaml:"mysql"` Server ServerConfig `json:"server" yaml:"server"` }
type MysqlConfig ¶
type ServerConfig ¶
type ServerConfig struct {
Port int `json:"port" yaml:"port"`
}
Click to show internal directories.
Click to hide internal directories.