Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinode/chat
/ nodeClient
Struct
nodeClient
pbx/model_grpc.pb.go:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
type
nodeClient
struct
{
34
cc grpc.ClientConnInterface
35
}
36
37
func
NewNodeClient(cc grpc.ClientConnInterface) NodeClient {
38
return
&nodeClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected