Skip to content

Commit d654fcc

Browse files
authored
Add missing API calls for Cloudstack 4.20 #91
Add missing API calls for Cloudstack 4.20
2 parents 75d368f + f184c7c commit d654fcc

File tree

199 files changed

+136346
-107536
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+136346
-107536
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up tools
4242
run: |
4343
go install golang.org/x/tools/cmd/goimports@latest
44-
go install github.com/golang/mock/mockgen@v1.6.0
44+
go install go.uber.org/mock/mockgen@latest
4545
4646
- name: Build
4747
run: |

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ test:
2727

2828
MOCKGEN := mockgen
2929
mockgen: ## Download conversion-gen locally if necessary.
30-
go get github.com/golang/mock/mockgen; go install github.com/golang/mock/mockgen;
30+
go install go.uber.org/mock/mockgen@latest
31+

cloudstack/APIDiscoveryService_mock.go

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)