Skip to content

Commit

Permalink
added logger function
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh committed Nov 30, 2022
1 parent 5a5f671 commit e046c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/dnsclient/dnsclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ type DNSClient interface {
GetManagedZones(ctx context.Context) (map[string]string, error)
CreateOrUpdateRecordSet(ctx context.Context, view, zone, name, record_type string, values []string, ttl int64) error
DeleteRecordSet(ctx context.Context, zone, name, recordType string) error
LogDetails(params ...string)
}

type dnsClient struct {
Expand Down

0 comments on commit e046c55

Please sign in to comment.