package
Version:
v0.0.0-...-7a5cd37
Opens a new window with list of versions in this module.
Published: May 7, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Получение среза постов/нововстей
type Channel struct {
Title string `xml:"title"`
Description string `xml:"description"`
Link string `xml:"link"`
Items []Item `xml:"item"`
}
Метаданные Канала новостей
type Feed struct {
XMLName xml.Name `xml:"rss"`
Chanel Channel `xml:"channel"`
}
Подписка
Получение подписки новостей
type Item struct {
Title string `xml:"title"`
Description string `xml:"description"`
Link string `xml:"link"`
PubDate string `xml:"pubDate"`
Author string `xml:"author"`
Guid string `xml:"guid"`
}
Отдельная новость в подписке
Source Files
¶
Click to show internal directories.
Click to hide internal directories.