Documentation ¶
Overview ¶
Copyright (C) 2021-2023, Kubefirst
This program is licensed under MIT. See the LICENSE file for more details.
Copyright (C) 2021-2023, Kubefirst ¶
This program is licensed under MIT. See the LICENSE file for more details.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶ added in v0.106.0
type Configuration struct { Client *cloudflare.API Context context.Context }
func (*Configuration) GetDNSDomains ¶ added in v0.106.0
func (c *Configuration) GetDNSDomains() ([]string, error)
GetDNSDomains lists all available DNS domains
func (*Configuration) GetDNSRecord ¶ added in v0.106.0
func (c *Configuration) GetDNSRecord() ([]string, error)
GetDNSDomains lists all available DNS domains
func (*Configuration) TestDomainLiveness ¶ added in v0.106.0
func (c *Configuration) TestDomainLiveness(domainName string) bool
Click to show internal directories.
Click to hide internal directories.