account.pb.go 37 KB

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