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

Struct leaveGroupResponseV0

leavegroup.go:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131type leaveGroupResponseV0 struct {
132 // ErrorCode holds response error code
133 ErrorCode int16
134}
135
136func (t leaveGroupResponseV0) size() int32 {
137 return sizeofInt16(t.ErrorCode)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected