diff --git a/content/en/docs/20.0/user-guides/configuration-basic/durability_policy.md b/content/en/docs/20.0/user-guides/configuration-basic/durability_policy.md index fee5a5015..d8a78c55d 100644 --- a/content/en/docs/20.0/user-guides/configuration-basic/durability_policy.md +++ b/content/en/docs/20.0/user-guides/configuration-basic/durability_policy.md @@ -9,9 +9,9 @@ The interface definition looks like: ```go // Durabler is the interface which is used to get the promotion rules for candidates and the semi sync setup type Durabler interface { - promotionRule(*topodatapb.Tablet) promotionrule.CandidatePromotionRule - semiSyncAckers(*topodatapb.Tablet) int - isReplicaSemiSync(primary, replica *topodatapb.Tablet) bool + PromotionRule(*topodatapb.Tablet) promotionrule.CandidatePromotionRule + SemiSyncAckers(*topodatapb.Tablet) int + IsReplicaSemiSync(primary, replica *topodatapb.Tablet) bool } ``` diff --git a/content/en/docs/21.0/user-guides/configuration-basic/durability_policy.md b/content/en/docs/21.0/user-guides/configuration-basic/durability_policy.md index fee5a5015..d8a78c55d 100644 --- a/content/en/docs/21.0/user-guides/configuration-basic/durability_policy.md +++ b/content/en/docs/21.0/user-guides/configuration-basic/durability_policy.md @@ -9,9 +9,9 @@ The interface definition looks like: ```go // Durabler is the interface which is used to get the promotion rules for candidates and the semi sync setup type Durabler interface { - promotionRule(*topodatapb.Tablet) promotionrule.CandidatePromotionRule - semiSyncAckers(*topodatapb.Tablet) int - isReplicaSemiSync(primary, replica *topodatapb.Tablet) bool + PromotionRule(*topodatapb.Tablet) promotionrule.CandidatePromotionRule + SemiSyncAckers(*topodatapb.Tablet) int + IsReplicaSemiSync(primary, replica *topodatapb.Tablet) bool } ``` diff --git a/content/en/docs/22.0/user-guides/configuration-basic/durability_policy.md b/content/en/docs/22.0/user-guides/configuration-basic/durability_policy.md index fee5a5015..d8a78c55d 100644 --- a/content/en/docs/22.0/user-guides/configuration-basic/durability_policy.md +++ b/content/en/docs/22.0/user-guides/configuration-basic/durability_policy.md @@ -9,9 +9,9 @@ The interface definition looks like: ```go // Durabler is the interface which is used to get the promotion rules for candidates and the semi sync setup type Durabler interface { - promotionRule(*topodatapb.Tablet) promotionrule.CandidatePromotionRule - semiSyncAckers(*topodatapb.Tablet) int - isReplicaSemiSync(primary, replica *topodatapb.Tablet) bool + PromotionRule(*topodatapb.Tablet) promotionrule.CandidatePromotionRule + SemiSyncAckers(*topodatapb.Tablet) int + IsReplicaSemiSync(primary, replica *topodatapb.Tablet) bool } ``` diff --git a/content/en/docs/23.0/user-guides/configuration-basic/durability_policy.md b/content/en/docs/23.0/user-guides/configuration-basic/durability_policy.md index fee5a5015..d8a78c55d 100644 --- a/content/en/docs/23.0/user-guides/configuration-basic/durability_policy.md +++ b/content/en/docs/23.0/user-guides/configuration-basic/durability_policy.md @@ -9,9 +9,9 @@ The interface definition looks like: ```go // Durabler is the interface which is used to get the promotion rules for candidates and the semi sync setup type Durabler interface { - promotionRule(*topodatapb.Tablet) promotionrule.CandidatePromotionRule - semiSyncAckers(*topodatapb.Tablet) int - isReplicaSemiSync(primary, replica *topodatapb.Tablet) bool + PromotionRule(*topodatapb.Tablet) promotionrule.CandidatePromotionRule + SemiSyncAckers(*topodatapb.Tablet) int + IsReplicaSemiSync(primary, replica *topodatapb.Tablet) bool } ```