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

Struct Response

protocol/describegroups/describegroups.go:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47type Response struct {
48 // We need at least one tagged field to indicate that this is a "flexible" message
49 // type.
50 _ struct{} `kafka:"min=v5,max=v5,tag"`
51 ThrottleTimeMs int32 `kafka:"min=v1,max=v5"`
52 Groups []ResponseGroup `kafka:"min=v0,max=v5"`
53}
54
55type ResponseGroup struct {
56 // We need at least one tagged field to indicate that this is a "flexible" message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected