| 216 | } |
| 217 | |
| 218 | type LargePayload struct { |
| 219 | Users []*DSUser |
| 220 | Topics *DSTopicsList |
| 221 | } |
| 222 | |
| 223 | // These types mirror the large payload without generated JSON methods. |
| 224 | type encodingJSONDSUser struct { |
nothing calls this directly
no outgoing calls
no test coverage detected