Example #1
0
func (this *Election) doSaveElection(state *thispb.ElectionState) {
	state.CurrentRound = proto.Int64(this.CurrentRound())
	state.CurrentWinner = proto.String(this.currentWinner)
}