Discover Packages
notabug.org/cddylgntcp/go-acme_lego
providers
dns
netlify
internal
package
Version:
v1.2.2-0...-b684ce8
Opens a new window with list of versions in this module.
Published: Jun 25, 2020
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Client Netlify API client.
NewClient creates a new Client.
CreateRecord creates a DNS records.
GetRecords gets a DNS records.
RemoveRecord removes a DNS records.
type DNSRecord struct {
ID string `json:"id,omitempty"`
Hostname string `json:"hostname,omitempty"`
TTL int `json:"ttl,omitempty"`
Type string `json:"type,omitempty"`
Value string `json:"value,omitempty"`
}
DNSRecord DNS record representation.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.