| 105 | } |
| 106 | |
| 107 | type RpcConnectPush struct { |
| 108 | } |
| 109 | |
| 110 | func (rpc *RpcConnectPush) PushSingleMsg(ctx context.Context, pushMsgReq *proto.PushMsgRequest, successReply *proto.SuccessReply) (err error) { |
| 111 | var ( |
nothing calls this directly
no outgoing calls
no test coverage detected