Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultCodec = NewCodec()
View Source
var NewCodec = func() Codec {
return &defaultCodec{}
}
Functions ¶
func RegisterCodec ¶
Types ¶
type Frame ¶
type Frame struct { Header *FrameHeader // header of Frame Data []byte // serialized data }
type FrameHeader ¶
Click to show internal directories.
Click to hide internal directories.