Documentation
¶
Overview ¶
Package cloudflare provides Cloudflare-specific implementations.
Index ¶
- type DNSService
- func (c *DNSService) DeleteRecord(ctx context.Context, tunnelUUID string, zoneName string, subdomain string) error
- func (c *DNSService) RecordExists(ctx context.Context, tunnelUUID string, zoneName string, subdomain string) (bool, error)
- func (c *DNSService) RouteRecord(ctx context.Context, tunnelUUID string, zoneName string, subdomain string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSService ¶
type DNSService struct {
// contains filtered or unexported fields
}
func NewDNSService ¶
func NewDNSService(client *cfgo.Client, dryRun bool) *DNSService
func (*DNSService) DeleteRecord ¶
func (*DNSService) RecordExists ¶
func (*DNSService) RouteRecord ¶
Click to show internal directories.
Click to hide internal directories.