()
| 149 | } |
| 150 | |
| 151 | func (t offsetCommitRequestV2Partition) size() int32 { |
| 152 | return sizeofInt32(t.Partition) + |
| 153 | sizeofInt64(t.Offset) + |
| 154 | sizeofString(t.Metadata) |
| 155 | } |
| 156 | |
| 157 | func (t offsetCommitRequestV2Partition) writeTo(wb *writeBuffer) { |
| 158 | wb.writeInt32(t.Partition) |
nothing calls this directly
no test coverage detected