CanJoinEnabled returns true if the instance owning this TokenGenerator should perform the CanJoin check before it tries to join the ring.
()
| 20 | // CanJoinEnabled returns true if the instance owning this TokenGenerator should perform the CanJoin check before |
| 21 | // it tries to join the ring. |
| 22 | CanJoinEnabled() bool |
| 23 | } |
| 24 | |
| 25 | type RandomTokenGenerator struct { |
no outgoing calls
no test coverage detected