(wb *writeBuffer)
| 138 | } |
| 139 | |
| 140 | func (t offsetFetchRequestV1Topic) writeTo(wb *writeBuffer) { |
| 141 | wb.writeString(t.Topic) |
| 142 | wb.writeInt32Array(t.Partitions) |
| 143 | } |
| 144 | |
| 145 | type offsetFetchRequestV1 struct { |
| 146 | // GroupID holds the unique group identifier |
nothing calls this directly
no test coverage detected