()
| 108 | } |
| 109 | |
| 110 | func (t listGroupsResponseV1) size() int32 { |
| 111 | return sizeofInt32(t.ThrottleTimeMS) + |
| 112 | sizeofInt16(t.ErrorCode) + |
| 113 | sizeofArray(len(t.Groups), func(i int) int32 { return t.Groups[i].size() }) |
| 114 | } |
| 115 | |
| 116 | func (t listGroupsResponseV1) writeTo(wb *writeBuffer) { |
| 117 | wb.writeInt32(t.ThrottleTimeMS) |
nothing calls this directly
no test coverage detected