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

Struct Response

protocol/createacls/createacls.go:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type Response struct {
38 // We need at least one tagged field to indicate that v2+ uses "flexible"
39 // messages.
40 _ struct{} `kafka:"min=v2,max=v3,tag"`
41
42 ThrottleTimeMs int32 `kafka:"min=v0,max=v3"`
43 Results []ResponseACLs `kafka:"min=v0,max=v3"`
44}
45
46func (r *Response) ApiKey() protocol.ApiKey { return protocol.CreateAcls }
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected