Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BWbwchen/MapReduce
/ workerClient
Struct
workerClient
rpc/worker_grpc.pb.go:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
type
workerClient
struct
{
31
cc grpc.ClientConnInterface
32
}
33
34
func
NewWorkerClient(cc grpc.ClientConnInterface) WorkerClient {
35
return
&workerClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected