| 89 | } |
| 90 | |
| 91 | type heartbeatResponseV0 struct { |
| 92 | // ErrorCode holds response error code |
| 93 | ErrorCode int16 |
| 94 | } |
| 95 | |
| 96 | func (t heartbeatResponseV0) size() int32 { |
| 97 | return sizeofInt16(t.ErrorCode) |
nothing calls this directly
no outgoing calls
no test coverage detected