Document defines the fields associated with the buoy RSS document.
| 111 | |
| 112 | // Document defines the fields associated with the buoy RSS document. |
| 113 | type Document struct { |
| 114 | XMLName xml.Name `xml:"rss"` |
| 115 | Channel Channel `xml:"channel"` |
| 116 | URI string |
| 117 | } |
nothing calls this directly
no outgoing calls
no test coverage detected