package
3.8.3
Repository: https://github.com/roadrunner-server/goridge.git
Documentation: pkg.go.dev

# Functions

From will represent header and payload as a Frame.
NewFrame initializes new frame with 12-byte header and 100-byte reserved space for the payload.
ReadFrame produces Frame from the RAW bytes first 12 bytes will be a header the rest - payload.
ReadHeader reads only header, without payload.

# Constants

BYTE flags, it means, that we can set multiply flags from this group using bitwise OR For example CONTEXT_SEPARATOR | CodecRaw.
BYTE flags, it means, that we can set multiply flags from this group using bitwise OR For example CONTEXT_SEPARATOR | CodecRaw.
BYTE flags, it means, that we can set multiply flags from this group using bitwise OR For example CONTEXT_SEPARATOR | CodecRaw.
BYTE flags, it means, that we can set multiply flags from this group using bitwise OR For example CONTEXT_SEPARATOR | CodecRaw.
BYTE flags, it means, that we can set multiply flags from this group using bitwise OR For example CONTEXT_SEPARATOR | CodecRaw.
BYTE flags, it means, that we can set multiply flags from this group using bitwise OR For example CONTEXT_SEPARATOR | CodecRaw.
BYTE flags, it means, that we can set multiply flags from this group using bitwise OR For example CONTEXT_SEPARATOR | CodecRaw.
OptionsMaxSize represents header's options maximum size.
PING command.
PONG command.
STOP command.
STREAM bit.
Version1 byte.
WORD represents 32bit word.

# Structs

Frame defines new user level package format.