package config type Server struct { Mysql Mysql `mapstructure:"mysql" json:"mysql" yaml:"mysql"` Redis Redis `mapstructure:"redis" json:"redis" yaml:"redis"` Zap Zap `mapstructure:"zap" json:"zap" yaml:"zap"` }