Push 服务端向客户端推送接口, 这个接口应该只有服务器能调用.
(ctx context.Context, in *GatePushRequest, opts ...grpc.CallOption)
| 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 | |
| 612 | type gateClient struct { |
no outgoing calls