| 7 | } |
| 8 | |
| 9 | type Request struct { |
| 10 | TopicNames []string `kafka:"min=v0,max=v3"` |
| 11 | TimeoutMs int32 `kafka:"min=v0,max=v3"` |
| 12 | } |
| 13 | |
| 14 | func (r *Request) ApiKey() protocol.ApiKey { return protocol.DeleteTopics } |
| 15 |
nothing calls this directly
no outgoing calls
no test coverage detected