package config type Server struct { Zap Zap `mapstructure:"zap" json:"zap" yaml:"zap"` Oracle Oracle `mapstructure:"oracle" json:"oracle" yaml:"oracle"` Rabbitmq Rabbitmq `mapstructure:"rabbitmq" json:"rabbitmq" yaml:"rabbitmq"` System System `mapstructure:"system" json:"system" yaml:"system"` FTP FTP `mapstructure:"ftp" json:"ftp" yaml:"ftp"` }