mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-13 15:14:46 +08:00
增加消息发送
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package network
|
||||
|
||||
|
||||
type Processor interface {
|
||||
// must goroutine safe
|
||||
Route(msg interface{}, userData interface{}) error
|
||||
|
||||
Reference in New Issue
Block a user