Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Card ¶
type Card struct { ID int64 `json:"-"` Title string `json:"-"` ChannelID int64 `json:"-"` Type string `json:"-"` Value int64 `json:"-"` Reason string `json:"-"` ReasonType int8 `json:"-"` Pos int `json:"-"` FromType string `json:"-"` }
func (*Card) CardToAiChange ¶
type ChannelSingle ¶
type ChannelSingle struct { AID interface{} `json:"aid,omitempty"` ChannelID interface{} `json:"channel_id,omitempty"` }
type UpCard ¶
type UpCard struct { ID int64 `json:"id,omitempty"` Type string `json:"type,omitempty"` Title string `json:"title,omitempty"` RcmdReason string `json:"rcmd_reason,omitempty"` Content json.RawMessage `json:"content,omitempty"` Data *recommend.Item `json:"data,omitempty"` }
func (*UpCard) ChannelSingleChange ¶
func (c *UpCard) ChannelSingleChange()
Click to show internal directories.
Click to hide internal directories.