Skip to content

Commit

Permalink
Merge pull request #5 from sbrueseke/preparations_for_pr
Browse files Browse the repository at this point in the history
Preparations for pr
  • Loading branch information
sbrueseke authored Feb 29, 2024
2 parents 5244813 + 2587ea0 commit 8a48342
Show file tree
Hide file tree
Showing 78 changed files with 77 additions and 79 deletions.
2 changes: 1 addition & 1 deletion examples/AddHost.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"fmt"
"log"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func AddHost() {
Expand Down
2 changes: 1 addition & 1 deletion examples/CreateDeleteDomain.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"fmt"
"log"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func CreateDomain() {
Expand Down
2 changes: 1 addition & 1 deletion examples/HostOperations.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"encoding/json"
"log"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func PerformHostOperations() {
Expand Down
2 changes: 1 addition & 1 deletion examples/mock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ package main
import (
"testing"

"github.com/apache/cloudstack-go/v2/cloudstack"
"github.com/golang/mock/gomock"
"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
)

func Test_Mock(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/sbrueseke/cloudstack-go/v2
module github.com/apache/cloudstack-go/v2

go 1.17

Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
github.com/apache/cloudstack-go/v2 v2.15.0 h1:oojn1qx0+wBwrFSSmA2rL8XjWd4BXqwYo0RVCrAXoHk=
github.com/apache/cloudstack-go/v2 v2.15.0/go.mod h1:Mc+tXpujtslBuZFk5atoGT2LanVxOrXS2GGgidAoz1A=
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
Expand Down
2 changes: 1 addition & 1 deletion test/APIDiscoveryService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestAPIDiscoveryService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/AccountService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestAccountService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/AddressService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestAddressService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/AffinityGroupService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestAffinityGroupService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/AlertService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestAlertService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/AnnotationService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestAnnotationService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/AsyncjobService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestAsyncjobService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/AuthenticationService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestAuthenticationService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/AutoScaleService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestAutoScaleService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/BaremetalService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestBaremetalService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/BigSwitchBCFService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestBigSwitchBCFService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/BrocadeVCSService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestBrocadeVCSService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/CertificateService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestCertificateService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/CloudIdentifierService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestCloudIdentifierService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/ClusterService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestClusterService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/ConfigurationService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestConfigurationService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/ConsoleEndpointService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestConsoleEndpointService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/DiskOfferingService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestDiskOfferingService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/DomainService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestDomainService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/EventService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestEventService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/FirewallService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestFirewallService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/GuestOSService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestGuestOSService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/HostService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestHostService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/HypervisorService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestHypervisorService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/ISOService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestISOService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/ImageStoreService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestImageStoreService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/InfrastructureUsageService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestInfrastructureUsageService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/InternalLBService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestInternalLBService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/KubernetesService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestKubernetesService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/LDAPService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestLDAPService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/LimitService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestLimitService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/LoadBalancerService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestLoadBalancerService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/NATService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestNATService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/NetworkACLService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestNetworkACLService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/NetworkDeviceService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestNetworkDeviceService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/NetworkOfferingService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestNetworkOfferingService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/NetworkService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestNetworkService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/NicService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestNicService(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/NiciraNVPService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package test
import (
"testing"

"github.com/sbrueseke/cloudstack-go/v2/cloudstack"
"github.com/apache/cloudstack-go/v2/cloudstack"
)

func TestNiciraNVPService(t *testing.T) {
Expand Down
Loading

0 comments on commit 8a48342

Please sign in to comment.