MCPcopy Index your code
hub / github.com/dearcode/candy / Push

Method Push

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

Push 服务端向客户端推送接口, 这个接口应该只有服务器能调用.

(ctx context.Context, in *GatePushRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

607 LoadMessage(ctx context.Context, in *GateLoadMessageRequest, opts ...grpc.CallOption) (*GateLoadMessageResponse, error)
608 // Push 服务端向客户端推送接口, 这个接口应该只有服务器能调用.
609 Push(ctx context.Context, in *GatePushRequest, opts ...grpc.CallOption) (*GatePushResponse, error)
610}
611
612type gateClient struct {

Callers 7

sendToUserMethod · 0.65
sendToGroupMethod · 0.65
_Gate_Push_HandlerFunction · 0.65
PushMethod · 0.65
TestBrokerFunction · 0.65
noticeMethod · 0.65
PushMethod · 0.65

Implementers 2

gateClientmeta/gate.pb.go
Gategate/server.go

Calls

no outgoing calls

Tested by 1

TestBrokerFunction · 0.52