types

package
v0.0.0-...-1bf0eed Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL