(*writeBuffer)
| 163 | |
| 164 | type writable interface { |
| 165 | writeTo(*writeBuffer) |
| 166 | } |
| 167 | |
| 168 | func (wb *writeBuffer) writeFetchRequestV2(correlationID int32, clientID, topic string, partition int32, offset int64, minBytes, maxBytes int, maxWait time.Duration) error { |
no outgoing calls