Remove the useless code

Former-commit-id: eebee72d1c53bfc1080dd9e433012bc680bca676
This commit is contained in:
zhangwei 2024-02-05 11:56:27 +08:00
parent a0c9f23255
commit a616e914c6
2 changed files with 0 additions and 15 deletions

View File

@ -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 (

View File

@ -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"`