grpc_clientpool
This commit is contained in:
parent
0ad3637ab4
commit
720941bf14
7
crawler_manager/grpc_clientpool/grpc_clientpool.go
Normal file
7
crawler_manager/grpc_clientpool/grpc_clientpool.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package grpc_clientpool
|
||||
|
||||
import "google.golang.org/grpc"
|
||||
|
||||
type grpc_clientpool interface {
|
||||
GetClient(container string) (*grpc.ClientConn, error)
|
||||
}
|
Loading…
Reference in New Issue
Block a user