feat(castore/directory): add cache combinator
Change-Id: Ie8850a40e378f6cc0637a85e526fe5b5ed09fcd7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11710 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de> Autosubmit: yuka <yuka@yuka.dev>
This commit is contained in:
parent
30e72d2d52
commit
452299dcd2
2 changed files with 144 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ use crate::{proto, B3Digest, Error};
|
|||
use futures::stream::BoxStream;
|
||||
use tonic::async_trait;
|
||||
|
||||
mod combinators;
|
||||
mod directory_graph;
|
||||
mod from_addr;
|
||||
mod grpc;
|
||||
|
|
@ -15,6 +16,7 @@ pub mod tests;
|
|||
mod traverse;
|
||||
mod utils;
|
||||
|
||||
pub use self::combinators::Cache;
|
||||
pub use self::directory_graph::DirectoryGraph;
|
||||
pub use self::from_addr::from_addr;
|
||||
pub use self::grpc::GRPCDirectoryService;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue