package voting import "code.c-base.org/baccenfutter/govote/voting/vote" type Result struct { Quorum bool Threshold bool Yes, No, Abstain int Votes []vote.Vote }