Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentCRes ¶
type CommentCRes struct { RepId uint `json:"rep_id"` ReMeNick string `json:"re_me_nick"` ReplyId *uint `json:"reply_id"` ComId uint `json:"com_id"` Comment string `json:"comment"` MeId *uint `json:"me_id"` MeImg string `json:"me_img"` MeNick string `json:"me_nick"` CreateTime string `json:"create_time"` }
type CommentRes ¶
type CommentRes struct { ComAddTime string `json:"com_add_time"` ComId uint `json:"com_id"` Comment string `json:"comment"` CommentNum int64 `json:"comment_num"` MeId *uint `json:"me_id"` MeImg string `json:"me_img"` MeNick string `json:"me_nick"` Pic string `json:"pic"` }
Comment 结构体
type ThreeLevel ¶
type ThreeLevel struct { global.GVA_MODEL Key string `json:"key" form:"key" gorm:"column:key;comment:唯一标识;"` Value string `json:"value" form:"value" gorm:"column:value;comment:展示名称;"` Articles []hierarchy.FdArticleLearn `json:"articles" form:"articles" gorm:"foreignKey:LevelThreeID;references:ID;comment:;"` }
Click to show internal directories.
Click to hide internal directories.