account.pb.go 59 KB

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