summaryrefslogtreecommitdiff
path: root/internal/vote/vote_test.go
AgeCommit message (Expand)Author
2023-07-02refactor vote.New to use var argPaul Buetow
2023-07-02refactor config to use functional options patternPaul Buetow
2023-06-29refactor config initializationPaul Buetow
2023-06-20refactoring ConfigPaul Buetow
2023-06-18can specify my idPaul Buetow
2023-06-13use race detector for the tests and also run tests in parallelPaul Buetow
2023-06-13use of vote ch in clientPaul Buetow
2023-06-13refacto quorumPaul Buetow
2023-06-13refactor of VotePaul Buetow
2023-06-12can serialize and deserialise a vote from and to jsonPaul Buetow
2023-06-07refactorPaul Buetow
2023-06-04first ID in message is from nodePaul Buetow
2023-06-04refactor to channel a list of live nodesPaul Buetow
2023-05-21refactor vote into its own packagePaul Buetow