Skip to content

Commit

Permalink
remove unecessary function from interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kokizzu committed Feb 28, 2024
1 parent 7d81806 commit 06376d5
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 7 deletions.
1 change: 0 additions & 1 deletion gcoreprovider/gcore.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ type dnsManager interface {
values []gdns.ResourceRecord, ttl int, opts ...gdns.AddZoneOpt) error
ZonesWithRecords(ctx context.Context, filters ...func(zone *gdns.ZonesFilter)) ([]gdns.Zone, error)
Zones(ctx context.Context, filters ...func(zone *gdns.ZonesFilter)) ([]gdns.Zone, error)
AllZones(ctx context.Context) ([]gdns.Zone, error)
DeleteRRSetRecord(ctx context.Context, zone, name, recordType string, contents ...string) error
}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/G-Core/external-dns-gcore-webhook
go 1.21

require (
github.com/G-Core/gcore-dns-sdk-go v0.2.7-0.20240226132216-e38e3d3b4c10
github.com/G-Core/gcore-dns-sdk-go v0.2.8-0.20240228095703-bbc269a7d1f8
github.com/go-chi/chi/v5 v5.0.11
github.com/sirupsen/logrus v1.9.3
golang.org/x/sync v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/G-Core/gcore-dns-sdk-go v0.2.7-0.20240226132216-e38e3d3b4c10 h1:i6lnGeF/RFrd1LZ2rGXlp/vIvTiYGE7oksPLpEnvKPY=
github.com/G-Core/gcore-dns-sdk-go v0.2.7-0.20240226132216-e38e3d3b4c10/go.mod h1:ky5q2+je2gyVpM2eGdlXbv/KRmD9nimtNQkjzDbXVys=
github.com/G-Core/gcore-dns-sdk-go v0.2.8-0.20240228095703-bbc269a7d1f8 h1:Ve8drjq/siJbe5dOOKhLHK2m8Jl2de1A3a3GHiivhfQ=
github.com/G-Core/gcore-dns-sdk-go v0.2.8-0.20240228095703-bbc269a7d1f8/go.mod h1:ky5q2+je2gyVpM2eGdlXbv/KRmD9nimtNQkjzDbXVys=
github.com/aws/aws-sdk-go v1.44.311 h1:60i8hyVMOXqabKJQPCq4qKRBQ6hRafI/WOcDxGM+J7Q=
github.com/aws/aws-sdk-go v1.44.311/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
32 changes: 30 additions & 2 deletions vendor/github.com/G-Core/gcore-dns-sdk-go/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# github.com/G-Core/gcore-dns-sdk-go v0.2.7-0.20240226132216-e38e3d3b4c10
# github.com/G-Core/gcore-dns-sdk-go v0.2.8-0.20240228095703-bbc269a7d1f8
## explicit; go 1.18
github.com/G-Core/gcore-dns-sdk-go
# github.com/aws/aws-sdk-go v1.44.311
Expand Down

0 comments on commit 06376d5

Please sign in to comment.