Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeedInput ¶
type FeedInput struct { ID uint `json:"-"` ContextText string `json:"context_text"` //The context of the text (reply or a subject etc) Text string `json:"text"` User string `json:"user"` Platform string `json:"platform"` Media []string `json:"media"` CreatedAt time.Time `json:"created_at"` ProcessedAt *time.Time `json:"processed_at"` }
Click to show internal directories.
Click to hide internal directories.