feedburner.go 500 B

1234567891011
  1. // Copyright 2019 Frédéric Guillot. All rights reserved.
  2. // Use of this source code is governed by the Apache 2.0
  3. // license that can be found in the LICENSE file.
  4. package rss // import "miniflux.app/reader/rss"
  5. // FeedBurnerElement represents FeedBurner XML elements.
  6. type FeedBurnerElement struct {
  7. FeedBurnerLink string `xml:"http://rssnamespace.org/feedburner/ext/1.0 origLink"`
  8. FeedBurnerEnclosureLink string `xml:"http://rssnamespace.org/feedburner/ext/1.0 origEnclosureLink"`
  9. }