Type Alias PbListCdcProgressResponse

Source
pub type PbListCdcProgressResponse = ListCdcProgressResponse;

Aliased Type§

pub struct PbListCdcProgressResponse {
    pub cdc_progress: HashMap<u32, CdcProgress>,
}

Fields§

§cdc_progress: HashMap<u32, CdcProgress>