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

Struct listGroupsResponseV1

listgroups.go:99–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99type listGroupsResponseV1 struct {
100 // ThrottleTimeMS holds the duration in milliseconds for which the request
101 // was throttled due to quota violation (Zero if the request did not violate
102 // any quota)
103 ThrottleTimeMS int32
104
105 // ErrorCode holds response error code
106 ErrorCode int16
107 Groups []listGroupsResponseGroupV1
108}
109
110func (t listGroupsResponseV1) size() int32 {
111 return sizeofInt32(t.ThrottleTimeMS) +

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected