account.pb.go 49 KB

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