package
1.0.5
Repository: https://github.com/chdlvy/protocol.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
Msg_ServiceDesc is the grpc.ServiceDesc for Msg service.

# Structs

message MsgData { string sendID = 1; string recvID = 2; string groupID = 3; string clientMsgID = 4; string serverMsgID = 5; int32 senderPlatformID = 6; string senderNickname = 7; string senderFaceURL = 8; int32 sessionType = 9; int32 msgFrom = 10; int32 contentType = 11; bytes content = 12; int64 seq = 14; int64 sendTime = 15; int64 createTime = 16; int32 status = 17; bool isRead = 18; map<string, bool> options = 19; string ex = 23; }.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedMsgServer must be embedded to have forward compatible implementations.

# Interfaces

MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
UnsafeMsgServer may be embedded to opt out of forward compatibility for this service.