account.pb.go 41 KB

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