Discover Packages
github.com/jackharley/lindyn
linode
package
Version:
v0.0.0-...-f139536
Opens a new window with list of versions in this module.
Published: Aug 21, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var (
APIBaseURL = "https://api.linode.com"
ErrDomainNotFound = errors .New ("failed to find matching domain")
)
type ARecordUpdate struct {
Target string `json:"target"`
}
type RetrievedARecord struct {
ID int `json:"id"`
Name string `json:"name"`
Target string `json:"target"`
TTLSec int `json:"ttl_sec"`
Type string `json:"type"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.