risingwave_pb::hummock

Type Alias PbGetCurrentVersionResponse

source
pub type PbGetCurrentVersionResponse = GetCurrentVersionResponse;
Expand description

Aliased Type§

struct PbGetCurrentVersionResponse {
    pub status: Option<Status>,
    pub current_version: Option<HummockVersion>,
}

Fields§

§status: Option<Status>§current_version: Option<HummockVersion>