Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodecDefault ¶
type CodecDefault struct {
// contains filtered or unexported fields
}
func (*CodecDefault) Decode ¶
func (c *CodecDefault) Decode(data []byte) []byte
func (*CodecDefault) Encode ¶
func (c *CodecDefault) Encode(data []byte) []byte
type ICodec ¶
type IConnection ¶
type IConnection interface {
GetCID() int32
GetSendChan() chan interface{}
Close()
}
func NewConnection ¶
type IMsg ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) GetConnectionInfo ¶
Click to show internal directories.
Click to hide internal directories.