Documentation
¶
Overview ¶
Generated by github.com/davyxu/cellnet/objprotogen DO NOT EDIT!
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteCallACK ¶
内部消息,勿使用及注册响应
func (*RemoteCallACK) String ¶
func (self *RemoteCallACK) String() string
type SessionAcceptFailed ¶
Acceptor的会话接受错误
func (*SessionAcceptFailed) String ¶
func (self *SessionAcceptFailed) String() string
type SessionAccepted ¶
type SessionAccepted struct { }
Acceptor的会话被允许接入时
func (*SessionAccepted) String ¶
func (self *SessionAccepted) String() string
type SessionClosed ¶
Session连接断开时
func (*SessionClosed) String ¶
func (self *SessionClosed) String() string
type SessionConnectFailed ¶
Connector连接失败时
func (*SessionConnectFailed) String ¶
func (self *SessionConnectFailed) String() string
type SessionConnected ¶
type SessionConnected struct { }
Connector的连接创建时
func (*SessionConnected) String ¶
func (self *SessionConnected) String() string
Click to show internal directories.
Click to hide internal directories.