| 18 | } |
| 19 | |
| 20 | type Response struct { |
| 21 | ThrottleTimeMs int32 `kafka:"min=v1,max=v3"` |
| 22 | Responses []ResponseTopic `kafka:"min=v0,max=v3"` |
| 23 | } |
| 24 | |
| 25 | func (r *Response) ApiKey() protocol.ApiKey { return protocol.DeleteTopics } |
| 26 |
nothing calls this directly
no outgoing calls
no test coverage detected