| 145 | } |
| 146 | |
| 147 | type MediaSize struct { |
| 148 | Thumb Size `json:"thumb" xml:"thumb"` |
| 149 | Small Size `json:"small" xml:"small"` |
| 150 | Medium Size `json:"medium" xml:"medium"` |
| 151 | Large Size `json:"large" xml:"large"` |
| 152 | } |
| 153 | |
| 154 | type Media struct { |
| 155 | XMLName xml.Name `xml:"media" json:"-"` |
nothing calls this directly
no outgoing calls
no test coverage detected