Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
Url string `json:"url"`
Username string `json:"username"`
Text string `json:"text"`
AvatarFile string `json:"avatar_file"`
Role string `json:"role"`
Datetime string `json:"datetime"`
DataID string `json:"data_id,omitempty"`
ParentID string `json:"parent_id"`
Type string `json:"type"`
Position int `json:"position"`
Chunk int `json:"chunk,omitempty"`
}
type FeedType ¶
type FeedType int
const ( // FeedTypeUnknown represents a feed that could not have its // type determiend. FeedTypeUnknown FeedType = iota // FeedTypeQA представляет Вопрос — Ответ https://xn----8sba0bbi0cdm.xn--p1ai/qa/video FeedTypeQA // FeedTypeQAQuestion представляет Вопрос — Ответ Список вопросов https://xn----8sba0bbi0cdm.xn--p1ai/qa/question FeedTypeQAQuestion )
func DetectFeedType ¶
Click to show internal directories.
Click to hide internal directories.