Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix listVPCs unmarshall error when a VPC has network tiers attached (#26
) * Started to impl VPC list test * * Upd list VPCs test for both simple and network cases * Bump go version * Add listVPCs success and fail responses for test * Upd VPC schema * Updated generator to output valid network type for VPC Service * Minor fixes Co-authored-by: tampler <socnetfpga@gmail.com> Co-authored-by: davidjumani <dj.davidjumani1994@gmail.com>
- Loading branch information
Showing
5 changed files
with
342 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,5 +1,5 @@ | ||
module github.com/apache/cloudstack-go/v2 | ||
|
||
go 1.13 | ||
go 1.17 | ||
|
||
require github.com/golang/mock v1.6.0 |