Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { PID int32 `json:"pid"` Title string `json:"title"` Category category.Category `json:"category"` Creator user.Basic `json:"creator"` Statistic *Statistic `json:"statistic"` Limit int32 `json:"limit"` Hidden bool `json:"hidden"` Modified time.Time `json:"modified"` Created time.Time `json:"created"` }
Info is stored in storage
func (*Info) VoteNegContains ¶
func (*Info) VoteNegCount ¶
func (*Info) VotePosContains ¶
func (*Info) VotePosCount ¶
type RawContent ¶
type RawContent struct { }
Click to show internal directories.
Click to hide internal directories.