| 139 | } |
| 140 | |
| 141 | type Size struct { |
| 142 | W int `json:"w" xml:"w"` |
| 143 | Resize string `json:"resize" xml:"resize"` |
| 144 | H int `json:"h" xml:"h"` |
| 145 | } |
| 146 | |
| 147 | type MediaSize struct { |
| 148 | Thumb Size `json:"thumb" xml:"thumb"` |
nothing calls this directly
no outgoing calls
no test coverage detected