MCPcopy
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
33type nodeClient struct {
34 cc grpc.ClientConnInterface
35}
36
37func NewNodeClient(cc grpc.ClientConnInterface) NodeClient {
38 return &nodeClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected