|
|
|
@@ -141,4 +141,13 @@ type ( |
|
|
|
GetComputeCardsByClusterResp { |
|
|
|
Cards []string `json:"cards"` |
|
|
|
} |
|
|
|
|
|
|
|
GetClusterBalanceByIdReq{ |
|
|
|
AdapterId string `path:"adapterId"` |
|
|
|
ClusterId string `path:"clusterId"` |
|
|
|
} |
|
|
|
|
|
|
|
GetClusterBalanceByIdResp{ |
|
|
|
Balance float64 `json:"balance"` |
|
|
|
} |
|
|
|
) |