mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-08 22:24:18 +08:00
Make GCLOUD and GANDI_V5 modules consistant (#1085)
Fixes https://github.com/StackExchange/dnscontrol/issues/1060 Fixes https://github.com/StackExchange/dnscontrol/issues/1059
This commit is contained in:
parent
9f0ac5dfba
commit
1b83561b7f
6 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
package gandi5
|
package gandi_v5
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/StackExchange/dnscontrol/v3/models"
|
"github.com/StackExchange/dnscontrol/v3/models"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package gandi5
|
package gandi_v5
|
||||||
|
|
||||||
// Convert the provider's native record description to models.RecordConfig.
|
// Convert the provider's native record description to models.RecordConfig.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package gandi5
|
package gandi_v5
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package gandi5
|
package gandi_v5
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package google
|
package gcloud
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/StackExchange/dnscontrol/v3/models"
|
"github.com/StackExchange/dnscontrol/v3/models"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package google
|
package gcloud
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
Loading…
Add table
Reference in a new issue