Abstract
Abstract
appendAppend information about a zone in the database.
Abstract
deleteDelete information about a zone in the database.
Abstract
getRetrieve information about a zone in the database.
The name of the zone to retrieve
Optional
rType: TThe record type to retrieve. If not provided, all records in the zone should be retrieved.
Abstract
set
A store is a database that stores information about zones.
Stores can take any form, from a simple in-memory store to a store that persists data to disk. They don't necessarily need to have any formal database backing them, but they should be able to deterministically store and retrieve data and resolve wildcard records.