TerraOceanPlugin/GoBot/common/vote.go

7 lines
70 B
Go

package common
type VoteChoice struct {
UserID string
Value int
}