forked from JointCloud/pcm-coordinator
parent
bcb664c704
commit
91bfc6e6b3
|
@ -200,7 +200,7 @@ type (
|
||||||
|
|
||||||
AdapterAvail {
|
AdapterAvail {
|
||||||
AdapterId string `json:"adapterId"`
|
AdapterId string `json:"adapterId"`
|
||||||
AdapterName string `json:"taskName"`
|
AdapterName string `json:"adapterName"`
|
||||||
Clusters []*ClusterAvail `json:"clusters"`
|
Clusters []*ClusterAvail `json:"clusters"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue