Discover Packages
github.com/alekseiops/lego/v4
providers
dns
directadmin
internal
package
Version:
v4.18.1
Opens a new window with list of versions in this module.
Published: Sep 18, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type APIError struct {
Message string `json:"error,omitempty"`
Result string `json:"result,omitempty"`
}
APIError represents a API error.
Client the Direct Admin API client.
NewClient creates a new Client.
type Record struct {
Name string `url:"name,omitempty"`
Type string `url:"type,omitempty"`
Value string `url:"value,omitempty"`
TTL int `url:"ttl,omitempty"`
}
Record represents a DNS record.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.