docs(tvix/store/pathinfosvc): fix copypasta error
This is not a simple get and put returning digest. You currently can get by output hash, and a put gives you back the (possibly modified) PathInfo message. Change-Id: I43174d87a764417b8620c4d5bdac058cc25b0373 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9371 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Connor Brewster <cbrewster@hey.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
731996fbfe
commit
3d064f714c
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ pub use self::memory::MemoryPathInfoService;
|
|||
pub use self::sled::SledPathInfoService;
|
||||
|
||||
/// The base trait all PathInfo services need to implement.
|
||||
/// This is a simple get and put of [proto::Directory], returning their digest.
|
||||
#[async_trait]
|
||||
pub trait PathInfoService: Send + Sync {
|
||||
/// Create a new instance by passing in a connection URL, as well
|
||||
|
|
Loading…
Reference in a new issue