Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiProvider ¶
type MultiProvider struct {
Providers map[string]providers.DNSProvider
}
func (*MultiProvider) CreateRecord ¶ added in v0.0.31
func (mp *MultiProvider) CreateRecord(fqdn, value string) error
func (*MultiProvider) RemoveRecord ¶ added in v0.0.31
func (mp *MultiProvider) RemoveRecord(fqdn, value string) error
Click to show internal directories.
Click to hide internal directories.