From e45d1931cf1a86dce4907400375d3f9d6be20fa6 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 17 Jun 2023 15:22:13 -0700 Subject: [PATCH] TODO --- candidate.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/candidate.go b/candidate.go index 60d3536..b4b3722 100644 --- a/candidate.go +++ b/candidate.go @@ -16,6 +16,8 @@ import ( "github.com/samber/lo" ) +// TODO: Add event hook to export isLeader + type Candidate struct { C <-chan CandidateState