account.pb.go 54 KB

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