pub async fn get_domain_with_records(
client: &WasmerClient,
domain: String,
) -> Result<Option<DnsDomainWithRecords>, Error>
Expand description
Retrieve a domain by its name, along with all it’s records.
pub async fn get_domain_with_records(
client: &WasmerClient,
domain: String,
) -> Result<Option<DnsDomainWithRecords>, Error>
Retrieve a domain by its name, along with all it’s records.