mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-13 18:00:00 +08:00
add p2c peak ewma load balancer
This commit is contained in:
@@ -21,7 +21,7 @@ type (
|
||||
ClientOption func(options *ClientOptions)
|
||||
|
||||
Client interface {
|
||||
Next() (*grpc.ClientConn, bool)
|
||||
Conn() *grpc.ClientConn
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user