1
0

4 Commity eb3ed5fd01 ... 95e703ae78

Autor SHA1 Správa Dátum
  Jing Yang 95e703ae78 Update README. 2 rokov pred
  Jing Yang f2fc71134d Mark LogArray as a crate-private type. 2 rokov pred
  Jing Yang eb3ed5fd01 Update README. 2 rokov pred
  Jing Yang c6d3ce06f3 Mark LogArray and VerifyAuthorityResult as crate-private types. 2 rokov pred
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/verify_authority.rs

+ 1 - 1
src/verify_authority.rs

@@ -14,7 +14,7 @@ use crate::{Index, Raft, Term};
 /// This request is not directly exposed to end users. Instead it is used
 /// internally to implement no-commit read-only requests.
 #[derive(Debug, Eq, PartialEq)]
-pub(crate) enum VerifyAuthorityResult {
+pub enum VerifyAuthorityResult {
     Success(Index),
     TermElapsed,
     TimedOut,