pub type PbListCdcProgressResponse = ListCdcProgressResponse;Aliased Type§
pub struct PbListCdcProgressResponse {
pub cdc_progress: HashMap<u32, CdcProgress>,
}Fields§
§cdc_progress: HashMap<u32, CdcProgress>pub type PbListCdcProgressResponse = ListCdcProgressResponse;pub struct PbListCdcProgressResponse {
pub cdc_progress: HashMap<u32, CdcProgress>,
}cdc_progress: HashMap<u32, CdcProgress>