MCPcopy
hub / github.com/tinode/chat / nodeMessageLoopClient

Struct nodeMessageLoopClient

pbx/model_grpc.pb.go:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56type nodeMessageLoopClient struct {
57 grpc.ClientStream
58}
59
60func (x *nodeMessageLoopClient) Send(m *ClientMsg) error {
61 return x.ClientStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected