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

Struct Request

protocol/deletetopics/deletetopics.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected