feat(tvix/castore): expose ValidatedDirectoryGraph type

Change-Id: Id994258e74f75df8790159ed3180ce360874d0de
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12438
Reviewed-by: benjaminedwardwebb <benjaminedwardwebb@gmail.com>
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
Yureka 2024-09-06 13:59:27 +02:00 committed by yuka
parent 0a38618675
commit cec28377d8

View file

@ -19,7 +19,7 @@ mod traverse;
mod utils; mod utils;
pub use self::combinators::{Cache, CacheConfig}; pub use self::combinators::{Cache, CacheConfig};
pub use self::directory_graph::DirectoryGraph; pub use self::directory_graph::{DirectoryGraph, ValidatedDirectoryGraph};
pub use self::from_addr::from_addr; pub use self::from_addr::from_addr;
pub use self::grpc::{GRPCDirectoryService, GRPCDirectoryServiceConfig}; pub use self::grpc::{GRPCDirectoryService, GRPCDirectoryServiceConfig};
pub use self::memory::{MemoryDirectoryService, MemoryDirectoryServiceConfig}; pub use self::memory::{MemoryDirectoryService, MemoryDirectoryServiceConfig};