docs(tvix/castore): fix docstrings
There were some broken references. Also, during the split of service urls to castore and store parts we forgot to update the docstring. Change-Id: Ifc2b3a2c49c9e4d31f1b210dbfe4afcad8a8d5bd Reviewed-on: https://cl.tvl.fyi/c/depot/+/13249 Reviewed-by: Marijan Petričević <marijan.petricevic94@gmail.com> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: Domen Kožar <domen@cachix.org>
This commit is contained in:
parent
29e4b3210b
commit
d3da3238c2
7 changed files with 13 additions and 12 deletions
|
|
@ -11,9 +11,9 @@ use super::BlobService;
|
|||
/// Constructs a new instance of a [BlobService] from an URI.
|
||||
///
|
||||
/// The following schemes are supported by the following services:
|
||||
/// - `memory://` ([MemoryBlobService])
|
||||
/// - `grpc+*://` ([GRPCBlobService])
|
||||
/// - `objectstore+*://` ([ObjectStoreBlobService])
|
||||
/// - `memory://` ([super::MemoryBlobService])
|
||||
/// - `grpc+*://` ([super::GRPCBlobService])
|
||||
/// - `objectstore+*://` ([super::ObjectStoreBlobService])
|
||||
///
|
||||
/// See their `from_url` methods for more details about their syntax.
|
||||
pub async fn from_addr(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue