Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PayloadTag is used to indicate the length of the payload. PayloadTag = Tag(0xCB) )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReaderOption ¶
type ReaderOption func(*Reader)
func WithBufferSize ¶
func WithBufferSize(size int) ReaderOption
func WithPreserve ¶
func WithPreserve(preserve bool) ReaderOption
Click to show internal directories.
Click to hide internal directories.