This is an automated email from the ASF dual-hosted git repository. vishesh pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git
commit 26f79396e13883868f8537df4629be6ca1748ad7 Merge: dd1ad53 66a2862 Author: Vishesh <vishes...@gmail.com> AuthorDate: Wed Mar 13 14:45:38 2024 +0530 add api call createConsoleEndpoint (#78) cloudstack/ConsoleEndpointService.go | 142 ++++++++++++++++++++++++++++++ cloudstack/ConsoleEndpointService_mock.go | 82 +++++++++++++++++ cloudstack/cloudstack.go | 11 +++ generate/generate.go | 3 + generate/layout.go | 3 + test/ConsoleEndpointService_test.go | 50 +++++++++++ 6 files changed, 291 insertions(+)