| 231 | } |
| 232 | |
| 233 | type encodingJSONDSTopicsList struct { |
| 234 | Topics []*encodingJSONDSTopic |
| 235 | MoreTopicsUrl string |
| 236 | } |
| 237 | |
| 238 | type encodingJSONLargePayload struct { |
| 239 | Users []*encodingJSONDSUser |
nothing calls this directly
no outgoing calls
no test coverage detected