updated getadapterbymodel api

Former-commit-id: 8a6175e6d646a05c9298b7d9747a671b37f43dd7
This commit is contained in:
tzwang 2024-09-02 17:25:31 +08:00
parent bcb664c704
commit 91bfc6e6b3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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