Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct{ *webpanellibdns.Provider }
Provider lets Caddy read and manipulate DNS records hosted by this DNS provider.
func (Provider) CaddyModule ¶
func (Provider) CaddyModule() caddy.ModuleInfo
CaddyModule returns the Caddy module information.
func (*Provider) Provision ¶
TODO: This is just an example. Useful to allow env variable placeholders; update accordingly. Provision sets up the module. Implements caddy.Provisioner.
func (*Provider) UnmarshalCaddyfile ¶
TODO: This is just an example. Update accordingly. UnmarshalCaddyfile sets up the DNS provider from Caddyfile tokens. Syntax:
webpanel { host <host_url> key <api_key> }
**THIS IS JUST AN EXAMPLE AND NEEDS TO BE CUSTOMIZED.**
Click to show internal directories.
Click to hide internal directories.