Remove the useless code
Former-commit-id: eebee72d1c53bfc1080dd9e433012bc680bca676
This commit is contained in:
parent
a0c9f23255
commit
a616e914c6
|
@ -172,13 +172,6 @@ type (
|
|||
getClusterListResp {
|
||||
clusters []ClusterInfo `json:"clusters"`
|
||||
}
|
||||
ClusterInfo {
|
||||
Id int64 `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Address string `json:"address"`
|
||||
Token string `json:"token"`
|
||||
MetricsUrl string `json:"metricsUrl"`
|
||||
}
|
||||
)
|
||||
|
||||
type (
|
||||
|
|
|
@ -157,14 +157,6 @@ type GetClusterListResp struct {
|
|||
Clusters []ClusterInfo `json:"clusters"`
|
||||
}
|
||||
|
||||
type ClusterInfo struct {
|
||||
Id int64 `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Address string `json:"address"`
|
||||
Token string `json:"token"`
|
||||
MetricsUrl string `json:"metricsUrl"`
|
||||
}
|
||||
|
||||
type ListRegionResp struct {
|
||||
Code int32 `json:"code"`
|
||||
Msg string `json:"msg"`
|
||||
|
|
Loading…
Reference in New Issue