Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodecByte ¶
type CodecByte struct{}
Byte identity codec for I/O kernet
func NewCodecByte ¶
func NewCodecByte() CodecByte
type CodecEvent ¶
type CodecEvent[M, T any] struct { // contains filtered or unexported fields }
Event codec for I/O kernel
func NewCodecEvent ¶
func NewCodecEvent[M, T any](source, cat string) CodecEvent[M, T]
type CodecPacket ¶
type CodecPacket struct{}
Encode Bytes as "JSON packet"
func NewCodecPacket ¶
func NewCodecPacket() CodecPacket
Click to show internal directories.
Click to hide internal directories.