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

Struct leaveGroupRequestV0

leavegroup.go:113–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113type leaveGroupRequestV0 struct {
114 // GroupID holds the unique group identifier
115 GroupID string
116
117 // MemberID assigned by the group coordinator or the zero string if joining
118 // for the first time.
119 MemberID string
120}
121
122func (t leaveGroupRequestV0) size() int32 {
123 return sizeofString(t.GroupID) + sizeofString(t.MemberID)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected