package vote type VoteLogic struct{} func NewVoteLogic() *VoteLogic { return &VoteLogic{} }