wasmer_backend_api::query

Function get_domain_with_records

Source
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.