Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrZoneNotFound = errors.New("zone not found")
ErrZoneNotFound is returned when a requested zone is not found (in the cache).
Functions ¶
This section is empty.
Types ¶
type ZoneCache ¶
type ZoneCache[Zone any] struct { // contains filtered or unexported fields }
ZoneCache is a thread-safe cache for DNS zones at this provider.
func (*ZoneCache[Zone]) GetZoneNames ¶
Click to show internal directories.
Click to hide internal directories.