Merge pull request 'modify interface' (#157) from qiwang/pcm-coordinator:upmaster_wq into master
Former-commit-id: ad605282327a916ddce3e88edfca7a2e05dc1083
This commit is contained in:
commit
eaf1b1b953
|
@ -90,7 +90,7 @@ type (
|
||||||
}
|
}
|
||||||
NetworkDict {
|
NetworkDict {
|
||||||
Id int `json:"id"`
|
Id int `json:"id"`
|
||||||
PublicImageName string `json:"public_image_name"`
|
PublicNetworkName string `json:"public_netWork_name"`
|
||||||
}
|
}
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
|
@ -79,8 +79,8 @@ type PublicNetworkResp struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type NetworkDict struct {
|
type NetworkDict struct {
|
||||||
Id int `json:"id"`
|
Id int `json:"id"`
|
||||||
PublicImageName string `json:"public_image_name"`
|
PublicNetworkName string `json:"public_netWork_name"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type RemoteResp struct {
|
type RemoteResp struct {
|
||||||
|
|
Loading…
Reference in New Issue