message.pb.go 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.26.0
  4. // protoc v3.17.3
  5. // source: message.proto
  6. package pb
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. //
  20. //聊天信息
  21. type ChatMsg struct {
  22. state protoimpl.MessageState
  23. sizeCache protoimpl.SizeCache
  24. unknownFields protoimpl.UnknownFields
  25. ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` // 接收者id
  26. Input string `protobuf:"bytes,2,opt,name=input,proto3" json:"input,omitempty"` // 输入内容
  27. }
  28. func (x *ChatMsg) Reset() {
  29. *x = ChatMsg{}
  30. if protoimpl.UnsafeEnabled {
  31. mi := &file_message_proto_msgTypes[0]
  32. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  33. ms.StoreMessageInfo(mi)
  34. }
  35. }
  36. func (x *ChatMsg) String() string {
  37. return protoimpl.X.MessageStringOf(x)
  38. }
  39. func (*ChatMsg) ProtoMessage() {}
  40. func (x *ChatMsg) ProtoReflect() protoreflect.Message {
  41. mi := &file_message_proto_msgTypes[0]
  42. if protoimpl.UnsafeEnabled && x != nil {
  43. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  44. if ms.LoadMessageInfo() == nil {
  45. ms.StoreMessageInfo(mi)
  46. }
  47. return ms
  48. }
  49. return mi.MessageOf(x)
  50. }
  51. // Deprecated: Use ChatMsg.ProtoReflect.Descriptor instead.
  52. func (*ChatMsg) Descriptor() ([]byte, []int) {
  53. return file_message_proto_rawDescGZIP(), []int{0}
  54. }
  55. func (x *ChatMsg) GetClientId() string {
  56. if x != nil {
  57. return x.ClientId
  58. }
  59. return ""
  60. }
  61. func (x *ChatMsg) GetInput() string {
  62. if x != nil {
  63. return x.Input
  64. }
  65. return ""
  66. }
  67. //
  68. //玩家基本信息
  69. type IdInfo struct {
  70. state protoimpl.MessageState
  71. sizeCache protoimpl.SizeCache
  72. unknownFields protoimpl.UnknownFields
  73. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // id
  74. GameId int32 `protobuf:"varint,2,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"` // game id
  75. }
  76. func (x *IdInfo) Reset() {
  77. *x = IdInfo{}
  78. if protoimpl.UnsafeEnabled {
  79. mi := &file_message_proto_msgTypes[1]
  80. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  81. ms.StoreMessageInfo(mi)
  82. }
  83. }
  84. func (x *IdInfo) String() string {
  85. return protoimpl.X.MessageStringOf(x)
  86. }
  87. func (*IdInfo) ProtoMessage() {}
  88. func (x *IdInfo) ProtoReflect() protoreflect.Message {
  89. mi := &file_message_proto_msgTypes[1]
  90. if protoimpl.UnsafeEnabled && x != nil {
  91. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  92. if ms.LoadMessageInfo() == nil {
  93. ms.StoreMessageInfo(mi)
  94. }
  95. return ms
  96. }
  97. return mi.MessageOf(x)
  98. }
  99. // Deprecated: Use IdInfo.ProtoReflect.Descriptor instead.
  100. func (*IdInfo) Descriptor() ([]byte, []int) {
  101. return file_message_proto_rawDescGZIP(), []int{1}
  102. }
  103. func (x *IdInfo) GetId() string {
  104. if x != nil {
  105. return x.Id
  106. }
  107. return ""
  108. }
  109. func (x *IdInfo) GetGameId() int32 {
  110. if x != nil {
  111. return x.GameId
  112. }
  113. return 0
  114. }
  115. type ArrayIdInfo struct {
  116. state protoimpl.MessageState
  117. sizeCache protoimpl.SizeCache
  118. unknownFields protoimpl.UnknownFields
  119. IdInfos []*IdInfo `protobuf:"bytes,1,rep,name=id_infos,json=idInfos,proto3" json:"id_infos,omitempty"`
  120. }
  121. func (x *ArrayIdInfo) Reset() {
  122. *x = ArrayIdInfo{}
  123. if protoimpl.UnsafeEnabled {
  124. mi := &file_message_proto_msgTypes[2]
  125. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  126. ms.StoreMessageInfo(mi)
  127. }
  128. }
  129. func (x *ArrayIdInfo) String() string {
  130. return protoimpl.X.MessageStringOf(x)
  131. }
  132. func (*ArrayIdInfo) ProtoMessage() {}
  133. func (x *ArrayIdInfo) ProtoReflect() protoreflect.Message {
  134. mi := &file_message_proto_msgTypes[2]
  135. if protoimpl.UnsafeEnabled && x != nil {
  136. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  137. if ms.LoadMessageInfo() == nil {
  138. ms.StoreMessageInfo(mi)
  139. }
  140. return ms
  141. }
  142. return mi.MessageOf(x)
  143. }
  144. // Deprecated: Use ArrayIdInfo.ProtoReflect.Descriptor instead.
  145. func (*ArrayIdInfo) Descriptor() ([]byte, []int) {
  146. return file_message_proto_rawDescGZIP(), []int{2}
  147. }
  148. func (x *ArrayIdInfo) GetIdInfos() []*IdInfo {
  149. if x != nil {
  150. return x.IdInfos
  151. }
  152. return nil
  153. }
  154. //
  155. //聊天记录
  156. type ChatLog struct {
  157. state protoimpl.MessageState
  158. sizeCache protoimpl.SizeCache
  159. unknownFields protoimpl.UnknownFields
  160. Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"` // 聊天内容
  161. TimeStamp int64 `protobuf:"varint,4,opt,name=time_stamp,json=timeStamp,proto3" json:"time_stamp,omitempty"` // 时间戳
  162. GameId int32 `protobuf:"varint,5,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"` // 游戏id
  163. FromPlayer bool `protobuf:"varint,6,opt,name=from_player,json=fromPlayer,proto3" json:"from_player,omitempty"` // 是否是玩家发言
  164. }
  165. func (x *ChatLog) Reset() {
  166. *x = ChatLog{}
  167. if protoimpl.UnsafeEnabled {
  168. mi := &file_message_proto_msgTypes[3]
  169. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  170. ms.StoreMessageInfo(mi)
  171. }
  172. }
  173. func (x *ChatLog) String() string {
  174. return protoimpl.X.MessageStringOf(x)
  175. }
  176. func (*ChatLog) ProtoMessage() {}
  177. func (x *ChatLog) ProtoReflect() protoreflect.Message {
  178. mi := &file_message_proto_msgTypes[3]
  179. if protoimpl.UnsafeEnabled && x != nil {
  180. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  181. if ms.LoadMessageInfo() == nil {
  182. ms.StoreMessageInfo(mi)
  183. }
  184. return ms
  185. }
  186. return mi.MessageOf(x)
  187. }
  188. // Deprecated: Use ChatLog.ProtoReflect.Descriptor instead.
  189. func (*ChatLog) Descriptor() ([]byte, []int) {
  190. return file_message_proto_rawDescGZIP(), []int{3}
  191. }
  192. func (x *ChatLog) GetContent() string {
  193. if x != nil {
  194. return x.Content
  195. }
  196. return ""
  197. }
  198. func (x *ChatLog) GetTimeStamp() int64 {
  199. if x != nil {
  200. return x.TimeStamp
  201. }
  202. return 0
  203. }
  204. func (x *ChatLog) GetGameId() int32 {
  205. if x != nil {
  206. return x.GameId
  207. }
  208. return 0
  209. }
  210. func (x *ChatLog) GetFromPlayer() bool {
  211. if x != nil {
  212. return x.FromPlayer
  213. }
  214. return false
  215. }
  216. type ArrayChatLog struct {
  217. state protoimpl.MessageState
  218. sizeCache protoimpl.SizeCache
  219. unknownFields protoimpl.UnknownFields
  220. DataList []*ChatLog `protobuf:"bytes,1,rep,name=data_list,json=dataList,proto3" json:"data_list,omitempty"`
  221. }
  222. func (x *ArrayChatLog) Reset() {
  223. *x = ArrayChatLog{}
  224. if protoimpl.UnsafeEnabled {
  225. mi := &file_message_proto_msgTypes[4]
  226. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  227. ms.StoreMessageInfo(mi)
  228. }
  229. }
  230. func (x *ArrayChatLog) String() string {
  231. return protoimpl.X.MessageStringOf(x)
  232. }
  233. func (*ArrayChatLog) ProtoMessage() {}
  234. func (x *ArrayChatLog) ProtoReflect() protoreflect.Message {
  235. mi := &file_message_proto_msgTypes[4]
  236. if protoimpl.UnsafeEnabled && x != nil {
  237. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  238. if ms.LoadMessageInfo() == nil {
  239. ms.StoreMessageInfo(mi)
  240. }
  241. return ms
  242. }
  243. return mi.MessageOf(x)
  244. }
  245. // Deprecated: Use ArrayChatLog.ProtoReflect.Descriptor instead.
  246. func (*ArrayChatLog) Descriptor() ([]byte, []int) {
  247. return file_message_proto_rawDescGZIP(), []int{4}
  248. }
  249. func (x *ArrayChatLog) GetDataList() []*ChatLog {
  250. if x != nil {
  251. return x.DataList
  252. }
  253. return nil
  254. }
  255. //
  256. //命令消息
  257. type CommandMsg struct {
  258. state protoimpl.MessageState
  259. sizeCache protoimpl.SizeCache
  260. unknownFields protoimpl.UnknownFields
  261. CmdType ECommand `protobuf:"varint,1,opt,name=cmd_type,json=cmdType,proto3,enum=pb.ECommand" json:"cmd_type,omitempty"` // 命令类型
  262. CmdVal int32 `protobuf:"varint,2,opt,name=cmd_val,json=cmdVal,proto3" json:"cmd_val,omitempty"` // 通用val
  263. CmdStr string `protobuf:"bytes,3,opt,name=cmd_str,json=cmdStr,proto3" json:"cmd_str,omitempty"` // 通用str
  264. // Types that are assignable to Buff:
  265. // *CommandMsg_ChatMsg
  266. // *CommandMsg_IdInfo
  267. // *CommandMsg_ArrayIdInfo
  268. // *CommandMsg_ArrayChatLog
  269. Buff isCommandMsg_Buff `protobuf_oneof:"buff"`
  270. }
  271. func (x *CommandMsg) Reset() {
  272. *x = CommandMsg{}
  273. if protoimpl.UnsafeEnabled {
  274. mi := &file_message_proto_msgTypes[5]
  275. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  276. ms.StoreMessageInfo(mi)
  277. }
  278. }
  279. func (x *CommandMsg) String() string {
  280. return protoimpl.X.MessageStringOf(x)
  281. }
  282. func (*CommandMsg) ProtoMessage() {}
  283. func (x *CommandMsg) ProtoReflect() protoreflect.Message {
  284. mi := &file_message_proto_msgTypes[5]
  285. if protoimpl.UnsafeEnabled && x != nil {
  286. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  287. if ms.LoadMessageInfo() == nil {
  288. ms.StoreMessageInfo(mi)
  289. }
  290. return ms
  291. }
  292. return mi.MessageOf(x)
  293. }
  294. // Deprecated: Use CommandMsg.ProtoReflect.Descriptor instead.
  295. func (*CommandMsg) Descriptor() ([]byte, []int) {
  296. return file_message_proto_rawDescGZIP(), []int{5}
  297. }
  298. func (x *CommandMsg) GetCmdType() ECommand {
  299. if x != nil {
  300. return x.CmdType
  301. }
  302. return ECommand_SEND_MSG
  303. }
  304. func (x *CommandMsg) GetCmdVal() int32 {
  305. if x != nil {
  306. return x.CmdVal
  307. }
  308. return 0
  309. }
  310. func (x *CommandMsg) GetCmdStr() string {
  311. if x != nil {
  312. return x.CmdStr
  313. }
  314. return ""
  315. }
  316. func (m *CommandMsg) GetBuff() isCommandMsg_Buff {
  317. if m != nil {
  318. return m.Buff
  319. }
  320. return nil
  321. }
  322. func (x *CommandMsg) GetChatMsg() *ChatMsg {
  323. if x, ok := x.GetBuff().(*CommandMsg_ChatMsg); ok {
  324. return x.ChatMsg
  325. }
  326. return nil
  327. }
  328. func (x *CommandMsg) GetIdInfo() *IdInfo {
  329. if x, ok := x.GetBuff().(*CommandMsg_IdInfo); ok {
  330. return x.IdInfo
  331. }
  332. return nil
  333. }
  334. func (x *CommandMsg) GetArrayIdInfo() *ArrayIdInfo {
  335. if x, ok := x.GetBuff().(*CommandMsg_ArrayIdInfo); ok {
  336. return x.ArrayIdInfo
  337. }
  338. return nil
  339. }
  340. func (x *CommandMsg) GetArrayChatLog() *ArrayChatLog {
  341. if x, ok := x.GetBuff().(*CommandMsg_ArrayChatLog); ok {
  342. return x.ArrayChatLog
  343. }
  344. return nil
  345. }
  346. type isCommandMsg_Buff interface {
  347. isCommandMsg_Buff()
  348. }
  349. type CommandMsg_ChatMsg struct {
  350. ChatMsg *ChatMsg `protobuf:"bytes,4,opt,name=chat_msg,json=chatMsg,proto3,oneof"`
  351. }
  352. type CommandMsg_IdInfo struct {
  353. IdInfo *IdInfo `protobuf:"bytes,5,opt,name=id_info,json=idInfo,proto3,oneof"`
  354. }
  355. type CommandMsg_ArrayIdInfo struct {
  356. ArrayIdInfo *ArrayIdInfo `protobuf:"bytes,6,opt,name=array_id_info,json=arrayIdInfo,proto3,oneof"`
  357. }
  358. type CommandMsg_ArrayChatLog struct {
  359. ArrayChatLog *ArrayChatLog `protobuf:"bytes,7,opt,name=array_chat_log,json=arrayChatLog,proto3,oneof"`
  360. }
  361. func (*CommandMsg_ChatMsg) isCommandMsg_Buff() {}
  362. func (*CommandMsg_IdInfo) isCommandMsg_Buff() {}
  363. func (*CommandMsg_ArrayIdInfo) isCommandMsg_Buff() {}
  364. func (*CommandMsg_ArrayChatLog) isCommandMsg_Buff() {}
  365. var File_message_proto protoreflect.FileDescriptor
  366. var file_message_proto_rawDesc = []byte{
  367. 0x0a, 0x0d, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
  368. 0x02, 0x70, 0x62, 0x1a, 0x0e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x73, 0x2e, 0x70, 0x72,
  369. 0x6f, 0x74, 0x6f, 0x22, 0x3c, 0x0a, 0x07, 0x43, 0x68, 0x61, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x1b,
  370. 0x0a, 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
  371. 0x09, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x69,
  372. 0x6e, 0x70, 0x75, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x6e, 0x70, 0x75,
  373. 0x74, 0x22, 0x31, 0x0a, 0x06, 0x49, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69,
  374. 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x67,
  375. 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x67, 0x61,
  376. 0x6d, 0x65, 0x49, 0x64, 0x22, 0x34, 0x0a, 0x0b, 0x41, 0x72, 0x72, 0x61, 0x79, 0x49, 0x64, 0x49,
  377. 0x6e, 0x66, 0x6f, 0x12, 0x25, 0x0a, 0x08, 0x69, 0x64, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x73, 0x18,
  378. 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x64, 0x49, 0x6e, 0x66,
  379. 0x6f, 0x52, 0x07, 0x69, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x22, 0x7c, 0x0a, 0x07, 0x43, 0x68,
  380. 0x61, 0x74, 0x4c, 0x6f, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74,
  381. 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12,
  382. 0x1d, 0x0a, 0x0a, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20,
  383. 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x17,
  384. 0x0a, 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52,
  385. 0x06, 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x66, 0x72, 0x6f, 0x6d, 0x5f,
  386. 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x66, 0x72,
  387. 0x6f, 0x6d, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x22, 0x38, 0x0a, 0x0c, 0x41, 0x72, 0x72, 0x61,
  388. 0x79, 0x43, 0x68, 0x61, 0x74, 0x4c, 0x6f, 0x67, 0x12, 0x28, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61,
  389. 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x70, 0x62,
  390. 0x2e, 0x43, 0x68, 0x61, 0x74, 0x4c, 0x6f, 0x67, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69,
  391. 0x73, 0x74, 0x22, 0xb1, 0x02, 0x0a, 0x0a, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x4d, 0x73,
  392. 0x67, 0x12, 0x27, 0x0a, 0x08, 0x63, 0x6d, 0x64, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20,
  393. 0x01, 0x28, 0x0e, 0x32, 0x0c, 0x2e, 0x70, 0x62, 0x2e, 0x45, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e,
  394. 0x64, 0x52, 0x07, 0x63, 0x6d, 0x64, 0x54, 0x79, 0x70, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x6d,
  395. 0x64, 0x5f, 0x76, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x63, 0x6d, 0x64,
  396. 0x56, 0x61, 0x6c, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x6d, 0x64, 0x5f, 0x73, 0x74, 0x72, 0x18, 0x03,
  397. 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x6d, 0x64, 0x53, 0x74, 0x72, 0x12, 0x28, 0x0a, 0x08,
  398. 0x63, 0x68, 0x61, 0x74, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b,
  399. 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x4d, 0x73, 0x67, 0x48, 0x00, 0x52, 0x07, 0x63,
  400. 0x68, 0x61, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x25, 0x0a, 0x07, 0x69, 0x64, 0x5f, 0x69, 0x6e, 0x66,
  401. 0x6f, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x64, 0x49,
  402. 0x6e, 0x66, 0x6f, 0x48, 0x00, 0x52, 0x06, 0x69, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x35, 0x0a,
  403. 0x0d, 0x61, 0x72, 0x72, 0x61, 0x79, 0x5f, 0x69, 0x64, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x06,
  404. 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x41, 0x72, 0x72, 0x61, 0x79, 0x49,
  405. 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x48, 0x00, 0x52, 0x0b, 0x61, 0x72, 0x72, 0x61, 0x79, 0x49, 0x64,
  406. 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x38, 0x0a, 0x0e, 0x61, 0x72, 0x72, 0x61, 0x79, 0x5f, 0x63, 0x68,
  407. 0x61, 0x74, 0x5f, 0x6c, 0x6f, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x70,
  408. 0x62, 0x2e, 0x41, 0x72, 0x72, 0x61, 0x79, 0x43, 0x68, 0x61, 0x74, 0x4c, 0x6f, 0x67, 0x48, 0x00,
  409. 0x52, 0x0c, 0x61, 0x72, 0x72, 0x61, 0x79, 0x43, 0x68, 0x61, 0x74, 0x4c, 0x6f, 0x67, 0x42, 0x06,
  410. 0x0a, 0x04, 0x62, 0x75, 0x66, 0x66, 0x42, 0x05, 0x5a, 0x03, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70,
  411. 0x72, 0x6f, 0x74, 0x6f, 0x33,
  412. }
  413. var (
  414. file_message_proto_rawDescOnce sync.Once
  415. file_message_proto_rawDescData = file_message_proto_rawDesc
  416. )
  417. func file_message_proto_rawDescGZIP() []byte {
  418. file_message_proto_rawDescOnce.Do(func() {
  419. file_message_proto_rawDescData = protoimpl.X.CompressGZIP(file_message_proto_rawDescData)
  420. })
  421. return file_message_proto_rawDescData
  422. }
  423. var file_message_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
  424. var file_message_proto_goTypes = []interface{}{
  425. (*ChatMsg)(nil), // 0: pb.ChatMsg
  426. (*IdInfo)(nil), // 1: pb.IdInfo
  427. (*ArrayIdInfo)(nil), // 2: pb.ArrayIdInfo
  428. (*ChatLog)(nil), // 3: pb.ChatLog
  429. (*ArrayChatLog)(nil), // 4: pb.ArrayChatLog
  430. (*CommandMsg)(nil), // 5: pb.CommandMsg
  431. (ECommand)(0), // 6: pb.ECommand
  432. }
  433. var file_message_proto_depIdxs = []int32{
  434. 1, // 0: pb.ArrayIdInfo.id_infos:type_name -> pb.IdInfo
  435. 3, // 1: pb.ArrayChatLog.data_list:type_name -> pb.ChatLog
  436. 6, // 2: pb.CommandMsg.cmd_type:type_name -> pb.ECommand
  437. 0, // 3: pb.CommandMsg.chat_msg:type_name -> pb.ChatMsg
  438. 1, // 4: pb.CommandMsg.id_info:type_name -> pb.IdInfo
  439. 2, // 5: pb.CommandMsg.array_id_info:type_name -> pb.ArrayIdInfo
  440. 4, // 6: pb.CommandMsg.array_chat_log:type_name -> pb.ArrayChatLog
  441. 7, // [7:7] is the sub-list for method output_type
  442. 7, // [7:7] is the sub-list for method input_type
  443. 7, // [7:7] is the sub-list for extension type_name
  444. 7, // [7:7] is the sub-list for extension extendee
  445. 0, // [0:7] is the sub-list for field type_name
  446. }
  447. func init() { file_message_proto_init() }
  448. func file_message_proto_init() {
  449. if File_message_proto != nil {
  450. return
  451. }
  452. file_commands_proto_init()
  453. if !protoimpl.UnsafeEnabled {
  454. file_message_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  455. switch v := v.(*ChatMsg); i {
  456. case 0:
  457. return &v.state
  458. case 1:
  459. return &v.sizeCache
  460. case 2:
  461. return &v.unknownFields
  462. default:
  463. return nil
  464. }
  465. }
  466. file_message_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  467. switch v := v.(*IdInfo); i {
  468. case 0:
  469. return &v.state
  470. case 1:
  471. return &v.sizeCache
  472. case 2:
  473. return &v.unknownFields
  474. default:
  475. return nil
  476. }
  477. }
  478. file_message_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  479. switch v := v.(*ArrayIdInfo); i {
  480. case 0:
  481. return &v.state
  482. case 1:
  483. return &v.sizeCache
  484. case 2:
  485. return &v.unknownFields
  486. default:
  487. return nil
  488. }
  489. }
  490. file_message_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  491. switch v := v.(*ChatLog); i {
  492. case 0:
  493. return &v.state
  494. case 1:
  495. return &v.sizeCache
  496. case 2:
  497. return &v.unknownFields
  498. default:
  499. return nil
  500. }
  501. }
  502. file_message_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  503. switch v := v.(*ArrayChatLog); i {
  504. case 0:
  505. return &v.state
  506. case 1:
  507. return &v.sizeCache
  508. case 2:
  509. return &v.unknownFields
  510. default:
  511. return nil
  512. }
  513. }
  514. file_message_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  515. switch v := v.(*CommandMsg); i {
  516. case 0:
  517. return &v.state
  518. case 1:
  519. return &v.sizeCache
  520. case 2:
  521. return &v.unknownFields
  522. default:
  523. return nil
  524. }
  525. }
  526. }
  527. file_message_proto_msgTypes[5].OneofWrappers = []interface{}{
  528. (*CommandMsg_ChatMsg)(nil),
  529. (*CommandMsg_IdInfo)(nil),
  530. (*CommandMsg_ArrayIdInfo)(nil),
  531. (*CommandMsg_ArrayChatLog)(nil),
  532. }
  533. type x struct{}
  534. out := protoimpl.TypeBuilder{
  535. File: protoimpl.DescBuilder{
  536. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  537. RawDescriptor: file_message_proto_rawDesc,
  538. NumEnums: 0,
  539. NumMessages: 6,
  540. NumExtensions: 0,
  541. NumServices: 0,
  542. },
  543. GoTypes: file_message_proto_goTypes,
  544. DependencyIndexes: file_message_proto_depIdxs,
  545. MessageInfos: file_message_proto_msgTypes,
  546. }.Build()
  547. File_message_proto = out.File
  548. file_message_proto_rawDesc = nil
  549. file_message_proto_goTypes = nil
  550. file_message_proto_depIdxs = nil
  551. }