package Config type Config struct { TagType []string DbPath string DbName string DbUser string DbPassword string RedisPath string }