Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsulConfig ¶
type MySQLConfig ¶
type ServerConfig ¶
type ServerConfig struct {
Api ApiConfig `mapstructure:"api"`
Service ServiceConfig `mapstructure:"service"`
MySQL MySQLConfig `mapstructure:"mysql"`
Consul ConsulConfig `mapstructure:"consul"`
CommonName string `mapstructure:"common_name"`
Debug bool `mapstructure:"debug"`
}
type ServiceConfig ¶
type ServiceConfig struct {
Edge string `mapstructure:"edge"`
}
Click to show internal directories.
Click to hide internal directories.