You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ml...@apache.org on 2023/03/29 16:39:45 UTC

[cloudstack-go] branch main updated (0106fc7 -> 275fbdc)

This is an automated email from the ASF dual-hosted git repository.

mlsorensen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git


    from 0106fc7  generate: fix error when goimports not found (#50)
     new a5f7e1a  Adding resetconfiguration api support
     new 9bf003b  added resetconfigurationresponse
     new 275fbdc  Merge pull request #47 from mp-forks/resetconfiguration

The 201 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 cloudstack/ConfigurationService.go      | 176 ++++++++++++++++++++++++++++++++
 cloudstack/ConfigurationService_mock.go |  29 ++++++
 generate/layout.go                      |   1 +
 test/ConfigurationService_test.go       |  12 +++
 test/testdata/ConfigurationService.json |  11 ++
 5 files changed, 229 insertions(+)