MCPcopy
hub / github.com/segmentio/kafka-go / heartbeatResponseV0

Struct heartbeatResponseV0

heartbeat.go:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91type heartbeatResponseV0 struct {
92 // ErrorCode holds response error code
93 ErrorCode int16
94}
95
96func (t heartbeatResponseV0) size() int32 {
97 return sizeofInt16(t.ErrorCode)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected