pub async fn info(
id: &str,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<InfoResponse>, Error>
Expand description
Fetches a specific maintenance item
Arguments
id
- ID of the maintenance item to retrieveclient_sender
- Reference to the tokio channel into the client