Skip to content

Commit

Permalink
moved telekom packages into telekom_providers package
Browse files Browse the repository at this point in the history
  • Loading branch information
marhode committed Apr 26, 2024
1 parent ad1f17a commit 2ed6f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions providers/telekom.go → providers/telekom/telekom.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Creation of a new OTC DNS record
// Deletion of a existing OTC DNS record
// Updating of the IP in a OTC DNS record
package providers
package telekom_providers

import (
"fmt"
Expand All @@ -18,10 +18,6 @@ const (
dnsRecordDescription string = "BBB Autoscaler"
)

type Telekom struct {
Config ProviderConfig `yaml:"-"`
}

// The DNS client we use to trigger our DNS actions.
type OtcDnsClient struct {
Sc *otc.ServiceClient
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Config of Telekom Cloud
package providers
package telekom_providers

import (
"encoding/json"
Expand Down

0 comments on commit 2ed6f9f

Please sign in to comment.