Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GlobalServerConfig ServerConfig GlobalNacosConfig NacosConfig )
Functions ¶
This section is empty.
Types ¶
type MysqlConfig ¶
type NacosConfig ¶
type OtelConfig ¶
type OtelConfig struct {
EndPoint string `mapstructure:"endpoint" json:"endpoint"`
}
type RedisConfig ¶
type ServerConfig ¶
type ServerConfig struct { Name string `mapstructure:"name" json:"name"` Host string `mapstructure:"host" json:"host"` OtelInfo OtelConfig `mapstructure:"otel" json:"otel"` MysqlInfo MysqlConfig `mapstructure:"mysql" json:"mysql"` RedisInfo RedisConfig `mapstructure:"redis" json:"redis"` }
func (ServerConfig) GetMysqlDsn ¶
func (c ServerConfig) GetMysqlDsn() string
func (ServerConfig) GetRedisOption ¶
func (c ServerConfig) GetRedisOption() *redis.Options
Click to show internal directories.
Click to hide internal directories.