image defines the fields associated with the image tag in the rss document.
| 27 | // image defines the fields associated with the image tag |
| 28 | // in the rss document. |
| 29 | image struct { |
| 30 | XMLName xml.Name `xml:"image"` |
| 31 | URL string `xml:"url"` |
| 32 | Title string `xml:"title"` |
| 33 | Link string `xml:"link"` |
| 34 | } |
| 35 | |
| 36 | // channel defines the fields associated with the channel tag |
| 37 | // in the rss document. |
nothing calls this directly
no outgoing calls
no test coverage detected