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