mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-15 16:34:44 +08:00
9 lines
185 B
Go
9 lines
185 B
Go
package tcpgateway
|
|
|
|
type LoadBalance struct {
|
|
}
|
|
|
|
func (balance *LoadBalance) SelectNode(serviceName string,clientId uint64,eventType string,msgType uint16,msg []byte) int {
|
|
return 1
|
|
}
|