package config type Redis struct { Host string `yaml:"host"` Port string `yaml:"port"` Password string `yaml:"password"` DB int `yaml:"db"` }