Dirty implementation of createVotes

This commit is contained in:
2025-01-08 13:57:49 +01:00
parent ca824726b4
commit 49a1df06d2
7 changed files with 223 additions and 17 deletions

View File

@ -20,8 +20,8 @@ type Election struct {
Tokens int
AreVotersKnown bool
MaxVoters int
CreatedAt string
ExpiresAt string
CreatedAt time.Time
ExpiresAt time.Time
Choices []string
}