risingwave_pb::backup_service

Type Alias PbGetMetaSnapshotManifestResponse

source
pub type PbGetMetaSnapshotManifestResponse = GetMetaSnapshotManifestResponse;
Expand description

Aliased Type§

struct PbGetMetaSnapshotManifestResponse {
    pub manifest: Option<MetaSnapshotManifest>,
}

Fields§

§manifest: Option<MetaSnapshotManifest>