From 5ea282ed97dae659a1817dad7cf6a8f162175588 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Mon, 19 Sep 2022 17:39:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/cloudbrain.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/models/cloudbrain.go b/models/cloudbrain.go index f950be406..c05ba0f21 100755 --- a/models/cloudbrain.go +++ b/models/cloudbrain.go @@ -657,15 +657,7 @@ type FlavorInfo struct { UnitPrice int64 `json:"unitPrice"` } -type FlavorInfos struct { - FlavorInfo []*FlavorInfo `json:"flavor_info"` -} -type FlavorInfo struct { - Id int `json:"id"` - Value string `json:"value"` - Desc string `json:"desc"` -} type SpecialPools struct { Pools []*SpecialPool `json:"pools"`