Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HetznerChanges ¶
type HetznerChanges struct {
Action string
ZoneID string
ZoneName string
ResourceRecordSet hclouddns.HCloudRecord
}
type HetznerProvider ¶
type HetznerProvider struct {
provider.BaseProvider
Client hclouddns.HCloudClientAdapter
DryRun bool
// contains filtered or unexported fields
}
func NewHetznerProvider ¶
func NewHetznerProvider(ctx context.Context, domainFilter endpoint.DomainFilter, dryRun bool) (*HetznerProvider, error)
func (*HetznerProvider) ApplyChanges ¶
func (p *HetznerProvider) ApplyChanges(ctx context.Context, changes *plan.Changes) error
Click to show internal directories.
Click to hide internal directories.