account.pb.go 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907
  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. _ "google.golang.org/genproto/googleapis/api/annotations"
  9. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  10. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  11. emptypb "google.golang.org/protobuf/types/known/emptypb"
  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 OpenIDRequest struct {
  22. state protoimpl.MessageState
  23. sizeCache protoimpl.SizeCache
  24. unknownFields protoimpl.UnknownFields
  25. OpenId string `protobuf:"bytes,1,opt,name=openId,proto3" json:"openId"`
  26. }
  27. func (x *OpenIDRequest) Reset() {
  28. *x = OpenIDRequest{}
  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 *OpenIDRequest) String() string {
  36. return protoimpl.X.MessageStringOf(x)
  37. }
  38. func (*OpenIDRequest) ProtoMessage() {}
  39. func (x *OpenIDRequest) 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 OpenIDRequest.ProtoReflect.Descriptor instead.
  51. func (*OpenIDRequest) Descriptor() ([]byte, []int) {
  52. return file_account_proto_rawDescGZIP(), []int{0}
  53. }
  54. func (x *OpenIDRequest) GetOpenId() string {
  55. if x != nil {
  56. return x.OpenId
  57. }
  58. return ""
  59. }
  60. type IdentityInfo struct {
  61. state protoimpl.MessageState
  62. sizeCache protoimpl.SizeCache
  63. unknownFields protoimpl.UnknownFields
  64. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
  65. Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type"`
  66. }
  67. func (x *IdentityInfo) Reset() {
  68. *x = IdentityInfo{}
  69. if protoimpl.UnsafeEnabled {
  70. mi := &file_account_proto_msgTypes[1]
  71. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  72. ms.StoreMessageInfo(mi)
  73. }
  74. }
  75. func (x *IdentityInfo) String() string {
  76. return protoimpl.X.MessageStringOf(x)
  77. }
  78. func (*IdentityInfo) ProtoMessage() {}
  79. func (x *IdentityInfo) ProtoReflect() protoreflect.Message {
  80. mi := &file_account_proto_msgTypes[1]
  81. if protoimpl.UnsafeEnabled && x != nil {
  82. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  83. if ms.LoadMessageInfo() == nil {
  84. ms.StoreMessageInfo(mi)
  85. }
  86. return ms
  87. }
  88. return mi.MessageOf(x)
  89. }
  90. // Deprecated: Use IdentityInfo.ProtoReflect.Descriptor instead.
  91. func (*IdentityInfo) Descriptor() ([]byte, []int) {
  92. return file_account_proto_rawDescGZIP(), []int{1}
  93. }
  94. func (x *IdentityInfo) GetId() string {
  95. if x != nil {
  96. return x.Id
  97. }
  98. return ""
  99. }
  100. func (x *IdentityInfo) GetType() string {
  101. if x != nil {
  102. return x.Type
  103. }
  104. return ""
  105. }
  106. type SendPhoneCodeRequest struct {
  107. state protoimpl.MessageState
  108. sizeCache protoimpl.SizeCache
  109. unknownFields protoimpl.UnknownFields
  110. Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone"`
  111. }
  112. func (x *SendPhoneCodeRequest) Reset() {
  113. *x = SendPhoneCodeRequest{}
  114. if protoimpl.UnsafeEnabled {
  115. mi := &file_account_proto_msgTypes[2]
  116. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  117. ms.StoreMessageInfo(mi)
  118. }
  119. }
  120. func (x *SendPhoneCodeRequest) String() string {
  121. return protoimpl.X.MessageStringOf(x)
  122. }
  123. func (*SendPhoneCodeRequest) ProtoMessage() {}
  124. func (x *SendPhoneCodeRequest) ProtoReflect() protoreflect.Message {
  125. mi := &file_account_proto_msgTypes[2]
  126. if protoimpl.UnsafeEnabled && x != nil {
  127. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  128. if ms.LoadMessageInfo() == nil {
  129. ms.StoreMessageInfo(mi)
  130. }
  131. return ms
  132. }
  133. return mi.MessageOf(x)
  134. }
  135. // Deprecated: Use SendPhoneCodeRequest.ProtoReflect.Descriptor instead.
  136. func (*SendPhoneCodeRequest) Descriptor() ([]byte, []int) {
  137. return file_account_proto_rawDescGZIP(), []int{2}
  138. }
  139. func (x *SendPhoneCodeRequest) GetPhone() string {
  140. if x != nil {
  141. return x.Phone
  142. }
  143. return ""
  144. }
  145. type CheckPhoneCodeRequest struct {
  146. state protoimpl.MessageState
  147. sizeCache protoimpl.SizeCache
  148. unknownFields protoimpl.UnknownFields
  149. Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone"`
  150. Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code"`
  151. }
  152. func (x *CheckPhoneCodeRequest) Reset() {
  153. *x = CheckPhoneCodeRequest{}
  154. if protoimpl.UnsafeEnabled {
  155. mi := &file_account_proto_msgTypes[3]
  156. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  157. ms.StoreMessageInfo(mi)
  158. }
  159. }
  160. func (x *CheckPhoneCodeRequest) String() string {
  161. return protoimpl.X.MessageStringOf(x)
  162. }
  163. func (*CheckPhoneCodeRequest) ProtoMessage() {}
  164. func (x *CheckPhoneCodeRequest) ProtoReflect() protoreflect.Message {
  165. mi := &file_account_proto_msgTypes[3]
  166. if protoimpl.UnsafeEnabled && x != nil {
  167. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  168. if ms.LoadMessageInfo() == nil {
  169. ms.StoreMessageInfo(mi)
  170. }
  171. return ms
  172. }
  173. return mi.MessageOf(x)
  174. }
  175. // Deprecated: Use CheckPhoneCodeRequest.ProtoReflect.Descriptor instead.
  176. func (*CheckPhoneCodeRequest) Descriptor() ([]byte, []int) {
  177. return file_account_proto_rawDescGZIP(), []int{3}
  178. }
  179. func (x *CheckPhoneCodeRequest) GetPhone() string {
  180. if x != nil {
  181. return x.Phone
  182. }
  183. return ""
  184. }
  185. func (x *CheckPhoneCodeRequest) GetCode() string {
  186. if x != nil {
  187. return x.Code
  188. }
  189. return ""
  190. }
  191. type UserInfoDB struct {
  192. state protoimpl.MessageState
  193. sizeCache protoimpl.SizeCache
  194. unknownFields protoimpl.UnknownFields
  195. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  196. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  197. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  198. Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` // 手机号
  199. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  200. Credit int64 `protobuf:"varint,6,opt,name=credit,proto3" json:"credit"` // 积分
  201. }
  202. func (x *UserInfoDB) Reset() {
  203. *x = UserInfoDB{}
  204. if protoimpl.UnsafeEnabled {
  205. mi := &file_account_proto_msgTypes[4]
  206. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  207. ms.StoreMessageInfo(mi)
  208. }
  209. }
  210. func (x *UserInfoDB) String() string {
  211. return protoimpl.X.MessageStringOf(x)
  212. }
  213. func (*UserInfoDB) ProtoMessage() {}
  214. func (x *UserInfoDB) ProtoReflect() protoreflect.Message {
  215. mi := &file_account_proto_msgTypes[4]
  216. if protoimpl.UnsafeEnabled && x != nil {
  217. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  218. if ms.LoadMessageInfo() == nil {
  219. ms.StoreMessageInfo(mi)
  220. }
  221. return ms
  222. }
  223. return mi.MessageOf(x)
  224. }
  225. // Deprecated: Use UserInfoDB.ProtoReflect.Descriptor instead.
  226. func (*UserInfoDB) Descriptor() ([]byte, []int) {
  227. return file_account_proto_rawDescGZIP(), []int{4}
  228. }
  229. func (x *UserInfoDB) GetId() string {
  230. if x != nil {
  231. return x.Id
  232. }
  233. return ""
  234. }
  235. func (x *UserInfoDB) GetNickname() string {
  236. if x != nil {
  237. return x.Nickname
  238. }
  239. return ""
  240. }
  241. func (x *UserInfoDB) GetAvatarUrl() string {
  242. if x != nil {
  243. return x.AvatarUrl
  244. }
  245. return ""
  246. }
  247. func (x *UserInfoDB) GetPhone() string {
  248. if x != nil {
  249. return x.Phone
  250. }
  251. return ""
  252. }
  253. func (x *UserInfoDB) GetSex() int64 {
  254. if x != nil {
  255. return x.Sex
  256. }
  257. return 0
  258. }
  259. func (x *UserInfoDB) GetCredit() int64 {
  260. if x != nil {
  261. return x.Credit
  262. }
  263. return 0
  264. }
  265. type PartnerInfoDB struct {
  266. state protoimpl.MessageState
  267. sizeCache protoimpl.SizeCache
  268. unknownFields protoimpl.UnknownFields
  269. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  270. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  271. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  272. Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` // 手机号
  273. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  274. Credit int64 `protobuf:"varint,6,opt,name=credit,proto3" json:"credit"` // 积分
  275. }
  276. func (x *PartnerInfoDB) Reset() {
  277. *x = PartnerInfoDB{}
  278. if protoimpl.UnsafeEnabled {
  279. mi := &file_account_proto_msgTypes[5]
  280. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  281. ms.StoreMessageInfo(mi)
  282. }
  283. }
  284. func (x *PartnerInfoDB) String() string {
  285. return protoimpl.X.MessageStringOf(x)
  286. }
  287. func (*PartnerInfoDB) ProtoMessage() {}
  288. func (x *PartnerInfoDB) ProtoReflect() protoreflect.Message {
  289. mi := &file_account_proto_msgTypes[5]
  290. if protoimpl.UnsafeEnabled && x != nil {
  291. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  292. if ms.LoadMessageInfo() == nil {
  293. ms.StoreMessageInfo(mi)
  294. }
  295. return ms
  296. }
  297. return mi.MessageOf(x)
  298. }
  299. // Deprecated: Use PartnerInfoDB.ProtoReflect.Descriptor instead.
  300. func (*PartnerInfoDB) Descriptor() ([]byte, []int) {
  301. return file_account_proto_rawDescGZIP(), []int{5}
  302. }
  303. func (x *PartnerInfoDB) GetId() string {
  304. if x != nil {
  305. return x.Id
  306. }
  307. return ""
  308. }
  309. func (x *PartnerInfoDB) GetNickname() string {
  310. if x != nil {
  311. return x.Nickname
  312. }
  313. return ""
  314. }
  315. func (x *PartnerInfoDB) GetAvatarUrl() string {
  316. if x != nil {
  317. return x.AvatarUrl
  318. }
  319. return ""
  320. }
  321. func (x *PartnerInfoDB) GetPhone() string {
  322. if x != nil {
  323. return x.Phone
  324. }
  325. return ""
  326. }
  327. func (x *PartnerInfoDB) GetSex() int64 {
  328. if x != nil {
  329. return x.Sex
  330. }
  331. return 0
  332. }
  333. func (x *PartnerInfoDB) GetCredit() int64 {
  334. if x != nil {
  335. return x.Credit
  336. }
  337. return 0
  338. }
  339. type AuthorizationRequest struct {
  340. state protoimpl.MessageState
  341. sizeCache protoimpl.SizeCache
  342. unknownFields protoimpl.UnknownFields
  343. JsCode string `protobuf:"bytes,1,opt,name=jsCode,proto3" json:"jsCode"`
  344. AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId"`
  345. Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type"`
  346. }
  347. func (x *AuthorizationRequest) Reset() {
  348. *x = AuthorizationRequest{}
  349. if protoimpl.UnsafeEnabled {
  350. mi := &file_account_proto_msgTypes[6]
  351. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  352. ms.StoreMessageInfo(mi)
  353. }
  354. }
  355. func (x *AuthorizationRequest) String() string {
  356. return protoimpl.X.MessageStringOf(x)
  357. }
  358. func (*AuthorizationRequest) ProtoMessage() {}
  359. func (x *AuthorizationRequest) ProtoReflect() protoreflect.Message {
  360. mi := &file_account_proto_msgTypes[6]
  361. if protoimpl.UnsafeEnabled && x != nil {
  362. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  363. if ms.LoadMessageInfo() == nil {
  364. ms.StoreMessageInfo(mi)
  365. }
  366. return ms
  367. }
  368. return mi.MessageOf(x)
  369. }
  370. // Deprecated: Use AuthorizationRequest.ProtoReflect.Descriptor instead.
  371. func (*AuthorizationRequest) Descriptor() ([]byte, []int) {
  372. return file_account_proto_rawDescGZIP(), []int{6}
  373. }
  374. func (x *AuthorizationRequest) GetJsCode() string {
  375. if x != nil {
  376. return x.JsCode
  377. }
  378. return ""
  379. }
  380. func (x *AuthorizationRequest) GetAppId() string {
  381. if x != nil {
  382. return x.AppId
  383. }
  384. return ""
  385. }
  386. func (x *AuthorizationRequest) GetType() string {
  387. if x != nil {
  388. return x.Type
  389. }
  390. return ""
  391. }
  392. type TokenReply struct {
  393. state protoimpl.MessageState
  394. sizeCache protoimpl.SizeCache
  395. unknownFields protoimpl.UnknownFields
  396. Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token"`
  397. }
  398. func (x *TokenReply) Reset() {
  399. *x = TokenReply{}
  400. if protoimpl.UnsafeEnabled {
  401. mi := &file_account_proto_msgTypes[7]
  402. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  403. ms.StoreMessageInfo(mi)
  404. }
  405. }
  406. func (x *TokenReply) String() string {
  407. return protoimpl.X.MessageStringOf(x)
  408. }
  409. func (*TokenReply) ProtoMessage() {}
  410. func (x *TokenReply) ProtoReflect() protoreflect.Message {
  411. mi := &file_account_proto_msgTypes[7]
  412. if protoimpl.UnsafeEnabled && x != nil {
  413. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  414. if ms.LoadMessageInfo() == nil {
  415. ms.StoreMessageInfo(mi)
  416. }
  417. return ms
  418. }
  419. return mi.MessageOf(x)
  420. }
  421. // Deprecated: Use TokenReply.ProtoReflect.Descriptor instead.
  422. func (*TokenReply) Descriptor() ([]byte, []int) {
  423. return file_account_proto_rawDescGZIP(), []int{7}
  424. }
  425. func (x *TokenReply) GetToken() string {
  426. if x != nil {
  427. return x.Token
  428. }
  429. return ""
  430. }
  431. type DebugLoginRequest struct {
  432. state protoimpl.MessageState
  433. sizeCache protoimpl.SizeCache
  434. unknownFields protoimpl.UnknownFields
  435. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  436. Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code"`
  437. }
  438. func (x *DebugLoginRequest) Reset() {
  439. *x = DebugLoginRequest{}
  440. if protoimpl.UnsafeEnabled {
  441. mi := &file_account_proto_msgTypes[8]
  442. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  443. ms.StoreMessageInfo(mi)
  444. }
  445. }
  446. func (x *DebugLoginRequest) String() string {
  447. return protoimpl.X.MessageStringOf(x)
  448. }
  449. func (*DebugLoginRequest) ProtoMessage() {}
  450. func (x *DebugLoginRequest) ProtoReflect() protoreflect.Message {
  451. mi := &file_account_proto_msgTypes[8]
  452. if protoimpl.UnsafeEnabled && x != nil {
  453. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  454. if ms.LoadMessageInfo() == nil {
  455. ms.StoreMessageInfo(mi)
  456. }
  457. return ms
  458. }
  459. return mi.MessageOf(x)
  460. }
  461. // Deprecated: Use DebugLoginRequest.ProtoReflect.Descriptor instead.
  462. func (*DebugLoginRequest) Descriptor() ([]byte, []int) {
  463. return file_account_proto_rawDescGZIP(), []int{8}
  464. }
  465. func (x *DebugLoginRequest) GetId() int64 {
  466. if x != nil {
  467. return x.Id
  468. }
  469. return 0
  470. }
  471. func (x *DebugLoginRequest) GetCode() string {
  472. if x != nil {
  473. return x.Code
  474. }
  475. return ""
  476. }
  477. type LoginToken struct {
  478. state protoimpl.MessageState
  479. sizeCache protoimpl.SizeCache
  480. unknownFields protoimpl.UnknownFields
  481. Pid string `protobuf:"bytes,1,opt,name=pid,proto3" json:"pid"`
  482. Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type"`
  483. }
  484. func (x *LoginToken) Reset() {
  485. *x = LoginToken{}
  486. if protoimpl.UnsafeEnabled {
  487. mi := &file_account_proto_msgTypes[9]
  488. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  489. ms.StoreMessageInfo(mi)
  490. }
  491. }
  492. func (x *LoginToken) String() string {
  493. return protoimpl.X.MessageStringOf(x)
  494. }
  495. func (*LoginToken) ProtoMessage() {}
  496. func (x *LoginToken) ProtoReflect() protoreflect.Message {
  497. mi := &file_account_proto_msgTypes[9]
  498. if protoimpl.UnsafeEnabled && x != nil {
  499. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  500. if ms.LoadMessageInfo() == nil {
  501. ms.StoreMessageInfo(mi)
  502. }
  503. return ms
  504. }
  505. return mi.MessageOf(x)
  506. }
  507. // Deprecated: Use LoginToken.ProtoReflect.Descriptor instead.
  508. func (*LoginToken) Descriptor() ([]byte, []int) {
  509. return file_account_proto_rawDescGZIP(), []int{9}
  510. }
  511. func (x *LoginToken) GetPid() string {
  512. if x != nil {
  513. return x.Pid
  514. }
  515. return ""
  516. }
  517. func (x *LoginToken) GetType() string {
  518. if x != nil {
  519. return x.Type
  520. }
  521. return ""
  522. }
  523. var File_account_proto protoreflect.FileDescriptor
  524. var file_account_proto_rawDesc = []byte{
  525. 0x0a, 0x0d, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
  526. 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x1a, 0x1c, 0x67, 0x6f,
  527. 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74,
  528. 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67,
  529. 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74,
  530. 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x27, 0x0a, 0x0d, 0x4f, 0x70, 0x65, 0x6e, 0x49,
  531. 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e,
  532. 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64,
  533. 0x22, 0x32, 0x0a, 0x0c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x66, 0x6f,
  534. 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64,
  535. 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
  536. 0x74, 0x79, 0x70, 0x65, 0x22, 0x2c, 0x0a, 0x14, 0x53, 0x65, 0x6e, 0x64, 0x50, 0x68, 0x6f, 0x6e,
  537. 0x65, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05,
  538. 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f,
  539. 0x6e, 0x65, 0x22, 0x41, 0x0a, 0x15, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x50, 0x68, 0x6f, 0x6e, 0x65,
  540. 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x70,
  541. 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e,
  542. 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  543. 0x04, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x96, 0x01, 0x0a, 0x0a, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e,
  544. 0x66, 0x6f, 0x44, 0x42, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  545. 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65,
  546. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65,
  547. 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20,
  548. 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x14,
  549. 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70,
  550. 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28,
  551. 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74,
  552. 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x22, 0x99,
  553. 0x01, 0x0a, 0x0d, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x42,
  554. 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64,
  555. 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01,
  556. 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09,
  557. 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
  558. 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68,
  559. 0x6f, 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65,
  560. 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73,
  561. 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x18, 0x06, 0x20, 0x01,
  562. 0x28, 0x03, 0x52, 0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x22, 0x58, 0x0a, 0x14, 0x41, 0x75,
  563. 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65,
  564. 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6a, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01,
  565. 0x28, 0x09, 0x52, 0x06, 0x6a, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70,
  566. 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64,
  567. 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
  568. 0x74, 0x79, 0x70, 0x65, 0x22, 0x22, 0x0a, 0x0a, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70,
  569. 0x6c, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28,
  570. 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x37, 0x0a, 0x11, 0x44, 0x65, 0x62, 0x75,
  571. 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a,
  572. 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a,
  573. 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64,
  574. 0x65, 0x22, 0x32, 0x0a, 0x0a, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12,
  575. 0x10, 0x0a, 0x03, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69,
  576. 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  577. 0x04, 0x74, 0x79, 0x70, 0x65, 0x32, 0x88, 0x04, 0x0a, 0x07, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e,
  578. 0x74, 0x12, 0x62, 0x0a, 0x0a, 0x44, 0x65, 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x12,
  579. 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x44, 0x65,
  580. 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
  581. 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x54, 0x6f,
  582. 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x1b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x15,
  583. 0x22, 0x10, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x2f, 0x64, 0x65, 0x62,
  584. 0x75, 0x67, 0x3a, 0x01, 0x2a, 0x12, 0x70, 0x0a, 0x0d, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69,
  585. 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x21, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63,
  586. 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69,
  587. 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  588. 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70,
  589. 0x6c, 0x79, 0x22, 0x23, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x22, 0x18, 0x2f, 0x61, 0x70, 0x69,
  590. 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61,
  591. 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x01, 0x2a, 0x12, 0x6a, 0x0a, 0x0d, 0x53, 0x65, 0x6e, 0x64, 0x50,
  592. 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x21, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61,
  593. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x50, 0x68, 0x6f, 0x6e, 0x65,
  594. 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f,
  595. 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d,
  596. 0x70, 0x74, 0x79, 0x22, 0x1e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x22, 0x13, 0x2f, 0x61, 0x70,
  597. 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x63, 0x6f, 0x64, 0x65, 0x2f, 0x73, 0x65, 0x6e, 0x64,
  598. 0x3a, 0x01, 0x2a, 0x12, 0x6d, 0x0a, 0x0e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x50, 0x68, 0x6f, 0x6e,
  599. 0x65, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x22, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f,
  600. 0x75, 0x6e, 0x74, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f,
  601. 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
  602. 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74,
  603. 0x79, 0x22, 0x1f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x22, 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f,
  604. 0x75, 0x73, 0x65, 0x72, 0x2f, 0x63, 0x6f, 0x64, 0x65, 0x2f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x3a,
  605. 0x01, 0x2a, 0x12, 0x4c, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
  606. 0x79, 0x42, 0x79, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  607. 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x52, 0x65,
  608. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f,
  609. 0x75, 0x6e, 0x74, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x66, 0x6f,
  610. 0x42, 0x46, 0x0a, 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x50,
  611. 0x01, 0x5a, 0x35, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f,
  612. 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74,
  613. 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
  614. 0x3b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  615. }
  616. var (
  617. file_account_proto_rawDescOnce sync.Once
  618. file_account_proto_rawDescData = file_account_proto_rawDesc
  619. )
  620. func file_account_proto_rawDescGZIP() []byte {
  621. file_account_proto_rawDescOnce.Do(func() {
  622. file_account_proto_rawDescData = protoimpl.X.CompressGZIP(file_account_proto_rawDescData)
  623. })
  624. return file_account_proto_rawDescData
  625. }
  626. var file_account_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
  627. var file_account_proto_goTypes = []interface{}{
  628. (*OpenIDRequest)(nil), // 0: api.account.OpenIDRequest
  629. (*IdentityInfo)(nil), // 1: api.account.IdentityInfo
  630. (*SendPhoneCodeRequest)(nil), // 2: api.account.SendPhoneCodeRequest
  631. (*CheckPhoneCodeRequest)(nil), // 3: api.account.CheckPhoneCodeRequest
  632. (*UserInfoDB)(nil), // 4: api.account.UserInfoDB
  633. (*PartnerInfoDB)(nil), // 5: api.account.PartnerInfoDB
  634. (*AuthorizationRequest)(nil), // 6: api.account.AuthorizationRequest
  635. (*TokenReply)(nil), // 7: api.account.TokenReply
  636. (*DebugLoginRequest)(nil), // 8: api.account.DebugLoginRequest
  637. (*LoginToken)(nil), // 9: api.account.LoginToken
  638. (*emptypb.Empty)(nil), // 10: google.protobuf.Empty
  639. }
  640. var file_account_proto_depIdxs = []int32{
  641. 8, // 0: api.account.Account.DebugLogin:input_type -> api.account.DebugLoginRequest
  642. 6, // 1: api.account.Account.Authorization:input_type -> api.account.AuthorizationRequest
  643. 2, // 2: api.account.Account.SendPhoneCode:input_type -> api.account.SendPhoneCodeRequest
  644. 3, // 3: api.account.Account.CheckPhoneCode:input_type -> api.account.CheckPhoneCodeRequest
  645. 0, // 4: api.account.Account.GetIdentityByOpenID:input_type -> api.account.OpenIDRequest
  646. 7, // 5: api.account.Account.DebugLogin:output_type -> api.account.TokenReply
  647. 7, // 6: api.account.Account.Authorization:output_type -> api.account.TokenReply
  648. 10, // 7: api.account.Account.SendPhoneCode:output_type -> google.protobuf.Empty
  649. 10, // 8: api.account.Account.CheckPhoneCode:output_type -> google.protobuf.Empty
  650. 1, // 9: api.account.Account.GetIdentityByOpenID:output_type -> api.account.IdentityInfo
  651. 5, // [5:10] is the sub-list for method output_type
  652. 0, // [0:5] is the sub-list for method input_type
  653. 0, // [0:0] is the sub-list for extension type_name
  654. 0, // [0:0] is the sub-list for extension extendee
  655. 0, // [0:0] is the sub-list for field type_name
  656. }
  657. func init() { file_account_proto_init() }
  658. func file_account_proto_init() {
  659. if File_account_proto != nil {
  660. return
  661. }
  662. if !protoimpl.UnsafeEnabled {
  663. file_account_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  664. switch v := v.(*OpenIDRequest); i {
  665. case 0:
  666. return &v.state
  667. case 1:
  668. return &v.sizeCache
  669. case 2:
  670. return &v.unknownFields
  671. default:
  672. return nil
  673. }
  674. }
  675. file_account_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  676. switch v := v.(*IdentityInfo); i {
  677. case 0:
  678. return &v.state
  679. case 1:
  680. return &v.sizeCache
  681. case 2:
  682. return &v.unknownFields
  683. default:
  684. return nil
  685. }
  686. }
  687. file_account_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  688. switch v := v.(*SendPhoneCodeRequest); i {
  689. case 0:
  690. return &v.state
  691. case 1:
  692. return &v.sizeCache
  693. case 2:
  694. return &v.unknownFields
  695. default:
  696. return nil
  697. }
  698. }
  699. file_account_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  700. switch v := v.(*CheckPhoneCodeRequest); i {
  701. case 0:
  702. return &v.state
  703. case 1:
  704. return &v.sizeCache
  705. case 2:
  706. return &v.unknownFields
  707. default:
  708. return nil
  709. }
  710. }
  711. file_account_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  712. switch v := v.(*UserInfoDB); i {
  713. case 0:
  714. return &v.state
  715. case 1:
  716. return &v.sizeCache
  717. case 2:
  718. return &v.unknownFields
  719. default:
  720. return nil
  721. }
  722. }
  723. file_account_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  724. switch v := v.(*PartnerInfoDB); i {
  725. case 0:
  726. return &v.state
  727. case 1:
  728. return &v.sizeCache
  729. case 2:
  730. return &v.unknownFields
  731. default:
  732. return nil
  733. }
  734. }
  735. file_account_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  736. switch v := v.(*AuthorizationRequest); i {
  737. case 0:
  738. return &v.state
  739. case 1:
  740. return &v.sizeCache
  741. case 2:
  742. return &v.unknownFields
  743. default:
  744. return nil
  745. }
  746. }
  747. file_account_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  748. switch v := v.(*TokenReply); i {
  749. case 0:
  750. return &v.state
  751. case 1:
  752. return &v.sizeCache
  753. case 2:
  754. return &v.unknownFields
  755. default:
  756. return nil
  757. }
  758. }
  759. file_account_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  760. switch v := v.(*DebugLoginRequest); i {
  761. case 0:
  762. return &v.state
  763. case 1:
  764. return &v.sizeCache
  765. case 2:
  766. return &v.unknownFields
  767. default:
  768. return nil
  769. }
  770. }
  771. file_account_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  772. switch v := v.(*LoginToken); i {
  773. case 0:
  774. return &v.state
  775. case 1:
  776. return &v.sizeCache
  777. case 2:
  778. return &v.unknownFields
  779. default:
  780. return nil
  781. }
  782. }
  783. }
  784. type x struct{}
  785. out := protoimpl.TypeBuilder{
  786. File: protoimpl.DescBuilder{
  787. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  788. RawDescriptor: file_account_proto_rawDesc,
  789. NumEnums: 0,
  790. NumMessages: 10,
  791. NumExtensions: 0,
  792. NumServices: 1,
  793. },
  794. GoTypes: file_account_proto_goTypes,
  795. DependencyIndexes: file_account_proto_depIdxs,
  796. MessageInfos: file_account_proto_msgTypes,
  797. }.Build()
  798. File_account_proto = out.File
  799. file_account_proto_rawDesc = nil
  800. file_account_proto_goTypes = nil
  801. file_account_proto_depIdxs = nil
  802. }