MCPcopy Create free account
hub / github.com/davecheney/pub / Language

Method Language

models/status.go:131–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129type StatusPoll struct {
130 StatusID snowflake.ID `gorm:"primarykey;autoIncrement:false"`
131 ExpiresAt time.Time
132 Multiple bool
133 VotesCount int `gorm:"not null;default:0"`
134 Options []StatusPollOption `gorm:"constraint:OnDelete:CASCADE;"`
135}
136

Callers 1

StatusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected