node.pb.go 68 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.25.0-devel
  4. // protoc v3.14.0
  5. // source: grpc/node.proto
  6. package nodepb
  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 LoginRequest struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. Macaddress string `protobuf:"bytes,1,opt,name=macaddress,proto3" json:"macaddress,omitempty"`
  24. Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
  25. Network string `protobuf:"bytes,3,opt,name=network,proto3" json:"network,omitempty"`
  26. }
  27. func (x *LoginRequest) Reset() {
  28. *x = LoginRequest{}
  29. if protoimpl.UnsafeEnabled {
  30. mi := &file_grpc_node_proto_msgTypes[0]
  31. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  32. ms.StoreMessageInfo(mi)
  33. }
  34. }
  35. func (x *LoginRequest) String() string {
  36. return protoimpl.X.MessageStringOf(x)
  37. }
  38. func (*LoginRequest) ProtoMessage() {}
  39. func (x *LoginRequest) ProtoReflect() protoreflect.Message {
  40. mi := &file_grpc_node_proto_msgTypes[0]
  41. if protoimpl.UnsafeEnabled && x != nil {
  42. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  43. if ms.LoadMessageInfo() == nil {
  44. ms.StoreMessageInfo(mi)
  45. }
  46. return ms
  47. }
  48. return mi.MessageOf(x)
  49. }
  50. // Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.
  51. func (*LoginRequest) Descriptor() ([]byte, []int) {
  52. return file_grpc_node_proto_rawDescGZIP(), []int{0}
  53. }
  54. func (x *LoginRequest) GetMacaddress() string {
  55. if x != nil {
  56. return x.Macaddress
  57. }
  58. return ""
  59. }
  60. func (x *LoginRequest) GetPassword() string {
  61. if x != nil {
  62. return x.Password
  63. }
  64. return ""
  65. }
  66. func (x *LoginRequest) GetNetwork() string {
  67. if x != nil {
  68. return x.Network
  69. }
  70. return ""
  71. }
  72. type LoginResponse struct {
  73. state protoimpl.MessageState
  74. sizeCache protoimpl.SizeCache
  75. unknownFields protoimpl.UnknownFields
  76. Accesstoken string `protobuf:"bytes,1,opt,name=accesstoken,proto3" json:"accesstoken,omitempty"`
  77. }
  78. func (x *LoginResponse) Reset() {
  79. *x = LoginResponse{}
  80. if protoimpl.UnsafeEnabled {
  81. mi := &file_grpc_node_proto_msgTypes[1]
  82. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  83. ms.StoreMessageInfo(mi)
  84. }
  85. }
  86. func (x *LoginResponse) String() string {
  87. return protoimpl.X.MessageStringOf(x)
  88. }
  89. func (*LoginResponse) ProtoMessage() {}
  90. func (x *LoginResponse) ProtoReflect() protoreflect.Message {
  91. mi := &file_grpc_node_proto_msgTypes[1]
  92. if protoimpl.UnsafeEnabled && x != nil {
  93. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  94. if ms.LoadMessageInfo() == nil {
  95. ms.StoreMessageInfo(mi)
  96. }
  97. return ms
  98. }
  99. return mi.MessageOf(x)
  100. }
  101. // Deprecated: Use LoginResponse.ProtoReflect.Descriptor instead.
  102. func (*LoginResponse) Descriptor() ([]byte, []int) {
  103. return file_grpc_node_proto_rawDescGZIP(), []int{1}
  104. }
  105. func (x *LoginResponse) GetAccesstoken() string {
  106. if x != nil {
  107. return x.Accesstoken
  108. }
  109. return ""
  110. }
  111. type Node struct {
  112. state protoimpl.MessageState
  113. sizeCache protoimpl.SizeCache
  114. unknownFields protoimpl.UnknownFields
  115. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
  116. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
  117. Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
  118. Address6 string `protobuf:"bytes,26,opt,name=address6,proto3" json:"address6,omitempty"`
  119. Listenport int32 `protobuf:"varint,4,opt,name=listenport,proto3" json:"listenport,omitempty"`
  120. Publickey string `protobuf:"bytes,5,opt,name=publickey,proto3" json:"publickey,omitempty"`
  121. Endpoint string `protobuf:"bytes,6,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
  122. Macaddress string `protobuf:"bytes,7,opt,name=macaddress,proto3" json:"macaddress,omitempty"`
  123. Password string `protobuf:"bytes,8,opt,name=password,proto3" json:"password,omitempty"`
  124. Nodenetwork string `protobuf:"bytes,9,opt,name=nodenetwork,proto3" json:"nodenetwork,omitempty"`
  125. Ispending bool `protobuf:"varint,10,opt,name=ispending,proto3" json:"ispending,omitempty"`
  126. Postup string `protobuf:"bytes,11,opt,name=postup,proto3" json:"postup,omitempty"`
  127. Postdown string `protobuf:"bytes,12,opt,name=postdown,proto3" json:"postdown,omitempty"`
  128. Keepalive int32 `protobuf:"varint,13,opt,name=keepalive,proto3" json:"keepalive,omitempty"`
  129. Saveconfig string `protobuf:"bytes,14,opt,name=saveconfig,proto3" json:"saveconfig,omitempty"`
  130. Accesskey string `protobuf:"bytes,15,opt,name=accesskey,proto3" json:"accesskey,omitempty"`
  131. Interface string `protobuf:"bytes,16,opt,name=interface,proto3" json:"interface,omitempty"`
  132. Lastcheckin string `protobuf:"bytes,17,opt,name=lastcheckin,proto3" json:"lastcheckin,omitempty"`
  133. Lastmodified string `protobuf:"bytes,18,opt,name=lastmodified,proto3" json:"lastmodified,omitempty"`
  134. Checkininterval int32 `protobuf:"varint,19,opt,name=checkininterval,proto3" json:"checkininterval,omitempty"`
  135. Localaddress string `protobuf:"bytes,20,opt,name=localaddress,proto3" json:"localaddress,omitempty"`
  136. Postchanges string `protobuf:"bytes,21,opt,name=postchanges,proto3" json:"postchanges,omitempty"`
  137. Allowedips string `protobuf:"bytes,22,opt,name=allowedips,proto3" json:"allowedips,omitempty"`
  138. Islocal bool `protobuf:"varint,23,opt,name=islocal,proto3" json:"islocal,omitempty"`
  139. Isingressgateway bool `protobuf:"varint,28,opt,name=isingressgateway,proto3" json:"isingressgateway,omitempty"`
  140. Ingressgatewayrange string `protobuf:"bytes,29,opt,name=ingressgatewayrange,proto3" json:"ingressgatewayrange,omitempty"`
  141. Isdualstack bool `protobuf:"varint,27,opt,name=isdualstack,proto3" json:"isdualstack,omitempty"`
  142. Dnsoff bool `protobuf:"varint,24,opt,name=dnsoff,proto3" json:"dnsoff,omitempty"`
  143. Localrange string `protobuf:"bytes,25,opt,name=localrange,proto3" json:"localrange,omitempty"`
  144. Udpholepunch string `protobuf:"bytes,30,opt,name=udpholepunch,proto3" json:"udpholepunch,omitempty"`
  145. }
  146. func (x *Node) Reset() {
  147. *x = Node{}
  148. if protoimpl.UnsafeEnabled {
  149. mi := &file_grpc_node_proto_msgTypes[2]
  150. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  151. ms.StoreMessageInfo(mi)
  152. }
  153. }
  154. func (x *Node) String() string {
  155. return protoimpl.X.MessageStringOf(x)
  156. }
  157. func (*Node) ProtoMessage() {}
  158. func (x *Node) ProtoReflect() protoreflect.Message {
  159. mi := &file_grpc_node_proto_msgTypes[2]
  160. if protoimpl.UnsafeEnabled && x != nil {
  161. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  162. if ms.LoadMessageInfo() == nil {
  163. ms.StoreMessageInfo(mi)
  164. }
  165. return ms
  166. }
  167. return mi.MessageOf(x)
  168. }
  169. // Deprecated: Use Node.ProtoReflect.Descriptor instead.
  170. func (*Node) Descriptor() ([]byte, []int) {
  171. return file_grpc_node_proto_rawDescGZIP(), []int{2}
  172. }
  173. func (x *Node) GetId() string {
  174. if x != nil {
  175. return x.Id
  176. }
  177. return ""
  178. }
  179. func (x *Node) GetName() string {
  180. if x != nil {
  181. return x.Name
  182. }
  183. return ""
  184. }
  185. func (x *Node) GetAddress() string {
  186. if x != nil {
  187. return x.Address
  188. }
  189. return ""
  190. }
  191. func (x *Node) GetAddress6() string {
  192. if x != nil {
  193. return x.Address6
  194. }
  195. return ""
  196. }
  197. func (x *Node) GetListenport() int32 {
  198. if x != nil {
  199. return x.Listenport
  200. }
  201. return 0
  202. }
  203. func (x *Node) GetPublickey() string {
  204. if x != nil {
  205. return x.Publickey
  206. }
  207. return ""
  208. }
  209. func (x *Node) GetEndpoint() string {
  210. if x != nil {
  211. return x.Endpoint
  212. }
  213. return ""
  214. }
  215. func (x *Node) GetMacaddress() string {
  216. if x != nil {
  217. return x.Macaddress
  218. }
  219. return ""
  220. }
  221. func (x *Node) GetPassword() string {
  222. if x != nil {
  223. return x.Password
  224. }
  225. return ""
  226. }
  227. func (x *Node) GetNodenetwork() string {
  228. if x != nil {
  229. return x.Nodenetwork
  230. }
  231. return ""
  232. }
  233. func (x *Node) GetIspending() bool {
  234. if x != nil {
  235. return x.Ispending
  236. }
  237. return false
  238. }
  239. func (x *Node) GetPostup() string {
  240. if x != nil {
  241. return x.Postup
  242. }
  243. return ""
  244. }
  245. func (x *Node) GetPostdown() string {
  246. if x != nil {
  247. return x.Postdown
  248. }
  249. return ""
  250. }
  251. func (x *Node) GetKeepalive() int32 {
  252. if x != nil {
  253. return x.Keepalive
  254. }
  255. return 0
  256. }
  257. func (x *Node) GetSaveconfig() string {
  258. if x != nil {
  259. return x.Saveconfig
  260. }
  261. return ""
  262. }
  263. func (x *Node) GetAccesskey() string {
  264. if x != nil {
  265. return x.Accesskey
  266. }
  267. return ""
  268. }
  269. func (x *Node) GetInterface() string {
  270. if x != nil {
  271. return x.Interface
  272. }
  273. return ""
  274. }
  275. func (x *Node) GetLastcheckin() string {
  276. if x != nil {
  277. return x.Lastcheckin
  278. }
  279. return ""
  280. }
  281. func (x *Node) GetLastmodified() string {
  282. if x != nil {
  283. return x.Lastmodified
  284. }
  285. return ""
  286. }
  287. func (x *Node) GetCheckininterval() int32 {
  288. if x != nil {
  289. return x.Checkininterval
  290. }
  291. return 0
  292. }
  293. func (x *Node) GetLocaladdress() string {
  294. if x != nil {
  295. return x.Localaddress
  296. }
  297. return ""
  298. }
  299. func (x *Node) GetPostchanges() string {
  300. if x != nil {
  301. return x.Postchanges
  302. }
  303. return ""
  304. }
  305. func (x *Node) GetAllowedips() string {
  306. if x != nil {
  307. return x.Allowedips
  308. }
  309. return ""
  310. }
  311. func (x *Node) GetIslocal() bool {
  312. if x != nil {
  313. return x.Islocal
  314. }
  315. return false
  316. }
  317. func (x *Node) GetIsingressgateway() bool {
  318. if x != nil {
  319. return x.Isingressgateway
  320. }
  321. return false
  322. }
  323. func (x *Node) GetIngressgatewayrange() string {
  324. if x != nil {
  325. return x.Ingressgatewayrange
  326. }
  327. return ""
  328. }
  329. func (x *Node) GetIsdualstack() bool {
  330. if x != nil {
  331. return x.Isdualstack
  332. }
  333. return false
  334. }
  335. func (x *Node) GetDnsoff() bool {
  336. if x != nil {
  337. return x.Dnsoff
  338. }
  339. return false
  340. }
  341. func (x *Node) GetLocalrange() string {
  342. if x != nil {
  343. return x.Localrange
  344. }
  345. return ""
  346. }
  347. func (x *Node) GetUdpholepunch() string {
  348. if x != nil {
  349. return x.Udpholepunch
  350. }
  351. return ""
  352. }
  353. type CheckInResponse struct {
  354. state protoimpl.MessageState
  355. sizeCache protoimpl.SizeCache
  356. unknownFields protoimpl.UnknownFields
  357. Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
  358. Needpeerupdate bool `protobuf:"varint,2,opt,name=needpeerupdate,proto3" json:"needpeerupdate,omitempty"`
  359. Needconfigupdate bool `protobuf:"varint,3,opt,name=needconfigupdate,proto3" json:"needconfigupdate,omitempty"`
  360. Nodemessage string `protobuf:"bytes,4,opt,name=nodemessage,proto3" json:"nodemessage,omitempty"`
  361. Ispending bool `protobuf:"varint,5,opt,name=ispending,proto3" json:"ispending,omitempty"`
  362. Needkeyupdate bool `protobuf:"varint,6,opt,name=needkeyupdate,proto3" json:"needkeyupdate,omitempty"`
  363. Needdelete bool `protobuf:"varint,7,opt,name=needdelete,proto3" json:"needdelete,omitempty"`
  364. }
  365. func (x *CheckInResponse) Reset() {
  366. *x = CheckInResponse{}
  367. if protoimpl.UnsafeEnabled {
  368. mi := &file_grpc_node_proto_msgTypes[3]
  369. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  370. ms.StoreMessageInfo(mi)
  371. }
  372. }
  373. func (x *CheckInResponse) String() string {
  374. return protoimpl.X.MessageStringOf(x)
  375. }
  376. func (*CheckInResponse) ProtoMessage() {}
  377. func (x *CheckInResponse) ProtoReflect() protoreflect.Message {
  378. mi := &file_grpc_node_proto_msgTypes[3]
  379. if protoimpl.UnsafeEnabled && x != nil {
  380. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  381. if ms.LoadMessageInfo() == nil {
  382. ms.StoreMessageInfo(mi)
  383. }
  384. return ms
  385. }
  386. return mi.MessageOf(x)
  387. }
  388. // Deprecated: Use CheckInResponse.ProtoReflect.Descriptor instead.
  389. func (*CheckInResponse) Descriptor() ([]byte, []int) {
  390. return file_grpc_node_proto_rawDescGZIP(), []int{3}
  391. }
  392. func (x *CheckInResponse) GetSuccess() bool {
  393. if x != nil {
  394. return x.Success
  395. }
  396. return false
  397. }
  398. func (x *CheckInResponse) GetNeedpeerupdate() bool {
  399. if x != nil {
  400. return x.Needpeerupdate
  401. }
  402. return false
  403. }
  404. func (x *CheckInResponse) GetNeedconfigupdate() bool {
  405. if x != nil {
  406. return x.Needconfigupdate
  407. }
  408. return false
  409. }
  410. func (x *CheckInResponse) GetNodemessage() string {
  411. if x != nil {
  412. return x.Nodemessage
  413. }
  414. return ""
  415. }
  416. func (x *CheckInResponse) GetIspending() bool {
  417. if x != nil {
  418. return x.Ispending
  419. }
  420. return false
  421. }
  422. func (x *CheckInResponse) GetNeedkeyupdate() bool {
  423. if x != nil {
  424. return x.Needkeyupdate
  425. }
  426. return false
  427. }
  428. func (x *CheckInResponse) GetNeeddelete() bool {
  429. if x != nil {
  430. return x.Needdelete
  431. }
  432. return false
  433. }
  434. type PeersResponse struct {
  435. state protoimpl.MessageState
  436. sizeCache protoimpl.SizeCache
  437. unknownFields protoimpl.UnknownFields
  438. Isegressgateway bool `protobuf:"varint,1,opt,name=isegressgateway,proto3" json:"isegressgateway,omitempty"`
  439. Egressgatewayranges string `protobuf:"bytes,2,opt,name=egressgatewayranges,proto3" json:"egressgatewayranges,omitempty"`
  440. Ingressgatewayrange string `protobuf:"bytes,9,opt,name=ingressgatewayrange,proto3" json:"ingressgatewayrange,omitempty"`
  441. Publickey string `protobuf:"bytes,5,opt,name=publickey,proto3" json:"publickey,omitempty"`
  442. Endpoint string `protobuf:"bytes,6,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
  443. Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
  444. Address6 string `protobuf:"bytes,8,opt,name=address6,proto3" json:"address6,omitempty"`
  445. Listenport int32 `protobuf:"varint,4,opt,name=listenport,proto3" json:"listenport,omitempty"`
  446. Localaddress string `protobuf:"bytes,7,opt,name=localaddress,proto3" json:"localaddress,omitempty"`
  447. Keepalive int32 `protobuf:"varint,13,opt,name=keepalive,proto3" json:"keepalive,omitempty"`
  448. }
  449. func (x *PeersResponse) Reset() {
  450. *x = PeersResponse{}
  451. if protoimpl.UnsafeEnabled {
  452. mi := &file_grpc_node_proto_msgTypes[4]
  453. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  454. ms.StoreMessageInfo(mi)
  455. }
  456. }
  457. func (x *PeersResponse) String() string {
  458. return protoimpl.X.MessageStringOf(x)
  459. }
  460. func (*PeersResponse) ProtoMessage() {}
  461. func (x *PeersResponse) ProtoReflect() protoreflect.Message {
  462. mi := &file_grpc_node_proto_msgTypes[4]
  463. if protoimpl.UnsafeEnabled && x != nil {
  464. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  465. if ms.LoadMessageInfo() == nil {
  466. ms.StoreMessageInfo(mi)
  467. }
  468. return ms
  469. }
  470. return mi.MessageOf(x)
  471. }
  472. // Deprecated: Use PeersResponse.ProtoReflect.Descriptor instead.
  473. func (*PeersResponse) Descriptor() ([]byte, []int) {
  474. return file_grpc_node_proto_rawDescGZIP(), []int{4}
  475. }
  476. func (x *PeersResponse) GetIsegressgateway() bool {
  477. if x != nil {
  478. return x.Isegressgateway
  479. }
  480. return false
  481. }
  482. func (x *PeersResponse) GetEgressgatewayranges() string {
  483. if x != nil {
  484. return x.Egressgatewayranges
  485. }
  486. return ""
  487. }
  488. func (x *PeersResponse) GetIngressgatewayrange() string {
  489. if x != nil {
  490. return x.Ingressgatewayrange
  491. }
  492. return ""
  493. }
  494. func (x *PeersResponse) GetPublickey() string {
  495. if x != nil {
  496. return x.Publickey
  497. }
  498. return ""
  499. }
  500. func (x *PeersResponse) GetEndpoint() string {
  501. if x != nil {
  502. return x.Endpoint
  503. }
  504. return ""
  505. }
  506. func (x *PeersResponse) GetAddress() string {
  507. if x != nil {
  508. return x.Address
  509. }
  510. return ""
  511. }
  512. func (x *PeersResponse) GetAddress6() string {
  513. if x != nil {
  514. return x.Address6
  515. }
  516. return ""
  517. }
  518. func (x *PeersResponse) GetListenport() int32 {
  519. if x != nil {
  520. return x.Listenport
  521. }
  522. return 0
  523. }
  524. func (x *PeersResponse) GetLocaladdress() string {
  525. if x != nil {
  526. return x.Localaddress
  527. }
  528. return ""
  529. }
  530. func (x *PeersResponse) GetKeepalive() int32 {
  531. if x != nil {
  532. return x.Keepalive
  533. }
  534. return 0
  535. }
  536. type ExtPeersResponse struct {
  537. state protoimpl.MessageState
  538. sizeCache protoimpl.SizeCache
  539. unknownFields protoimpl.UnknownFields
  540. Publickey string `protobuf:"bytes,5,opt,name=publickey,proto3" json:"publickey,omitempty"`
  541. Endpoint string `protobuf:"bytes,6,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
  542. Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
  543. Address6 string `protobuf:"bytes,8,opt,name=address6,proto3" json:"address6,omitempty"`
  544. Listenport int32 `protobuf:"varint,4,opt,name=listenport,proto3" json:"listenport,omitempty"`
  545. Localaddress string `protobuf:"bytes,7,opt,name=localaddress,proto3" json:"localaddress,omitempty"`
  546. Keepalive int32 `protobuf:"varint,13,opt,name=keepalive,proto3" json:"keepalive,omitempty"`
  547. }
  548. func (x *ExtPeersResponse) Reset() {
  549. *x = ExtPeersResponse{}
  550. if protoimpl.UnsafeEnabled {
  551. mi := &file_grpc_node_proto_msgTypes[5]
  552. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  553. ms.StoreMessageInfo(mi)
  554. }
  555. }
  556. func (x *ExtPeersResponse) String() string {
  557. return protoimpl.X.MessageStringOf(x)
  558. }
  559. func (*ExtPeersResponse) ProtoMessage() {}
  560. func (x *ExtPeersResponse) ProtoReflect() protoreflect.Message {
  561. mi := &file_grpc_node_proto_msgTypes[5]
  562. if protoimpl.UnsafeEnabled && x != nil {
  563. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  564. if ms.LoadMessageInfo() == nil {
  565. ms.StoreMessageInfo(mi)
  566. }
  567. return ms
  568. }
  569. return mi.MessageOf(x)
  570. }
  571. // Deprecated: Use ExtPeersResponse.ProtoReflect.Descriptor instead.
  572. func (*ExtPeersResponse) Descriptor() ([]byte, []int) {
  573. return file_grpc_node_proto_rawDescGZIP(), []int{5}
  574. }
  575. func (x *ExtPeersResponse) GetPublickey() string {
  576. if x != nil {
  577. return x.Publickey
  578. }
  579. return ""
  580. }
  581. func (x *ExtPeersResponse) GetEndpoint() string {
  582. if x != nil {
  583. return x.Endpoint
  584. }
  585. return ""
  586. }
  587. func (x *ExtPeersResponse) GetAddress() string {
  588. if x != nil {
  589. return x.Address
  590. }
  591. return ""
  592. }
  593. func (x *ExtPeersResponse) GetAddress6() string {
  594. if x != nil {
  595. return x.Address6
  596. }
  597. return ""
  598. }
  599. func (x *ExtPeersResponse) GetListenport() int32 {
  600. if x != nil {
  601. return x.Listenport
  602. }
  603. return 0
  604. }
  605. func (x *ExtPeersResponse) GetLocaladdress() string {
  606. if x != nil {
  607. return x.Localaddress
  608. }
  609. return ""
  610. }
  611. func (x *ExtPeersResponse) GetKeepalive() int32 {
  612. if x != nil {
  613. return x.Keepalive
  614. }
  615. return 0
  616. }
  617. type Client struct {
  618. state protoimpl.MessageState
  619. sizeCache protoimpl.SizeCache
  620. unknownFields protoimpl.UnknownFields
  621. Privatekey string `protobuf:"bytes,1,opt,name=privatekey,proto3" json:"privatekey,omitempty"`
  622. Publickey string `protobuf:"bytes,2,opt,name=publickey,proto3" json:"publickey,omitempty"`
  623. Accesskey string `protobuf:"bytes,3,opt,name=accesskey,proto3" json:"accesskey,omitempty"`
  624. Address string `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"`
  625. Address6 string `protobuf:"bytes,5,opt,name=address6,proto3" json:"address6,omitempty"`
  626. Serverwgendpoint string `protobuf:"bytes,6,opt,name=serverwgendpoint,proto3" json:"serverwgendpoint,omitempty"`
  627. Serverport string `protobuf:"bytes,7,opt,name=serverport,proto3" json:"serverport,omitempty"`
  628. Serverkey string `protobuf:"bytes,8,opt,name=serverkey,proto3" json:"serverkey,omitempty"`
  629. }
  630. func (x *Client) Reset() {
  631. *x = Client{}
  632. if protoimpl.UnsafeEnabled {
  633. mi := &file_grpc_node_proto_msgTypes[6]
  634. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  635. ms.StoreMessageInfo(mi)
  636. }
  637. }
  638. func (x *Client) String() string {
  639. return protoimpl.X.MessageStringOf(x)
  640. }
  641. func (*Client) ProtoMessage() {}
  642. func (x *Client) ProtoReflect() protoreflect.Message {
  643. mi := &file_grpc_node_proto_msgTypes[6]
  644. if protoimpl.UnsafeEnabled && x != nil {
  645. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  646. if ms.LoadMessageInfo() == nil {
  647. ms.StoreMessageInfo(mi)
  648. }
  649. return ms
  650. }
  651. return mi.MessageOf(x)
  652. }
  653. // Deprecated: Use Client.ProtoReflect.Descriptor instead.
  654. func (*Client) Descriptor() ([]byte, []int) {
  655. return file_grpc_node_proto_rawDescGZIP(), []int{6}
  656. }
  657. func (x *Client) GetPrivatekey() string {
  658. if x != nil {
  659. return x.Privatekey
  660. }
  661. return ""
  662. }
  663. func (x *Client) GetPublickey() string {
  664. if x != nil {
  665. return x.Publickey
  666. }
  667. return ""
  668. }
  669. func (x *Client) GetAccesskey() string {
  670. if x != nil {
  671. return x.Accesskey
  672. }
  673. return ""
  674. }
  675. func (x *Client) GetAddress() string {
  676. if x != nil {
  677. return x.Address
  678. }
  679. return ""
  680. }
  681. func (x *Client) GetAddress6() string {
  682. if x != nil {
  683. return x.Address6
  684. }
  685. return ""
  686. }
  687. func (x *Client) GetServerwgendpoint() string {
  688. if x != nil {
  689. return x.Serverwgendpoint
  690. }
  691. return ""
  692. }
  693. func (x *Client) GetServerport() string {
  694. if x != nil {
  695. return x.Serverport
  696. }
  697. return ""
  698. }
  699. func (x *Client) GetServerkey() string {
  700. if x != nil {
  701. return x.Serverkey
  702. }
  703. return ""
  704. }
  705. type CreateNodeReq struct {
  706. state protoimpl.MessageState
  707. sizeCache protoimpl.SizeCache
  708. unknownFields protoimpl.UnknownFields
  709. Node *Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Node id blank
  710. }
  711. func (x *CreateNodeReq) Reset() {
  712. *x = CreateNodeReq{}
  713. if protoimpl.UnsafeEnabled {
  714. mi := &file_grpc_node_proto_msgTypes[7]
  715. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  716. ms.StoreMessageInfo(mi)
  717. }
  718. }
  719. func (x *CreateNodeReq) String() string {
  720. return protoimpl.X.MessageStringOf(x)
  721. }
  722. func (*CreateNodeReq) ProtoMessage() {}
  723. func (x *CreateNodeReq) ProtoReflect() protoreflect.Message {
  724. mi := &file_grpc_node_proto_msgTypes[7]
  725. if protoimpl.UnsafeEnabled && x != nil {
  726. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  727. if ms.LoadMessageInfo() == nil {
  728. ms.StoreMessageInfo(mi)
  729. }
  730. return ms
  731. }
  732. return mi.MessageOf(x)
  733. }
  734. // Deprecated: Use CreateNodeReq.ProtoReflect.Descriptor instead.
  735. func (*CreateNodeReq) Descriptor() ([]byte, []int) {
  736. return file_grpc_node_proto_rawDescGZIP(), []int{7}
  737. }
  738. func (x *CreateNodeReq) GetNode() *Node {
  739. if x != nil {
  740. return x.Node
  741. }
  742. return nil
  743. }
  744. type CreateNodeRes struct {
  745. state protoimpl.MessageState
  746. sizeCache protoimpl.SizeCache
  747. unknownFields protoimpl.UnknownFields
  748. Node *Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Node id filled in
  749. }
  750. func (x *CreateNodeRes) Reset() {
  751. *x = CreateNodeRes{}
  752. if protoimpl.UnsafeEnabled {
  753. mi := &file_grpc_node_proto_msgTypes[8]
  754. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  755. ms.StoreMessageInfo(mi)
  756. }
  757. }
  758. func (x *CreateNodeRes) String() string {
  759. return protoimpl.X.MessageStringOf(x)
  760. }
  761. func (*CreateNodeRes) ProtoMessage() {}
  762. func (x *CreateNodeRes) ProtoReflect() protoreflect.Message {
  763. mi := &file_grpc_node_proto_msgTypes[8]
  764. if protoimpl.UnsafeEnabled && x != nil {
  765. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  766. if ms.LoadMessageInfo() == nil {
  767. ms.StoreMessageInfo(mi)
  768. }
  769. return ms
  770. }
  771. return mi.MessageOf(x)
  772. }
  773. // Deprecated: Use CreateNodeRes.ProtoReflect.Descriptor instead.
  774. func (*CreateNodeRes) Descriptor() ([]byte, []int) {
  775. return file_grpc_node_proto_rawDescGZIP(), []int{8}
  776. }
  777. func (x *CreateNodeRes) GetNode() *Node {
  778. if x != nil {
  779. return x.Node
  780. }
  781. return nil
  782. }
  783. type UpdateNodeReq struct {
  784. state protoimpl.MessageState
  785. sizeCache protoimpl.SizeCache
  786. unknownFields protoimpl.UnknownFields
  787. Node *Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
  788. }
  789. func (x *UpdateNodeReq) Reset() {
  790. *x = UpdateNodeReq{}
  791. if protoimpl.UnsafeEnabled {
  792. mi := &file_grpc_node_proto_msgTypes[9]
  793. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  794. ms.StoreMessageInfo(mi)
  795. }
  796. }
  797. func (x *UpdateNodeReq) String() string {
  798. return protoimpl.X.MessageStringOf(x)
  799. }
  800. func (*UpdateNodeReq) ProtoMessage() {}
  801. func (x *UpdateNodeReq) ProtoReflect() protoreflect.Message {
  802. mi := &file_grpc_node_proto_msgTypes[9]
  803. if protoimpl.UnsafeEnabled && x != nil {
  804. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  805. if ms.LoadMessageInfo() == nil {
  806. ms.StoreMessageInfo(mi)
  807. }
  808. return ms
  809. }
  810. return mi.MessageOf(x)
  811. }
  812. // Deprecated: Use UpdateNodeReq.ProtoReflect.Descriptor instead.
  813. func (*UpdateNodeReq) Descriptor() ([]byte, []int) {
  814. return file_grpc_node_proto_rawDescGZIP(), []int{9}
  815. }
  816. func (x *UpdateNodeReq) GetNode() *Node {
  817. if x != nil {
  818. return x.Node
  819. }
  820. return nil
  821. }
  822. type UpdateNodeRes struct {
  823. state protoimpl.MessageState
  824. sizeCache protoimpl.SizeCache
  825. unknownFields protoimpl.UnknownFields
  826. Node *Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
  827. }
  828. func (x *UpdateNodeRes) Reset() {
  829. *x = UpdateNodeRes{}
  830. if protoimpl.UnsafeEnabled {
  831. mi := &file_grpc_node_proto_msgTypes[10]
  832. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  833. ms.StoreMessageInfo(mi)
  834. }
  835. }
  836. func (x *UpdateNodeRes) String() string {
  837. return protoimpl.X.MessageStringOf(x)
  838. }
  839. func (*UpdateNodeRes) ProtoMessage() {}
  840. func (x *UpdateNodeRes) ProtoReflect() protoreflect.Message {
  841. mi := &file_grpc_node_proto_msgTypes[10]
  842. if protoimpl.UnsafeEnabled && x != nil {
  843. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  844. if ms.LoadMessageInfo() == nil {
  845. ms.StoreMessageInfo(mi)
  846. }
  847. return ms
  848. }
  849. return mi.MessageOf(x)
  850. }
  851. // Deprecated: Use UpdateNodeRes.ProtoReflect.Descriptor instead.
  852. func (*UpdateNodeRes) Descriptor() ([]byte, []int) {
  853. return file_grpc_node_proto_rawDescGZIP(), []int{10}
  854. }
  855. func (x *UpdateNodeRes) GetNode() *Node {
  856. if x != nil {
  857. return x.Node
  858. }
  859. return nil
  860. }
  861. type ReadNodeReq struct {
  862. state protoimpl.MessageState
  863. sizeCache protoimpl.SizeCache
  864. unknownFields protoimpl.UnknownFields
  865. Macaddress string `protobuf:"bytes,1,opt,name=macaddress,proto3" json:"macaddress,omitempty"`
  866. Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"`
  867. }
  868. func (x *ReadNodeReq) Reset() {
  869. *x = ReadNodeReq{}
  870. if protoimpl.UnsafeEnabled {
  871. mi := &file_grpc_node_proto_msgTypes[11]
  872. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  873. ms.StoreMessageInfo(mi)
  874. }
  875. }
  876. func (x *ReadNodeReq) String() string {
  877. return protoimpl.X.MessageStringOf(x)
  878. }
  879. func (*ReadNodeReq) ProtoMessage() {}
  880. func (x *ReadNodeReq) ProtoReflect() protoreflect.Message {
  881. mi := &file_grpc_node_proto_msgTypes[11]
  882. if protoimpl.UnsafeEnabled && x != nil {
  883. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  884. if ms.LoadMessageInfo() == nil {
  885. ms.StoreMessageInfo(mi)
  886. }
  887. return ms
  888. }
  889. return mi.MessageOf(x)
  890. }
  891. // Deprecated: Use ReadNodeReq.ProtoReflect.Descriptor instead.
  892. func (*ReadNodeReq) Descriptor() ([]byte, []int) {
  893. return file_grpc_node_proto_rawDescGZIP(), []int{11}
  894. }
  895. func (x *ReadNodeReq) GetMacaddress() string {
  896. if x != nil {
  897. return x.Macaddress
  898. }
  899. return ""
  900. }
  901. func (x *ReadNodeReq) GetNetwork() string {
  902. if x != nil {
  903. return x.Network
  904. }
  905. return ""
  906. }
  907. type ReadNodeRes struct {
  908. state protoimpl.MessageState
  909. sizeCache protoimpl.SizeCache
  910. unknownFields protoimpl.UnknownFields
  911. Node *Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
  912. }
  913. func (x *ReadNodeRes) Reset() {
  914. *x = ReadNodeRes{}
  915. if protoimpl.UnsafeEnabled {
  916. mi := &file_grpc_node_proto_msgTypes[12]
  917. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  918. ms.StoreMessageInfo(mi)
  919. }
  920. }
  921. func (x *ReadNodeRes) String() string {
  922. return protoimpl.X.MessageStringOf(x)
  923. }
  924. func (*ReadNodeRes) ProtoMessage() {}
  925. func (x *ReadNodeRes) ProtoReflect() protoreflect.Message {
  926. mi := &file_grpc_node_proto_msgTypes[12]
  927. if protoimpl.UnsafeEnabled && x != nil {
  928. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  929. if ms.LoadMessageInfo() == nil {
  930. ms.StoreMessageInfo(mi)
  931. }
  932. return ms
  933. }
  934. return mi.MessageOf(x)
  935. }
  936. // Deprecated: Use ReadNodeRes.ProtoReflect.Descriptor instead.
  937. func (*ReadNodeRes) Descriptor() ([]byte, []int) {
  938. return file_grpc_node_proto_rawDescGZIP(), []int{12}
  939. }
  940. func (x *ReadNodeRes) GetNode() *Node {
  941. if x != nil {
  942. return x.Node
  943. }
  944. return nil
  945. }
  946. type DeleteNodeReq struct {
  947. state protoimpl.MessageState
  948. sizeCache protoimpl.SizeCache
  949. unknownFields protoimpl.UnknownFields
  950. Macaddress string `protobuf:"bytes,1,opt,name=macaddress,proto3" json:"macaddress,omitempty"`
  951. NetworkName string `protobuf:"bytes,2,opt,name=networkName,proto3" json:"networkName,omitempty"`
  952. }
  953. func (x *DeleteNodeReq) Reset() {
  954. *x = DeleteNodeReq{}
  955. if protoimpl.UnsafeEnabled {
  956. mi := &file_grpc_node_proto_msgTypes[13]
  957. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  958. ms.StoreMessageInfo(mi)
  959. }
  960. }
  961. func (x *DeleteNodeReq) String() string {
  962. return protoimpl.X.MessageStringOf(x)
  963. }
  964. func (*DeleteNodeReq) ProtoMessage() {}
  965. func (x *DeleteNodeReq) ProtoReflect() protoreflect.Message {
  966. mi := &file_grpc_node_proto_msgTypes[13]
  967. if protoimpl.UnsafeEnabled && x != nil {
  968. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  969. if ms.LoadMessageInfo() == nil {
  970. ms.StoreMessageInfo(mi)
  971. }
  972. return ms
  973. }
  974. return mi.MessageOf(x)
  975. }
  976. // Deprecated: Use DeleteNodeReq.ProtoReflect.Descriptor instead.
  977. func (*DeleteNodeReq) Descriptor() ([]byte, []int) {
  978. return file_grpc_node_proto_rawDescGZIP(), []int{13}
  979. }
  980. func (x *DeleteNodeReq) GetMacaddress() string {
  981. if x != nil {
  982. return x.Macaddress
  983. }
  984. return ""
  985. }
  986. func (x *DeleteNodeReq) GetNetworkName() string {
  987. if x != nil {
  988. return x.NetworkName
  989. }
  990. return ""
  991. }
  992. type DeleteNodeRes struct {
  993. state protoimpl.MessageState
  994. sizeCache protoimpl.SizeCache
  995. unknownFields protoimpl.UnknownFields
  996. Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
  997. }
  998. func (x *DeleteNodeRes) Reset() {
  999. *x = DeleteNodeRes{}
  1000. if protoimpl.UnsafeEnabled {
  1001. mi := &file_grpc_node_proto_msgTypes[14]
  1002. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1003. ms.StoreMessageInfo(mi)
  1004. }
  1005. }
  1006. func (x *DeleteNodeRes) String() string {
  1007. return protoimpl.X.MessageStringOf(x)
  1008. }
  1009. func (*DeleteNodeRes) ProtoMessage() {}
  1010. func (x *DeleteNodeRes) ProtoReflect() protoreflect.Message {
  1011. mi := &file_grpc_node_proto_msgTypes[14]
  1012. if protoimpl.UnsafeEnabled && x != nil {
  1013. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1014. if ms.LoadMessageInfo() == nil {
  1015. ms.StoreMessageInfo(mi)
  1016. }
  1017. return ms
  1018. }
  1019. return mi.MessageOf(x)
  1020. }
  1021. // Deprecated: Use DeleteNodeRes.ProtoReflect.Descriptor instead.
  1022. func (*DeleteNodeRes) Descriptor() ([]byte, []int) {
  1023. return file_grpc_node_proto_rawDescGZIP(), []int{14}
  1024. }
  1025. func (x *DeleteNodeRes) GetSuccess() bool {
  1026. if x != nil {
  1027. return x.Success
  1028. }
  1029. return false
  1030. }
  1031. type GetPeersReq struct {
  1032. state protoimpl.MessageState
  1033. sizeCache protoimpl.SizeCache
  1034. unknownFields protoimpl.UnknownFields
  1035. Macaddress string `protobuf:"bytes,1,opt,name=macaddress,proto3" json:"macaddress,omitempty"`
  1036. Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"`
  1037. }
  1038. func (x *GetPeersReq) Reset() {
  1039. *x = GetPeersReq{}
  1040. if protoimpl.UnsafeEnabled {
  1041. mi := &file_grpc_node_proto_msgTypes[15]
  1042. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1043. ms.StoreMessageInfo(mi)
  1044. }
  1045. }
  1046. func (x *GetPeersReq) String() string {
  1047. return protoimpl.X.MessageStringOf(x)
  1048. }
  1049. func (*GetPeersReq) ProtoMessage() {}
  1050. func (x *GetPeersReq) ProtoReflect() protoreflect.Message {
  1051. mi := &file_grpc_node_proto_msgTypes[15]
  1052. if protoimpl.UnsafeEnabled && x != nil {
  1053. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1054. if ms.LoadMessageInfo() == nil {
  1055. ms.StoreMessageInfo(mi)
  1056. }
  1057. return ms
  1058. }
  1059. return mi.MessageOf(x)
  1060. }
  1061. // Deprecated: Use GetPeersReq.ProtoReflect.Descriptor instead.
  1062. func (*GetPeersReq) Descriptor() ([]byte, []int) {
  1063. return file_grpc_node_proto_rawDescGZIP(), []int{15}
  1064. }
  1065. func (x *GetPeersReq) GetMacaddress() string {
  1066. if x != nil {
  1067. return x.Macaddress
  1068. }
  1069. return ""
  1070. }
  1071. func (x *GetPeersReq) GetNetwork() string {
  1072. if x != nil {
  1073. return x.Network
  1074. }
  1075. return ""
  1076. }
  1077. type GetExtPeersReq struct {
  1078. state protoimpl.MessageState
  1079. sizeCache protoimpl.SizeCache
  1080. unknownFields protoimpl.UnknownFields
  1081. Macaddress string `protobuf:"bytes,1,opt,name=macaddress,proto3" json:"macaddress,omitempty"`
  1082. Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"`
  1083. }
  1084. func (x *GetExtPeersReq) Reset() {
  1085. *x = GetExtPeersReq{}
  1086. if protoimpl.UnsafeEnabled {
  1087. mi := &file_grpc_node_proto_msgTypes[16]
  1088. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1089. ms.StoreMessageInfo(mi)
  1090. }
  1091. }
  1092. func (x *GetExtPeersReq) String() string {
  1093. return protoimpl.X.MessageStringOf(x)
  1094. }
  1095. func (*GetExtPeersReq) ProtoMessage() {}
  1096. func (x *GetExtPeersReq) ProtoReflect() protoreflect.Message {
  1097. mi := &file_grpc_node_proto_msgTypes[16]
  1098. if protoimpl.UnsafeEnabled && x != nil {
  1099. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1100. if ms.LoadMessageInfo() == nil {
  1101. ms.StoreMessageInfo(mi)
  1102. }
  1103. return ms
  1104. }
  1105. return mi.MessageOf(x)
  1106. }
  1107. // Deprecated: Use GetExtPeersReq.ProtoReflect.Descriptor instead.
  1108. func (*GetExtPeersReq) Descriptor() ([]byte, []int) {
  1109. return file_grpc_node_proto_rawDescGZIP(), []int{16}
  1110. }
  1111. func (x *GetExtPeersReq) GetMacaddress() string {
  1112. if x != nil {
  1113. return x.Macaddress
  1114. }
  1115. return ""
  1116. }
  1117. func (x *GetExtPeersReq) GetNetwork() string {
  1118. if x != nil {
  1119. return x.Network
  1120. }
  1121. return ""
  1122. }
  1123. type GetPeersRes struct {
  1124. state protoimpl.MessageState
  1125. sizeCache protoimpl.SizeCache
  1126. unknownFields protoimpl.UnknownFields
  1127. Peers *PeersResponse `protobuf:"bytes,1,opt,name=peers,proto3" json:"peers,omitempty"`
  1128. }
  1129. func (x *GetPeersRes) Reset() {
  1130. *x = GetPeersRes{}
  1131. if protoimpl.UnsafeEnabled {
  1132. mi := &file_grpc_node_proto_msgTypes[17]
  1133. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1134. ms.StoreMessageInfo(mi)
  1135. }
  1136. }
  1137. func (x *GetPeersRes) String() string {
  1138. return protoimpl.X.MessageStringOf(x)
  1139. }
  1140. func (*GetPeersRes) ProtoMessage() {}
  1141. func (x *GetPeersRes) ProtoReflect() protoreflect.Message {
  1142. mi := &file_grpc_node_proto_msgTypes[17]
  1143. if protoimpl.UnsafeEnabled && x != nil {
  1144. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1145. if ms.LoadMessageInfo() == nil {
  1146. ms.StoreMessageInfo(mi)
  1147. }
  1148. return ms
  1149. }
  1150. return mi.MessageOf(x)
  1151. }
  1152. // Deprecated: Use GetPeersRes.ProtoReflect.Descriptor instead.
  1153. func (*GetPeersRes) Descriptor() ([]byte, []int) {
  1154. return file_grpc_node_proto_rawDescGZIP(), []int{17}
  1155. }
  1156. func (x *GetPeersRes) GetPeers() *PeersResponse {
  1157. if x != nil {
  1158. return x.Peers
  1159. }
  1160. return nil
  1161. }
  1162. type GetExtPeersRes struct {
  1163. state protoimpl.MessageState
  1164. sizeCache protoimpl.SizeCache
  1165. unknownFields protoimpl.UnknownFields
  1166. Extpeers *ExtPeersResponse `protobuf:"bytes,1,opt,name=extpeers,proto3" json:"extpeers,omitempty"`
  1167. }
  1168. func (x *GetExtPeersRes) Reset() {
  1169. *x = GetExtPeersRes{}
  1170. if protoimpl.UnsafeEnabled {
  1171. mi := &file_grpc_node_proto_msgTypes[18]
  1172. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1173. ms.StoreMessageInfo(mi)
  1174. }
  1175. }
  1176. func (x *GetExtPeersRes) String() string {
  1177. return protoimpl.X.MessageStringOf(x)
  1178. }
  1179. func (*GetExtPeersRes) ProtoMessage() {}
  1180. func (x *GetExtPeersRes) ProtoReflect() protoreflect.Message {
  1181. mi := &file_grpc_node_proto_msgTypes[18]
  1182. if protoimpl.UnsafeEnabled && x != nil {
  1183. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1184. if ms.LoadMessageInfo() == nil {
  1185. ms.StoreMessageInfo(mi)
  1186. }
  1187. return ms
  1188. }
  1189. return mi.MessageOf(x)
  1190. }
  1191. // Deprecated: Use GetExtPeersRes.ProtoReflect.Descriptor instead.
  1192. func (*GetExtPeersRes) Descriptor() ([]byte, []int) {
  1193. return file_grpc_node_proto_rawDescGZIP(), []int{18}
  1194. }
  1195. func (x *GetExtPeersRes) GetExtpeers() *ExtPeersResponse {
  1196. if x != nil {
  1197. return x.Extpeers
  1198. }
  1199. return nil
  1200. }
  1201. type CheckInReq struct {
  1202. state protoimpl.MessageState
  1203. sizeCache protoimpl.SizeCache
  1204. unknownFields protoimpl.UnknownFields
  1205. Node *Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // bool postchanges = 2;
  1206. }
  1207. func (x *CheckInReq) Reset() {
  1208. *x = CheckInReq{}
  1209. if protoimpl.UnsafeEnabled {
  1210. mi := &file_grpc_node_proto_msgTypes[19]
  1211. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1212. ms.StoreMessageInfo(mi)
  1213. }
  1214. }
  1215. func (x *CheckInReq) String() string {
  1216. return protoimpl.X.MessageStringOf(x)
  1217. }
  1218. func (*CheckInReq) ProtoMessage() {}
  1219. func (x *CheckInReq) ProtoReflect() protoreflect.Message {
  1220. mi := &file_grpc_node_proto_msgTypes[19]
  1221. if protoimpl.UnsafeEnabled && x != nil {
  1222. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1223. if ms.LoadMessageInfo() == nil {
  1224. ms.StoreMessageInfo(mi)
  1225. }
  1226. return ms
  1227. }
  1228. return mi.MessageOf(x)
  1229. }
  1230. // Deprecated: Use CheckInReq.ProtoReflect.Descriptor instead.
  1231. func (*CheckInReq) Descriptor() ([]byte, []int) {
  1232. return file_grpc_node_proto_rawDescGZIP(), []int{19}
  1233. }
  1234. func (x *CheckInReq) GetNode() *Node {
  1235. if x != nil {
  1236. return x.Node
  1237. }
  1238. return nil
  1239. }
  1240. type CheckInRes struct {
  1241. state protoimpl.MessageState
  1242. sizeCache protoimpl.SizeCache
  1243. unknownFields protoimpl.UnknownFields
  1244. Checkinresponse *CheckInResponse `protobuf:"bytes,1,opt,name=checkinresponse,proto3" json:"checkinresponse,omitempty"`
  1245. }
  1246. func (x *CheckInRes) Reset() {
  1247. *x = CheckInRes{}
  1248. if protoimpl.UnsafeEnabled {
  1249. mi := &file_grpc_node_proto_msgTypes[20]
  1250. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1251. ms.StoreMessageInfo(mi)
  1252. }
  1253. }
  1254. func (x *CheckInRes) String() string {
  1255. return protoimpl.X.MessageStringOf(x)
  1256. }
  1257. func (*CheckInRes) ProtoMessage() {}
  1258. func (x *CheckInRes) ProtoReflect() protoreflect.Message {
  1259. mi := &file_grpc_node_proto_msgTypes[20]
  1260. if protoimpl.UnsafeEnabled && x != nil {
  1261. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1262. if ms.LoadMessageInfo() == nil {
  1263. ms.StoreMessageInfo(mi)
  1264. }
  1265. return ms
  1266. }
  1267. return mi.MessageOf(x)
  1268. }
  1269. // Deprecated: Use CheckInRes.ProtoReflect.Descriptor instead.
  1270. func (*CheckInRes) Descriptor() ([]byte, []int) {
  1271. return file_grpc_node_proto_rawDescGZIP(), []int{20}
  1272. }
  1273. func (x *CheckInRes) GetCheckinresponse() *CheckInResponse {
  1274. if x != nil {
  1275. return x.Checkinresponse
  1276. }
  1277. return nil
  1278. }
  1279. var File_grpc_node_proto protoreflect.FileDescriptor
  1280. var file_grpc_node_proto_rawDesc = []byte{
  1281. 0x0a, 0x0f, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  1282. 0x6f, 0x12, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x22, 0x64, 0x0a, 0x0c, 0x4c, 0x6f, 0x67, 0x69, 0x6e,
  1283. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x61, 0x63, 0x61, 0x64,
  1284. 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x61, 0x63,
  1285. 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77,
  1286. 0x6f, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77,
  1287. 0x6f, 0x72, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x18, 0x03,
  1288. 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x22, 0x31, 0x0a,
  1289. 0x0d, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x20,
  1290. 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20,
  1291. 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x74, 0x6f, 0x6b, 0x65, 0x6e,
  1292. 0x22, 0xb0, 0x07, 0x0a, 0x04, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18,
  1293. 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
  1294. 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a,
  1295. 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
  1296. 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x64, 0x64, 0x72, 0x65,
  1297. 0x73, 0x73, 0x36, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x64, 0x64, 0x72, 0x65,
  1298. 0x73, 0x73, 0x36, 0x12, 0x1e, 0x0a, 0x0a, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x70, 0x6f, 0x72,
  1299. 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x70,
  1300. 0x6f, 0x72, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x6b, 0x65, 0x79,
  1301. 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x6b, 0x65,
  1302. 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x18, 0x06, 0x20,
  1303. 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x1e, 0x0a,
  1304. 0x0a, 0x6d, 0x61, 0x63, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28,
  1305. 0x09, 0x52, 0x0a, 0x6d, 0x61, 0x63, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1a, 0x0a,
  1306. 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52,
  1307. 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x6e, 0x6f, 0x64,
  1308. 0x65, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
  1309. 0x6e, 0x6f, 0x64, 0x65, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x12, 0x1c, 0x0a, 0x09, 0x69,
  1310. 0x73, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09,
  1311. 0x69, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x6f, 0x73,
  1312. 0x74, 0x75, 0x70, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x6f, 0x73, 0x74, 0x75,
  1313. 0x70, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6f, 0x73, 0x74, 0x64, 0x6f, 0x77, 0x6e, 0x18, 0x0c, 0x20,
  1314. 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6f, 0x73, 0x74, 0x64, 0x6f, 0x77, 0x6e, 0x12, 0x1c, 0x0a,
  1315. 0x09, 0x6b, 0x65, 0x65, 0x70, 0x61, 0x6c, 0x69, 0x76, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x05,
  1316. 0x52, 0x09, 0x6b, 0x65, 0x65, 0x70, 0x61, 0x6c, 0x69, 0x76, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x73,
  1317. 0x61, 0x76, 0x65, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52,
  1318. 0x0a, 0x73, 0x61, 0x76, 0x65, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x61,
  1319. 0x63, 0x63, 0x65, 0x73, 0x73, 0x6b, 0x65, 0x79, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
  1320. 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x6b, 0x65, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x6e, 0x74,
  1321. 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e,
  1322. 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x63,
  1323. 0x68, 0x65, 0x63, 0x6b, 0x69, 0x6e, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6c, 0x61,
  1324. 0x73, 0x74, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x69, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x6c, 0x61, 0x73,
  1325. 0x74, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52,
  1326. 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 0x12, 0x28, 0x0a,
  1327. 0x0f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x69, 0x6e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c,
  1328. 0x18, 0x13, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x69, 0x6e, 0x69,
  1329. 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x12, 0x22, 0x0a, 0x0c, 0x6c, 0x6f, 0x63, 0x61, 0x6c,
  1330. 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6c,
  1331. 0x6f, 0x63, 0x61, 0x6c, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x70,
  1332. 0x6f, 0x73, 0x74, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09,
  1333. 0x52, 0x0b, 0x70, 0x6f, 0x73, 0x74, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x12, 0x1e, 0x0a,
  1334. 0x0a, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x69, 0x70, 0x73, 0x18, 0x16, 0x20, 0x01, 0x28,
  1335. 0x09, 0x52, 0x0a, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x69, 0x70, 0x73, 0x12, 0x18, 0x0a,
  1336. 0x07, 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x18, 0x17, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07,
  1337. 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x12, 0x2a, 0x0a, 0x10, 0x69, 0x73, 0x69, 0x6e, 0x67,
  1338. 0x72, 0x65, 0x73, 0x73, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x18, 0x1c, 0x20, 0x01, 0x28,
  1339. 0x08, 0x52, 0x10, 0x69, 0x73, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x67, 0x61, 0x74, 0x65,
  1340. 0x77, 0x61, 0x79, 0x12, 0x30, 0x0a, 0x13, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x67, 0x61,
  1341. 0x74, 0x65, 0x77, 0x61, 0x79, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x09,
  1342. 0x52, 0x13, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79,
  1343. 0x72, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x73, 0x64, 0x75, 0x61, 0x6c, 0x73,
  1344. 0x74, 0x61, 0x63, 0x6b, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x69, 0x73, 0x64, 0x75,
  1345. 0x61, 0x6c, 0x73, 0x74, 0x61, 0x63, 0x6b, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6e, 0x73, 0x6f, 0x66,
  1346. 0x66, 0x18, 0x18, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x64, 0x6e, 0x73, 0x6f, 0x66, 0x66, 0x12,
  1347. 0x1e, 0x0a, 0x0a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x18, 0x19, 0x20,
  1348. 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x12,
  1349. 0x22, 0x0a, 0x0c, 0x75, 0x64, 0x70, 0x68, 0x6f, 0x6c, 0x65, 0x70, 0x75, 0x6e, 0x63, 0x68, 0x18,
  1350. 0x1e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x75, 0x64, 0x70, 0x68, 0x6f, 0x6c, 0x65, 0x70, 0x75,
  1351. 0x6e, 0x63, 0x68, 0x22, 0x85, 0x02, 0x0a, 0x0f, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x6e, 0x52,
  1352. 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65,
  1353. 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73,
  1354. 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x6e, 0x65, 0x65, 0x64, 0x70, 0x65, 0x65, 0x72, 0x75, 0x70, 0x64,
  1355. 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x6e, 0x65, 0x65, 0x64, 0x70,
  1356. 0x65, 0x65, 0x72, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6e, 0x65, 0x65,
  1357. 0x64, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20,
  1358. 0x01, 0x28, 0x08, 0x52, 0x10, 0x6e, 0x65, 0x65, 0x64, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75,
  1359. 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x65, 0x73,
  1360. 0x73, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6e, 0x6f, 0x64, 0x65,
  1361. 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x70, 0x65, 0x6e,
  1362. 0x64, 0x69, 0x6e, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x73, 0x70, 0x65,
  1363. 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x6e, 0x65, 0x65, 0x64, 0x6b, 0x65, 0x79,
  1364. 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x6e, 0x65,
  1365. 0x65, 0x64, 0x6b, 0x65, 0x79, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x6e,
  1366. 0x65, 0x65, 0x64, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52,
  1367. 0x0a, 0x6e, 0x65, 0x65, 0x64, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x22, 0xef, 0x02, 0x0a, 0x0d,
  1368. 0x50, 0x65, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x28, 0x0a,
  1369. 0x0f, 0x69, 0x73, 0x65, 0x67, 0x72, 0x65, 0x73, 0x73, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79,
  1370. 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0f, 0x69, 0x73, 0x65, 0x67, 0x72, 0x65, 0x73, 0x73,
  1371. 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x12, 0x30, 0x0a, 0x13, 0x65, 0x67, 0x72, 0x65, 0x73,
  1372. 0x73, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x18, 0x02,
  1373. 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x65, 0x67, 0x72, 0x65, 0x73, 0x73, 0x67, 0x61, 0x74, 0x65,
  1374. 0x77, 0x61, 0x79, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x12, 0x30, 0x0a, 0x13, 0x69, 0x6e, 0x67,
  1375. 0x72, 0x65, 0x73, 0x73, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x72, 0x61, 0x6e, 0x67, 0x65,
  1376. 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x67,
  1377. 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70,
  1378. 0x75, 0x62, 0x6c, 0x69, 0x63, 0x6b, 0x65, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
  1379. 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x6b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x65, 0x6e, 0x64,
  1380. 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x6e, 0x64,
  1381. 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
  1382. 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12,
  1383. 0x1a, 0x0a, 0x08, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x36, 0x18, 0x08, 0x20, 0x01, 0x28,
  1384. 0x09, 0x52, 0x08, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x36, 0x12, 0x1e, 0x0a, 0x0a, 0x6c,
  1385. 0x69, 0x73, 0x74, 0x65, 0x6e, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52,
  1386. 0x0a, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x6c,
  1387. 0x6f, 0x63, 0x61, 0x6c, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28,
  1388. 0x09, 0x52, 0x0c, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12,
  1389. 0x1c, 0x0a, 0x09, 0x6b, 0x65, 0x65, 0x70, 0x61, 0x6c, 0x69, 0x76, 0x65, 0x18, 0x0d, 0x20, 0x01,
  1390. 0x28, 0x05, 0x52, 0x09, 0x6b, 0x65, 0x65, 0x70, 0x61, 0x6c, 0x69, 0x76, 0x65, 0x22, 0xe4, 0x01,
  1391. 0x0a, 0x10, 0x45, 0x78, 0x74, 0x50, 0x65, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
  1392. 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x6b, 0x65, 0x79, 0x18,
  1393. 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x6b, 0x65, 0x79,
  1394. 0x12, 0x1a, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01,
  1395. 0x28, 0x09, 0x52, 0x08, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07,
  1396. 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61,
  1397. 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73,
  1398. 0x73, 0x36, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73,
  1399. 0x73, 0x36, 0x12, 0x1e, 0x0a, 0x0a, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x70, 0x6f, 0x72, 0x74,
  1400. 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x70, 0x6f,
  1401. 0x72, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x61, 0x64, 0x64, 0x72, 0x65,
  1402. 0x73, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x61,
  1403. 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x6b, 0x65, 0x65, 0x70, 0x61, 0x6c,
  1404. 0x69, 0x76, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x6b, 0x65, 0x65, 0x70, 0x61,
  1405. 0x6c, 0x69, 0x76, 0x65, 0x22, 0x84, 0x02, 0x0a, 0x06, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x12,
  1406. 0x1e, 0x0a, 0x0a, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20,
  1407. 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x6b, 0x65, 0x79, 0x12,
  1408. 0x1c, 0x0a, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01,
  1409. 0x28, 0x09, 0x52, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x6b, 0x65, 0x79, 0x12, 0x1c, 0x0a,
  1410. 0x09, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
  1411. 0x52, 0x09, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x6b, 0x65, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x61,
  1412. 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64,
  1413. 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
  1414. 0x36, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
  1415. 0x36, 0x12, 0x2a, 0x0a, 0x10, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x77, 0x67, 0x65, 0x6e, 0x64,
  1416. 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x73, 0x65, 0x72,
  1417. 0x76, 0x65, 0x72, 0x77, 0x67, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x1e, 0x0a,
  1418. 0x0a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28,
  1419. 0x09, 0x52, 0x0a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x1c, 0x0a,
  1420. 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x6b, 0x65, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09,
  1421. 0x52, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x6b, 0x65, 0x79, 0x22, 0x2f, 0x0a, 0x0d, 0x43,
  1422. 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x04,
  1423. 0x6e, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x6e, 0x6f, 0x64,
  1424. 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x22, 0x2f, 0x0a, 0x0d,
  1425. 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x12, 0x1e, 0x0a,
  1426. 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x6e, 0x6f,
  1427. 0x64, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x22, 0x2f, 0x0a,
  1428. 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x12, 0x1e,
  1429. 0x0a, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x6e,
  1430. 0x6f, 0x64, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x22, 0x2f,
  1431. 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x12,
  1432. 0x1e, 0x0a, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e,
  1433. 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x22,
  1434. 0x47, 0x0a, 0x0b, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x12, 0x1e,
  1435. 0x0a, 0x0a, 0x6d, 0x61, 0x63, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01,
  1436. 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x61, 0x63, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x18,
  1437. 0x0a, 0x07, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  1438. 0x07, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x22, 0x2d, 0x0a, 0x0b, 0x52, 0x65, 0x61, 0x64,
  1439. 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x12, 0x1e, 0x0a, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x18,
  1440. 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x4e, 0x6f, 0x64,
  1441. 0x65, 0x52, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x22, 0x51, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74,
  1442. 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x61, 0x63, 0x61,
  1443. 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x61,
  1444. 0x63, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x6e, 0x65, 0x74, 0x77,
  1445. 0x6f, 0x72, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6e,
  1446. 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x29, 0x0a, 0x0d, 0x44, 0x65,
  1447. 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x73,
  1448. 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75,
  1449. 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x47, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x50, 0x65, 0x65, 0x72,
  1450. 0x73, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x61, 0x63, 0x61, 0x64, 0x64, 0x72, 0x65,
  1451. 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x61, 0x63, 0x61, 0x64, 0x64,
  1452. 0x72, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x18,
  1453. 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x22, 0x4a,
  1454. 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x45, 0x78, 0x74, 0x50, 0x65, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71,
  1455. 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x61, 0x63, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01,
  1456. 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x61, 0x63, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
  1457. 0x12, 0x18, 0x0a, 0x07, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28,
  1458. 0x09, 0x52, 0x07, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x22, 0x38, 0x0a, 0x0b, 0x47, 0x65,
  1459. 0x74, 0x50, 0x65, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x12, 0x29, 0x0a, 0x05, 0x70, 0x65, 0x65,
  1460. 0x72, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x2e,
  1461. 0x50, 0x65, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x05, 0x70,
  1462. 0x65, 0x65, 0x72, 0x73, 0x22, 0x44, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x45, 0x78, 0x74, 0x50, 0x65,
  1463. 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x12, 0x32, 0x0a, 0x08, 0x65, 0x78, 0x74, 0x70, 0x65, 0x65,
  1464. 0x72, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x2e,
  1465. 0x45, 0x78, 0x74, 0x50, 0x65, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
  1466. 0x52, 0x08, 0x65, 0x78, 0x74, 0x70, 0x65, 0x65, 0x72, 0x73, 0x22, 0x2c, 0x0a, 0x0a, 0x43, 0x68,
  1467. 0x65, 0x63, 0x6b, 0x49, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x04, 0x6e, 0x6f, 0x64, 0x65,
  1468. 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x4e, 0x6f,
  1469. 0x64, 0x65, 0x52, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x22, 0x4d, 0x0a, 0x0a, 0x43, 0x68, 0x65, 0x63,
  1470. 0x6b, 0x49, 0x6e, 0x52, 0x65, 0x73, 0x12, 0x3f, 0x0a, 0x0f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x69,
  1471. 0x6e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
  1472. 0x15, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x6e, 0x52, 0x65,
  1473. 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x0f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x69, 0x6e, 0x72,
  1474. 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xb9, 0x03, 0x0a, 0x0b, 0x4e, 0x6f, 0x64, 0x65,
  1475. 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x30, 0x0a, 0x05, 0x4c, 0x6f, 0x67, 0x69, 0x6e,
  1476. 0x12, 0x12, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71,
  1477. 0x75, 0x65, 0x73, 0x74, 0x1a, 0x13, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x4c, 0x6f, 0x67, 0x69,
  1478. 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x36, 0x0a, 0x0a, 0x43, 0x72, 0x65,
  1479. 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x13, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x43,
  1480. 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x13, 0x2e, 0x6e,
  1481. 0x6f, 0x64, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65,
  1482. 0x73, 0x12, 0x30, 0x0a, 0x08, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x11, 0x2e,
  1483. 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71,
  1484. 0x1a, 0x11, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x64, 0x65,
  1485. 0x52, 0x65, 0x73, 0x12, 0x36, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64,
  1486. 0x65, 0x12, 0x13, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e,
  1487. 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x13, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x55, 0x70,
  1488. 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x12, 0x36, 0x0a, 0x0a, 0x44,
  1489. 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x13, 0x2e, 0x6e, 0x6f, 0x64, 0x65,
  1490. 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x13,
  1491. 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65,
  1492. 0x52, 0x65, 0x73, 0x12, 0x32, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x50, 0x65, 0x65, 0x72, 0x73, 0x12,
  1493. 0x11, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x65, 0x65, 0x72, 0x73, 0x52,
  1494. 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x65, 0x65,
  1495. 0x72, 0x73, 0x52, 0x65, 0x73, 0x30, 0x01, 0x12, 0x3b, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x45, 0x78,
  1496. 0x74, 0x50, 0x65, 0x65, 0x72, 0x73, 0x12, 0x14, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x47, 0x65,
  1497. 0x74, 0x45, 0x78, 0x74, 0x50, 0x65, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x6e,
  1498. 0x6f, 0x64, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x78, 0x74, 0x50, 0x65, 0x65, 0x72, 0x73, 0x52,
  1499. 0x65, 0x73, 0x30, 0x01, 0x12, 0x2d, 0x0a, 0x07, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x6e, 0x12,
  1500. 0x10, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x6e, 0x52, 0x65,
  1501. 0x71, 0x1a, 0x10, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x6e,
  1502. 0x52, 0x65, 0x73, 0x42, 0x2f, 0x5a, 0x2d, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f,
  1503. 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  1504. 0x66, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x2f, 0x6e, 0x6f,
  1505. 0x64, 0x65, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  1506. }
  1507. var (
  1508. file_grpc_node_proto_rawDescOnce sync.Once
  1509. file_grpc_node_proto_rawDescData = file_grpc_node_proto_rawDesc
  1510. )
  1511. func file_grpc_node_proto_rawDescGZIP() []byte {
  1512. file_grpc_node_proto_rawDescOnce.Do(func() {
  1513. file_grpc_node_proto_rawDescData = protoimpl.X.CompressGZIP(file_grpc_node_proto_rawDescData)
  1514. })
  1515. return file_grpc_node_proto_rawDescData
  1516. }
  1517. var file_grpc_node_proto_msgTypes = make([]protoimpl.MessageInfo, 21)
  1518. var file_grpc_node_proto_goTypes = []interface{}{
  1519. (*LoginRequest)(nil), // 0: node.LoginRequest
  1520. (*LoginResponse)(nil), // 1: node.LoginResponse
  1521. (*Node)(nil), // 2: node.Node
  1522. (*CheckInResponse)(nil), // 3: node.CheckInResponse
  1523. (*PeersResponse)(nil), // 4: node.PeersResponse
  1524. (*ExtPeersResponse)(nil), // 5: node.ExtPeersResponse
  1525. (*Client)(nil), // 6: node.Client
  1526. (*CreateNodeReq)(nil), // 7: node.CreateNodeReq
  1527. (*CreateNodeRes)(nil), // 8: node.CreateNodeRes
  1528. (*UpdateNodeReq)(nil), // 9: node.UpdateNodeReq
  1529. (*UpdateNodeRes)(nil), // 10: node.UpdateNodeRes
  1530. (*ReadNodeReq)(nil), // 11: node.ReadNodeReq
  1531. (*ReadNodeRes)(nil), // 12: node.ReadNodeRes
  1532. (*DeleteNodeReq)(nil), // 13: node.DeleteNodeReq
  1533. (*DeleteNodeRes)(nil), // 14: node.DeleteNodeRes
  1534. (*GetPeersReq)(nil), // 15: node.GetPeersReq
  1535. (*GetExtPeersReq)(nil), // 16: node.GetExtPeersReq
  1536. (*GetPeersRes)(nil), // 17: node.GetPeersRes
  1537. (*GetExtPeersRes)(nil), // 18: node.GetExtPeersRes
  1538. (*CheckInReq)(nil), // 19: node.CheckInReq
  1539. (*CheckInRes)(nil), // 20: node.CheckInRes
  1540. }
  1541. var file_grpc_node_proto_depIdxs = []int32{
  1542. 2, // 0: node.CreateNodeReq.node:type_name -> node.Node
  1543. 2, // 1: node.CreateNodeRes.node:type_name -> node.Node
  1544. 2, // 2: node.UpdateNodeReq.node:type_name -> node.Node
  1545. 2, // 3: node.UpdateNodeRes.node:type_name -> node.Node
  1546. 2, // 4: node.ReadNodeRes.node:type_name -> node.Node
  1547. 4, // 5: node.GetPeersRes.peers:type_name -> node.PeersResponse
  1548. 5, // 6: node.GetExtPeersRes.extpeers:type_name -> node.ExtPeersResponse
  1549. 2, // 7: node.CheckInReq.node:type_name -> node.Node
  1550. 3, // 8: node.CheckInRes.checkinresponse:type_name -> node.CheckInResponse
  1551. 0, // 9: node.NodeService.Login:input_type -> node.LoginRequest
  1552. 7, // 10: node.NodeService.CreateNode:input_type -> node.CreateNodeReq
  1553. 11, // 11: node.NodeService.ReadNode:input_type -> node.ReadNodeReq
  1554. 9, // 12: node.NodeService.UpdateNode:input_type -> node.UpdateNodeReq
  1555. 13, // 13: node.NodeService.DeleteNode:input_type -> node.DeleteNodeReq
  1556. 15, // 14: node.NodeService.GetPeers:input_type -> node.GetPeersReq
  1557. 16, // 15: node.NodeService.GetExtPeers:input_type -> node.GetExtPeersReq
  1558. 19, // 16: node.NodeService.CheckIn:input_type -> node.CheckInReq
  1559. 1, // 17: node.NodeService.Login:output_type -> node.LoginResponse
  1560. 8, // 18: node.NodeService.CreateNode:output_type -> node.CreateNodeRes
  1561. 12, // 19: node.NodeService.ReadNode:output_type -> node.ReadNodeRes
  1562. 10, // 20: node.NodeService.UpdateNode:output_type -> node.UpdateNodeRes
  1563. 14, // 21: node.NodeService.DeleteNode:output_type -> node.DeleteNodeRes
  1564. 17, // 22: node.NodeService.GetPeers:output_type -> node.GetPeersRes
  1565. 18, // 23: node.NodeService.GetExtPeers:output_type -> node.GetExtPeersRes
  1566. 20, // 24: node.NodeService.CheckIn:output_type -> node.CheckInRes
  1567. 17, // [17:25] is the sub-list for method output_type
  1568. 9, // [9:17] is the sub-list for method input_type
  1569. 9, // [9:9] is the sub-list for extension type_name
  1570. 9, // [9:9] is the sub-list for extension extendee
  1571. 0, // [0:9] is the sub-list for field type_name
  1572. }
  1573. func init() { file_grpc_node_proto_init() }
  1574. func file_grpc_node_proto_init() {
  1575. if File_grpc_node_proto != nil {
  1576. return
  1577. }
  1578. if !protoimpl.UnsafeEnabled {
  1579. file_grpc_node_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  1580. switch v := v.(*LoginRequest); i {
  1581. case 0:
  1582. return &v.state
  1583. case 1:
  1584. return &v.sizeCache
  1585. case 2:
  1586. return &v.unknownFields
  1587. default:
  1588. return nil
  1589. }
  1590. }
  1591. file_grpc_node_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1592. switch v := v.(*LoginResponse); i {
  1593. case 0:
  1594. return &v.state
  1595. case 1:
  1596. return &v.sizeCache
  1597. case 2:
  1598. return &v.unknownFields
  1599. default:
  1600. return nil
  1601. }
  1602. }
  1603. file_grpc_node_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1604. switch v := v.(*Node); i {
  1605. case 0:
  1606. return &v.state
  1607. case 1:
  1608. return &v.sizeCache
  1609. case 2:
  1610. return &v.unknownFields
  1611. default:
  1612. return nil
  1613. }
  1614. }
  1615. file_grpc_node_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1616. switch v := v.(*CheckInResponse); i {
  1617. case 0:
  1618. return &v.state
  1619. case 1:
  1620. return &v.sizeCache
  1621. case 2:
  1622. return &v.unknownFields
  1623. default:
  1624. return nil
  1625. }
  1626. }
  1627. file_grpc_node_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1628. switch v := v.(*PeersResponse); i {
  1629. case 0:
  1630. return &v.state
  1631. case 1:
  1632. return &v.sizeCache
  1633. case 2:
  1634. return &v.unknownFields
  1635. default:
  1636. return nil
  1637. }
  1638. }
  1639. file_grpc_node_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1640. switch v := v.(*ExtPeersResponse); i {
  1641. case 0:
  1642. return &v.state
  1643. case 1:
  1644. return &v.sizeCache
  1645. case 2:
  1646. return &v.unknownFields
  1647. default:
  1648. return nil
  1649. }
  1650. }
  1651. file_grpc_node_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1652. switch v := v.(*Client); i {
  1653. case 0:
  1654. return &v.state
  1655. case 1:
  1656. return &v.sizeCache
  1657. case 2:
  1658. return &v.unknownFields
  1659. default:
  1660. return nil
  1661. }
  1662. }
  1663. file_grpc_node_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1664. switch v := v.(*CreateNodeReq); i {
  1665. case 0:
  1666. return &v.state
  1667. case 1:
  1668. return &v.sizeCache
  1669. case 2:
  1670. return &v.unknownFields
  1671. default:
  1672. return nil
  1673. }
  1674. }
  1675. file_grpc_node_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1676. switch v := v.(*CreateNodeRes); i {
  1677. case 0:
  1678. return &v.state
  1679. case 1:
  1680. return &v.sizeCache
  1681. case 2:
  1682. return &v.unknownFields
  1683. default:
  1684. return nil
  1685. }
  1686. }
  1687. file_grpc_node_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1688. switch v := v.(*UpdateNodeReq); i {
  1689. case 0:
  1690. return &v.state
  1691. case 1:
  1692. return &v.sizeCache
  1693. case 2:
  1694. return &v.unknownFields
  1695. default:
  1696. return nil
  1697. }
  1698. }
  1699. file_grpc_node_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1700. switch v := v.(*UpdateNodeRes); i {
  1701. case 0:
  1702. return &v.state
  1703. case 1:
  1704. return &v.sizeCache
  1705. case 2:
  1706. return &v.unknownFields
  1707. default:
  1708. return nil
  1709. }
  1710. }
  1711. file_grpc_node_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  1712. switch v := v.(*ReadNodeReq); i {
  1713. case 0:
  1714. return &v.state
  1715. case 1:
  1716. return &v.sizeCache
  1717. case 2:
  1718. return &v.unknownFields
  1719. default:
  1720. return nil
  1721. }
  1722. }
  1723. file_grpc_node_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  1724. switch v := v.(*ReadNodeRes); i {
  1725. case 0:
  1726. return &v.state
  1727. case 1:
  1728. return &v.sizeCache
  1729. case 2:
  1730. return &v.unknownFields
  1731. default:
  1732. return nil
  1733. }
  1734. }
  1735. file_grpc_node_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
  1736. switch v := v.(*DeleteNodeReq); i {
  1737. case 0:
  1738. return &v.state
  1739. case 1:
  1740. return &v.sizeCache
  1741. case 2:
  1742. return &v.unknownFields
  1743. default:
  1744. return nil
  1745. }
  1746. }
  1747. file_grpc_node_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
  1748. switch v := v.(*DeleteNodeRes); i {
  1749. case 0:
  1750. return &v.state
  1751. case 1:
  1752. return &v.sizeCache
  1753. case 2:
  1754. return &v.unknownFields
  1755. default:
  1756. return nil
  1757. }
  1758. }
  1759. file_grpc_node_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
  1760. switch v := v.(*GetPeersReq); i {
  1761. case 0:
  1762. return &v.state
  1763. case 1:
  1764. return &v.sizeCache
  1765. case 2:
  1766. return &v.unknownFields
  1767. default:
  1768. return nil
  1769. }
  1770. }
  1771. file_grpc_node_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
  1772. switch v := v.(*GetExtPeersReq); i {
  1773. case 0:
  1774. return &v.state
  1775. case 1:
  1776. return &v.sizeCache
  1777. case 2:
  1778. return &v.unknownFields
  1779. default:
  1780. return nil
  1781. }
  1782. }
  1783. file_grpc_node_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
  1784. switch v := v.(*GetPeersRes); i {
  1785. case 0:
  1786. return &v.state
  1787. case 1:
  1788. return &v.sizeCache
  1789. case 2:
  1790. return &v.unknownFields
  1791. default:
  1792. return nil
  1793. }
  1794. }
  1795. file_grpc_node_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
  1796. switch v := v.(*GetExtPeersRes); i {
  1797. case 0:
  1798. return &v.state
  1799. case 1:
  1800. return &v.sizeCache
  1801. case 2:
  1802. return &v.unknownFields
  1803. default:
  1804. return nil
  1805. }
  1806. }
  1807. file_grpc_node_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
  1808. switch v := v.(*CheckInReq); i {
  1809. case 0:
  1810. return &v.state
  1811. case 1:
  1812. return &v.sizeCache
  1813. case 2:
  1814. return &v.unknownFields
  1815. default:
  1816. return nil
  1817. }
  1818. }
  1819. file_grpc_node_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
  1820. switch v := v.(*CheckInRes); i {
  1821. case 0:
  1822. return &v.state
  1823. case 1:
  1824. return &v.sizeCache
  1825. case 2:
  1826. return &v.unknownFields
  1827. default:
  1828. return nil
  1829. }
  1830. }
  1831. }
  1832. type x struct{}
  1833. out := protoimpl.TypeBuilder{
  1834. File: protoimpl.DescBuilder{
  1835. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1836. RawDescriptor: file_grpc_node_proto_rawDesc,
  1837. NumEnums: 0,
  1838. NumMessages: 21,
  1839. NumExtensions: 0,
  1840. NumServices: 1,
  1841. },
  1842. GoTypes: file_grpc_node_proto_goTypes,
  1843. DependencyIndexes: file_grpc_node_proto_depIdxs,
  1844. MessageInfos: file_grpc_node_proto_msgTypes,
  1845. }.Build()
  1846. File_grpc_node_proto = out.File
  1847. file_grpc_node_proto_rawDesc = nil
  1848. file_grpc_node_proto_goTypes = nil
  1849. file_grpc_node_proto_depIdxs = nil
  1850. }