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 {
|
||||
Id int `json:"id"`
|
||||
PublicImageName string `json:"public_image_name"`
|
||||
PublicNetworkName string `json:"public_netWork_name"`
|
||||
}
|
||||
|
||||
)
|
||||
|
|
|
@ -80,7 +80,7 @@ type PublicNetworkResp struct {
|
|||
|
||||
type NetworkDict struct {
|
||||
Id int `json:"id"`
|
||||
PublicImageName string `json:"public_image_name"`
|
||||
PublicNetworkName string `json:"public_netWork_name"`
|
||||
}
|
||||
|
||||
type RemoteResp struct {
|
||||
|
|
Loading…
Reference in New Issue