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

Method writeTo

offsetfetch.go:140–143  ·  view source on GitHub ↗
(wb *writeBuffer)

Source from the content-addressed store, hash-verified

138}
139
140func (t offsetFetchRequestV1Topic) writeTo(wb *writeBuffer) {
141 wb.writeString(t.Topic)
142 wb.writeInt32Array(t.Partitions)
143}
144
145type offsetFetchRequestV1 struct {
146 // GroupID holds the unique group identifier

Callers

nothing calls this directly

Calls 2

writeInt32ArrayMethod · 0.80
writeStringMethod · 0.45

Tested by

no test coverage detected