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

Method writeTo

offsetcommit.go:157–161  ·  view source on GitHub ↗
(wb *writeBuffer)

Source from the content-addressed store, hash-verified

155}
156
157func (t offsetCommitRequestV2Partition) writeTo(wb *writeBuffer) {
158 wb.writeInt32(t.Partition)
159 wb.writeInt64(t.Offset)
160 wb.writeString(t.Metadata)
161}
162
163type offsetCommitRequestV2Topic struct {
164 // Topic name

Callers

nothing calls this directly

Calls 3

writeInt32Method · 0.45
writeInt64Method · 0.45
writeStringMethod · 0.45

Tested by

no test coverage detected