Function oku_fs::discovery::announce_replica

source ·
pub async fn announce_replica(
    namespace_id: NamespaceId
) -> Result<(), Box<dyn Error + Send + Sync>>
Expand description

Announces a local replica to the mainline DHT.

§Arguments

  • namespace_id - The ID of the replica to announce.