This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a change to branch release-4.21
in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git
from c1e1874 Add support for extension APIs (#124)
add ae80b39 Add support for backup & recovery service (#122)
No new revisions were added by this update.
Summary of changes:
cloudstack/BackupService.go | 4796 ++++++++++++++++++++++++++++++
cloudstack/BackupService_mock.go | 791 +++++
cloudstack/VirtualMachineService.go | 218 ++
cloudstack/VirtualMachineService_mock.go | 58 +
cloudstack/VolumeService.go | 134 +
cloudstack/VolumeService_mock.go | 29 +
cloudstack/cloudstack.go | 11 +
generate/layout.go | 23 +
test/BackupService_test.go | 272 ++
test/VirtualMachineService_test.go | 24 +
test/VolumeService_test.go | 12 +
11 files changed, 6368 insertions(+)
create mode 100644 cloudstack/BackupService.go
create mode 100644 cloudstack/BackupService_mock.go
create mode 100644 test/BackupService_test.go