Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
type Decoder interface {
Decode(func(data module.NetworkData)) // 下发
}
type DecoderHandler ¶
type DecoderHandler interface {
OnDataUpstream(Decoder)
}
type EncoderHandler ¶
type EncoderHandler interface {
OnDataDownstream(Encoder)
}
Click to show internal directories.
Click to hide internal directories.