initial commits
parent
2dfad99834
commit
0cb619709c
|
@ -0,0 +1,12 @@
|
||||||
|
package ent
|
||||||
|
|
||||||
|
import (
|
||||||
|
"sourcecode.social/reiver/go-jsonint"
|
||||||
|
"sourcecode.social/reiver/go-opt"
|
||||||
|
"sourcecode.social/reiver/go-nul"
|
||||||
|
)
|
||||||
|
|
||||||
|
type PollOption struct {
|
||||||
|
Title opt.Optional[string] `json:"title"`
|
||||||
|
VotesCount nul.Nullable[jsonint.Int] `json:"votes_count"`
|
||||||
|
}
|
Loading…
Reference in New Issue