Documentation ¶
Overview ¶
Package streamio contains wrappers intended for turning gRPC streams that send/receive messages with a []byte field into io.Writers and io.Readers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WriteBufferSize = 128 * 1024
WriteBufferSize is the largest []byte that Write() will pass to its underlying send function. This value can be changed at runtime using the GITALY_STREAMIO_WRITE_BUFFER_SIZE environment variable.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.