mirror of
https://github.com/duanhf2012/origin.git
synced 2026-05-19 07:37:29 +08:00
优化网关服务
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package tcpgateway
|
||||
|
||||
type ILoadBalance interface {
|
||||
SelectNode(serviceName string) int //选择一个结点,通过服务名称
|
||||
SelectNode(serviceName string,clientId uint64,eventType string,msgType uint16,msg []byte) int //选择一个结点,通过服务名称
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user