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

Method bytes

syncgroup.go:207–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

writeToMethod · 0.95
BytesMethod · 0.65

Tested by

no test coverage detected