Skip to content

Commit

Permalink
make folder structs public (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricopinazo authored Oct 2, 2024
1 parent 446e7f1 commit 81fb3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raphtory-graphql/src/paths.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use raphtory::{
};

#[derive(Clone)]
pub(crate) struct ExistingGraphFolder {
pub struct ExistingGraphFolder {
folder: ValidGraphFolder,
}

Expand Down Expand Up @@ -67,7 +67,7 @@ impl ExistingGraphFolder {
}

#[derive(Clone, Debug)]
pub(crate) struct ValidGraphFolder {
pub struct ValidGraphFolder {
original_path: String,
folder: GraphFolder,
}
Expand Down

0 comments on commit 81fb3a9

Please sign in to comment.