package
0.0.0-20190618004205-9fc7d396b2b8
Repository: https://github.com/apakhov/cube.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
CreateRespBuffer creates RespBuffer.
CreateSendBuffer creates SendBuffer.
# Constants
No description provided by the author
# Variables
ErrBadWritingPos can't write on this position.
ErrIncorrectBodyLen incorrect body length.
ErrIncorrectData can't parse due to incorrect data.
ErrIncorrectLen incorrect length of element.
ErrIncorrectSVCID incorrect svc id.
ErrNotEnoughData not enough data to parse.
ErrStringTooLong string is too long to write.
# Structs
Error errors.
Header represents header of response and request.
RespBuffer struct for parsing data.
SendBuffer struct for encoding request.