Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Comment ¶
type Comment struct {
*httpsrv.Controller
}
func (Comment) EmbedAction ¶
func (c Comment) EmbedAction()
type TypeComment ¶
type TypeComment struct { types.TypeMeta `json:",inline"` Meta types.ObjectMeta `json:"meta,omitempty"` PID string `json:"pid,omitempty"` ReferID string `json:"refer_id,omitempty"` ReferModName string `json:"refer_modname,omitempty"` ReferDataxTable string `json:"refer_datax_table,omitempty"` Content string `json:"content,omitempty"` Author string `json:"author,omitempty"` CaptchaToken string `json:"captcha_token,omitempty"` CaptchaWord string `json:"captcha_word,omitempty"` }
Click to show internal directories.
Click to hide internal directories.