Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewsFeedURL = "https://secure.sakura.ad.jp/rss/sakuranews/getfeeds.php?service=cloud&format=json"
NewsFeedURL フィード取得URL
Functions ¶
This section is empty.
Types ¶
type FeedItem ¶
type FeedItem struct { StrDate string `json:"date,omitempty"` Description string `json:"desc,omitempty"` StrEventStart string `json:"event_start,omitempty"` StrEventEnd string `json:"event_end,omitempty"` Title string `json:"title,omitempty"` URL string `json:"url,omitempty"` }
FeedItem メンテナンス/障害情報お知らせ
Click to show internal directories.
Click to hide internal directories.