mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-06 05:30:38 +00:00
ttid: make fields pub
This commit is contained in:
@@ -57,8 +57,8 @@ pub struct S3Target {
|
||||
/// TenantShardTimelineIds in on place.
|
||||
#[derive(Serialize, Deserialize, Debug, Clone, Copy, Hash, PartialEq, Eq)]
|
||||
pub struct TenantShardTimelineId {
|
||||
tenant_shard_id: TenantShardId,
|
||||
timeline_id: TimelineId,
|
||||
pub tenant_shard_id: TenantShardId,
|
||||
pub timeline_id: TimelineId,
|
||||
}
|
||||
|
||||
impl TenantShardTimelineId {
|
||||
|
||||
Reference in New Issue
Block a user