Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // REQUEST_FLAG marks a request frame. REQUEST_FLAG = byte(1) // RESPONSE_FLAG marks a response frame. RESPONSE_FLAG = byte(2) // EVENT_FLAG marks a one-way event frame. EVENT_FLAG = byte(3) // REQUEST_ZSTD_FLAG marks a zstd-compressed request frame. REQUEST_ZSTD_FLAG = byte(4) // RESPONSE_ZSTD_FLAG marks a zstd-compressed response frame. RESPONSE_ZSTD_FLAG = byte(5) // EVENT_ZSTD_FLAG marks a zstd-compressed event frame. EVENT_ZSTD_FLAG = byte(6) )
View Source
var ( // StreamsListIsEmpty is returned when no streams are available in the balancer. StreamsListIsEmpty = errors.New("Streams list is empty.") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.