Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IConnection ¶
type IEasyNet ¶
type IEasyNet interface {
OnStart(conn IConnection) error
OnConnect(conn IConnection) error
OnReceive(conn IConnection, ip IInputStream) ([]byte, error)
OnShutdown(conn IConnection) error
OnClose(conn IConnection, err error) error
}
type IInputStream ¶
Click to show internal directories.
Click to hide internal directories.