account.pb.go 74 KB

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