Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cloudflare ¶
type Cloudflare struct {
// contains filtered or unexported fields
}
func New ¶
func New() *Cloudflare
func (*Cloudflare) Add ¶ added in v0.2.0
func (c *Cloudflare) Add(fqdn string) error
func (*Cloudflare) Del ¶ added in v0.2.0
func (c *Cloudflare) Del(fqdn string) error
func (*Cloudflare) Init ¶
func (c *Cloudflare) Init(token string) error
func (*Cloudflare) Resolve ¶ added in v0.2.0
func (c *Cloudflare) Resolve(fqdn string) (string, error)
func (*Cloudflare) Update ¶ added in v0.2.0
func (c *Cloudflare) Update(fqdn, ip string) error
Click to show internal directories.
Click to hide internal directories.