feat: zap日志配置
This commit is contained in:
@@ -3,4 +3,5 @@ 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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user