MCPcopy
hub / github.com/segmentio/kafka-go / Response

Struct Response

protocol/deletetopics/deletetopics.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected