proto.pb.go 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.26.0
  4. // protoc v5.27.2
  5. // source: proto.proto
  6. package mhayaProto
  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. type I32 struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. Value int32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
  24. }
  25. func (x *I32) Reset() {
  26. *x = I32{}
  27. if protoimpl.UnsafeEnabled {
  28. mi := &file_proto_proto_msgTypes[0]
  29. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  30. ms.StoreMessageInfo(mi)
  31. }
  32. }
  33. func (x *I32) String() string {
  34. return protoimpl.X.MessageStringOf(x)
  35. }
  36. func (*I32) ProtoMessage() {}
  37. func (x *I32) ProtoReflect() protoreflect.Message {
  38. mi := &file_proto_proto_msgTypes[0]
  39. if protoimpl.UnsafeEnabled && x != nil {
  40. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  41. if ms.LoadMessageInfo() == nil {
  42. ms.StoreMessageInfo(mi)
  43. }
  44. return ms
  45. }
  46. return mi.MessageOf(x)
  47. }
  48. // Deprecated: Use I32.ProtoReflect.Descriptor instead.
  49. func (*I32) Descriptor() ([]byte, []int) {
  50. return file_proto_proto_rawDescGZIP(), []int{0}
  51. }
  52. func (x *I32) GetValue() int32 {
  53. if x != nil {
  54. return x.Value
  55. }
  56. return 0
  57. }
  58. // member data
  59. type Member struct {
  60. state protoimpl.MessageState
  61. sizeCache protoimpl.SizeCache
  62. unknownFields protoimpl.UnknownFields
  63. NodeId string `protobuf:"bytes,1,opt,name=nodeId,proto3" json:"nodeId,omitempty"` // node id
  64. NodeType string `protobuf:"bytes,2,opt,name=nodeType,proto3" json:"nodeType,omitempty"` // node type
  65. Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` // rpc ip address
  66. Settings map[string]string `protobuf:"bytes,4,rep,name=settings,proto3" json:"settings,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // node settings data
  67. }
  68. func (x *Member) Reset() {
  69. *x = Member{}
  70. if protoimpl.UnsafeEnabled {
  71. mi := &file_proto_proto_msgTypes[1]
  72. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  73. ms.StoreMessageInfo(mi)
  74. }
  75. }
  76. func (x *Member) String() string {
  77. return protoimpl.X.MessageStringOf(x)
  78. }
  79. func (*Member) ProtoMessage() {}
  80. func (x *Member) ProtoReflect() protoreflect.Message {
  81. mi := &file_proto_proto_msgTypes[1]
  82. if protoimpl.UnsafeEnabled && x != nil {
  83. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  84. if ms.LoadMessageInfo() == nil {
  85. ms.StoreMessageInfo(mi)
  86. }
  87. return ms
  88. }
  89. return mi.MessageOf(x)
  90. }
  91. // Deprecated: Use Member.ProtoReflect.Descriptor instead.
  92. func (*Member) Descriptor() ([]byte, []int) {
  93. return file_proto_proto_rawDescGZIP(), []int{1}
  94. }
  95. func (x *Member) GetNodeId() string {
  96. if x != nil {
  97. return x.NodeId
  98. }
  99. return ""
  100. }
  101. func (x *Member) GetNodeType() string {
  102. if x != nil {
  103. return x.NodeType
  104. }
  105. return ""
  106. }
  107. func (x *Member) GetAddress() string {
  108. if x != nil {
  109. return x.Address
  110. }
  111. return ""
  112. }
  113. func (x *Member) GetSettings() map[string]string {
  114. if x != nil {
  115. return x.Settings
  116. }
  117. return nil
  118. }
  119. // member list data
  120. type MemberList struct {
  121. state protoimpl.MessageState
  122. sizeCache protoimpl.SizeCache
  123. unknownFields protoimpl.UnknownFields
  124. List []*Member `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
  125. }
  126. func (x *MemberList) Reset() {
  127. *x = MemberList{}
  128. if protoimpl.UnsafeEnabled {
  129. mi := &file_proto_proto_msgTypes[2]
  130. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  131. ms.StoreMessageInfo(mi)
  132. }
  133. }
  134. func (x *MemberList) String() string {
  135. return protoimpl.X.MessageStringOf(x)
  136. }
  137. func (*MemberList) ProtoMessage() {}
  138. func (x *MemberList) ProtoReflect() protoreflect.Message {
  139. mi := &file_proto_proto_msgTypes[2]
  140. if protoimpl.UnsafeEnabled && x != nil {
  141. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  142. if ms.LoadMessageInfo() == nil {
  143. ms.StoreMessageInfo(mi)
  144. }
  145. return ms
  146. }
  147. return mi.MessageOf(x)
  148. }
  149. // Deprecated: Use MemberList.ProtoReflect.Descriptor instead.
  150. func (*MemberList) Descriptor() ([]byte, []int) {
  151. return file_proto_proto_rawDescGZIP(), []int{2}
  152. }
  153. func (x *MemberList) GetList() []*Member {
  154. if x != nil {
  155. return x.List
  156. }
  157. return nil
  158. }
  159. // cross node response data
  160. type Response struct {
  161. state protoimpl.MessageState
  162. sizeCache protoimpl.SizeCache
  163. unknownFields protoimpl.UnknownFields
  164. Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` // message code
  165. Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // message data
  166. }
  167. func (x *Response) Reset() {
  168. *x = Response{}
  169. if protoimpl.UnsafeEnabled {
  170. mi := &file_proto_proto_msgTypes[3]
  171. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  172. ms.StoreMessageInfo(mi)
  173. }
  174. }
  175. func (x *Response) String() string {
  176. return protoimpl.X.MessageStringOf(x)
  177. }
  178. func (*Response) ProtoMessage() {}
  179. func (x *Response) ProtoReflect() protoreflect.Message {
  180. mi := &file_proto_proto_msgTypes[3]
  181. if protoimpl.UnsafeEnabled && x != nil {
  182. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  183. if ms.LoadMessageInfo() == nil {
  184. ms.StoreMessageInfo(mi)
  185. }
  186. return ms
  187. }
  188. return mi.MessageOf(x)
  189. }
  190. // Deprecated: Use Response.ProtoReflect.Descriptor instead.
  191. func (*Response) Descriptor() ([]byte, []int) {
  192. return file_proto_proto_rawDescGZIP(), []int{3}
  193. }
  194. func (x *Response) GetCode() int32 {
  195. if x != nil {
  196. return x.Code
  197. }
  198. return 0
  199. }
  200. func (x *Response) GetData() []byte {
  201. if x != nil {
  202. return x.Data
  203. }
  204. return nil
  205. }
  206. type ClusterPacket struct {
  207. state protoimpl.MessageState
  208. sizeCache protoimpl.SizeCache
  209. unknownFields protoimpl.UnknownFields
  210. BuildTime int64 `protobuf:"varint,1,opt,name=buildTime,proto3" json:"buildTime,omitempty"`
  211. SourcePath string `protobuf:"bytes,2,opt,name=sourcePath,proto3" json:"sourcePath,omitempty"`
  212. TargetPath string `protobuf:"bytes,3,opt,name=targetPath,proto3" json:"targetPath,omitempty"`
  213. FuncName string `protobuf:"bytes,4,opt,name=funcName,proto3" json:"funcName,omitempty"`
  214. ArgBytes []byte `protobuf:"bytes,5,opt,name=argBytes,proto3" json:"argBytes,omitempty"`
  215. Session *Session `protobuf:"bytes,6,opt,name=session,proto3" json:"session,omitempty"`
  216. }
  217. func (x *ClusterPacket) Reset() {
  218. *x = ClusterPacket{}
  219. if protoimpl.UnsafeEnabled {
  220. mi := &file_proto_proto_msgTypes[4]
  221. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  222. ms.StoreMessageInfo(mi)
  223. }
  224. }
  225. func (x *ClusterPacket) String() string {
  226. return protoimpl.X.MessageStringOf(x)
  227. }
  228. func (*ClusterPacket) ProtoMessage() {}
  229. func (x *ClusterPacket) ProtoReflect() protoreflect.Message {
  230. mi := &file_proto_proto_msgTypes[4]
  231. if protoimpl.UnsafeEnabled && x != nil {
  232. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  233. if ms.LoadMessageInfo() == nil {
  234. ms.StoreMessageInfo(mi)
  235. }
  236. return ms
  237. }
  238. return mi.MessageOf(x)
  239. }
  240. // Deprecated: Use ClusterPacket.ProtoReflect.Descriptor instead.
  241. func (*ClusterPacket) Descriptor() ([]byte, []int) {
  242. return file_proto_proto_rawDescGZIP(), []int{4}
  243. }
  244. func (x *ClusterPacket) GetBuildTime() int64 {
  245. if x != nil {
  246. return x.BuildTime
  247. }
  248. return 0
  249. }
  250. func (x *ClusterPacket) GetSourcePath() string {
  251. if x != nil {
  252. return x.SourcePath
  253. }
  254. return ""
  255. }
  256. func (x *ClusterPacket) GetTargetPath() string {
  257. if x != nil {
  258. return x.TargetPath
  259. }
  260. return ""
  261. }
  262. func (x *ClusterPacket) GetFuncName() string {
  263. if x != nil {
  264. return x.FuncName
  265. }
  266. return ""
  267. }
  268. func (x *ClusterPacket) GetArgBytes() []byte {
  269. if x != nil {
  270. return x.ArgBytes
  271. }
  272. return nil
  273. }
  274. func (x *ClusterPacket) GetSession() *Session {
  275. if x != nil {
  276. return x.Session
  277. }
  278. return nil
  279. }
  280. type Session struct {
  281. state protoimpl.MessageState
  282. sizeCache protoimpl.SizeCache
  283. unknownFields protoimpl.UnknownFields
  284. Sid string `protobuf:"bytes,1,opt,name=sid,proto3" json:"sid,omitempty"` // session unique id
  285. Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty"` // user id
  286. AgentPath string `protobuf:"bytes,3,opt,name=agentPath,proto3" json:"agentPath,omitempty"` // frontend actor agent path
  287. Ip string `protobuf:"bytes,4,opt,name=ip,proto3" json:"ip,omitempty"` // ip address
  288. Mid uint32 `protobuf:"varint,5,opt,name=mid,proto3" json:"mid,omitempty"` // message id build by client
  289. Data map[string]string `protobuf:"bytes,7,rep,name=data,proto3" json:"data,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // extend data
  290. }
  291. func (x *Session) Reset() {
  292. *x = Session{}
  293. if protoimpl.UnsafeEnabled {
  294. mi := &file_proto_proto_msgTypes[5]
  295. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  296. ms.StoreMessageInfo(mi)
  297. }
  298. }
  299. func (x *Session) String() string {
  300. return protoimpl.X.MessageStringOf(x)
  301. }
  302. func (*Session) ProtoMessage() {}
  303. func (x *Session) ProtoReflect() protoreflect.Message {
  304. mi := &file_proto_proto_msgTypes[5]
  305. if protoimpl.UnsafeEnabled && x != nil {
  306. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  307. if ms.LoadMessageInfo() == nil {
  308. ms.StoreMessageInfo(mi)
  309. }
  310. return ms
  311. }
  312. return mi.MessageOf(x)
  313. }
  314. // Deprecated: Use Session.ProtoReflect.Descriptor instead.
  315. func (*Session) Descriptor() ([]byte, []int) {
  316. return file_proto_proto_rawDescGZIP(), []int{5}
  317. }
  318. func (x *Session) GetSid() string {
  319. if x != nil {
  320. return x.Sid
  321. }
  322. return ""
  323. }
  324. func (x *Session) GetUid() int64 {
  325. if x != nil {
  326. return x.Uid
  327. }
  328. return 0
  329. }
  330. func (x *Session) GetAgentPath() string {
  331. if x != nil {
  332. return x.AgentPath
  333. }
  334. return ""
  335. }
  336. func (x *Session) GetIp() string {
  337. if x != nil {
  338. return x.Ip
  339. }
  340. return ""
  341. }
  342. func (x *Session) GetMid() uint32 {
  343. if x != nil {
  344. return x.Mid
  345. }
  346. return 0
  347. }
  348. func (x *Session) GetData() map[string]string {
  349. if x != nil {
  350. return x.Data
  351. }
  352. return nil
  353. }
  354. type PomeloResponse struct {
  355. state protoimpl.MessageState
  356. sizeCache protoimpl.SizeCache
  357. unknownFields protoimpl.UnknownFields
  358. Sid string `protobuf:"bytes,1,opt,name=sid,proto3" json:"sid,omitempty"`
  359. Mid uint32 `protobuf:"varint,2,opt,name=mid,proto3" json:"mid,omitempty"`
  360. Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
  361. Code int32 `protobuf:"varint,4,opt,name=code,proto3" json:"code,omitempty"`
  362. }
  363. func (x *PomeloResponse) Reset() {
  364. *x = PomeloResponse{}
  365. if protoimpl.UnsafeEnabled {
  366. mi := &file_proto_proto_msgTypes[6]
  367. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  368. ms.StoreMessageInfo(mi)
  369. }
  370. }
  371. func (x *PomeloResponse) String() string {
  372. return protoimpl.X.MessageStringOf(x)
  373. }
  374. func (*PomeloResponse) ProtoMessage() {}
  375. func (x *PomeloResponse) ProtoReflect() protoreflect.Message {
  376. mi := &file_proto_proto_msgTypes[6]
  377. if protoimpl.UnsafeEnabled && x != nil {
  378. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  379. if ms.LoadMessageInfo() == nil {
  380. ms.StoreMessageInfo(mi)
  381. }
  382. return ms
  383. }
  384. return mi.MessageOf(x)
  385. }
  386. // Deprecated: Use PomeloResponse.ProtoReflect.Descriptor instead.
  387. func (*PomeloResponse) Descriptor() ([]byte, []int) {
  388. return file_proto_proto_rawDescGZIP(), []int{6}
  389. }
  390. func (x *PomeloResponse) GetSid() string {
  391. if x != nil {
  392. return x.Sid
  393. }
  394. return ""
  395. }
  396. func (x *PomeloResponse) GetMid() uint32 {
  397. if x != nil {
  398. return x.Mid
  399. }
  400. return 0
  401. }
  402. func (x *PomeloResponse) GetData() []byte {
  403. if x != nil {
  404. return x.Data
  405. }
  406. return nil
  407. }
  408. func (x *PomeloResponse) GetCode() int32 {
  409. if x != nil {
  410. return x.Code
  411. }
  412. return 0
  413. }
  414. type PomeloPush struct {
  415. state protoimpl.MessageState
  416. sizeCache protoimpl.SizeCache
  417. unknownFields protoimpl.UnknownFields
  418. Sid string `protobuf:"bytes,1,opt,name=sid,proto3" json:"sid,omitempty"`
  419. Route string `protobuf:"bytes,2,opt,name=route,proto3" json:"route,omitempty"`
  420. Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
  421. }
  422. func (x *PomeloPush) Reset() {
  423. *x = PomeloPush{}
  424. if protoimpl.UnsafeEnabled {
  425. mi := &file_proto_proto_msgTypes[7]
  426. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  427. ms.StoreMessageInfo(mi)
  428. }
  429. }
  430. func (x *PomeloPush) String() string {
  431. return protoimpl.X.MessageStringOf(x)
  432. }
  433. func (*PomeloPush) ProtoMessage() {}
  434. func (x *PomeloPush) ProtoReflect() protoreflect.Message {
  435. mi := &file_proto_proto_msgTypes[7]
  436. if protoimpl.UnsafeEnabled && x != nil {
  437. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  438. if ms.LoadMessageInfo() == nil {
  439. ms.StoreMessageInfo(mi)
  440. }
  441. return ms
  442. }
  443. return mi.MessageOf(x)
  444. }
  445. // Deprecated: Use PomeloPush.ProtoReflect.Descriptor instead.
  446. func (*PomeloPush) Descriptor() ([]byte, []int) {
  447. return file_proto_proto_rawDescGZIP(), []int{7}
  448. }
  449. func (x *PomeloPush) GetSid() string {
  450. if x != nil {
  451. return x.Sid
  452. }
  453. return ""
  454. }
  455. func (x *PomeloPush) GetRoute() string {
  456. if x != nil {
  457. return x.Route
  458. }
  459. return ""
  460. }
  461. func (x *PomeloPush) GetData() []byte {
  462. if x != nil {
  463. return x.Data
  464. }
  465. return nil
  466. }
  467. type PomeloKick struct {
  468. state protoimpl.MessageState
  469. sizeCache protoimpl.SizeCache
  470. unknownFields protoimpl.UnknownFields
  471. Sid string `protobuf:"bytes,1,opt,name=sid,proto3" json:"sid,omitempty"`
  472. Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty"`
  473. Reason []byte `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"`
  474. Close bool `protobuf:"varint,4,opt,name=close,proto3" json:"close,omitempty"`
  475. }
  476. func (x *PomeloKick) Reset() {
  477. *x = PomeloKick{}
  478. if protoimpl.UnsafeEnabled {
  479. mi := &file_proto_proto_msgTypes[8]
  480. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  481. ms.StoreMessageInfo(mi)
  482. }
  483. }
  484. func (x *PomeloKick) String() string {
  485. return protoimpl.X.MessageStringOf(x)
  486. }
  487. func (*PomeloKick) ProtoMessage() {}
  488. func (x *PomeloKick) ProtoReflect() protoreflect.Message {
  489. mi := &file_proto_proto_msgTypes[8]
  490. if protoimpl.UnsafeEnabled && x != nil {
  491. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  492. if ms.LoadMessageInfo() == nil {
  493. ms.StoreMessageInfo(mi)
  494. }
  495. return ms
  496. }
  497. return mi.MessageOf(x)
  498. }
  499. // Deprecated: Use PomeloKick.ProtoReflect.Descriptor instead.
  500. func (*PomeloKick) Descriptor() ([]byte, []int) {
  501. return file_proto_proto_rawDescGZIP(), []int{8}
  502. }
  503. func (x *PomeloKick) GetSid() string {
  504. if x != nil {
  505. return x.Sid
  506. }
  507. return ""
  508. }
  509. func (x *PomeloKick) GetUid() int64 {
  510. if x != nil {
  511. return x.Uid
  512. }
  513. return 0
  514. }
  515. func (x *PomeloKick) GetReason() []byte {
  516. if x != nil {
  517. return x.Reason
  518. }
  519. return nil
  520. }
  521. func (x *PomeloKick) GetClose() bool {
  522. if x != nil {
  523. return x.Close
  524. }
  525. return false
  526. }
  527. type PomeloBroadcastPush struct {
  528. state protoimpl.MessageState
  529. sizeCache protoimpl.SizeCache
  530. unknownFields protoimpl.UnknownFields
  531. UidList []int64 `protobuf:"varint,1,rep,packed,name=uidList,proto3" json:"uidList,omitempty"` // broadcast the uid list
  532. AllUID bool `protobuf:"varint,2,opt,name=allUID,proto3" json:"allUID,omitempty"` // broadcast all uid
  533. Route string `protobuf:"bytes,3,opt,name=route,proto3" json:"route,omitempty"` // route
  534. Data []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` // data
  535. }
  536. func (x *PomeloBroadcastPush) Reset() {
  537. *x = PomeloBroadcastPush{}
  538. if protoimpl.UnsafeEnabled {
  539. mi := &file_proto_proto_msgTypes[9]
  540. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  541. ms.StoreMessageInfo(mi)
  542. }
  543. }
  544. func (x *PomeloBroadcastPush) String() string {
  545. return protoimpl.X.MessageStringOf(x)
  546. }
  547. func (*PomeloBroadcastPush) ProtoMessage() {}
  548. func (x *PomeloBroadcastPush) ProtoReflect() protoreflect.Message {
  549. mi := &file_proto_proto_msgTypes[9]
  550. if protoimpl.UnsafeEnabled && x != nil {
  551. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  552. if ms.LoadMessageInfo() == nil {
  553. ms.StoreMessageInfo(mi)
  554. }
  555. return ms
  556. }
  557. return mi.MessageOf(x)
  558. }
  559. // Deprecated: Use PomeloBroadcastPush.ProtoReflect.Descriptor instead.
  560. func (*PomeloBroadcastPush) Descriptor() ([]byte, []int) {
  561. return file_proto_proto_rawDescGZIP(), []int{9}
  562. }
  563. func (x *PomeloBroadcastPush) GetUidList() []int64 {
  564. if x != nil {
  565. return x.UidList
  566. }
  567. return nil
  568. }
  569. func (x *PomeloBroadcastPush) GetAllUID() bool {
  570. if x != nil {
  571. return x.AllUID
  572. }
  573. return false
  574. }
  575. func (x *PomeloBroadcastPush) GetRoute() string {
  576. if x != nil {
  577. return x.Route
  578. }
  579. return ""
  580. }
  581. func (x *PomeloBroadcastPush) GetData() []byte {
  582. if x != nil {
  583. return x.Data
  584. }
  585. return nil
  586. }
  587. var File_proto_proto protoreflect.FileDescriptor
  588. var file_proto_proto_rawDesc = []byte{
  589. 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0a, 0x6d,
  590. 0x68, 0x61, 0x79, 0x61, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x1b, 0x0a, 0x03, 0x49, 0x33, 0x32,
  591. 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52,
  592. 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xd1, 0x01, 0x0a, 0x06, 0x4d, 0x65, 0x6d, 0x62, 0x65,
  593. 0x72, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x6f, 0x64, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
  594. 0x09, 0x52, 0x06, 0x6e, 0x6f, 0x64, 0x65, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x6f, 0x64,
  595. 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x6f, 0x64,
  596. 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
  597. 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12,
  598. 0x3c, 0x0a, 0x08, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28,
  599. 0x0b, 0x32, 0x20, 0x2e, 0x6d, 0x68, 0x61, 0x79, 0x61, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d,
  600. 0x65, 0x6d, 0x62, 0x65, 0x72, 0x2e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x45, 0x6e,
  601. 0x74, 0x72, 0x79, 0x52, 0x08, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x1a, 0x3b, 0x0a,
  602. 0x0d, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10,
  603. 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79,
  604. 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  605. 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x34, 0x0a, 0x0a, 0x4d, 0x65,
  606. 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74,
  607. 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x6d, 0x68, 0x61, 0x79, 0x61, 0x50, 0x72,
  608. 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74,
  609. 0x22, 0x32, 0x0a, 0x08, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04,
  610. 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65,
  611. 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04,
  612. 0x64, 0x61, 0x74, 0x61, 0x22, 0xd4, 0x01, 0x0a, 0x0d, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
  613. 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x54,
  614. 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x62, 0x75, 0x69, 0x6c, 0x64,
  615. 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x61,
  616. 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
  617. 0x50, 0x61, 0x74, 0x68, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x50, 0x61,
  618. 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74,
  619. 0x50, 0x61, 0x74, 0x68, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x75, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65,
  620. 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x75, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65,
  621. 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x72, 0x67, 0x42, 0x79, 0x74, 0x65, 0x73, 0x18, 0x05, 0x20, 0x01,
  622. 0x28, 0x0c, 0x52, 0x08, 0x61, 0x72, 0x67, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12, 0x2d, 0x0a, 0x07,
  623. 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e,
  624. 0x6d, 0x68, 0x61, 0x79, 0x61, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x65, 0x73, 0x73, 0x69,
  625. 0x6f, 0x6e, 0x52, 0x07, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0xd9, 0x01, 0x0a, 0x07,
  626. 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x69, 0x64, 0x18, 0x01,
  627. 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x73, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64,
  628. 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61,
  629. 0x67, 0x65, 0x6e, 0x74, 0x50, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
  630. 0x61, 0x67, 0x65, 0x6e, 0x74, 0x50, 0x61, 0x74, 0x68, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18,
  631. 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x69, 0x64,
  632. 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x6d, 0x69, 0x64, 0x12, 0x31, 0x0a, 0x04, 0x64,
  633. 0x61, 0x74, 0x61, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6d, 0x68, 0x61, 0x79,
  634. 0x61, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x44,
  635. 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x1a, 0x37,
  636. 0x0a, 0x09, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b,
  637. 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a,
  638. 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61,
  639. 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x5c, 0x0a, 0x0e, 0x50, 0x6f, 0x6d, 0x65, 0x6c,
  640. 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x69, 0x64,
  641. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x73, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x6d,
  642. 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x6d, 0x69, 0x64, 0x12, 0x12, 0x0a,
  643. 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, 0x61, 0x74,
  644. 0x61, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52,
  645. 0x04, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x48, 0x0a, 0x0a, 0x50, 0x6f, 0x6d, 0x65, 0x6c, 0x6f, 0x50,
  646. 0x75, 0x73, 0x68, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  647. 0x52, 0x03, 0x73, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x18, 0x02,
  648. 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x64,
  649. 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22,
  650. 0x5e, 0x0a, 0x0a, 0x50, 0x6f, 0x6d, 0x65, 0x6c, 0x6f, 0x4b, 0x69, 0x63, 0x6b, 0x12, 0x10, 0x0a,
  651. 0x03, 0x73, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x73, 0x69, 0x64, 0x12,
  652. 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69,
  653. 0x64, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28,
  654. 0x0c, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f,
  655. 0x73, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x73, 0x65, 0x22,
  656. 0x71, 0x0a, 0x13, 0x50, 0x6f, 0x6d, 0x65, 0x6c, 0x6f, 0x42, 0x72, 0x6f, 0x61, 0x64, 0x63, 0x61,
  657. 0x73, 0x74, 0x50, 0x75, 0x73, 0x68, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x69, 0x64, 0x4c, 0x69, 0x73,
  658. 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x07, 0x75, 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74,
  659. 0x12, 0x16, 0x0a, 0x06, 0x61, 0x6c, 0x6c, 0x55, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08,
  660. 0x52, 0x06, 0x61, 0x6c, 0x6c, 0x55, 0x49, 0x44, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x6f, 0x75, 0x74,
  661. 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x12, 0x12,
  662. 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, 0x61,
  663. 0x74, 0x61, 0x42, 0x2d, 0x5a, 0x2b, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d,
  664. 0x2f, 0x6d, 0x68, 0x61, 0x79, 0x61, 0x2f, 0x6e, 0x65, 0x74, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  665. 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3b, 0x6d, 0x68, 0x61, 0x79, 0x61, 0x50, 0x72, 0x6f, 0x74,
  666. 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  667. }
  668. var (
  669. file_proto_proto_rawDescOnce sync.Once
  670. file_proto_proto_rawDescData = file_proto_proto_rawDesc
  671. )
  672. func file_proto_proto_rawDescGZIP() []byte {
  673. file_proto_proto_rawDescOnce.Do(func() {
  674. file_proto_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_proto_rawDescData)
  675. })
  676. return file_proto_proto_rawDescData
  677. }
  678. var file_proto_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
  679. var file_proto_proto_goTypes = []interface{}{
  680. (*I32)(nil), // 0: mhayaProto.I32
  681. (*Member)(nil), // 1: mhayaProto.Member
  682. (*MemberList)(nil), // 2: mhayaProto.MemberList
  683. (*Response)(nil), // 3: mhayaProto.Response
  684. (*ClusterPacket)(nil), // 4: mhayaProto.ClusterPacket
  685. (*Session)(nil), // 5: mhayaProto.Session
  686. (*PomeloResponse)(nil), // 6: mhayaProto.PomeloResponse
  687. (*PomeloPush)(nil), // 7: mhayaProto.PomeloPush
  688. (*PomeloKick)(nil), // 8: mhayaProto.PomeloKick
  689. (*PomeloBroadcastPush)(nil), // 9: mhayaProto.PomeloBroadcastPush
  690. nil, // 10: mhayaProto.Member.SettingsEntry
  691. nil, // 11: mhayaProto.Session.DataEntry
  692. }
  693. var file_proto_proto_depIdxs = []int32{
  694. 10, // 0: mhayaProto.Member.settings:type_name -> mhayaProto.Member.SettingsEntry
  695. 1, // 1: mhayaProto.MemberList.list:type_name -> mhayaProto.Member
  696. 5, // 2: mhayaProto.ClusterPacket.session:type_name -> mhayaProto.Session
  697. 11, // 3: mhayaProto.Session.data:type_name -> mhayaProto.Session.DataEntry
  698. 4, // [4:4] is the sub-list for method output_type
  699. 4, // [4:4] is the sub-list for method input_type
  700. 4, // [4:4] is the sub-list for extension type_name
  701. 4, // [4:4] is the sub-list for extension extendee
  702. 0, // [0:4] is the sub-list for field type_name
  703. }
  704. func init() { file_proto_proto_init() }
  705. func file_proto_proto_init() {
  706. if File_proto_proto != nil {
  707. return
  708. }
  709. if !protoimpl.UnsafeEnabled {
  710. file_proto_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  711. switch v := v.(*I32); i {
  712. case 0:
  713. return &v.state
  714. case 1:
  715. return &v.sizeCache
  716. case 2:
  717. return &v.unknownFields
  718. default:
  719. return nil
  720. }
  721. }
  722. file_proto_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  723. switch v := v.(*Member); i {
  724. case 0:
  725. return &v.state
  726. case 1:
  727. return &v.sizeCache
  728. case 2:
  729. return &v.unknownFields
  730. default:
  731. return nil
  732. }
  733. }
  734. file_proto_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  735. switch v := v.(*MemberList); i {
  736. case 0:
  737. return &v.state
  738. case 1:
  739. return &v.sizeCache
  740. case 2:
  741. return &v.unknownFields
  742. default:
  743. return nil
  744. }
  745. }
  746. file_proto_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  747. switch v := v.(*Response); i {
  748. case 0:
  749. return &v.state
  750. case 1:
  751. return &v.sizeCache
  752. case 2:
  753. return &v.unknownFields
  754. default:
  755. return nil
  756. }
  757. }
  758. file_proto_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  759. switch v := v.(*ClusterPacket); i {
  760. case 0:
  761. return &v.state
  762. case 1:
  763. return &v.sizeCache
  764. case 2:
  765. return &v.unknownFields
  766. default:
  767. return nil
  768. }
  769. }
  770. file_proto_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  771. switch v := v.(*Session); i {
  772. case 0:
  773. return &v.state
  774. case 1:
  775. return &v.sizeCache
  776. case 2:
  777. return &v.unknownFields
  778. default:
  779. return nil
  780. }
  781. }
  782. file_proto_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  783. switch v := v.(*PomeloResponse); i {
  784. case 0:
  785. return &v.state
  786. case 1:
  787. return &v.sizeCache
  788. case 2:
  789. return &v.unknownFields
  790. default:
  791. return nil
  792. }
  793. }
  794. file_proto_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  795. switch v := v.(*PomeloPush); i {
  796. case 0:
  797. return &v.state
  798. case 1:
  799. return &v.sizeCache
  800. case 2:
  801. return &v.unknownFields
  802. default:
  803. return nil
  804. }
  805. }
  806. file_proto_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  807. switch v := v.(*PomeloKick); i {
  808. case 0:
  809. return &v.state
  810. case 1:
  811. return &v.sizeCache
  812. case 2:
  813. return &v.unknownFields
  814. default:
  815. return nil
  816. }
  817. }
  818. file_proto_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  819. switch v := v.(*PomeloBroadcastPush); i {
  820. case 0:
  821. return &v.state
  822. case 1:
  823. return &v.sizeCache
  824. case 2:
  825. return &v.unknownFields
  826. default:
  827. return nil
  828. }
  829. }
  830. }
  831. type x struct{}
  832. out := protoimpl.TypeBuilder{
  833. File: protoimpl.DescBuilder{
  834. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  835. RawDescriptor: file_proto_proto_rawDesc,
  836. NumEnums: 0,
  837. NumMessages: 12,
  838. NumExtensions: 0,
  839. NumServices: 0,
  840. },
  841. GoTypes: file_proto_proto_goTypes,
  842. DependencyIndexes: file_proto_proto_depIdxs,
  843. MessageInfos: file_proto_proto_msgTypes,
  844. }.Build()
  845. File_proto_proto = out.File
  846. file_proto_proto_rawDesc = nil
  847. file_proto_proto_goTypes = nil
  848. file_proto_proto_depIdxs = nil
  849. }