Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Domain ¶
type Domain interface { String() string Records() Records PrivacyGetter }
Domain is the domains endpoint
type Gateway ¶
type Gateway interface { // We do not validate the `Version(v string)` // parameter! // We expect you to have already validated the // version string beforehand Version(v string) Version }
Gateway allows you to target specific API versions
type PrivacyGetter ¶
type PrivacyGetter interface {
Privacy() Privacy
}
PrivacyGetter simplifies embedding
Click to show internal directories.
Click to hide internal directories.