Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteHandler ¶
type RemoteHandler interface {
Address() string
OnSessionClosed(peerHost string)
OnSessionOpened(peerHost string)
OnSessionRecv(msg *actor_msg.ActorMessage)
}
Click to show internal directories.
Click to hide internal directories.