forked from chanbakjsd/TerraOceanPlugin
7 lines
70 B
Go
7 lines
70 B
Go
|
package common
|
||
|
|
||
|
type VoteChoice struct {
|
||
|
UserID string
|
||
|
Value int
|
||
|
}
|