Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyRecordInput ¶
type CloudflareProvider ¶
func (CloudflareProvider) ApplyRecord ¶
func (provider CloudflareProvider) ApplyRecord(ctx context.Context, input ApplyRecordInput) error
type Provider ¶
type Provider interface {
ApplyRecord(ctx context.Context, input ApplyRecordInput) error
}
type ProviderRegistry ¶
func DefaultProviderRegistry ¶
func DefaultProviderRegistry() ProviderRegistry
type StaticProviderRegistry ¶
func (StaticProviderRegistry) ProviderForKey ¶
func (registry StaticProviderRegistry) ProviderForKey(provider string) (Provider, bool)
Click to show internal directories.
Click to hide internal directories.