MCPcopy Create free account
hub / github.com/dearcode/candy / gateReadyServer

Struct gateReadyServer

meta/gate.pb.go:993–995  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991}
992
993type gateReadyServer struct {
994 grpc.ServerStream
995}
996
997func (x *gateReadyServer) Send(m *PushMessage) error {
998 return x.ServerStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected