pub async fn domain(
    name: &str,
    env: DACEnv,
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<DACDomainResponse>, Error>
Expand description

Get the DAC data for a domain

Arguments

  • name - The domain to query
  • env - The DAC environment to query
  • client_sender - Reference to the tokio channel into the client