Resign makes the current node a follower.
(context.Context)
| 18 | Campaign(ctx context.Context) error |
| 19 | // Resign makes the current node a follower. |
| 20 | Resign(context.Context) error |
| 21 | } |
| 22 | |
| 23 | // Election is a struct that controls the leader election. Whenever the leader |
no outgoing calls