package
Version:
v0.0.0-...-e9c76e9
Opens a new window with list of versions in this module.
Published: Feb 25, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Channel struct {
XMLName xml.Name `xml:"channel"`
Items []Items `xml:"item"`
}
type Data struct {
MysqlUsername string `json:"username"`
MysqlPassword string `json:"password"`
TelegramApi string `json:"telegram_api"`
DiscordWebhook string `json:"discord_webhook"`
ChannelName string `json:"channel_name"`
}
type Items struct {
XMLName xml.Name `xml:"item"`
Title string `xml:"title"`
Link string `xml:"guid"`
PublishDate string `xml:"pubDate"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.