account.pb.go 44 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225
  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. reflect "reflect"
  13. sync "sync"
  14. )
  15. const (
  16. // Verify that this generated code is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  18. // Verify that runtime/protoimpl is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  20. )
  21. type MediaID struct {
  22. state protoimpl.MessageState
  23. sizeCache protoimpl.SizeCache
  24. unknownFields protoimpl.UnknownFields
  25. MediaId string `protobuf:"bytes,1,opt,name=mediaId,proto3" json:"mediaId"`
  26. }
  27. func (x *MediaID) Reset() {
  28. *x = MediaID{}
  29. if protoimpl.UnsafeEnabled {
  30. mi := &file_account_proto_msgTypes[0]
  31. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  32. ms.StoreMessageInfo(mi)
  33. }
  34. }
  35. func (x *MediaID) String() string {
  36. return protoimpl.X.MessageStringOf(x)
  37. }
  38. func (*MediaID) ProtoMessage() {}
  39. func (x *MediaID) ProtoReflect() protoreflect.Message {
  40. mi := &file_account_proto_msgTypes[0]
  41. if protoimpl.UnsafeEnabled && x != nil {
  42. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  43. if ms.LoadMessageInfo() == nil {
  44. ms.StoreMessageInfo(mi)
  45. }
  46. return ms
  47. }
  48. return mi.MessageOf(x)
  49. }
  50. // Deprecated: Use MediaID.ProtoReflect.Descriptor instead.
  51. func (*MediaID) Descriptor() ([]byte, []int) {
  52. return file_account_proto_rawDescGZIP(), []int{0}
  53. }
  54. func (x *MediaID) GetMediaId() string {
  55. if x != nil {
  56. return x.MediaId
  57. }
  58. return ""
  59. }
  60. type MaterialLink struct {
  61. state protoimpl.MessageState
  62. sizeCache protoimpl.SizeCache
  63. unknownFields protoimpl.UnknownFields
  64. Link string `protobuf:"bytes,1,opt,name=link,proto3" json:"link"`
  65. }
  66. func (x *MaterialLink) Reset() {
  67. *x = MaterialLink{}
  68. if protoimpl.UnsafeEnabled {
  69. mi := &file_account_proto_msgTypes[1]
  70. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  71. ms.StoreMessageInfo(mi)
  72. }
  73. }
  74. func (x *MaterialLink) String() string {
  75. return protoimpl.X.MessageStringOf(x)
  76. }
  77. func (*MaterialLink) ProtoMessage() {}
  78. func (x *MaterialLink) ProtoReflect() protoreflect.Message {
  79. mi := &file_account_proto_msgTypes[1]
  80. if protoimpl.UnsafeEnabled && x != nil {
  81. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  82. if ms.LoadMessageInfo() == nil {
  83. ms.StoreMessageInfo(mi)
  84. }
  85. return ms
  86. }
  87. return mi.MessageOf(x)
  88. }
  89. // Deprecated: Use MaterialLink.ProtoReflect.Descriptor instead.
  90. func (*MaterialLink) Descriptor() ([]byte, []int) {
  91. return file_account_proto_rawDescGZIP(), []int{1}
  92. }
  93. func (x *MaterialLink) GetLink() string {
  94. if x != nil {
  95. return x.Link
  96. }
  97. return ""
  98. }
  99. type RandomNicknameReply struct {
  100. state protoimpl.MessageState
  101. sizeCache protoimpl.SizeCache
  102. unknownFields protoimpl.UnknownFields
  103. Nickname string `protobuf:"bytes,1,opt,name=nickname,proto3" json:"nickname"`
  104. }
  105. func (x *RandomNicknameReply) Reset() {
  106. *x = RandomNicknameReply{}
  107. if protoimpl.UnsafeEnabled {
  108. mi := &file_account_proto_msgTypes[2]
  109. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  110. ms.StoreMessageInfo(mi)
  111. }
  112. }
  113. func (x *RandomNicknameReply) String() string {
  114. return protoimpl.X.MessageStringOf(x)
  115. }
  116. func (*RandomNicknameReply) ProtoMessage() {}
  117. func (x *RandomNicknameReply) ProtoReflect() protoreflect.Message {
  118. mi := &file_account_proto_msgTypes[2]
  119. if protoimpl.UnsafeEnabled && x != nil {
  120. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  121. if ms.LoadMessageInfo() == nil {
  122. ms.StoreMessageInfo(mi)
  123. }
  124. return ms
  125. }
  126. return mi.MessageOf(x)
  127. }
  128. // Deprecated: Use RandomNicknameReply.ProtoReflect.Descriptor instead.
  129. func (*RandomNicknameReply) Descriptor() ([]byte, []int) {
  130. return file_account_proto_rawDescGZIP(), []int{2}
  131. }
  132. func (x *RandomNicknameReply) GetNickname() string {
  133. if x != nil {
  134. return x.Nickname
  135. }
  136. return ""
  137. }
  138. type RandomAvatarReply struct {
  139. state protoimpl.MessageState
  140. sizeCache protoimpl.SizeCache
  141. unknownFields protoimpl.UnknownFields
  142. AvatarUrl string `protobuf:"bytes,1,opt,name=avatarUrl,proto3" json:"avatarUrl"`
  143. }
  144. func (x *RandomAvatarReply) Reset() {
  145. *x = RandomAvatarReply{}
  146. if protoimpl.UnsafeEnabled {
  147. mi := &file_account_proto_msgTypes[3]
  148. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  149. ms.StoreMessageInfo(mi)
  150. }
  151. }
  152. func (x *RandomAvatarReply) String() string {
  153. return protoimpl.X.MessageStringOf(x)
  154. }
  155. func (*RandomAvatarReply) ProtoMessage() {}
  156. func (x *RandomAvatarReply) ProtoReflect() protoreflect.Message {
  157. mi := &file_account_proto_msgTypes[3]
  158. if protoimpl.UnsafeEnabled && x != nil {
  159. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  160. if ms.LoadMessageInfo() == nil {
  161. ms.StoreMessageInfo(mi)
  162. }
  163. return ms
  164. }
  165. return mi.MessageOf(x)
  166. }
  167. // Deprecated: Use RandomAvatarReply.ProtoReflect.Descriptor instead.
  168. func (*RandomAvatarReply) Descriptor() ([]byte, []int) {
  169. return file_account_proto_rawDescGZIP(), []int{3}
  170. }
  171. func (x *RandomAvatarReply) GetAvatarUrl() string {
  172. if x != nil {
  173. return x.AvatarUrl
  174. }
  175. return ""
  176. }
  177. type RandomAvatarListReply struct {
  178. state protoimpl.MessageState
  179. sizeCache protoimpl.SizeCache
  180. unknownFields protoimpl.UnknownFields
  181. List []string `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  182. }
  183. func (x *RandomAvatarListReply) Reset() {
  184. *x = RandomAvatarListReply{}
  185. if protoimpl.UnsafeEnabled {
  186. mi := &file_account_proto_msgTypes[4]
  187. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  188. ms.StoreMessageInfo(mi)
  189. }
  190. }
  191. func (x *RandomAvatarListReply) String() string {
  192. return protoimpl.X.MessageStringOf(x)
  193. }
  194. func (*RandomAvatarListReply) ProtoMessage() {}
  195. func (x *RandomAvatarListReply) ProtoReflect() protoreflect.Message {
  196. mi := &file_account_proto_msgTypes[4]
  197. if protoimpl.UnsafeEnabled && x != nil {
  198. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  199. if ms.LoadMessageInfo() == nil {
  200. ms.StoreMessageInfo(mi)
  201. }
  202. return ms
  203. }
  204. return mi.MessageOf(x)
  205. }
  206. // Deprecated: Use RandomAvatarListReply.ProtoReflect.Descriptor instead.
  207. func (*RandomAvatarListReply) Descriptor() ([]byte, []int) {
  208. return file_account_proto_rawDescGZIP(), []int{4}
  209. }
  210. func (x *RandomAvatarListReply) GetList() []string {
  211. if x != nil {
  212. return x.List
  213. }
  214. return nil
  215. }
  216. type OpenIDAndAppIDRequest struct {
  217. state protoimpl.MessageState
  218. sizeCache protoimpl.SizeCache
  219. unknownFields protoimpl.UnknownFields
  220. OpenId string `protobuf:"bytes,1,opt,name=openId,proto3" json:"openId"`
  221. AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId"`
  222. }
  223. func (x *OpenIDAndAppIDRequest) Reset() {
  224. *x = OpenIDAndAppIDRequest{}
  225. if protoimpl.UnsafeEnabled {
  226. mi := &file_account_proto_msgTypes[5]
  227. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  228. ms.StoreMessageInfo(mi)
  229. }
  230. }
  231. func (x *OpenIDAndAppIDRequest) String() string {
  232. return protoimpl.X.MessageStringOf(x)
  233. }
  234. func (*OpenIDAndAppIDRequest) ProtoMessage() {}
  235. func (x *OpenIDAndAppIDRequest) ProtoReflect() protoreflect.Message {
  236. mi := &file_account_proto_msgTypes[5]
  237. if protoimpl.UnsafeEnabled && x != nil {
  238. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  239. if ms.LoadMessageInfo() == nil {
  240. ms.StoreMessageInfo(mi)
  241. }
  242. return ms
  243. }
  244. return mi.MessageOf(x)
  245. }
  246. // Deprecated: Use OpenIDAndAppIDRequest.ProtoReflect.Descriptor instead.
  247. func (*OpenIDAndAppIDRequest) Descriptor() ([]byte, []int) {
  248. return file_account_proto_rawDescGZIP(), []int{5}
  249. }
  250. func (x *OpenIDAndAppIDRequest) GetOpenId() string {
  251. if x != nil {
  252. return x.OpenId
  253. }
  254. return ""
  255. }
  256. func (x *OpenIDAndAppIDRequest) GetAppId() string {
  257. if x != nil {
  258. return x.AppId
  259. }
  260. return ""
  261. }
  262. type IdentityInfo struct {
  263. state protoimpl.MessageState
  264. sizeCache protoimpl.SizeCache
  265. unknownFields protoimpl.UnknownFields
  266. Pid string `protobuf:"bytes,1,opt,name=pid,proto3" json:"pid"`
  267. Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type"`
  268. IdentityID int64 `protobuf:"varint,3,opt,name=identityID,proto3" json:"identityID"`
  269. OpenId string `protobuf:"bytes,4,opt,name=openId,proto3" json:"openId"`
  270. }
  271. func (x *IdentityInfo) Reset() {
  272. *x = IdentityInfo{}
  273. if protoimpl.UnsafeEnabled {
  274. mi := &file_account_proto_msgTypes[6]
  275. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  276. ms.StoreMessageInfo(mi)
  277. }
  278. }
  279. func (x *IdentityInfo) String() string {
  280. return protoimpl.X.MessageStringOf(x)
  281. }
  282. func (*IdentityInfo) ProtoMessage() {}
  283. func (x *IdentityInfo) ProtoReflect() protoreflect.Message {
  284. mi := &file_account_proto_msgTypes[6]
  285. if protoimpl.UnsafeEnabled && x != nil {
  286. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  287. if ms.LoadMessageInfo() == nil {
  288. ms.StoreMessageInfo(mi)
  289. }
  290. return ms
  291. }
  292. return mi.MessageOf(x)
  293. }
  294. // Deprecated: Use IdentityInfo.ProtoReflect.Descriptor instead.
  295. func (*IdentityInfo) Descriptor() ([]byte, []int) {
  296. return file_account_proto_rawDescGZIP(), []int{6}
  297. }
  298. func (x *IdentityInfo) GetPid() string {
  299. if x != nil {
  300. return x.Pid
  301. }
  302. return ""
  303. }
  304. func (x *IdentityInfo) GetType() string {
  305. if x != nil {
  306. return x.Type
  307. }
  308. return ""
  309. }
  310. func (x *IdentityInfo) GetIdentityID() int64 {
  311. if x != nil {
  312. return x.IdentityID
  313. }
  314. return 0
  315. }
  316. func (x *IdentityInfo) GetOpenId() string {
  317. if x != nil {
  318. return x.OpenId
  319. }
  320. return ""
  321. }
  322. type UserInfoDB struct {
  323. state protoimpl.MessageState
  324. sizeCache protoimpl.SizeCache
  325. unknownFields protoimpl.UnknownFields
  326. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  327. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  328. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  329. Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` // 手机号
  330. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  331. Credit int64 `protobuf:"varint,6,opt,name=credit,proto3" json:"credit"` // 积分
  332. }
  333. func (x *UserInfoDB) Reset() {
  334. *x = UserInfoDB{}
  335. if protoimpl.UnsafeEnabled {
  336. mi := &file_account_proto_msgTypes[7]
  337. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  338. ms.StoreMessageInfo(mi)
  339. }
  340. }
  341. func (x *UserInfoDB) String() string {
  342. return protoimpl.X.MessageStringOf(x)
  343. }
  344. func (*UserInfoDB) ProtoMessage() {}
  345. func (x *UserInfoDB) ProtoReflect() protoreflect.Message {
  346. mi := &file_account_proto_msgTypes[7]
  347. if protoimpl.UnsafeEnabled && x != nil {
  348. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  349. if ms.LoadMessageInfo() == nil {
  350. ms.StoreMessageInfo(mi)
  351. }
  352. return ms
  353. }
  354. return mi.MessageOf(x)
  355. }
  356. // Deprecated: Use UserInfoDB.ProtoReflect.Descriptor instead.
  357. func (*UserInfoDB) Descriptor() ([]byte, []int) {
  358. return file_account_proto_rawDescGZIP(), []int{7}
  359. }
  360. func (x *UserInfoDB) GetId() string {
  361. if x != nil {
  362. return x.Id
  363. }
  364. return ""
  365. }
  366. func (x *UserInfoDB) GetNickname() string {
  367. if x != nil {
  368. return x.Nickname
  369. }
  370. return ""
  371. }
  372. func (x *UserInfoDB) GetAvatarUrl() string {
  373. if x != nil {
  374. return x.AvatarUrl
  375. }
  376. return ""
  377. }
  378. func (x *UserInfoDB) GetPhone() string {
  379. if x != nil {
  380. return x.Phone
  381. }
  382. return ""
  383. }
  384. func (x *UserInfoDB) GetSex() int64 {
  385. if x != nil {
  386. return x.Sex
  387. }
  388. return 0
  389. }
  390. func (x *UserInfoDB) GetCredit() int64 {
  391. if x != nil {
  392. return x.Credit
  393. }
  394. return 0
  395. }
  396. type PartnerInfoDB struct {
  397. state protoimpl.MessageState
  398. sizeCache protoimpl.SizeCache
  399. unknownFields protoimpl.UnknownFields
  400. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  401. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  402. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  403. Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` // 手机号
  404. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  405. Credit int64 `protobuf:"varint,6,opt,name=credit,proto3" json:"credit"` // 积分
  406. }
  407. func (x *PartnerInfoDB) Reset() {
  408. *x = PartnerInfoDB{}
  409. if protoimpl.UnsafeEnabled {
  410. mi := &file_account_proto_msgTypes[8]
  411. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  412. ms.StoreMessageInfo(mi)
  413. }
  414. }
  415. func (x *PartnerInfoDB) String() string {
  416. return protoimpl.X.MessageStringOf(x)
  417. }
  418. func (*PartnerInfoDB) ProtoMessage() {}
  419. func (x *PartnerInfoDB) ProtoReflect() protoreflect.Message {
  420. mi := &file_account_proto_msgTypes[8]
  421. if protoimpl.UnsafeEnabled && x != nil {
  422. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  423. if ms.LoadMessageInfo() == nil {
  424. ms.StoreMessageInfo(mi)
  425. }
  426. return ms
  427. }
  428. return mi.MessageOf(x)
  429. }
  430. // Deprecated: Use PartnerInfoDB.ProtoReflect.Descriptor instead.
  431. func (*PartnerInfoDB) Descriptor() ([]byte, []int) {
  432. return file_account_proto_rawDescGZIP(), []int{8}
  433. }
  434. func (x *PartnerInfoDB) GetId() string {
  435. if x != nil {
  436. return x.Id
  437. }
  438. return ""
  439. }
  440. func (x *PartnerInfoDB) GetNickname() string {
  441. if x != nil {
  442. return x.Nickname
  443. }
  444. return ""
  445. }
  446. func (x *PartnerInfoDB) GetAvatarUrl() string {
  447. if x != nil {
  448. return x.AvatarUrl
  449. }
  450. return ""
  451. }
  452. func (x *PartnerInfoDB) GetPhone() string {
  453. if x != nil {
  454. return x.Phone
  455. }
  456. return ""
  457. }
  458. func (x *PartnerInfoDB) GetSex() int64 {
  459. if x != nil {
  460. return x.Sex
  461. }
  462. return 0
  463. }
  464. func (x *PartnerInfoDB) GetCredit() int64 {
  465. if x != nil {
  466. return x.Credit
  467. }
  468. return 0
  469. }
  470. type AuthorizationRequest struct {
  471. state protoimpl.MessageState
  472. sizeCache protoimpl.SizeCache
  473. unknownFields protoimpl.UnknownFields
  474. JsCode string `protobuf:"bytes,1,opt,name=jsCode,proto3" json:"jsCode"`
  475. AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId"`
  476. Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type"`
  477. FromOpenId string `protobuf:"bytes,4,opt,name=fromOpenId,proto3" json:"fromOpenId"`
  478. }
  479. func (x *AuthorizationRequest) Reset() {
  480. *x = AuthorizationRequest{}
  481. if protoimpl.UnsafeEnabled {
  482. mi := &file_account_proto_msgTypes[9]
  483. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  484. ms.StoreMessageInfo(mi)
  485. }
  486. }
  487. func (x *AuthorizationRequest) String() string {
  488. return protoimpl.X.MessageStringOf(x)
  489. }
  490. func (*AuthorizationRequest) ProtoMessage() {}
  491. func (x *AuthorizationRequest) ProtoReflect() protoreflect.Message {
  492. mi := &file_account_proto_msgTypes[9]
  493. if protoimpl.UnsafeEnabled && x != nil {
  494. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  495. if ms.LoadMessageInfo() == nil {
  496. ms.StoreMessageInfo(mi)
  497. }
  498. return ms
  499. }
  500. return mi.MessageOf(x)
  501. }
  502. // Deprecated: Use AuthorizationRequest.ProtoReflect.Descriptor instead.
  503. func (*AuthorizationRequest) Descriptor() ([]byte, []int) {
  504. return file_account_proto_rawDescGZIP(), []int{9}
  505. }
  506. func (x *AuthorizationRequest) GetJsCode() string {
  507. if x != nil {
  508. return x.JsCode
  509. }
  510. return ""
  511. }
  512. func (x *AuthorizationRequest) GetAppId() string {
  513. if x != nil {
  514. return x.AppId
  515. }
  516. return ""
  517. }
  518. func (x *AuthorizationRequest) GetType() string {
  519. if x != nil {
  520. return x.Type
  521. }
  522. return ""
  523. }
  524. func (x *AuthorizationRequest) GetFromOpenId() string {
  525. if x != nil {
  526. return x.FromOpenId
  527. }
  528. return ""
  529. }
  530. type TokenReply struct {
  531. state protoimpl.MessageState
  532. sizeCache protoimpl.SizeCache
  533. unknownFields protoimpl.UnknownFields
  534. Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token"`
  535. AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId"`
  536. }
  537. func (x *TokenReply) Reset() {
  538. *x = TokenReply{}
  539. if protoimpl.UnsafeEnabled {
  540. mi := &file_account_proto_msgTypes[10]
  541. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  542. ms.StoreMessageInfo(mi)
  543. }
  544. }
  545. func (x *TokenReply) String() string {
  546. return protoimpl.X.MessageStringOf(x)
  547. }
  548. func (*TokenReply) ProtoMessage() {}
  549. func (x *TokenReply) ProtoReflect() protoreflect.Message {
  550. mi := &file_account_proto_msgTypes[10]
  551. if protoimpl.UnsafeEnabled && x != nil {
  552. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  553. if ms.LoadMessageInfo() == nil {
  554. ms.StoreMessageInfo(mi)
  555. }
  556. return ms
  557. }
  558. return mi.MessageOf(x)
  559. }
  560. // Deprecated: Use TokenReply.ProtoReflect.Descriptor instead.
  561. func (*TokenReply) Descriptor() ([]byte, []int) {
  562. return file_account_proto_rawDescGZIP(), []int{10}
  563. }
  564. func (x *TokenReply) GetToken() string {
  565. if x != nil {
  566. return x.Token
  567. }
  568. return ""
  569. }
  570. func (x *TokenReply) GetAppId() string {
  571. if x != nil {
  572. return x.AppId
  573. }
  574. return ""
  575. }
  576. type DebugLoginRequest struct {
  577. state protoimpl.MessageState
  578. sizeCache protoimpl.SizeCache
  579. unknownFields protoimpl.UnknownFields
  580. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  581. Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code"`
  582. }
  583. func (x *DebugLoginRequest) Reset() {
  584. *x = DebugLoginRequest{}
  585. if protoimpl.UnsafeEnabled {
  586. mi := &file_account_proto_msgTypes[11]
  587. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  588. ms.StoreMessageInfo(mi)
  589. }
  590. }
  591. func (x *DebugLoginRequest) String() string {
  592. return protoimpl.X.MessageStringOf(x)
  593. }
  594. func (*DebugLoginRequest) ProtoMessage() {}
  595. func (x *DebugLoginRequest) ProtoReflect() protoreflect.Message {
  596. mi := &file_account_proto_msgTypes[11]
  597. if protoimpl.UnsafeEnabled && x != nil {
  598. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  599. if ms.LoadMessageInfo() == nil {
  600. ms.StoreMessageInfo(mi)
  601. }
  602. return ms
  603. }
  604. return mi.MessageOf(x)
  605. }
  606. // Deprecated: Use DebugLoginRequest.ProtoReflect.Descriptor instead.
  607. func (*DebugLoginRequest) Descriptor() ([]byte, []int) {
  608. return file_account_proto_rawDescGZIP(), []int{11}
  609. }
  610. func (x *DebugLoginRequest) GetId() int64 {
  611. if x != nil {
  612. return x.Id
  613. }
  614. return 0
  615. }
  616. func (x *DebugLoginRequest) GetCode() string {
  617. if x != nil {
  618. return x.Code
  619. }
  620. return ""
  621. }
  622. type LoginToken struct {
  623. state protoimpl.MessageState
  624. sizeCache protoimpl.SizeCache
  625. unknownFields protoimpl.UnknownFields
  626. Pid string `protobuf:"bytes,1,opt,name=pid,proto3" json:"pid"`
  627. Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type"`
  628. }
  629. func (x *LoginToken) Reset() {
  630. *x = LoginToken{}
  631. if protoimpl.UnsafeEnabled {
  632. mi := &file_account_proto_msgTypes[12]
  633. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  634. ms.StoreMessageInfo(mi)
  635. }
  636. }
  637. func (x *LoginToken) String() string {
  638. return protoimpl.X.MessageStringOf(x)
  639. }
  640. func (*LoginToken) ProtoMessage() {}
  641. func (x *LoginToken) ProtoReflect() protoreflect.Message {
  642. mi := &file_account_proto_msgTypes[12]
  643. if protoimpl.UnsafeEnabled && x != nil {
  644. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  645. if ms.LoadMessageInfo() == nil {
  646. ms.StoreMessageInfo(mi)
  647. }
  648. return ms
  649. }
  650. return mi.MessageOf(x)
  651. }
  652. // Deprecated: Use LoginToken.ProtoReflect.Descriptor instead.
  653. func (*LoginToken) Descriptor() ([]byte, []int) {
  654. return file_account_proto_rawDescGZIP(), []int{12}
  655. }
  656. func (x *LoginToken) GetPid() string {
  657. if x != nil {
  658. return x.Pid
  659. }
  660. return ""
  661. }
  662. func (x *LoginToken) GetType() string {
  663. if x != nil {
  664. return x.Type
  665. }
  666. return ""
  667. }
  668. var File_account_proto protoreflect.FileDescriptor
  669. var file_account_proto_rawDesc = []byte{
  670. 0x0a, 0x0d, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
  671. 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x1a, 0x1c, 0x67, 0x6f,
  672. 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74,
  673. 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x61, 0x70, 0x69, 0x2f,
  674. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72,
  675. 0x6f, 0x74, 0x6f, 0x22, 0x23, 0x0a, 0x07, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x49, 0x44, 0x12, 0x18,
  676. 0x0a, 0x07, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  677. 0x07, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x49, 0x64, 0x22, 0x22, 0x0a, 0x0c, 0x4d, 0x61, 0x74, 0x65,
  678. 0x72, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x6b,
  679. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x22, 0x31, 0x0a, 0x13,
  680. 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x52, 0x65,
  681. 0x70, 0x6c, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18,
  682. 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x22,
  683. 0x31, 0x0a, 0x11, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x52,
  684. 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72,
  685. 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55,
  686. 0x72, 0x6c, 0x22, 0x2b, 0x0a, 0x15, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74,
  687. 0x61, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x6c,
  688. 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22,
  689. 0x45, 0x0a, 0x15, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49,
  690. 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e,
  691. 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64,
  692. 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  693. 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x22, 0x6c, 0x0a, 0x0c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69,
  694. 0x74, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20,
  695. 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65,
  696. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a,
  697. 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03,
  698. 0x52, 0x0a, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x44, 0x12, 0x16, 0x0a, 0x06,
  699. 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x70,
  700. 0x65, 0x6e, 0x49, 0x64, 0x22, 0x96, 0x01, 0x0a, 0x0a, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66,
  701. 0x6f, 0x44, 0x42, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  702. 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18,
  703. 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12,
  704. 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01,
  705. 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x14, 0x0a,
  706. 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68,
  707. 0x6f, 0x6e, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03,
  708. 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x18,
  709. 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x22, 0x99, 0x01,
  710. 0x0a, 0x0d, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x42, 0x12,
  711. 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12,
  712. 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
  713. 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61,
  714. 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
  715. 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f,
  716. 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12,
  717. 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65,
  718. 0x78, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28,
  719. 0x03, 0x52, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x22, 0x78, 0x0a, 0x14, 0x41, 0x75, 0x74,
  720. 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  721. 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6a, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
  722. 0x09, 0x52, 0x06, 0x6a, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70,
  723. 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12,
  724. 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74,
  725. 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x72, 0x6f, 0x6d, 0x4f, 0x70, 0x65, 0x6e, 0x49,
  726. 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x72, 0x6f, 0x6d, 0x4f, 0x70, 0x65,
  727. 0x6e, 0x49, 0x64, 0x22, 0x38, 0x0a, 0x0a, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c,
  728. 0x79, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  729. 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64,
  730. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x22, 0x37, 0x0a,
  731. 0x11, 0x44, 0x65, 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65,
  732. 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02,
  733. 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
  734. 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x32, 0x0a, 0x0a, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x54,
  735. 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
  736. 0x09, 0x52, 0x03, 0x70, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02,
  737. 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x32, 0xa3, 0x0b, 0x0a, 0x07, 0x41,
  738. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x62, 0x0a, 0x0a, 0x44, 0x65, 0x62, 0x75, 0x67, 0x4c,
  739. 0x6f, 0x67, 0x69, 0x6e, 0x12, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75,
  740. 0x6e, 0x74, 0x2e, 0x44, 0x65, 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71,
  741. 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75,
  742. 0x6e, 0x74, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x1b, 0x82,
  743. 0xd3, 0xe4, 0x93, 0x02, 0x15, 0x22, 0x10, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6c, 0x6f, 0x67, 0x69,
  744. 0x6e, 0x2f, 0x64, 0x65, 0x62, 0x75, 0x67, 0x3a, 0x01, 0x2a, 0x12, 0x70, 0x0a, 0x0d, 0x41, 0x75,
  745. 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x21, 0x2e, 0x61, 0x70,
  746. 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72,
  747. 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17,
  748. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x54, 0x6f, 0x6b,
  749. 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x23, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x22,
  750. 0x18, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x2f, 0x61, 0x75, 0x74, 0x68,
  751. 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x01, 0x2a, 0x12, 0x6e, 0x0a, 0x0e,
  752. 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12,
  753. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52,
  754. 0x65, 0x71, 0x1a, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
  755. 0x2e, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x52,
  756. 0x65, 0x70, 0x6c, 0x79, 0x22, 0x26, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x22, 0x1b, 0x2f, 0x61,
  757. 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d,
  758. 0x2f, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x68, 0x0a, 0x0c,
  759. 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x12, 0x2e, 0x61,
  760. 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71,
  761. 0x1a, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x52,
  762. 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x52, 0x65, 0x70, 0x6c, 0x79,
  763. 0x22, 0x24, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x22, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63,
  764. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x2f, 0x61, 0x76, 0x61,
  765. 0x74, 0x61, 0x72, 0x3a, 0x01, 0x2a, 0x12, 0x4c, 0x0a, 0x10, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d,
  766. 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12, 0x2e, 0x61, 0x70, 0x69,
  767. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a, 0x22,
  768. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x52, 0x61, 0x6e,
  769. 0x64, 0x6f, 0x6d, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70,
  770. 0x6c, 0x79, 0x22, 0x00, 0x12, 0x5c, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74,
  771. 0x69, 0x74, 0x79, 0x42, 0x79, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70,
  772. 0x70, 0x49, 0x44, 0x12, 0x22, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
  773. 0x74, 0x2e, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49, 0x44,
  774. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63,
  775. 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x6e,
  776. 0x66, 0x6f, 0x12, 0x4d, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
  777. 0x79, 0x42, 0x79, 0x54, 0x79, 0x70, 0x65, 0x41, 0x6e, 0x64, 0x50, 0x49, 0x44, 0x12, 0x17, 0x2e,
  778. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f,
  779. 0x6e, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63,
  780. 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x66,
  781. 0x6f, 0x12, 0x60, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79,
  782. 0x42, 0x79, 0x46, 0x72, 0x6f, 0x6d, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41,
  783. 0x70, 0x70, 0x49, 0x44, 0x12, 0x22, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75,
  784. 0x6e, 0x74, 0x2e, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x41, 0x6e, 0x64, 0x41, 0x70, 0x70, 0x49,
  785. 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61,
  786. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49,
  787. 0x6e, 0x66, 0x6f, 0x12, 0x40, 0x0a, 0x10, 0x46, 0x69, 0x6e, 0x64, 0x54, 0x61, 0x67, 0x4c, 0x69,
  788. 0x73, 0x74, 0x42, 0x79, 0x53, 0x65, 0x78, 0x12, 0x12, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f,
  789. 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x61, 0x70,
  790. 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74,
  791. 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x3a, 0x0a, 0x0d, 0x46, 0x69, 0x6e, 0x64, 0x54, 0x61, 0x67,
  792. 0x73, 0x42, 0x79, 0x49, 0x44, 0x73, 0x12, 0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d,
  793. 0x6d, 0x6f, 0x6e, 0x2e, 0x49, 0x64, 0x73, 0x1a, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f,
  794. 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c,
  795. 0x79, 0x12, 0x70, 0x0a, 0x0f, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x49, 0x6e, 0x74, 0x72, 0x6f,
  796. 0x64, 0x75, 0x63, 0x65, 0x12, 0x12, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  797. 0x6e, 0x2e, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x1a, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  798. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x49, 0x6e, 0x74, 0x72,
  799. 0x6f, 0x64, 0x75, 0x63, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x27, 0x82, 0xd3, 0xe4, 0x93,
  800. 0x02, 0x21, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f,
  801. 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65,
  802. 0x3a, 0x01, 0x2a, 0x12, 0x74, 0x0a, 0x13, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x4d, 0x61, 0x74,
  803. 0x65, 0x72, 0x69, 0x61, 0x6c, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x12, 0x14, 0x2e, 0x61, 0x70, 0x69,
  804. 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x49, 0x44,
  805. 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4d,
  806. 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x22, 0x2c, 0x82, 0xd3, 0xe4,
  807. 0x93, 0x02, 0x26, 0x22, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  808. 0x2f, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2f, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64,
  809. 0x2f, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x41, 0x0a, 0x0e, 0x46, 0x69, 0x6e,
  810. 0x64, 0x4d, 0x65, 0x6d, 0x65, 0x42, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x17, 0x2e, 0x61, 0x70,
  811. 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x65, 0x6d, 0x65, 0x52, 0x65, 0x71,
  812. 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  813. 0x6e, 0x2e, 0x4d, 0x65, 0x6d, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x4e, 0x0a, 0x0d,
  814. 0x46, 0x69, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x74, 0x54, 0x6f, 0x70, 0x69, 0x63, 0x12, 0x20, 0x2e,
  815. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x43,
  816. 0x68, 0x61, 0x74, 0x54, 0x6f, 0x70, 0x69, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
  817. 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x68, 0x61,
  818. 0x74, 0x54, 0x6f, 0x70, 0x69, 0x63, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x41, 0x0a, 0x0a,
  819. 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4d, 0x65, 0x6d, 0x65, 0x12, 0x15, 0x2e, 0x61, 0x70, 0x69,
  820. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x75,
  821. 0x6d, 0x1a, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43,
  822. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x54, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12,
  823. 0x4f, 0x0a, 0x12, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x53, 0x77, 0x69, 0x66, 0x74, 0x4d, 0x65,
  824. 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  825. 0x6f, 0x6e, 0x2e, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x41, 0x6e, 0x64, 0x53,
  826. 0x65, 0x78, 0x1a, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
  827. 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x54, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00,
  828. 0x42, 0x46, 0x0a, 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x50,
  829. 0x01, 0x5a, 0x35, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f,
  830. 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74,
  831. 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
  832. 0x3b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  833. }
  834. var (
  835. file_account_proto_rawDescOnce sync.Once
  836. file_account_proto_rawDescData = file_account_proto_rawDesc
  837. )
  838. func file_account_proto_rawDescGZIP() []byte {
  839. file_account_proto_rawDescOnce.Do(func() {
  840. file_account_proto_rawDescData = protoimpl.X.CompressGZIP(file_account_proto_rawDescData)
  841. })
  842. return file_account_proto_rawDescData
  843. }
  844. var file_account_proto_msgTypes = make([]protoimpl.MessageInfo, 13)
  845. var file_account_proto_goTypes = []interface{}{
  846. (*MediaID)(nil), // 0: api.account.MediaID
  847. (*MaterialLink)(nil), // 1: api.account.MaterialLink
  848. (*RandomNicknameReply)(nil), // 2: api.account.RandomNicknameReply
  849. (*RandomAvatarReply)(nil), // 3: api.account.RandomAvatarReply
  850. (*RandomAvatarListReply)(nil), // 4: api.account.RandomAvatarListReply
  851. (*OpenIDAndAppIDRequest)(nil), // 5: api.account.OpenIDAndAppIDRequest
  852. (*IdentityInfo)(nil), // 6: api.account.IdentityInfo
  853. (*UserInfoDB)(nil), // 7: api.account.UserInfoDB
  854. (*PartnerInfoDB)(nil), // 8: api.account.PartnerInfoDB
  855. (*AuthorizationRequest)(nil), // 9: api.account.AuthorizationRequest
  856. (*TokenReply)(nil), // 10: api.account.TokenReply
  857. (*DebugLoginRequest)(nil), // 11: api.account.DebugLoginRequest
  858. (*LoginToken)(nil), // 12: api.account.LoginToken
  859. (*common.SexReq)(nil), // 13: api.common.SexReq
  860. (*common.PersonParam)(nil), // 14: api.common.PersonParam
  861. (*common.Ids)(nil), // 15: api.common.Ids
  862. (*common.MemeRequest)(nil), // 16: api.common.MemeRequest
  863. (*common.FindChatTopicRequest)(nil), // 17: api.common.FindChatTopicRequest
  864. (*common.RandomNum)(nil), // 18: api.common.RandomNum
  865. (*common.RandomNumAndSex)(nil), // 19: api.common.RandomNumAndSex
  866. (*common.TagListReply)(nil), // 20: api.common.TagListReply
  867. (*common.RandomIntroduceReply)(nil), // 21: api.common.RandomIntroduceReply
  868. (*common.MemeList)(nil), // 22: api.common.MemeList
  869. (*common.ChatTopicList)(nil), // 23: api.common.ChatTopicList
  870. (*common.CommonTextList)(nil), // 24: api.common.CommonTextList
  871. }
  872. var file_account_proto_depIdxs = []int32{
  873. 11, // 0: api.account.Account.DebugLogin:input_type -> api.account.DebugLoginRequest
  874. 9, // 1: api.account.Account.Authorization:input_type -> api.account.AuthorizationRequest
  875. 13, // 2: api.account.Account.RandomNickname:input_type -> api.common.SexReq
  876. 13, // 3: api.account.Account.RandomAvatar:input_type -> api.common.SexReq
  877. 13, // 4: api.account.Account.RandomAvatarList:input_type -> api.common.SexReq
  878. 5, // 5: api.account.Account.GetIdentityByOpenIDAndAppID:input_type -> api.account.OpenIDAndAppIDRequest
  879. 14, // 6: api.account.Account.GetIdentityByTypeAndPID:input_type -> api.common.PersonParam
  880. 5, // 7: api.account.Account.GetIdentityByFromOpenIDAndAppID:input_type -> api.account.OpenIDAndAppIDRequest
  881. 13, // 8: api.account.Account.FindTagListBySex:input_type -> api.common.SexReq
  882. 15, // 9: api.account.Account.FindTagsByIDs:input_type -> api.common.Ids
  883. 13, // 10: api.account.Account.RandomIntroduce:input_type -> api.common.SexReq
  884. 0, // 11: api.account.Account.UploadMaterialVoice:input_type -> api.account.MediaID
  885. 16, // 12: api.account.Account.FindMemeByType:input_type -> api.common.MemeRequest
  886. 17, // 13: api.account.Account.FindChatTopic:input_type -> api.common.FindChatTopicRequest
  887. 18, // 14: api.account.Account.RandomMeme:input_type -> api.common.RandomNum
  888. 19, // 15: api.account.Account.RandomSwiftMessage:input_type -> api.common.RandomNumAndSex
  889. 10, // 16: api.account.Account.DebugLogin:output_type -> api.account.TokenReply
  890. 10, // 17: api.account.Account.Authorization:output_type -> api.account.TokenReply
  891. 2, // 18: api.account.Account.RandomNickname:output_type -> api.account.RandomNicknameReply
  892. 3, // 19: api.account.Account.RandomAvatar:output_type -> api.account.RandomAvatarReply
  893. 4, // 20: api.account.Account.RandomAvatarList:output_type -> api.account.RandomAvatarListReply
  894. 6, // 21: api.account.Account.GetIdentityByOpenIDAndAppID:output_type -> api.account.IdentityInfo
  895. 6, // 22: api.account.Account.GetIdentityByTypeAndPID:output_type -> api.account.IdentityInfo
  896. 6, // 23: api.account.Account.GetIdentityByFromOpenIDAndAppID:output_type -> api.account.IdentityInfo
  897. 20, // 24: api.account.Account.FindTagListBySex:output_type -> api.common.TagListReply
  898. 20, // 25: api.account.Account.FindTagsByIDs:output_type -> api.common.TagListReply
  899. 21, // 26: api.account.Account.RandomIntroduce:output_type -> api.common.RandomIntroduceReply
  900. 1, // 27: api.account.Account.UploadMaterialVoice:output_type -> api.account.MaterialLink
  901. 22, // 28: api.account.Account.FindMemeByType:output_type -> api.common.MemeList
  902. 23, // 29: api.account.Account.FindChatTopic:output_type -> api.common.ChatTopicList
  903. 24, // 30: api.account.Account.RandomMeme:output_type -> api.common.CommonTextList
  904. 24, // 31: api.account.Account.RandomSwiftMessage:output_type -> api.common.CommonTextList
  905. 16, // [16:32] is the sub-list for method output_type
  906. 0, // [0:16] is the sub-list for method input_type
  907. 0, // [0:0] is the sub-list for extension type_name
  908. 0, // [0:0] is the sub-list for extension extendee
  909. 0, // [0:0] is the sub-list for field type_name
  910. }
  911. func init() { file_account_proto_init() }
  912. func file_account_proto_init() {
  913. if File_account_proto != nil {
  914. return
  915. }
  916. if !protoimpl.UnsafeEnabled {
  917. file_account_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  918. switch v := v.(*MediaID); i {
  919. case 0:
  920. return &v.state
  921. case 1:
  922. return &v.sizeCache
  923. case 2:
  924. return &v.unknownFields
  925. default:
  926. return nil
  927. }
  928. }
  929. file_account_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  930. switch v := v.(*MaterialLink); i {
  931. case 0:
  932. return &v.state
  933. case 1:
  934. return &v.sizeCache
  935. case 2:
  936. return &v.unknownFields
  937. default:
  938. return nil
  939. }
  940. }
  941. file_account_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  942. switch v := v.(*RandomNicknameReply); i {
  943. case 0:
  944. return &v.state
  945. case 1:
  946. return &v.sizeCache
  947. case 2:
  948. return &v.unknownFields
  949. default:
  950. return nil
  951. }
  952. }
  953. file_account_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  954. switch v := v.(*RandomAvatarReply); i {
  955. case 0:
  956. return &v.state
  957. case 1:
  958. return &v.sizeCache
  959. case 2:
  960. return &v.unknownFields
  961. default:
  962. return nil
  963. }
  964. }
  965. file_account_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  966. switch v := v.(*RandomAvatarListReply); i {
  967. case 0:
  968. return &v.state
  969. case 1:
  970. return &v.sizeCache
  971. case 2:
  972. return &v.unknownFields
  973. default:
  974. return nil
  975. }
  976. }
  977. file_account_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  978. switch v := v.(*OpenIDAndAppIDRequest); i {
  979. case 0:
  980. return &v.state
  981. case 1:
  982. return &v.sizeCache
  983. case 2:
  984. return &v.unknownFields
  985. default:
  986. return nil
  987. }
  988. }
  989. file_account_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  990. switch v := v.(*IdentityInfo); i {
  991. case 0:
  992. return &v.state
  993. case 1:
  994. return &v.sizeCache
  995. case 2:
  996. return &v.unknownFields
  997. default:
  998. return nil
  999. }
  1000. }
  1001. file_account_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1002. switch v := v.(*UserInfoDB); i {
  1003. case 0:
  1004. return &v.state
  1005. case 1:
  1006. return &v.sizeCache
  1007. case 2:
  1008. return &v.unknownFields
  1009. default:
  1010. return nil
  1011. }
  1012. }
  1013. file_account_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1014. switch v := v.(*PartnerInfoDB); i {
  1015. case 0:
  1016. return &v.state
  1017. case 1:
  1018. return &v.sizeCache
  1019. case 2:
  1020. return &v.unknownFields
  1021. default:
  1022. return nil
  1023. }
  1024. }
  1025. file_account_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1026. switch v := v.(*AuthorizationRequest); i {
  1027. case 0:
  1028. return &v.state
  1029. case 1:
  1030. return &v.sizeCache
  1031. case 2:
  1032. return &v.unknownFields
  1033. default:
  1034. return nil
  1035. }
  1036. }
  1037. file_account_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1038. switch v := v.(*TokenReply); i {
  1039. case 0:
  1040. return &v.state
  1041. case 1:
  1042. return &v.sizeCache
  1043. case 2:
  1044. return &v.unknownFields
  1045. default:
  1046. return nil
  1047. }
  1048. }
  1049. file_account_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  1050. switch v := v.(*DebugLoginRequest); i {
  1051. case 0:
  1052. return &v.state
  1053. case 1:
  1054. return &v.sizeCache
  1055. case 2:
  1056. return &v.unknownFields
  1057. default:
  1058. return nil
  1059. }
  1060. }
  1061. file_account_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  1062. switch v := v.(*LoginToken); i {
  1063. case 0:
  1064. return &v.state
  1065. case 1:
  1066. return &v.sizeCache
  1067. case 2:
  1068. return &v.unknownFields
  1069. default:
  1070. return nil
  1071. }
  1072. }
  1073. }
  1074. type x struct{}
  1075. out := protoimpl.TypeBuilder{
  1076. File: protoimpl.DescBuilder{
  1077. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1078. RawDescriptor: file_account_proto_rawDesc,
  1079. NumEnums: 0,
  1080. NumMessages: 13,
  1081. NumExtensions: 0,
  1082. NumServices: 1,
  1083. },
  1084. GoTypes: file_account_proto_goTypes,
  1085. DependencyIndexes: file_account_proto_depIdxs,
  1086. MessageInfos: file_account_proto_msgTypes,
  1087. }.Build()
  1088. File_account_proto = out.File
  1089. file_account_proto_rawDesc = nil
  1090. file_account_proto_goTypes = nil
  1091. file_account_proto_depIdxs = nil
  1092. }