MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / GetListResponse

Class GetListResponse

crates/hyperqueue/src/transfer/messages.rs:530–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528
529#[derive(Serialize, Deserialize, Debug)]
530pub struct GetListResponse {
531 pub workers: Vec<WorkerInfo>,
532}
533
534#[derive(Serialize, Deserialize, Debug)]
535pub struct WorkerInfoResponse {

Callers 1

handle_get_listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected