rssDocument defines the fields associated with the rss document.
| 52 | |
| 53 | // rssDocument defines the fields associated with the rss document. |
| 54 | rssDocument struct { |
| 55 | XMLName xml.Name `xml:"rss"` |
| 56 | Channel channel `xml:"channel"` |
| 57 | } |
| 58 | ) |
| 59 | |
| 60 | // rssMatcher implements the Matcher interface. |
nothing calls this directly
no outgoing calls
no test coverage detected