pub async fn call_daemon(
path: &str,
req: ClientRequest,
timeout: u64,
) -> Result<ClientResponse, Box<dyn Error>>
Expand description
Makes a call to kanidm_unixd via a unix socket at path
pub async fn call_daemon(
path: &str,
req: ClientRequest,
timeout: u64,
) -> Result<ClientResponse, Box<dyn Error>>
Makes a call to kanidm_unixd via a unix socket at path