|
|
@@ -6096,7 +6096,7 @@ type GetAdaptersByModelResp struct { |
|
|
|
|
|
|
|
|
type AdapterAvail struct { |
|
|
type AdapterAvail struct { |
|
|
AdapterId string `json:"adapterId"` |
|
|
AdapterId string `json:"adapterId"` |
|
|
AdapterName string `json:"taskName"` |
|
|
|
|
|
|
|
|
AdapterName string `json:"adapterName"` |
|
|
Clusters []*ClusterAvail `json:"clusters"` |
|
|
Clusters []*ClusterAvail `json:"clusters"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|