()
| 205 | } |
| 206 | |
| 207 | func (t groupAssignment) bytes() []byte { |
| 208 | buf := bytes.NewBuffer(nil) |
| 209 | t.writeTo(&writeBuffer{w: buf}) |
| 210 | return buf.Bytes() |
| 211 | } |
| 212 | |
| 213 | type syncGroupRequestGroupAssignmentV0 struct { |
| 214 | // MemberID assigned by the group coordinator |