| 222 | } |
| 223 | |
| 224 | type PlaceType struct { |
| 225 | Name string `json:"name" xml:"name"` |
| 226 | Code int `json:"code" xml:"code"` |
| 227 | } |
| 228 | |
| 229 | type TrendLocation struct { |
| 230 | Name string `json:"name" xml:"name"` |
nothing calls this directly
no outgoing calls
no test coverage detected