github.com/morlay/goqcloud@v0.0.0-20181123023149-b00e0b0b9afc/clients/redis/data_types.go (about) 1 package redis 2 3 // 实例的备份数组 4 5 type RedisBackupSet *RedisBackupSet 6 7 // 地域信息 8 9 type RegionConf *RegionConf 10 11 // 订单交易信息 12 13 type TradeDealDetail *TradeDealDetail 14 15 // 可用区内产品信息 16 17 type ZoneCapacityConf *ZoneCapacityConf 18 19 // 实例详细信息列表 20 21 type InstanceSet *InstanceSet 22 23 // 产品信息 24 25 type ProductConf *ProductConf