account.pb.go 71 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.26.0-devel
  4. // protoc v3.15.8
  5. // source: account.proto
  6. package account
  7. import (
  8. common "git.ikuban.com/server/pw-protobuf/api/common"
  9. _ "google.golang.org/genproto/googleapis/api/annotations"
  10. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  11. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  12. emptypb "google.golang.org/protobuf/types/known/emptypb"
  13. reflect "reflect"
  14. sync "sync"
  15. )
  16. const (
  17. // Verify that this generated code is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  19. // Verify that runtime/protoimpl is sufficiently up-to-date.
  20. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  21. )
  22. type FindIdentifyByAccountIDAndIsSubscribeRequest struct {
  23. state protoimpl.MessageState
  24. sizeCache protoimpl.SizeCache
  25. unknownFields protoimpl.UnknownFields
  26. AccountIds []int64 `protobuf:"varint,1,rep,packed,name=accountIds,proto3" json:"accountIds"`
  27. }
  28. func (x *FindIdentifyByAccountIDAndIsSubscribeRequest) Reset() {
  29. *x = FindIdentifyByAccountIDAndIsSubscribeRequest{}
  30. if protoimpl.UnsafeEnabled {
  31. mi := &file_account_proto_msgTypes[0]
  32. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  33. ms.StoreMessageInfo(mi)
  34. }
  35. }
  36. func (x *FindIdentifyByAccountIDAndIsSubscribeRequest) String() string {
  37. return protoimpl.X.MessageStringOf(x)
  38. }
  39. func (*FindIdentifyByAccountIDAndIsSubscribeRequest) ProtoMessage() {}
  40. func (x *FindIdentifyByAccountIDAndIsSubscribeRequest) ProtoReflect() protoreflect.Message {
  41. mi := &file_account_proto_msgTypes[0]
  42. if protoimpl.UnsafeEnabled && x != nil {
  43. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  44. if ms.LoadMessageInfo() == nil {
  45. ms.StoreMessageInfo(mi)
  46. }
  47. return ms
  48. }
  49. return mi.MessageOf(x)
  50. }
  51. // Deprecated: Use FindIdentifyByAccountIDAndIsSubscribeRequest.ProtoReflect.Descriptor instead.
  52. func (*FindIdentifyByAccountIDAndIsSubscribeRequest) Descriptor() ([]byte, []int) {
  53. return file_account_proto_rawDescGZIP(), []int{0}
  54. }
  55. func (x *FindIdentifyByAccountIDAndIsSubscribeRequest) GetAccountIds() []int64 {
  56. if x != nil {
  57. return x.AccountIds
  58. }
  59. return nil
  60. }
  61. type FindIdentifyByAccountIDAndIsSubscribeReply struct {
  62. state protoimpl.MessageState
  63. sizeCache protoimpl.SizeCache
  64. unknownFields protoimpl.UnknownFields
  65. List []*FindIdentifyByAccountIDInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  66. }
  67. func (x *FindIdentifyByAccountIDAndIsSubscribeReply) Reset() {
  68. *x = FindIdentifyByAccountIDAndIsSubscribeReply{}
  69. if protoimpl.UnsafeEnabled {
  70. mi := &file_account_proto_msgTypes[1]
  71. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  72. ms.StoreMessageInfo(mi)
  73. }
  74. }
  75. func (x *FindIdentifyByAccountIDAndIsSubscribeReply) String() string {
  76. return protoimpl.X.MessageStringOf(x)
  77. }
  78. func (*FindIdentifyByAccountIDAndIsSubscribeReply) ProtoMessage() {}
  79. func (x *FindIdentifyByAccountIDAndIsSubscribeReply) ProtoReflect() protoreflect.Message {
  80. mi := &file_account_proto_msgTypes[1]
  81. if protoimpl.UnsafeEnabled && x != nil {
  82. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  83. if ms.LoadMessageInfo() == nil {
  84. ms.StoreMessageInfo(mi)
  85. }
  86. return ms
  87. }
  88. return mi.MessageOf(x)
  89. }
  90. // Deprecated: Use FindIdentifyByAccountIDAndIsSubscribeReply.ProtoReflect.Descriptor instead.
  91. func (*FindIdentifyByAccountIDAndIsSubscribeReply) Descriptor() ([]byte, []int) {
  92. return file_account_proto_rawDescGZIP(), []int{1}
  93. }
  94. func (x *FindIdentifyByAccountIDAndIsSubscribeReply) GetList() []*FindIdentifyByAccountIDInfo {
  95. if x != nil {
  96. return x.List
  97. }
  98. return nil
  99. }
  100. type FindIdentifyByAccountIDInfo struct {
  101. state protoimpl.MessageState
  102. sizeCache protoimpl.SizeCache
  103. unknownFields protoimpl.UnknownFields
  104. OpenId string `protobuf:"bytes,1,opt,name=openId,proto3" json:"openId"`
  105. Appid string `protobuf:"bytes,2,opt,name=appid,proto3" json:"appid"`
  106. AccountId int64 `protobuf:"varint,3,opt,name=accountId,proto3" json:"accountId"`
  107. }
  108. func (x *FindIdentifyByAccountIDInfo) Reset() {
  109. *x = FindIdentifyByAccountIDInfo{}
  110. if protoimpl.UnsafeEnabled {
  111. mi := &file_account_proto_msgTypes[2]
  112. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  113. ms.StoreMessageInfo(mi)
  114. }
  115. }
  116. func (x *FindIdentifyByAccountIDInfo) String() string {
  117. return protoimpl.X.MessageStringOf(x)
  118. }
  119. func (*FindIdentifyByAccountIDInfo) ProtoMessage() {}
  120. func (x *FindIdentifyByAccountIDInfo) ProtoReflect() protoreflect.Message {
  121. mi := &file_account_proto_msgTypes[2]
  122. if protoimpl.UnsafeEnabled && x != nil {
  123. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  124. if ms.LoadMessageInfo() == nil {
  125. ms.StoreMessageInfo(mi)
  126. }
  127. return ms
  128. }
  129. return mi.MessageOf(x)
  130. }
  131. // Deprecated: Use FindIdentifyByAccountIDInfo.ProtoReflect.Descriptor instead.
  132. func (*FindIdentifyByAccountIDInfo) Descriptor() ([]byte, []int) {
  133. return file_account_proto_rawDescGZIP(), []int{2}
  134. }
  135. func (x *FindIdentifyByAccountIDInfo) GetOpenId() string {
  136. if x != nil {
  137. return x.OpenId
  138. }
  139. return ""
  140. }
  141. func (x *FindIdentifyByAccountIDInfo) GetAppid() string {
  142. if x != nil {
  143. return x.Appid
  144. }
  145. return ""
  146. }
  147. func (x *FindIdentifyByAccountIDInfo) GetAccountId() int64 {
  148. if x != nil {
  149. return x.AccountId
  150. }
  151. return 0
  152. }
  153. type GetGetGzhConfigReply struct {
  154. state protoimpl.MessageState
  155. sizeCache protoimpl.SizeCache
  156. unknownFields protoimpl.UnknownFields
  157. AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId"` // 公众号Id
  158. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` // 公众号名称
  159. ImageUrl string `protobuf:"bytes,3,opt,name=imageUrl,proto3" json:"imageUrl"` // 公众号图片
  160. PrivacyPolicyUrl string `protobuf:"bytes,4,opt,name=privacyPolicyUrl,proto3" json:"privacyPolicyUrl"` // 公众号隐私政策链接
  161. UserAgreementUrl string `protobuf:"bytes,5,opt,name=userAgreementUrl,proto3" json:"userAgreementUrl"` // 公众号用户协议链接
  162. NoteSubscribeTemplateIds []string `protobuf:"bytes,6,rep,name=noteSubscribeTemplateIds,proto3" json:"noteSubscribeTemplateIds"`
  163. ChatSubscribeTemplateIds []string `protobuf:"bytes,7,rep,name=chatSubscribeTemplateIds,proto3" json:"chatSubscribeTemplateIds"`
  164. RegisterSubscribeTemplateIds []string `protobuf:"bytes,8,rep,name=registerSubscribeTemplateIds,proto3" json:"registerSubscribeTemplateIds"`
  165. ContactUrl string `protobuf:"bytes,9,opt,name=contactUrl,proto3" json:"contactUrl"`
  166. }
  167. func (x *GetGetGzhConfigReply) Reset() {
  168. *x = GetGetGzhConfigReply{}
  169. if protoimpl.UnsafeEnabled {
  170. mi := &file_account_proto_msgTypes[3]
  171. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  172. ms.StoreMessageInfo(mi)
  173. }
  174. }
  175. func (x *GetGetGzhConfigReply) String() string {
  176. return protoimpl.X.MessageStringOf(x)
  177. }
  178. func (*GetGetGzhConfigReply) ProtoMessage() {}
  179. func (x *GetGetGzhConfigReply) ProtoReflect() protoreflect.Message {
  180. mi := &file_account_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 GetGetGzhConfigReply.ProtoReflect.Descriptor instead.
  191. func (*GetGetGzhConfigReply) Descriptor() ([]byte, []int) {
  192. return file_account_proto_rawDescGZIP(), []int{3}
  193. }
  194. func (x *GetGetGzhConfigReply) GetAppId() string {
  195. if x != nil {
  196. return x.AppId
  197. }
  198. return ""
  199. }
  200. func (x *GetGetGzhConfigReply) GetName() string {
  201. if x != nil {
  202. return x.Name
  203. }
  204. return ""
  205. }
  206. func (x *GetGetGzhConfigReply) GetImageUrl() string {
  207. if x != nil {
  208. return x.ImageUrl
  209. }
  210. return ""
  211. }
  212. func (x *GetGetGzhConfigReply) GetPrivacyPolicyUrl() string {
  213. if x != nil {
  214. return x.PrivacyPolicyUrl
  215. }
  216. return ""
  217. }
  218. func (x *GetGetGzhConfigReply) GetUserAgreementUrl() string {
  219. if x != nil {
  220. return x.UserAgreementUrl
  221. }
  222. return ""
  223. }
  224. func (x *GetGetGzhConfigReply) GetNoteSubscribeTemplateIds() []string {
  225. if x != nil {
  226. return x.NoteSubscribeTemplateIds
  227. }
  228. return nil
  229. }
  230. func (x *GetGetGzhConfigReply) GetChatSubscribeTemplateIds() []string {
  231. if x != nil {
  232. return x.ChatSubscribeTemplateIds
  233. }
  234. return nil
  235. }
  236. func (x *GetGetGzhConfigReply) GetRegisterSubscribeTemplateIds() []string {
  237. if x != nil {
  238. return x.RegisterSubscribeTemplateIds
  239. }
  240. return nil
  241. }
  242. func (x *GetGetGzhConfigReply) GetContactUrl() string {
  243. if x != nil {
  244. return x.ContactUrl
  245. }
  246. return ""
  247. }
  248. type GetIdentifyByAccountIDRequest struct {
  249. state protoimpl.MessageState
  250. sizeCache protoimpl.SizeCache
  251. unknownFields protoimpl.UnknownFields
  252. AccountId int64 `protobuf:"varint,1,opt,name=accountId,proto3" json:"accountId"`
  253. Appid string `protobuf:"bytes,2,opt,name=appid,proto3" json:"appid"`
  254. }
  255. func (x *GetIdentifyByAccountIDRequest) Reset() {
  256. *x = GetIdentifyByAccountIDRequest{}
  257. if protoimpl.UnsafeEnabled {
  258. mi := &file_account_proto_msgTypes[4]
  259. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  260. ms.StoreMessageInfo(mi)
  261. }
  262. }
  263. func (x *GetIdentifyByAccountIDRequest) String() string {
  264. return protoimpl.X.MessageStringOf(x)
  265. }
  266. func (*GetIdentifyByAccountIDRequest) ProtoMessage() {}
  267. func (x *GetIdentifyByAccountIDRequest) ProtoReflect() protoreflect.Message {
  268. mi := &file_account_proto_msgTypes[4]
  269. if protoimpl.UnsafeEnabled && x != nil {
  270. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  271. if ms.LoadMessageInfo() == nil {
  272. ms.StoreMessageInfo(mi)
  273. }
  274. return ms
  275. }
  276. return mi.MessageOf(x)
  277. }
  278. // Deprecated: Use GetIdentifyByAccountIDRequest.ProtoReflect.Descriptor instead.
  279. func (*GetIdentifyByAccountIDRequest) Descriptor() ([]byte, []int) {
  280. return file_account_proto_rawDescGZIP(), []int{4}
  281. }
  282. func (x *GetIdentifyByAccountIDRequest) GetAccountId() int64 {
  283. if x != nil {
  284. return x.AccountId
  285. }
  286. return 0
  287. }
  288. func (x *GetIdentifyByAccountIDRequest) GetAppid() string {
  289. if x != nil {
  290. return x.Appid
  291. }
  292. return ""
  293. }
  294. type GetIdentifyByAccountIDReply struct {
  295. state protoimpl.MessageState
  296. sizeCache protoimpl.SizeCache
  297. unknownFields protoimpl.UnknownFields
  298. OpenId string `protobuf:"bytes,1,opt,name=openId,proto3" json:"openId"`
  299. Appid string `protobuf:"bytes,2,opt,name=appid,proto3" json:"appid"`
  300. }
  301. func (x *GetIdentifyByAccountIDReply) Reset() {
  302. *x = GetIdentifyByAccountIDReply{}
  303. if protoimpl.UnsafeEnabled {
  304. mi := &file_account_proto_msgTypes[5]
  305. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  306. ms.StoreMessageInfo(mi)
  307. }
  308. }
  309. func (x *GetIdentifyByAccountIDReply) String() string {
  310. return protoimpl.X.MessageStringOf(x)
  311. }
  312. func (*GetIdentifyByAccountIDReply) ProtoMessage() {}
  313. func (x *GetIdentifyByAccountIDReply) ProtoReflect() protoreflect.Message {
  314. mi := &file_account_proto_msgTypes[5]
  315. if protoimpl.UnsafeEnabled && x != nil {
  316. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  317. if ms.LoadMessageInfo() == nil {
  318. ms.StoreMessageInfo(mi)
  319. }
  320. return ms
  321. }
  322. return mi.MessageOf(x)
  323. }
  324. // Deprecated: Use GetIdentifyByAccountIDReply.ProtoReflect.Descriptor instead.
  325. func (*GetIdentifyByAccountIDReply) Descriptor() ([]byte, []int) {
  326. return file_account_proto_rawDescGZIP(), []int{5}
  327. }
  328. func (x *GetIdentifyByAccountIDReply) GetOpenId() string {
  329. if x != nil {
  330. return x.OpenId
  331. }
  332. return ""
  333. }
  334. func (x *GetIdentifyByAccountIDReply) GetAppid() string {
  335. if x != nil {
  336. return x.Appid
  337. }
  338. return ""
  339. }
  340. type CheckTextRequest struct {
  341. state protoimpl.MessageState
  342. sizeCache protoimpl.SizeCache
  343. unknownFields protoimpl.UnknownFields
  344. Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text"` // 待审核的文本
  345. }
  346. func (x *CheckTextRequest) Reset() {
  347. *x = CheckTextRequest{}
  348. if protoimpl.UnsafeEnabled {
  349. mi := &file_account_proto_msgTypes[6]
  350. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  351. ms.StoreMessageInfo(mi)
  352. }
  353. }
  354. func (x *CheckTextRequest) String() string {
  355. return protoimpl.X.MessageStringOf(x)
  356. }
  357. func (*CheckTextRequest) ProtoMessage() {}
  358. func (x *CheckTextRequest) ProtoReflect() protoreflect.Message {
  359. mi := &file_account_proto_msgTypes[6]
  360. if protoimpl.UnsafeEnabled && x != nil {
  361. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  362. if ms.LoadMessageInfo() == nil {
  363. ms.StoreMessageInfo(mi)
  364. }
  365. return ms
  366. }
  367. return mi.MessageOf(x)
  368. }
  369. // Deprecated: Use CheckTextRequest.ProtoReflect.Descriptor instead.
  370. func (*CheckTextRequest) Descriptor() ([]byte, []int) {
  371. return file_account_proto_rawDescGZIP(), []int{6}
  372. }
  373. func (x *CheckTextRequest) GetText() string {
  374. if x != nil {
  375. return x.Text
  376. }
  377. return ""
  378. }
  379. type CheckTextReply struct {
  380. state protoimpl.MessageState
  381. sizeCache protoimpl.SizeCache
  382. unknownFields protoimpl.UnknownFields
  383. IsPass bool `protobuf:"varint,1,opt,name=isPass,proto3" json:"isPass"` // 是否通过
  384. }
  385. func (x *CheckTextReply) Reset() {
  386. *x = CheckTextReply{}
  387. if protoimpl.UnsafeEnabled {
  388. mi := &file_account_proto_msgTypes[7]
  389. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  390. ms.StoreMessageInfo(mi)
  391. }
  392. }
  393. func (x *CheckTextReply) String() string {
  394. return protoimpl.X.MessageStringOf(x)
  395. }
  396. func (*CheckTextReply) ProtoMessage() {}
  397. func (x *CheckTextReply) ProtoReflect() protoreflect.Message {
  398. mi := &file_account_proto_msgTypes[7]
  399. if protoimpl.UnsafeEnabled && x != nil {
  400. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  401. if ms.LoadMessageInfo() == nil {
  402. ms.StoreMessageInfo(mi)
  403. }
  404. return ms
  405. }
  406. return mi.MessageOf(x)
  407. }
  408. // Deprecated: Use CheckTextReply.ProtoReflect.Descriptor instead.
  409. func (*CheckTextReply) Descriptor() ([]byte, []int) {
  410. return file_account_proto_rawDescGZIP(), []int{7}
  411. }
  412. func (x *CheckTextReply) GetIsPass() bool {
  413. if x != nil {
  414. return x.IsPass
  415. }
  416. return false
  417. }
  418. type MediaID struct {
  419. state protoimpl.MessageState
  420. sizeCache protoimpl.SizeCache
  421. unknownFields protoimpl.UnknownFields
  422. MediaId string `protobuf:"bytes,1,opt,name=mediaId,proto3" json:"mediaId"`
  423. }
  424. func (x *MediaID) Reset() {
  425. *x = MediaID{}
  426. if protoimpl.UnsafeEnabled {
  427. mi := &file_account_proto_msgTypes[8]
  428. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  429. ms.StoreMessageInfo(mi)
  430. }
  431. }
  432. func (x *MediaID) String() string {
  433. return protoimpl.X.MessageStringOf(x)
  434. }
  435. func (*MediaID) ProtoMessage() {}
  436. func (x *MediaID) ProtoReflect() protoreflect.Message {
  437. mi := &file_account_proto_msgTypes[8]
  438. if protoimpl.UnsafeEnabled && x != nil {
  439. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  440. if ms.LoadMessageInfo() == nil {
  441. ms.StoreMessageInfo(mi)
  442. }
  443. return ms
  444. }
  445. return mi.MessageOf(x)
  446. }
  447. // Deprecated: Use MediaID.ProtoReflect.Descriptor instead.
  448. func (*MediaID) Descriptor() ([]byte, []int) {
  449. return file_account_proto_rawDescGZIP(), []int{8}
  450. }
  451. func (x *MediaID) GetMediaId() string {
  452. if x != nil {
  453. return x.MediaId
  454. }
  455. return ""
  456. }
  457. type MaterialLink struct {
  458. state protoimpl.MessageState
  459. sizeCache protoimpl.SizeCache
  460. unknownFields protoimpl.UnknownFields
  461. Link string `protobuf:"bytes,1,opt,name=link,proto3" json:"link"`
  462. }
  463. func (x *MaterialLink) Reset() {
  464. *x = MaterialLink{}
  465. if protoimpl.UnsafeEnabled {
  466. mi := &file_account_proto_msgTypes[9]
  467. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  468. ms.StoreMessageInfo(mi)
  469. }
  470. }
  471. func (x *MaterialLink) String() string {
  472. return protoimpl.X.MessageStringOf(x)
  473. }
  474. func (*MaterialLink) ProtoMessage() {}
  475. func (x *MaterialLink) ProtoReflect() protoreflect.Message {
  476. mi := &file_account_proto_msgTypes[9]
  477. if protoimpl.UnsafeEnabled && x != nil {
  478. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  479. if ms.LoadMessageInfo() == nil {
  480. ms.StoreMessageInfo(mi)
  481. }
  482. return ms
  483. }
  484. return mi.MessageOf(x)
  485. }
  486. // Deprecated: Use MaterialLink.ProtoReflect.Descriptor instead.
  487. func (*MaterialLink) Descriptor() ([]byte, []int) {
  488. return file_account_proto_rawDescGZIP(), []int{9}
  489. }
  490. func (x *MaterialLink) GetLink() string {
  491. if x != nil {
  492. return x.Link
  493. }
  494. return ""
  495. }
  496. type RandomNicknameReply struct {
  497. state protoimpl.MessageState
  498. sizeCache protoimpl.SizeCache
  499. unknownFields protoimpl.UnknownFields
  500. Nickname string `protobuf:"bytes,1,opt,name=nickname,proto3" json:"nickname"`
  501. }
  502. func (x *RandomNicknameReply) Reset() {
  503. *x = RandomNicknameReply{}
  504. if protoimpl.UnsafeEnabled {
  505. mi := &file_account_proto_msgTypes[10]
  506. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  507. ms.StoreMessageInfo(mi)
  508. }
  509. }
  510. func (x *RandomNicknameReply) String() string {
  511. return protoimpl.X.MessageStringOf(x)
  512. }
  513. func (*RandomNicknameReply) ProtoMessage() {}
  514. func (x *RandomNicknameReply) ProtoReflect() protoreflect.Message {
  515. mi := &file_account_proto_msgTypes[10]
  516. if protoimpl.UnsafeEnabled && x != nil {
  517. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  518. if ms.LoadMessageInfo() == nil {
  519. ms.StoreMessageInfo(mi)
  520. }
  521. return ms
  522. }
  523. return mi.MessageOf(x)
  524. }
  525. // Deprecated: Use RandomNicknameReply.ProtoReflect.Descriptor instead.
  526. func (*RandomNicknameReply) Descriptor() ([]byte, []int) {
  527. return file_account_proto_rawDescGZIP(), []int{10}
  528. }
  529. func (x *RandomNicknameReply) GetNickname() string {
  530. if x != nil {
  531. return x.Nickname
  532. }
  533. return ""
  534. }
  535. type RandomAvatarReply struct {
  536. state protoimpl.MessageState
  537. sizeCache protoimpl.SizeCache
  538. unknownFields protoimpl.UnknownFields
  539. AvatarUrl string `protobuf:"bytes,1,opt,name=avatarUrl,proto3" json:"avatarUrl"`
  540. }
  541. func (x *RandomAvatarReply) Reset() {
  542. *x = RandomAvatarReply{}
  543. if protoimpl.UnsafeEnabled {
  544. mi := &file_account_proto_msgTypes[11]
  545. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  546. ms.StoreMessageInfo(mi)
  547. }
  548. }
  549. func (x *RandomAvatarReply) String() string {
  550. return protoimpl.X.MessageStringOf(x)
  551. }
  552. func (*RandomAvatarReply) ProtoMessage() {}
  553. func (x *RandomAvatarReply) ProtoReflect() protoreflect.Message {
  554. mi := &file_account_proto_msgTypes[11]
  555. if protoimpl.UnsafeEnabled && x != nil {
  556. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  557. if ms.LoadMessageInfo() == nil {
  558. ms.StoreMessageInfo(mi)
  559. }
  560. return ms
  561. }
  562. return mi.MessageOf(x)
  563. }
  564. // Deprecated: Use RandomAvatarReply.ProtoReflect.Descriptor instead.
  565. func (*RandomAvatarReply) Descriptor() ([]byte, []int) {
  566. return file_account_proto_rawDescGZIP(), []int{11}
  567. }
  568. func (x *RandomAvatarReply) GetAvatarUrl() string {
  569. if x != nil {
  570. return x.AvatarUrl
  571. }
  572. return ""
  573. }
  574. type RandomAvatarListReply struct {
  575. state protoimpl.MessageState
  576. sizeCache protoimpl.SizeCache
  577. unknownFields protoimpl.UnknownFields
  578. List []string `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  579. }
  580. func (x *RandomAvatarListReply) Reset() {
  581. *x = RandomAvatarListReply{}
  582. if protoimpl.UnsafeEnabled {
  583. mi := &file_account_proto_msgTypes[12]
  584. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  585. ms.StoreMessageInfo(mi)
  586. }
  587. }
  588. func (x *RandomAvatarListReply) String() string {
  589. return protoimpl.X.MessageStringOf(x)
  590. }
  591. func (*RandomAvatarListReply) ProtoMessage() {}
  592. func (x *RandomAvatarListReply) ProtoReflect() protoreflect.Message {
  593. mi := &file_account_proto_msgTypes[12]
  594. if protoimpl.UnsafeEnabled && x != nil {
  595. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  596. if ms.LoadMessageInfo() == nil {
  597. ms.StoreMessageInfo(mi)
  598. }
  599. return ms
  600. }
  601. return mi.MessageOf(x)
  602. }
  603. // Deprecated: Use RandomAvatarListReply.ProtoReflect.Descriptor instead.
  604. func (*RandomAvatarListReply) Descriptor() ([]byte, []int) {
  605. return file_account_proto_rawDescGZIP(), []int{12}
  606. }
  607. func (x *RandomAvatarListReply) GetList() []string {
  608. if x != nil {
  609. return x.List
  610. }
  611. return nil
  612. }
  613. type OpenIDAndAppIDRequest struct {
  614. state protoimpl.MessageState
  615. sizeCache protoimpl.SizeCache
  616. unknownFields protoimpl.UnknownFields
  617. OpenId string `protobuf:"bytes,1,opt,name=openId,proto3" json:"openId"`
  618. AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId"`
  619. }
  620. func (x *OpenIDAndAppIDRequest) Reset() {
  621. *x = OpenIDAndAppIDRequest{}
  622. if protoimpl.UnsafeEnabled {
  623. mi := &file_account_proto_msgTypes[13]
  624. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  625. ms.StoreMessageInfo(mi)
  626. }
  627. }
  628. func (x *OpenIDAndAppIDRequest) String() string {
  629. return protoimpl.X.MessageStringOf(x)
  630. }
  631. func (*OpenIDAndAppIDRequest) ProtoMessage() {}
  632. func (x *OpenIDAndAppIDRequest) ProtoReflect() protoreflect.Message {
  633. mi := &file_account_proto_msgTypes[13]
  634. if protoimpl.UnsafeEnabled && x != nil {
  635. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  636. if ms.LoadMessageInfo() == nil {
  637. ms.StoreMessageInfo(mi)
  638. }
  639. return ms
  640. }
  641. return mi.MessageOf(x)
  642. }
  643. // Deprecated: Use OpenIDAndAppIDRequest.ProtoReflect.Descriptor instead.
  644. func (*OpenIDAndAppIDRequest) Descriptor() ([]byte, []int) {
  645. return file_account_proto_rawDescGZIP(), []int{13}
  646. }
  647. func (x *OpenIDAndAppIDRequest) GetOpenId() string {
  648. if x != nil {
  649. return x.OpenId
  650. }
  651. return ""
  652. }
  653. func (x *OpenIDAndAppIDRequest) GetAppId() string {
  654. if x != nil {
  655. return x.AppId
  656. }
  657. return ""
  658. }
  659. type IdentityInfo struct {
  660. state protoimpl.MessageState
  661. sizeCache protoimpl.SizeCache
  662. unknownFields protoimpl.UnknownFields
  663. Pid string `protobuf:"bytes,1,opt,name=pid,proto3" json:"pid"`
  664. }
  665. func (x *IdentityInfo) Reset() {
  666. *x = IdentityInfo{}
  667. if protoimpl.UnsafeEnabled {
  668. mi := &file_account_proto_msgTypes[14]
  669. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  670. ms.StoreMessageInfo(mi)
  671. }
  672. }
  673. func (x *IdentityInfo) String() string {
  674. return protoimpl.X.MessageStringOf(x)
  675. }
  676. func (*IdentityInfo) ProtoMessage() {}
  677. func (x *IdentityInfo) ProtoReflect() protoreflect.Message {
  678. mi := &file_account_proto_msgTypes[14]
  679. if protoimpl.UnsafeEnabled && x != nil {
  680. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  681. if ms.LoadMessageInfo() == nil {
  682. ms.StoreMessageInfo(mi)
  683. }
  684. return ms
  685. }
  686. return mi.MessageOf(x)
  687. }
  688. // Deprecated: Use IdentityInfo.ProtoReflect.Descriptor instead.
  689. func (*IdentityInfo) Descriptor() ([]byte, []int) {
  690. return file_account_proto_rawDescGZIP(), []int{14}
  691. }
  692. func (x *IdentityInfo) GetPid() string {
  693. if x != nil {
  694. return x.Pid
  695. }
  696. return ""
  697. }
  698. type UserInfoDB struct {
  699. state protoimpl.MessageState
  700. sizeCache protoimpl.SizeCache
  701. unknownFields protoimpl.UnknownFields
  702. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  703. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  704. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  705. Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` // 手机号
  706. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  707. Credit int64 `protobuf:"varint,6,opt,name=credit,proto3" json:"credit"` // 积分
  708. }
  709. func (x *UserInfoDB) Reset() {
  710. *x = UserInfoDB{}
  711. if protoimpl.UnsafeEnabled {
  712. mi := &file_account_proto_msgTypes[15]
  713. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  714. ms.StoreMessageInfo(mi)
  715. }
  716. }
  717. func (x *UserInfoDB) String() string {
  718. return protoimpl.X.MessageStringOf(x)
  719. }
  720. func (*UserInfoDB) ProtoMessage() {}
  721. func (x *UserInfoDB) ProtoReflect() protoreflect.Message {
  722. mi := &file_account_proto_msgTypes[15]
  723. if protoimpl.UnsafeEnabled && x != nil {
  724. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  725. if ms.LoadMessageInfo() == nil {
  726. ms.StoreMessageInfo(mi)
  727. }
  728. return ms
  729. }
  730. return mi.MessageOf(x)
  731. }
  732. // Deprecated: Use UserInfoDB.ProtoReflect.Descriptor instead.
  733. func (*UserInfoDB) Descriptor() ([]byte, []int) {
  734. return file_account_proto_rawDescGZIP(), []int{15}
  735. }
  736. func (x *UserInfoDB) GetId() string {
  737. if x != nil {
  738. return x.Id
  739. }
  740. return ""
  741. }
  742. func (x *UserInfoDB) GetNickname() string {
  743. if x != nil {
  744. return x.Nickname
  745. }
  746. return ""
  747. }
  748. func (x *UserInfoDB) GetAvatarUrl() string {
  749. if x != nil {
  750. return x.AvatarUrl
  751. }
  752. return ""
  753. }
  754. func (x *UserInfoDB) GetPhone() string {
  755. if x != nil {
  756. return x.Phone
  757. }
  758. return ""
  759. }
  760. func (x *UserInfoDB) GetSex() int64 {
  761. if x != nil {
  762. return x.Sex
  763. }
  764. return 0
  765. }
  766. func (x *UserInfoDB) GetCredit() int64 {
  767. if x != nil {
  768. return x.Credit
  769. }
  770. return 0
  771. }
  772. type PartnerInfoDB struct {
  773. state protoimpl.MessageState
  774. sizeCache protoimpl.SizeCache
  775. unknownFields protoimpl.UnknownFields
  776. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  777. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  778. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  779. Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` // 手机号
  780. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  781. Credit int64 `protobuf:"varint,6,opt,name=credit,proto3" json:"credit"` // 积分
  782. }
  783. func (x *PartnerInfoDB) Reset() {
  784. *x = PartnerInfoDB{}
  785. if protoimpl.UnsafeEnabled {
  786. mi := &file_account_proto_msgTypes[16]
  787. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  788. ms.StoreMessageInfo(mi)
  789. }
  790. }
  791. func (x *PartnerInfoDB) String() string {
  792. return protoimpl.X.MessageStringOf(x)
  793. }
  794. func (*PartnerInfoDB) ProtoMessage() {}
  795. func (x *PartnerInfoDB) ProtoReflect() protoreflect.Message {
  796. mi := &file_account_proto_msgTypes[16]
  797. if protoimpl.UnsafeEnabled && x != nil {
  798. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  799. if ms.LoadMessageInfo() == nil {
  800. ms.StoreMessageInfo(mi)
  801. }
  802. return ms
  803. }
  804. return mi.MessageOf(x)
  805. }
  806. // Deprecated: Use PartnerInfoDB.ProtoReflect.Descriptor instead.
  807. func (*PartnerInfoDB) Descriptor() ([]byte, []int) {
  808. return file_account_proto_rawDescGZIP(), []int{16}
  809. }
  810. func (x *PartnerInfoDB) GetId() string {
  811. if x != nil {
  812. return x.Id
  813. }
  814. return ""
  815. }
  816. func (x *PartnerInfoDB) GetNickname() string {
  817. if x != nil {
  818. return x.Nickname
  819. }
  820. return ""
  821. }
  822. func (x *PartnerInfoDB) GetAvatarUrl() string {
  823. if x != nil {
  824. return x.AvatarUrl
  825. }
  826. return ""
  827. }
  828. func (x *PartnerInfoDB) GetPhone() string {
  829. if x != nil {
  830. return x.Phone
  831. }
  832. return ""
  833. }
  834. func (x *PartnerInfoDB) GetSex() int64 {
  835. if x != nil {
  836. return x.Sex
  837. }
  838. return 0
  839. }
  840. func (x *PartnerInfoDB) GetCredit() int64 {
  841. if x != nil {
  842. return x.Credit
  843. }
  844. return 0
  845. }
  846. type AuthorizationRequest struct {
  847. state protoimpl.MessageState
  848. sizeCache protoimpl.SizeCache
  849. unknownFields protoimpl.UnknownFields
  850. JsCode string `protobuf:"bytes,1,opt,name=jsCode,proto3" json:"jsCode"`
  851. AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId"`
  852. Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type"`
  853. FromOpenId string `protobuf:"bytes,4,opt,name=fromOpenId,proto3" json:"fromOpenId"`
  854. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"`
  855. }
  856. func (x *AuthorizationRequest) Reset() {
  857. *x = AuthorizationRequest{}
  858. if protoimpl.UnsafeEnabled {
  859. mi := &file_account_proto_msgTypes[17]
  860. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  861. ms.StoreMessageInfo(mi)
  862. }
  863. }
  864. func (x *AuthorizationRequest) String() string {
  865. return protoimpl.X.MessageStringOf(x)
  866. }
  867. func (*AuthorizationRequest) ProtoMessage() {}
  868. func (x *AuthorizationRequest) ProtoReflect() protoreflect.Message {
  869. mi := &file_account_proto_msgTypes[17]
  870. if protoimpl.UnsafeEnabled && x != nil {
  871. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  872. if ms.LoadMessageInfo() == nil {
  873. ms.StoreMessageInfo(mi)
  874. }
  875. return ms
  876. }
  877. return mi.MessageOf(x)
  878. }
  879. // Deprecated: Use AuthorizationRequest.ProtoReflect.Descriptor instead.
  880. func (*AuthorizationRequest) Descriptor() ([]byte, []int) {
  881. return file_account_proto_rawDescGZIP(), []int{17}
  882. }
  883. func (x *AuthorizationRequest) GetJsCode() string {
  884. if x != nil {
  885. return x.JsCode
  886. }
  887. return ""
  888. }
  889. func (x *AuthorizationRequest) GetAppId() string {
  890. if x != nil {
  891. return x.AppId
  892. }
  893. return ""
  894. }
  895. func (x *AuthorizationRequest) GetType() string {
  896. if x != nil {
  897. return x.Type
  898. }
  899. return ""
  900. }
  901. func (x *AuthorizationRequest) GetFromOpenId() string {
  902. if x != nil {
  903. return x.FromOpenId
  904. }
  905. return ""
  906. }
  907. func (x *AuthorizationRequest) GetSex() int64 {
  908. if x != nil {
  909. return x.Sex
  910. }
  911. return 0
  912. }
  913. type TokenReply struct {
  914. state protoimpl.MessageState
  915. sizeCache protoimpl.SizeCache
  916. unknownFields protoimpl.UnknownFields
  917. Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token"`
  918. AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId"`
  919. }
  920. func (x *TokenReply) Reset() {
  921. *x = TokenReply{}
  922. if protoimpl.UnsafeEnabled {
  923. mi := &file_account_proto_msgTypes[18]
  924. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  925. ms.StoreMessageInfo(mi)
  926. }
  927. }
  928. func (x *TokenReply) String() string {
  929. return protoimpl.X.MessageStringOf(x)
  930. }
  931. func (*TokenReply) ProtoMessage() {}
  932. func (x *TokenReply) ProtoReflect() protoreflect.Message {
  933. mi := &file_account_proto_msgTypes[18]
  934. if protoimpl.UnsafeEnabled && x != nil {
  935. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  936. if ms.LoadMessageInfo() == nil {
  937. ms.StoreMessageInfo(mi)
  938. }
  939. return ms
  940. }
  941. return mi.MessageOf(x)
  942. }
  943. // Deprecated: Use TokenReply.ProtoReflect.Descriptor instead.
  944. func (*TokenReply) Descriptor() ([]byte, []int) {
  945. return file_account_proto_rawDescGZIP(), []int{18}
  946. }
  947. func (x *TokenReply) GetToken() string {
  948. if x != nil {
  949. return x.Token
  950. }
  951. return ""
  952. }
  953. func (x *TokenReply) GetAppId() string {
  954. if x != nil {
  955. return x.AppId
  956. }
  957. return ""
  958. }
  959. type DebugLoginRequest struct {
  960. state protoimpl.MessageState
  961. sizeCache protoimpl.SizeCache
  962. unknownFields protoimpl.UnknownFields
  963. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  964. Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code"`
  965. }
  966. func (x *DebugLoginRequest) Reset() {
  967. *x = DebugLoginRequest{}
  968. if protoimpl.UnsafeEnabled {
  969. mi := &file_account_proto_msgTypes[19]
  970. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  971. ms.StoreMessageInfo(mi)
  972. }
  973. }
  974. func (x *DebugLoginRequest) String() string {
  975. return protoimpl.X.MessageStringOf(x)
  976. }
  977. func (*DebugLoginRequest) ProtoMessage() {}
  978. func (x *DebugLoginRequest) ProtoReflect() protoreflect.Message {
  979. mi := &file_account_proto_msgTypes[19]
  980. if protoimpl.UnsafeEnabled && x != nil {
  981. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  982. if ms.LoadMessageInfo() == nil {
  983. ms.StoreMessageInfo(mi)
  984. }
  985. return ms
  986. }
  987. return mi.MessageOf(x)
  988. }
  989. // Deprecated: Use DebugLoginRequest.ProtoReflect.Descriptor instead.
  990. func (*DebugLoginRequest) Descriptor() ([]byte, []int) {
  991. return file_account_proto_rawDescGZIP(), []int{19}
  992. }
  993. func (x *DebugLoginRequest) GetId() int64 {
  994. if x != nil {
  995. return x.Id
  996. }
  997. return 0
  998. }
  999. func (x *DebugLoginRequest) GetCode() string {
  1000. if x != nil {
  1001. return x.Code
  1002. }
  1003. return ""
  1004. }
  1005. type LoginToken struct {
  1006. state protoimpl.MessageState
  1007. sizeCache protoimpl.SizeCache
  1008. unknownFields protoimpl.UnknownFields
  1009. Pid string `protobuf:"bytes,1,opt,name=pid,proto3" json:"pid"`
  1010. Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type"`
  1011. }
  1012. func (x *LoginToken) Reset() {
  1013. *x = LoginToken{}
  1014. if protoimpl.UnsafeEnabled {
  1015. mi := &file_account_proto_msgTypes[20]
  1016. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1017. ms.StoreMessageInfo(mi)
  1018. }
  1019. }
  1020. func (x *LoginToken) String() string {
  1021. return protoimpl.X.MessageStringOf(x)
  1022. }
  1023. func (*LoginToken) ProtoMessage() {}
  1024. func (x *LoginToken) ProtoReflect() protoreflect.Message {
  1025. mi := &file_account_proto_msgTypes[20]
  1026. if protoimpl.UnsafeEnabled && x != nil {
  1027. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1028. if ms.LoadMessageInfo() == nil {
  1029. ms.StoreMessageInfo(mi)
  1030. }
  1031. return ms
  1032. }
  1033. return mi.MessageOf(x)
  1034. }
  1035. // Deprecated: Use LoginToken.ProtoReflect.Descriptor instead.
  1036. func (*LoginToken) Descriptor() ([]byte, []int) {
  1037. return file_account_proto_rawDescGZIP(), []int{20}
  1038. }
  1039. func (x *LoginToken) GetPid() string {
  1040. if x != nil {
  1041. return x.Pid
  1042. }
  1043. return ""
  1044. }
  1045. func (x *LoginToken) GetType() string {
  1046. if x != nil {
  1047. return x.Type
  1048. }
  1049. return ""
  1050. }
  1051. var File_account_proto protoreflect.FileDescriptor
  1052. var file_account_proto_rawDesc = []byte{
  1053. 0x0a, 0x0d, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
  1054. 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x1a, 0x1c, 0x67, 0x6f,
  1055. 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74,
  1056. 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x61, 0x70, 0x69, 0x2f,
  1057. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72,
  1058. 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74,
  1059. 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  1060. 0x22, 0x4e, 0x0a, 0x2c, 0x46, 0x69, 0x6e, 0x64, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79,
  1061. 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x49, 0x73,
  1062. 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  1063. 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x73, 0x18, 0x01,
  1064. 0x20, 0x03, 0x28, 0x03, 0x52, 0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x73,
  1065. 0x22, 0x6a, 0x0a, 0x2a, 0x46, 0x69, 0x6e, 0x64, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79,
  1066. 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x49, 0x73,
  1067. 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x3c,
  1068. 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x61,
  1069. 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x49,
  1070. 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
  1071. 0x49, 0x44, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x69, 0x0a, 0x1b,
  1072. 0x46, 0x69, 0x6e, 0x64, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63,
  1073. 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x44, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x6f,
  1074. 0x70, 0x65, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x70, 0x65,
  1075. 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01,
  1076. 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63,
  1077. 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x63,
  1078. 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x90, 0x03, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x47,
  1079. 0x65, 0x74, 0x47, 0x7a, 0x68, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79,
  1080. 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  1081. 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02,
  1082. 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x6d,
  1083. 0x61, 0x67, 0x65, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6d,
  1084. 0x61, 0x67, 0x65, 0x55, 0x72, 0x6c, 0x12, 0x2a, 0x0a, 0x10, 0x70, 0x72, 0x69, 0x76, 0x61, 0x63,
  1085. 0x79, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x55, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
  1086. 0x52, 0x10, 0x70, 0x72, 0x69, 0x76, 0x61, 0x63, 0x79, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x55,
  1087. 0x72, 0x6c, 0x12, 0x2a, 0x0a, 0x10, 0x75, 0x73, 0x65, 0x72, 0x41, 0x67, 0x72, 0x65, 0x65, 0x6d,
  1088. 0x65, 0x6e, 0x74, 0x55, 0x72, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x75, 0x73,
  1089. 0x65, 0x72, 0x41, 0x67, 0x72, 0x65, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x55, 0x72, 0x6c, 0x12, 0x3a,
  1090. 0x0a, 0x18, 0x6e, 0x6f, 0x74, 0x65, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x54,
  1091. 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x49, 0x64, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09,
  1092. 0x52, 0x18, 0x6e, 0x6f, 0x74, 0x65, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x54,
  1093. 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x49, 0x64, 0x73, 0x12, 0x3a, 0x0a, 0x18, 0x63, 0x68,
  1094. 0x61, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x54, 0x65, 0x6d, 0x70, 0x6c,
  1095. 0x61, 0x74, 0x65, 0x49, 0x64, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09, 0x52, 0x18, 0x63, 0x68,
  1096. 0x61, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x54, 0x65, 0x6d, 0x70, 0x6c,
  1097. 0x61, 0x74, 0x65, 0x49, 0x64, 0x73, 0x12, 0x42, 0x0a, 0x1c, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74,
  1098. 0x65, 0x72, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x54, 0x65, 0x6d, 0x70, 0x6c,
  1099. 0x61, 0x74, 0x65, 0x49, 0x64, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x1c, 0x72, 0x65,
  1100. 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x54,
  1101. 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x49, 0x64, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f,
  1102. 0x6e, 0x74, 0x61, 0x63, 0x74, 0x55, 0x72, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
  1103. 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x55, 0x72, 0x6c, 0x22, 0x53, 0x0a, 0x1d, 0x47, 0x65,
  1104. 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75,
  1105. 0x6e, 0x74, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61,
  1106. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09,
  1107. 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70,
  1108. 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x22,
  1109. 0x4b, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79,
  1110. 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x44, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x16,
  1111. 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
  1112. 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18,
  1113. 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x22, 0x26, 0x0a, 0x10,
  1114. 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x65, 0x78, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  1115. 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
  1116. 0x74, 0x65, 0x78, 0x74, 0x22, 0x28, 0x0a, 0x0e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x65, 0x78,
  1117. 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x50, 0x61, 0x73, 0x73,
  1118. 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x50, 0x61, 0x73, 0x73, 0x22, 0x23,
  1119. 0x0a, 0x07, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x49, 0x44, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x64,
  1120. 0x69, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x64, 0x69,
  1121. 0x61, 0x49, 0x64, 0x22, 0x22, 0x0a, 0x0c, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4c,
  1122. 0x69, 0x6e, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28,
  1123. 0x09, 0x52, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x22, 0x31, 0x0a, 0x13, 0x52, 0x61, 0x6e, 0x64, 0x6f,
  1124. 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1a,
  1125. 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  1126. 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x31, 0x0a, 0x11, 0x52, 0x61,
  1127. 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12,
  1128. 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01,
  1129. 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x22, 0x2b, 0x0a,
  1130. 0x15, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x4c, 0x69, 0x73,
  1131. 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01,
  1132. 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x45, 0x0a, 0x15, 0x4f, 0x70,
  1133. 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75,
  1134. 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20,
  1135. 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61,
  1136. 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49,
  1137. 0x64, 0x22, 0x20, 0x0a, 0x0c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x66,
  1138. 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
  1139. 0x70, 0x69, 0x64, 0x22, 0x96, 0x01, 0x0a, 0x0a, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f,
  1140. 0x44, 0x42, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02,
  1141. 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02,
  1142. 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c,
  1143. 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28,
  1144. 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05,
  1145. 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f,
  1146. 0x6e, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52,
  1147. 0x03, 0x73, 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x18, 0x06,
  1148. 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x22, 0x99, 0x01, 0x0a,
  1149. 0x0d, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x42, 0x12, 0x0e,
  1150. 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a,
  1151. 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
  1152. 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76,
  1153. 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61,
  1154. 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e,
  1155. 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x10,
  1156. 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78,
  1157. 0x12, 0x16, 0x0a, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03,
  1158. 0x52, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x22, 0x8a, 0x01, 0x0a, 0x14, 0x41, 0x75, 0x74,
  1159. 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  1160. 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6a, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
  1161. 0x09, 0x52, 0x06, 0x6a, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70,
  1162. 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12,
  1163. 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74,
  1164. 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x72, 0x6f, 0x6d, 0x4f, 0x70, 0x65, 0x6e, 0x49,
  1165. 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x72, 0x6f, 0x6d, 0x4f, 0x70, 0x65,
  1166. 0x6e, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03,
  1167. 0x52, 0x03, 0x73, 0x65, 0x78, 0x22, 0x38, 0x0a, 0x0a, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65,
  1168. 0x70, 0x6c, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01,
  1169. 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70,
  1170. 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x22,
  1171. 0x37, 0x0a, 0x11, 0x44, 0x65, 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71,
  1172. 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
  1173. 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01,
  1174. 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x32, 0x0a, 0x0a, 0x4c, 0x6f, 0x67, 0x69,
  1175. 0x6e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20,
  1176. 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65,
  1177. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x32, 0xbc, 0x11, 0x0a,
  1178. 0x07, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x62, 0x0a, 0x0a, 0x44, 0x65, 0x62, 0x75,
  1179. 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x12, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63,
  1180. 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x44, 0x65, 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52,
  1181. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63,
  1182. 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
  1183. 0x1b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x15, 0x22, 0x10, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6c, 0x6f,
  1184. 0x67, 0x69, 0x6e, 0x2f, 0x64, 0x65, 0x62, 0x75, 0x67, 0x3a, 0x01, 0x2a, 0x12, 0x70, 0x0a, 0x0d,
  1185. 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x21, 0x2e,
  1186. 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x41, 0x75, 0x74, 0x68,
  1187. 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  1188. 0x1a, 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x54,
  1189. 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x23, 0x82, 0xd3, 0xe4, 0x93, 0x02,
  1190. 0x1d, 0x22, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x2f, 0x61, 0x75,
  1191. 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x01, 0x2a, 0x12, 0x6e,
  1192. 0x0a, 0x0e, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65,
  1193. 0x12, 0x12, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65,
  1194. 0x78, 0x52, 0x65, 0x71, 0x1a, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75,
  1195. 0x6e, 0x74, 0x2e, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d,
  1196. 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x26, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x22, 0x1b,
  1197. 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x72, 0x61, 0x6e, 0x64,
  1198. 0x6f, 0x6d, 0x2f, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x68,
  1199. 0x0a, 0x0c, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x12,
  1200. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52,
  1201. 0x65, 0x71, 0x1a, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
  1202. 0x2e, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x52, 0x65, 0x70,
  1203. 0x6c, 0x79, 0x22, 0x24, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x22, 0x19, 0x2f, 0x61, 0x70, 0x69,
  1204. 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x2f, 0x61,
  1205. 0x76, 0x61, 0x74, 0x61, 0x72, 0x3a, 0x01, 0x2a, 0x12, 0x6c, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x47,
  1206. 0x65, 0x74, 0x47, 0x7a, 0x68, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x16, 0x2e, 0x67, 0x6f,
  1207. 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d,
  1208. 0x70, 0x74, 0x79, 0x1a, 0x21, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
  1209. 0x74, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x65, 0x74, 0x47, 0x7a, 0x68, 0x43, 0x6f, 0x6e, 0x66, 0x69,
  1210. 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x1e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x22, 0x13,
  1211. 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x2f, 0x67, 0x7a, 0x68, 0x2f, 0x63,
  1212. 0x6f, 0x6e, 0x66, 0x3a, 0x01, 0x2a, 0x12, 0x4c, 0x0a, 0x10, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d,
  1213. 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12, 0x2e, 0x61, 0x70, 0x69,
  1214. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a, 0x22,
  1215. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x52, 0x61, 0x6e,
  1216. 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70,
  1217. 0x6c, 0x79, 0x22, 0x00, 0x12, 0x5c, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74,
  1218. 0x69, 0x74, 0x79, 0x42, 0x79, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70,
  1219. 0x70, 0x49, 0x44, 0x12, 0x22, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
  1220. 0x74, 0x2e, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49, 0x44,
  1221. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63,
  1222. 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x6e,
  1223. 0x66, 0x6f, 0x12, 0x65, 0x0a, 0x24, 0x47, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
  1224. 0x79, 0x42, 0x79, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49,
  1225. 0x44, 0x41, 0x6e, 0x64, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x22, 0x2e, 0x61, 0x70, 0x69,
  1226. 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41,
  1227. 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19,
  1228. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x49, 0x64, 0x65,
  1229. 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x40, 0x0a, 0x10, 0x46, 0x69, 0x6e,
  1230. 0x64, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x79, 0x53, 0x65, 0x78, 0x12, 0x12, 0x2e,
  1231. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65,
  1232. 0x71, 0x1a, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x54,
  1233. 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x3a, 0x0a, 0x0d, 0x46,
  1234. 0x69, 0x6e, 0x64, 0x54, 0x61, 0x67, 0x73, 0x42, 0x79, 0x49, 0x44, 0x73, 0x12, 0x0f, 0x2e, 0x61,
  1235. 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x49, 0x64, 0x73, 0x1a, 0x18, 0x2e,
  1236. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x54, 0x61, 0x67, 0x4c, 0x69,
  1237. 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x70, 0x0a, 0x0f, 0x52, 0x61, 0x6e, 0x64, 0x6f,
  1238. 0x6d, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x12, 0x12, 0x2e, 0x61, 0x70, 0x69,
  1239. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a, 0x20,
  1240. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x52, 0x61, 0x6e, 0x64,
  1241. 0x6f, 0x6d, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79,
  1242. 0x22, 0x27, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63,
  1243. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x74,
  1244. 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x74, 0x0a, 0x13, 0x55, 0x70, 0x6c,
  1245. 0x6f, 0x61, 0x64, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x56, 0x6f, 0x69, 0x63, 0x65,
  1246. 0x12, 0x14, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4d,
  1247. 0x65, 0x64, 0x69, 0x61, 0x49, 0x44, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63,
  1248. 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e,
  1249. 0x6b, 0x22, 0x2c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x22, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f,
  1250. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2f,
  1251. 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x2f, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x3a, 0x01, 0x2a, 0x12,
  1252. 0x41, 0x0a, 0x0e, 0x46, 0x69, 0x6e, 0x64, 0x4d, 0x65, 0x6d, 0x65, 0x42, 0x79, 0x54, 0x79, 0x70,
  1253. 0x65, 0x12, 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d,
  1254. 0x65, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x61, 0x70, 0x69,
  1255. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x65, 0x6d, 0x65, 0x4c, 0x69, 0x73, 0x74,
  1256. 0x22, 0x00, 0x12, 0x4e, 0x0a, 0x0d, 0x46, 0x69, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x54, 0x6f,
  1257. 0x70, 0x69, 0x63, 0x12, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  1258. 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x54, 0x6f, 0x70, 0x69, 0x63, 0x52, 0x65,
  1259. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  1260. 0x6f, 0x6e, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x54, 0x6f, 0x70, 0x69, 0x63, 0x4c, 0x69, 0x73, 0x74,
  1261. 0x22, 0x00, 0x12, 0x41, 0x0a, 0x0a, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4d, 0x65, 0x6d, 0x65,
  1262. 0x12, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x52, 0x61,
  1263. 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x1a, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f,
  1264. 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x54, 0x65, 0x78, 0x74, 0x4c,
  1265. 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x4f, 0x0a, 0x12, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x53,
  1266. 0x77, 0x69, 0x66, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x2e, 0x61, 0x70,
  1267. 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e,
  1268. 0x75, 0x6d, 0x41, 0x6e, 0x64, 0x53, 0x65, 0x78, 0x1a, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  1269. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x54, 0x65, 0x78, 0x74,
  1270. 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x49, 0x0a, 0x09, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54,
  1271. 0x65, 0x78, 0x74, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
  1272. 0x74, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x65, 0x78, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
  1273. 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
  1274. 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x54, 0x65, 0x78, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
  1275. 0x00, 0x12, 0x76, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x67, 0x69,
  1276. 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x21, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f,
  1277. 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x43, 0x6f, 0x6e,
  1278. 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x61, 0x70, 0x69,
  1279. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x69, 0x6e,
  1280. 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x1c, 0x82, 0xd3, 0xe4,
  1281. 0x93, 0x02, 0x16, 0x22, 0x11, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x2f,
  1282. 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x01, 0x2a, 0x12, 0x70, 0x0a, 0x16, 0x47, 0x65, 0x74,
  1283. 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e,
  1284. 0x74, 0x49, 0x44, 0x12, 0x2a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
  1285. 0x74, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41,
  1286. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
  1287. 0x28, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x47, 0x65,
  1288. 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75,
  1289. 0x6e, 0x74, 0x49, 0x44, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x7e, 0x0a, 0x24, 0x47,
  1290. 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f,
  1291. 0x75, 0x6e, 0x74, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x49, 0x73, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72,
  1292. 0x69, 0x62, 0x65, 0x12, 0x2a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
  1293. 0x74, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41,
  1294. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
  1295. 0x28, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x47, 0x65,
  1296. 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75,
  1297. 0x6e, 0x74, 0x49, 0x44, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x9d, 0x01, 0x0a, 0x25,
  1298. 0x46, 0x69, 0x6e, 0x64, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63,
  1299. 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x49, 0x73, 0x53, 0x75, 0x62, 0x73,
  1300. 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x39, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f,
  1301. 0x75, 0x6e, 0x74, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79,
  1302. 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x49, 0x73,
  1303. 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  1304. 0x1a, 0x37, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x46,
  1305. 0x69, 0x6e, 0x64, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x42, 0x79, 0x41, 0x63, 0x63,
  1306. 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x49, 0x73, 0x53, 0x75, 0x62, 0x73, 0x63,
  1307. 0x72, 0x69, 0x62, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x4d, 0x0a, 0x0d, 0x55,
  1308. 0x73, 0x65, 0x72, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x22, 0x2e, 0x61,
  1309. 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4f, 0x70, 0x65, 0x6e, 0x49,
  1310. 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  1311. 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  1312. 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x4f, 0x0a, 0x0f, 0x55, 0x73,
  1313. 0x65, 0x72, 0x55, 0x6e, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x22, 0x2e,
  1314. 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4f, 0x70, 0x65, 0x6e,
  1315. 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  1316. 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  1317. 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x42, 0x46, 0x0a, 0x0b, 0x61,
  1318. 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x50, 0x01, 0x5a, 0x35, 0x67, 0x69,
  1319. 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72,
  1320. 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f,
  1321. 0x61, 0x70, 0x69, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x3b, 0x61, 0x63, 0x63, 0x6f,
  1322. 0x75, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  1323. }
  1324. var (
  1325. file_account_proto_rawDescOnce sync.Once
  1326. file_account_proto_rawDescData = file_account_proto_rawDesc
  1327. )
  1328. func file_account_proto_rawDescGZIP() []byte {
  1329. file_account_proto_rawDescOnce.Do(func() {
  1330. file_account_proto_rawDescData = protoimpl.X.CompressGZIP(file_account_proto_rawDescData)
  1331. })
  1332. return file_account_proto_rawDescData
  1333. }
  1334. var file_account_proto_msgTypes = make([]protoimpl.MessageInfo, 21)
  1335. var file_account_proto_goTypes = []interface{}{
  1336. (*FindIdentifyByAccountIDAndIsSubscribeRequest)(nil), // 0: api.account.FindIdentifyByAccountIDAndIsSubscribeRequest
  1337. (*FindIdentifyByAccountIDAndIsSubscribeReply)(nil), // 1: api.account.FindIdentifyByAccountIDAndIsSubscribeReply
  1338. (*FindIdentifyByAccountIDInfo)(nil), // 2: api.account.FindIdentifyByAccountIDInfo
  1339. (*GetGetGzhConfigReply)(nil), // 3: api.account.GetGetGzhConfigReply
  1340. (*GetIdentifyByAccountIDRequest)(nil), // 4: api.account.GetIdentifyByAccountIDRequest
  1341. (*GetIdentifyByAccountIDReply)(nil), // 5: api.account.GetIdentifyByAccountIDReply
  1342. (*CheckTextRequest)(nil), // 6: api.account.CheckTextRequest
  1343. (*CheckTextReply)(nil), // 7: api.account.CheckTextReply
  1344. (*MediaID)(nil), // 8: api.account.MediaID
  1345. (*MaterialLink)(nil), // 9: api.account.MaterialLink
  1346. (*RandomNicknameReply)(nil), // 10: api.account.RandomNicknameReply
  1347. (*RandomAvatarReply)(nil), // 11: api.account.RandomAvatarReply
  1348. (*RandomAvatarListReply)(nil), // 12: api.account.RandomAvatarListReply
  1349. (*OpenIDAndAppIDRequest)(nil), // 13: api.account.OpenIDAndAppIDRequest
  1350. (*IdentityInfo)(nil), // 14: api.account.IdentityInfo
  1351. (*UserInfoDB)(nil), // 15: api.account.UserInfoDB
  1352. (*PartnerInfoDB)(nil), // 16: api.account.PartnerInfoDB
  1353. (*AuthorizationRequest)(nil), // 17: api.account.AuthorizationRequest
  1354. (*TokenReply)(nil), // 18: api.account.TokenReply
  1355. (*DebugLoginRequest)(nil), // 19: api.account.DebugLoginRequest
  1356. (*LoginToken)(nil), // 20: api.account.LoginToken
  1357. (*common.SexReq)(nil), // 21: api.common.SexReq
  1358. (*emptypb.Empty)(nil), // 22: google.protobuf.Empty
  1359. (*common.Ids)(nil), // 23: api.common.Ids
  1360. (*common.MemeRequest)(nil), // 24: api.common.MemeRequest
  1361. (*common.FindChatTopicRequest)(nil), // 25: api.common.FindChatTopicRequest
  1362. (*common.RandomNum)(nil), // 26: api.common.RandomNum
  1363. (*common.RandomNumAndSex)(nil), // 27: api.common.RandomNumAndSex
  1364. (*common.GetLoginConfigRequest)(nil), // 28: api.common.GetLoginConfigRequest
  1365. (*common.TagListReply)(nil), // 29: api.common.TagListReply
  1366. (*common.RandomIntroduceReply)(nil), // 30: api.common.RandomIntroduceReply
  1367. (*common.MemeList)(nil), // 31: api.common.MemeList
  1368. (*common.ChatTopicList)(nil), // 32: api.common.ChatTopicList
  1369. (*common.CommonTextList)(nil), // 33: api.common.CommonTextList
  1370. (*common.GetLoginConfigReply)(nil), // 34: api.common.GetLoginConfigReply
  1371. }
  1372. var file_account_proto_depIdxs = []int32{
  1373. 2, // 0: api.account.FindIdentifyByAccountIDAndIsSubscribeReply.list:type_name -> api.account.FindIdentifyByAccountIDInfo
  1374. 19, // 1: api.account.Account.DebugLogin:input_type -> api.account.DebugLoginRequest
  1375. 17, // 2: api.account.Account.Authorization:input_type -> api.account.AuthorizationRequest
  1376. 21, // 3: api.account.Account.RandomNickname:input_type -> api.common.SexReq
  1377. 21, // 4: api.account.Account.RandomAvatar:input_type -> api.common.SexReq
  1378. 22, // 5: api.account.Account.GetGetGzhConfig:input_type -> google.protobuf.Empty
  1379. 21, // 6: api.account.Account.RandomAvatarList:input_type -> api.common.SexReq
  1380. 13, // 7: api.account.Account.GetIdentityByOpenIDAndAppID:input_type -> api.account.OpenIDAndAppIDRequest
  1381. 13, // 8: api.account.Account.GetIdentityByOpenIDAndAppIDAndCreate:input_type -> api.account.OpenIDAndAppIDRequest
  1382. 21, // 9: api.account.Account.FindTagListBySex:input_type -> api.common.SexReq
  1383. 23, // 10: api.account.Account.FindTagsByIDs:input_type -> api.common.Ids
  1384. 21, // 11: api.account.Account.RandomIntroduce:input_type -> api.common.SexReq
  1385. 8, // 12: api.account.Account.UploadMaterialVoice:input_type -> api.account.MediaID
  1386. 24, // 13: api.account.Account.FindMemeByType:input_type -> api.common.MemeRequest
  1387. 25, // 14: api.account.Account.FindChatTopic:input_type -> api.common.FindChatTopicRequest
  1388. 26, // 15: api.account.Account.RandomMeme:input_type -> api.common.RandomNum
  1389. 27, // 16: api.account.Account.RandomSwiftMessage:input_type -> api.common.RandomNumAndSex
  1390. 6, // 17: api.account.Account.CheckText:input_type -> api.account.CheckTextRequest
  1391. 28, // 18: api.account.Account.GetUserLoginConfig:input_type -> api.common.GetLoginConfigRequest
  1392. 4, // 19: api.account.Account.GetIdentifyByAccountID:input_type -> api.account.GetIdentifyByAccountIDRequest
  1393. 4, // 20: api.account.Account.GetIdentifyByAccountIDAndIsSubscribe:input_type -> api.account.GetIdentifyByAccountIDRequest
  1394. 0, // 21: api.account.Account.FindIdentifyByAccountIDAndIsSubscribe:input_type -> api.account.FindIdentifyByAccountIDAndIsSubscribeRequest
  1395. 13, // 22: api.account.Account.UserSubscribe:input_type -> api.account.OpenIDAndAppIDRequest
  1396. 13, // 23: api.account.Account.UserUnsubscribe:input_type -> api.account.OpenIDAndAppIDRequest
  1397. 18, // 24: api.account.Account.DebugLogin:output_type -> api.account.TokenReply
  1398. 18, // 25: api.account.Account.Authorization:output_type -> api.account.TokenReply
  1399. 10, // 26: api.account.Account.RandomNickname:output_type -> api.account.RandomNicknameReply
  1400. 11, // 27: api.account.Account.RandomAvatar:output_type -> api.account.RandomAvatarReply
  1401. 3, // 28: api.account.Account.GetGetGzhConfig:output_type -> api.account.GetGetGzhConfigReply
  1402. 12, // 29: api.account.Account.RandomAvatarList:output_type -> api.account.RandomAvatarListReply
  1403. 14, // 30: api.account.Account.GetIdentityByOpenIDAndAppID:output_type -> api.account.IdentityInfo
  1404. 14, // 31: api.account.Account.GetIdentityByOpenIDAndAppIDAndCreate:output_type -> api.account.IdentityInfo
  1405. 29, // 32: api.account.Account.FindTagListBySex:output_type -> api.common.TagListReply
  1406. 29, // 33: api.account.Account.FindTagsByIDs:output_type -> api.common.TagListReply
  1407. 30, // 34: api.account.Account.RandomIntroduce:output_type -> api.common.RandomIntroduceReply
  1408. 9, // 35: api.account.Account.UploadMaterialVoice:output_type -> api.account.MaterialLink
  1409. 31, // 36: api.account.Account.FindMemeByType:output_type -> api.common.MemeList
  1410. 32, // 37: api.account.Account.FindChatTopic:output_type -> api.common.ChatTopicList
  1411. 33, // 38: api.account.Account.RandomMeme:output_type -> api.common.CommonTextList
  1412. 33, // 39: api.account.Account.RandomSwiftMessage:output_type -> api.common.CommonTextList
  1413. 7, // 40: api.account.Account.CheckText:output_type -> api.account.CheckTextReply
  1414. 34, // 41: api.account.Account.GetUserLoginConfig:output_type -> api.common.GetLoginConfigReply
  1415. 5, // 42: api.account.Account.GetIdentifyByAccountID:output_type -> api.account.GetIdentifyByAccountIDReply
  1416. 5, // 43: api.account.Account.GetIdentifyByAccountIDAndIsSubscribe:output_type -> api.account.GetIdentifyByAccountIDReply
  1417. 1, // 44: api.account.Account.FindIdentifyByAccountIDAndIsSubscribe:output_type -> api.account.FindIdentifyByAccountIDAndIsSubscribeReply
  1418. 22, // 45: api.account.Account.UserSubscribe:output_type -> google.protobuf.Empty
  1419. 22, // 46: api.account.Account.UserUnsubscribe:output_type -> google.protobuf.Empty
  1420. 24, // [24:47] is the sub-list for method output_type
  1421. 1, // [1:24] is the sub-list for method input_type
  1422. 1, // [1:1] is the sub-list for extension type_name
  1423. 1, // [1:1] is the sub-list for extension extendee
  1424. 0, // [0:1] is the sub-list for field type_name
  1425. }
  1426. func init() { file_account_proto_init() }
  1427. func file_account_proto_init() {
  1428. if File_account_proto != nil {
  1429. return
  1430. }
  1431. if !protoimpl.UnsafeEnabled {
  1432. file_account_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  1433. switch v := v.(*FindIdentifyByAccountIDAndIsSubscribeRequest); i {
  1434. case 0:
  1435. return &v.state
  1436. case 1:
  1437. return &v.sizeCache
  1438. case 2:
  1439. return &v.unknownFields
  1440. default:
  1441. return nil
  1442. }
  1443. }
  1444. file_account_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1445. switch v := v.(*FindIdentifyByAccountIDAndIsSubscribeReply); i {
  1446. case 0:
  1447. return &v.state
  1448. case 1:
  1449. return &v.sizeCache
  1450. case 2:
  1451. return &v.unknownFields
  1452. default:
  1453. return nil
  1454. }
  1455. }
  1456. file_account_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1457. switch v := v.(*FindIdentifyByAccountIDInfo); i {
  1458. case 0:
  1459. return &v.state
  1460. case 1:
  1461. return &v.sizeCache
  1462. case 2:
  1463. return &v.unknownFields
  1464. default:
  1465. return nil
  1466. }
  1467. }
  1468. file_account_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1469. switch v := v.(*GetGetGzhConfigReply); i {
  1470. case 0:
  1471. return &v.state
  1472. case 1:
  1473. return &v.sizeCache
  1474. case 2:
  1475. return &v.unknownFields
  1476. default:
  1477. return nil
  1478. }
  1479. }
  1480. file_account_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1481. switch v := v.(*GetIdentifyByAccountIDRequest); i {
  1482. case 0:
  1483. return &v.state
  1484. case 1:
  1485. return &v.sizeCache
  1486. case 2:
  1487. return &v.unknownFields
  1488. default:
  1489. return nil
  1490. }
  1491. }
  1492. file_account_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1493. switch v := v.(*GetIdentifyByAccountIDReply); i {
  1494. case 0:
  1495. return &v.state
  1496. case 1:
  1497. return &v.sizeCache
  1498. case 2:
  1499. return &v.unknownFields
  1500. default:
  1501. return nil
  1502. }
  1503. }
  1504. file_account_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1505. switch v := v.(*CheckTextRequest); i {
  1506. case 0:
  1507. return &v.state
  1508. case 1:
  1509. return &v.sizeCache
  1510. case 2:
  1511. return &v.unknownFields
  1512. default:
  1513. return nil
  1514. }
  1515. }
  1516. file_account_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1517. switch v := v.(*CheckTextReply); i {
  1518. case 0:
  1519. return &v.state
  1520. case 1:
  1521. return &v.sizeCache
  1522. case 2:
  1523. return &v.unknownFields
  1524. default:
  1525. return nil
  1526. }
  1527. }
  1528. file_account_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1529. switch v := v.(*MediaID); i {
  1530. case 0:
  1531. return &v.state
  1532. case 1:
  1533. return &v.sizeCache
  1534. case 2:
  1535. return &v.unknownFields
  1536. default:
  1537. return nil
  1538. }
  1539. }
  1540. file_account_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1541. switch v := v.(*MaterialLink); i {
  1542. case 0:
  1543. return &v.state
  1544. case 1:
  1545. return &v.sizeCache
  1546. case 2:
  1547. return &v.unknownFields
  1548. default:
  1549. return nil
  1550. }
  1551. }
  1552. file_account_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1553. switch v := v.(*RandomNicknameReply); i {
  1554. case 0:
  1555. return &v.state
  1556. case 1:
  1557. return &v.sizeCache
  1558. case 2:
  1559. return &v.unknownFields
  1560. default:
  1561. return nil
  1562. }
  1563. }
  1564. file_account_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  1565. switch v := v.(*RandomAvatarReply); i {
  1566. case 0:
  1567. return &v.state
  1568. case 1:
  1569. return &v.sizeCache
  1570. case 2:
  1571. return &v.unknownFields
  1572. default:
  1573. return nil
  1574. }
  1575. }
  1576. file_account_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  1577. switch v := v.(*RandomAvatarListReply); i {
  1578. case 0:
  1579. return &v.state
  1580. case 1:
  1581. return &v.sizeCache
  1582. case 2:
  1583. return &v.unknownFields
  1584. default:
  1585. return nil
  1586. }
  1587. }
  1588. file_account_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
  1589. switch v := v.(*OpenIDAndAppIDRequest); i {
  1590. case 0:
  1591. return &v.state
  1592. case 1:
  1593. return &v.sizeCache
  1594. case 2:
  1595. return &v.unknownFields
  1596. default:
  1597. return nil
  1598. }
  1599. }
  1600. file_account_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
  1601. switch v := v.(*IdentityInfo); i {
  1602. case 0:
  1603. return &v.state
  1604. case 1:
  1605. return &v.sizeCache
  1606. case 2:
  1607. return &v.unknownFields
  1608. default:
  1609. return nil
  1610. }
  1611. }
  1612. file_account_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
  1613. switch v := v.(*UserInfoDB); i {
  1614. case 0:
  1615. return &v.state
  1616. case 1:
  1617. return &v.sizeCache
  1618. case 2:
  1619. return &v.unknownFields
  1620. default:
  1621. return nil
  1622. }
  1623. }
  1624. file_account_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
  1625. switch v := v.(*PartnerInfoDB); i {
  1626. case 0:
  1627. return &v.state
  1628. case 1:
  1629. return &v.sizeCache
  1630. case 2:
  1631. return &v.unknownFields
  1632. default:
  1633. return nil
  1634. }
  1635. }
  1636. file_account_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
  1637. switch v := v.(*AuthorizationRequest); i {
  1638. case 0:
  1639. return &v.state
  1640. case 1:
  1641. return &v.sizeCache
  1642. case 2:
  1643. return &v.unknownFields
  1644. default:
  1645. return nil
  1646. }
  1647. }
  1648. file_account_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
  1649. switch v := v.(*TokenReply); i {
  1650. case 0:
  1651. return &v.state
  1652. case 1:
  1653. return &v.sizeCache
  1654. case 2:
  1655. return &v.unknownFields
  1656. default:
  1657. return nil
  1658. }
  1659. }
  1660. file_account_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
  1661. switch v := v.(*DebugLoginRequest); i {
  1662. case 0:
  1663. return &v.state
  1664. case 1:
  1665. return &v.sizeCache
  1666. case 2:
  1667. return &v.unknownFields
  1668. default:
  1669. return nil
  1670. }
  1671. }
  1672. file_account_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
  1673. switch v := v.(*LoginToken); i {
  1674. case 0:
  1675. return &v.state
  1676. case 1:
  1677. return &v.sizeCache
  1678. case 2:
  1679. return &v.unknownFields
  1680. default:
  1681. return nil
  1682. }
  1683. }
  1684. }
  1685. type x struct{}
  1686. out := protoimpl.TypeBuilder{
  1687. File: protoimpl.DescBuilder{
  1688. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1689. RawDescriptor: file_account_proto_rawDesc,
  1690. NumEnums: 0,
  1691. NumMessages: 21,
  1692. NumExtensions: 0,
  1693. NumServices: 1,
  1694. },
  1695. GoTypes: file_account_proto_goTypes,
  1696. DependencyIndexes: file_account_proto_depIdxs,
  1697. MessageInfos: file_account_proto_msgTypes,
  1698. }.Build()
  1699. File_account_proto = out.File
  1700. file_account_proto_rawDesc = nil
  1701. file_account_proto_goTypes = nil
  1702. file_account_proto_depIdxs = nil
  1703. }