updated getadapterbymodel api

This commit is contained in:
tzwang 2024-09-02 17:25:31 +08:00
parent b90f79d81f
commit 8a6175e6d6
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"`
}