pub async fn list(
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<ListResponse>, Error>
Expand description

Fetches all maintenance items

Arguments

  • client_sender - Reference to the tokio channel into the client