updater

package
v0.0.0-...-e4cb65c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RFC2136Updater

type RFC2136Updater struct {
	// contains filtered or unexported fields
}

func NewRFC2136

func NewRFC2136(servers []string) *RFC2136Updater

Servers must have len > 0.

func (*RFC2136Updater) Close

func (u *RFC2136Updater) Close() error

func (*RFC2136Updater) Insert

func (u *RFC2136Updater) Insert(zone string, records []dns.RR) error

func (*RFC2136Updater) WithCredentials

func (u *RFC2136Updater) WithCredentials(username, password, domain string)

func (*RFC2136Updater) WithGSS

func (u *RFC2136Updater) WithGSS() error

type Updater

type Updater interface {
	Insert(string, []dns.RR) error
	Close() error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL