ing
This commit is contained in:
parent
ea670e520a
commit
16ddb936c5
|
@ -7,7 +7,7 @@ import (
|
|||
)
|
||||
|
||||
type PoolHandler interface {
|
||||
Dial() (*grpc.ClientConn, interface{}, error)
|
||||
Dial() (conn *grpc.ClientConn, client interface{}, err error)
|
||||
|
||||
GetIdleTimeout() time.Duration
|
||||
GetMaxIdle() int
|
||||
|
|
Loading…
Reference in New Issue
Block a user