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
pub async fn list(
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<ListResponse>, Error>
Fetches all maintenance items
client_sender
- Reference to the tokio channel into the client