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 queryenv- The DAC environment to queryclient_sender- Reference to the tokio channel into the client