# Functions
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
PushMsgService_ServiceDesc is the grpc.ServiceDesc for PushMsgService service.
# Structs
DelUserPushTokenReq 定义了删除用户推送令牌请求的结构体 userID 用户ID,标识要删除令牌的用户 platformID 平台ID,标识用户所在的平台.
DelUserPushTokenResp 定义了删除用户推送令牌响应的结构体,目前为空,无需额外字段.
PushMsgReq 定义了推送消息请求的结构体 msgData 消息数据体,包含具体的消息内容 conversationID 对话ID,标识消息所属的对话.
PushMsgResp 定义了推送消息响应的结构体,目前为空,无需额外字段.
UnimplementedPushMsgServiceServer must be embedded to have forward compatible implementations.
# Interfaces
PushMsgServiceClient is the client API for PushMsgService service.
PushMsgServiceServer is the server API for PushMsgService service.
UnsafePushMsgServiceServer may be embedded to opt out of forward compatibility for this service.