Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ArticleObjs _ArticleObjs
View Source
var CommentObjs _CommentObjs
View Source
var UserObjs _UserObjs
Functions ¶
This section is empty.
Types ¶
type Article ¶
type Article struct { Id int64 `json:"id"` UserId int64 `json:"user_id"` Title string `json:"title"` State int `json:"state"` // 0: published, 1: draft, 2: hidden Content string `json:"content"` Donation float64 `json:"donation"` CreateTime time.Time `json:"create_time"` UpdateTime time.Time `json:"update_time"` }
type ArticleRowVisitor ¶
type Comment ¶
type CommentRowVisitor ¶
type User ¶
type UserRowVisitor ¶
Click to show internal directories.
Click to hide internal directories.