()
| 77 | } |
| 78 | |
| 79 | func (t heartbeatRequestV0) size() int32 { |
| 80 | return sizeofString(t.GroupID) + |
| 81 | sizeofInt32(t.GenerationID) + |
| 82 | sizeofString(t.MemberID) |
| 83 | } |
| 84 | |
| 85 | func (t heartbeatRequestV0) writeTo(wb *writeBuffer) { |
| 86 | wb.writeString(t.GroupID) |
nothing calls this directly
no test coverage detected