(wb *writeBuffer)
| 155 | } |
| 156 | |
| 157 | func (t offsetCommitRequestV2Partition) writeTo(wb *writeBuffer) { |
| 158 | wb.writeInt32(t.Partition) |
| 159 | wb.writeInt64(t.Offset) |
| 160 | wb.writeString(t.Metadata) |
| 161 | } |
| 162 | |
| 163 | type offsetCommitRequestV2Topic struct { |
| 164 | // Topic name |
nothing calls this directly
no test coverage detected