LCOV - code coverage report
Current view: top level - pageserver/src/tenant/timeline/import_pgdata - importbucket_format.rs (source / functions) Coverage Total Hit
Test: 20b6afc7b7f34578dcaab2b3acdaecfe91cd8bf1.info Lines: 0.0 % 3 0
Test Date: 2024-11-25 17:48:16 Functions: 0.0 % 24 0

            Line data    Source code
       1              : use serde::{Deserialize, Serialize};
       2              : 
       3            0 : #[derive(Deserialize, Serialize, Debug, Clone, PartialEq, Eq)]
       4              : pub struct PgdataStatus {
       5              :     pub done: bool,
       6              :     // TODO: remaining fields
       7              : }
       8              : 
       9            0 : #[derive(Deserialize, Serialize, Debug, Clone, PartialEq, Eq)]
      10              : pub struct ShardStatus {
      11              :     pub done: bool,
      12              :     // TODO: remaining fields
      13              : }
      14              : 
      15              : // TODO: dedupe with fast_import code
      16            0 : #[derive(Deserialize, Serialize, Debug, Clone, PartialEq, Eq)]
      17              : pub struct Spec {
      18              :     pub project_id: String,
      19              :     pub branch_id: String,
      20              : }
        

Generated by: LCOV version 2.1-beta