(wb *writeBuffer)
| 83 | } |
| 84 | |
| 85 | func (t heartbeatRequestV0) writeTo(wb *writeBuffer) { |
| 86 | wb.writeString(t.GroupID) |
| 87 | wb.writeInt32(t.GenerationID) |
| 88 | wb.writeString(t.MemberID) |
| 89 | } |
| 90 | |
| 91 | type heartbeatResponseV0 struct { |
| 92 | // ErrorCode holds response error code |
nothing calls this directly
no test coverage detected