Skip to content

Commit

Permalink
Add missing API calls for Cloudstack 4.20 #91
Browse files Browse the repository at this point in the history
Add missing API calls for Cloudstack 4.20
  • Loading branch information
DaanHoogland authored Dec 17, 2024
2 parents 75d368f + f184c7c commit d654fcc
Show file tree
Hide file tree
Showing 199 changed files with 136,346 additions and 107,536 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up tools
run: |
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/golang/mock/mockgen@v1.6.0
go install go.uber.org/mock/mockgen@latest
- name: Build
run: |
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ test:

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

10 changes: 8 additions & 2 deletions cloudstack/APIDiscoveryService_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d654fcc

Please sign in to comment.