powerCheck.pb.go 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.30.0
  4. // protoc v3.21.12
  5. // source: powerCheck.proto
  6. package pb
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. // 公共返回 status
  20. type PowerCheckResp struct {
  21. state protoimpl.MessageState
  22. sizeCache protoimpl.SizeCache
  23. unknownFields protoimpl.UnknownFields
  24. ErrorMsg string `protobuf:"bytes,1,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
  25. ErrorCode int64 `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
  26. Status int64 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
  27. }
  28. func (x *PowerCheckResp) Reset() {
  29. *x = PowerCheckResp{}
  30. if protoimpl.UnsafeEnabled {
  31. mi := &file_powerCheck_proto_msgTypes[0]
  32. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  33. ms.StoreMessageInfo(mi)
  34. }
  35. }
  36. func (x *PowerCheckResp) String() string {
  37. return protoimpl.X.MessageStringOf(x)
  38. }
  39. func (*PowerCheckResp) ProtoMessage() {}
  40. func (x *PowerCheckResp) ProtoReflect() protoreflect.Message {
  41. mi := &file_powerCheck_proto_msgTypes[0]
  42. if protoimpl.UnsafeEnabled && x != nil {
  43. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  44. if ms.LoadMessageInfo() == nil {
  45. ms.StoreMessageInfo(mi)
  46. }
  47. return ms
  48. }
  49. return mi.MessageOf(x)
  50. }
  51. // Deprecated: Use PowerCheckResp.ProtoReflect.Descriptor instead.
  52. func (*PowerCheckResp) Descriptor() ([]byte, []int) {
  53. return file_powerCheck_proto_rawDescGZIP(), []int{0}
  54. }
  55. func (x *PowerCheckResp) GetErrorMsg() string {
  56. if x != nil {
  57. return x.ErrorMsg
  58. }
  59. return ""
  60. }
  61. func (x *PowerCheckResp) GetErrorCode() int64 {
  62. if x != nil {
  63. return x.ErrorCode
  64. }
  65. return 0
  66. }
  67. func (x *PowerCheckResp) GetStatus() int64 {
  68. if x != nil {
  69. return x.Status
  70. }
  71. return 0
  72. }
  73. type CheckReq struct {
  74. state protoimpl.MessageState
  75. sizeCache protoimpl.SizeCache
  76. unknownFields protoimpl.UnknownFields
  77. Appid string `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid,omitempty"`
  78. Userid string `protobuf:"bytes,2,opt,name=userid,proto3" json:"userid,omitempty"` //mongodb用户id
  79. BaseUserId int64 `protobuf:"varint,3,opt,name=baseUserId,proto3" json:"baseUserId,omitempty"` //base_user用户id
  80. AccountId int64 `protobuf:"varint,4,opt,name=accountId,proto3" json:"accountId,omitempty"` //账户id
  81. EntId int64 `protobuf:"varint,5,opt,name=entId,proto3" json:"entId,omitempty"` //
  82. PositionType int64 `protobuf:"varint,6,opt,name=positionType,proto3" json:"positionType,omitempty"` //职位类型 0个人 1企业
  83. PositionId int64 `protobuf:"varint,7,opt,name=positionId,proto3" json:"positionId,omitempty"` //职位id
  84. }
  85. func (x *CheckReq) Reset() {
  86. *x = CheckReq{}
  87. if protoimpl.UnsafeEnabled {
  88. mi := &file_powerCheck_proto_msgTypes[1]
  89. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  90. ms.StoreMessageInfo(mi)
  91. }
  92. }
  93. func (x *CheckReq) String() string {
  94. return protoimpl.X.MessageStringOf(x)
  95. }
  96. func (*CheckReq) ProtoMessage() {}
  97. func (x *CheckReq) ProtoReflect() protoreflect.Message {
  98. mi := &file_powerCheck_proto_msgTypes[1]
  99. if protoimpl.UnsafeEnabled && x != nil {
  100. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  101. if ms.LoadMessageInfo() == nil {
  102. ms.StoreMessageInfo(mi)
  103. }
  104. return ms
  105. }
  106. return mi.MessageOf(x)
  107. }
  108. // Deprecated: Use CheckReq.ProtoReflect.Descriptor instead.
  109. func (*CheckReq) Descriptor() ([]byte, []int) {
  110. return file_powerCheck_proto_rawDescGZIP(), []int{1}
  111. }
  112. func (x *CheckReq) GetAppid() string {
  113. if x != nil {
  114. return x.Appid
  115. }
  116. return ""
  117. }
  118. func (x *CheckReq) GetUserid() string {
  119. if x != nil {
  120. return x.Userid
  121. }
  122. return ""
  123. }
  124. func (x *CheckReq) GetBaseUserId() int64 {
  125. if x != nil {
  126. return x.BaseUserId
  127. }
  128. return 0
  129. }
  130. func (x *CheckReq) GetAccountId() int64 {
  131. if x != nil {
  132. return x.AccountId
  133. }
  134. return 0
  135. }
  136. func (x *CheckReq) GetEntId() int64 {
  137. if x != nil {
  138. return x.EntId
  139. }
  140. return 0
  141. }
  142. func (x *CheckReq) GetPositionType() int64 {
  143. if x != nil {
  144. return x.PositionType
  145. }
  146. return 0
  147. }
  148. func (x *CheckReq) GetPositionId() int64 {
  149. if x != nil {
  150. return x.PositionId
  151. }
  152. return 0
  153. }
  154. type CheckResp struct {
  155. state protoimpl.MessageState
  156. sizeCache protoimpl.SizeCache
  157. unknownFields protoimpl.UnknownFields
  158. ErrorMsg string `protobuf:"bytes,1,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
  159. ErrorCode int64 `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
  160. Vip *Vip `protobuf:"bytes,3,opt,name=vip,proto3" json:"vip,omitempty"`
  161. Member *Member `protobuf:"bytes,4,opt,name=member,proto3" json:"member,omitempty"`
  162. Entniche *Entniche `protobuf:"bytes,5,opt,name=entniche,proto3" json:"entniche,omitempty"`
  163. Ent *Ent `protobuf:"bytes,6,opt,name=ent,proto3" json:"ent,omitempty"`
  164. Free *Free `protobuf:"bytes,7,opt,name=free,proto3" json:"free,omitempty"`
  165. Docs *Docs `protobuf:"bytes,8,opt,name=docs,proto3" json:"docs,omitempty"`
  166. }
  167. func (x *CheckResp) Reset() {
  168. *x = CheckResp{}
  169. if protoimpl.UnsafeEnabled {
  170. mi := &file_powerCheck_proto_msgTypes[2]
  171. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  172. ms.StoreMessageInfo(mi)
  173. }
  174. }
  175. func (x *CheckResp) String() string {
  176. return protoimpl.X.MessageStringOf(x)
  177. }
  178. func (*CheckResp) ProtoMessage() {}
  179. func (x *CheckResp) ProtoReflect() protoreflect.Message {
  180. mi := &file_powerCheck_proto_msgTypes[2]
  181. if protoimpl.UnsafeEnabled && x != nil {
  182. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  183. if ms.LoadMessageInfo() == nil {
  184. ms.StoreMessageInfo(mi)
  185. }
  186. return ms
  187. }
  188. return mi.MessageOf(x)
  189. }
  190. // Deprecated: Use CheckResp.ProtoReflect.Descriptor instead.
  191. func (*CheckResp) Descriptor() ([]byte, []int) {
  192. return file_powerCheck_proto_rawDescGZIP(), []int{2}
  193. }
  194. func (x *CheckResp) GetErrorMsg() string {
  195. if x != nil {
  196. return x.ErrorMsg
  197. }
  198. return ""
  199. }
  200. func (x *CheckResp) GetErrorCode() int64 {
  201. if x != nil {
  202. return x.ErrorCode
  203. }
  204. return 0
  205. }
  206. func (x *CheckResp) GetVip() *Vip {
  207. if x != nil {
  208. return x.Vip
  209. }
  210. return nil
  211. }
  212. func (x *CheckResp) GetMember() *Member {
  213. if x != nil {
  214. return x.Member
  215. }
  216. return nil
  217. }
  218. func (x *CheckResp) GetEntniche() *Entniche {
  219. if x != nil {
  220. return x.Entniche
  221. }
  222. return nil
  223. }
  224. func (x *CheckResp) GetEnt() *Ent {
  225. if x != nil {
  226. return x.Ent
  227. }
  228. return nil
  229. }
  230. func (x *CheckResp) GetFree() *Free {
  231. if x != nil {
  232. return x.Free
  233. }
  234. return nil
  235. }
  236. func (x *CheckResp) GetDocs() *Docs {
  237. if x != nil {
  238. return x.Docs
  239. }
  240. return nil
  241. }
  242. // 超级订阅相关
  243. type Vip struct {
  244. state protoimpl.MessageState
  245. sizeCache protoimpl.SizeCache
  246. unknownFields protoimpl.UnknownFields
  247. Status int64 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` //超级订阅状态
  248. StartTime int64 `protobuf:"varint,2,opt,name=startTime,proto3" json:"startTime,omitempty"` //超级订阅开始时间戳
  249. EndTime int64 `protobuf:"varint,3,opt,name=endTime,proto3" json:"endTime,omitempty"` //超级订阅结束时间戳
  250. Upgrade int64 `protobuf:"varint,4,opt,name=upgrade,proto3" json:"upgrade,omitempty"` //是否是升级版超级订阅;0否 1是
  251. Areacount int64 `protobuf:"varint,5,opt,name=areacount,proto3" json:"areacount,omitempty"` //购买省份数量; -1全部
  252. Buyerclasscount int64 `protobuf:"varint,6,opt,name=buyerclasscount,proto3" json:"buyerclasscount,omitempty"` //购买采购单位数量; -1全部
  253. MaxKeyLength int64 `protobuf:"varint,7,opt,name=maxKeyLength,proto3" json:"maxKeyLength,omitempty"` //最大关键词数量限制
  254. PowerType int64 `protobuf:"varint,8,opt,name=powerType,proto3" json:"powerType,omitempty"` //超级订阅权益类型;0无 1个人 2企业
  255. VipPower int64 `protobuf:"varint,9,opt,name=vipPower,proto3" json:"vipPower,omitempty"` //是否分配了超级订阅;0:否 1:是
  256. FileNum int64 `protobuf:"varint,10,opt,name=fileNum,proto3" json:"fileNum,omitempty"` //超级订阅用户附件下载包的剩余次数
  257. HasKey bool `protobuf:"varint,11,opt,name=hasKey,proto3" json:"hasKey,omitempty"` //是否有关键词
  258. NewCitys []int64 `protobuf:"varint,12,rep,packed,name=newCitys,proto3" json:"newCitys,omitempty"` //城市数量
  259. Original int64 `protobuf:"varint,13,opt,name=original,proto3" json:"original,omitempty"` //超级订阅用户查看原文次数/每月
  260. }
  261. func (x *Vip) Reset() {
  262. *x = Vip{}
  263. if protoimpl.UnsafeEnabled {
  264. mi := &file_powerCheck_proto_msgTypes[3]
  265. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  266. ms.StoreMessageInfo(mi)
  267. }
  268. }
  269. func (x *Vip) String() string {
  270. return protoimpl.X.MessageStringOf(x)
  271. }
  272. func (*Vip) ProtoMessage() {}
  273. func (x *Vip) ProtoReflect() protoreflect.Message {
  274. mi := &file_powerCheck_proto_msgTypes[3]
  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 Vip.ProtoReflect.Descriptor instead.
  285. func (*Vip) Descriptor() ([]byte, []int) {
  286. return file_powerCheck_proto_rawDescGZIP(), []int{3}
  287. }
  288. func (x *Vip) GetStatus() int64 {
  289. if x != nil {
  290. return x.Status
  291. }
  292. return 0
  293. }
  294. func (x *Vip) GetStartTime() int64 {
  295. if x != nil {
  296. return x.StartTime
  297. }
  298. return 0
  299. }
  300. func (x *Vip) GetEndTime() int64 {
  301. if x != nil {
  302. return x.EndTime
  303. }
  304. return 0
  305. }
  306. func (x *Vip) GetUpgrade() int64 {
  307. if x != nil {
  308. return x.Upgrade
  309. }
  310. return 0
  311. }
  312. func (x *Vip) GetAreacount() int64 {
  313. if x != nil {
  314. return x.Areacount
  315. }
  316. return 0
  317. }
  318. func (x *Vip) GetBuyerclasscount() int64 {
  319. if x != nil {
  320. return x.Buyerclasscount
  321. }
  322. return 0
  323. }
  324. func (x *Vip) GetMaxKeyLength() int64 {
  325. if x != nil {
  326. return x.MaxKeyLength
  327. }
  328. return 0
  329. }
  330. func (x *Vip) GetPowerType() int64 {
  331. if x != nil {
  332. return x.PowerType
  333. }
  334. return 0
  335. }
  336. func (x *Vip) GetVipPower() int64 {
  337. if x != nil {
  338. return x.VipPower
  339. }
  340. return 0
  341. }
  342. func (x *Vip) GetFileNum() int64 {
  343. if x != nil {
  344. return x.FileNum
  345. }
  346. return 0
  347. }
  348. func (x *Vip) GetHasKey() bool {
  349. if x != nil {
  350. return x.HasKey
  351. }
  352. return false
  353. }
  354. func (x *Vip) GetNewCitys() []int64 {
  355. if x != nil {
  356. return x.NewCitys
  357. }
  358. return nil
  359. }
  360. func (x *Vip) GetOriginal() int64 {
  361. if x != nil {
  362. return x.Original
  363. }
  364. return 0
  365. }
  366. // 大会员相关
  367. type Member struct {
  368. state protoimpl.MessageState
  369. sizeCache protoimpl.SizeCache
  370. unknownFields protoimpl.UnknownFields
  371. Status int64 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` //大会员状态
  372. StartTime int64 `protobuf:"varint,2,opt,name=startTime,proto3" json:"startTime,omitempty"` //开始时间戳
  373. EndTime int64 `protobuf:"varint,3,opt,name=endTime,proto3" json:"endTime,omitempty"` //结束时间戳
  374. MemberName string `protobuf:"bytes,4,opt,name=memberName,proto3" json:"memberName,omitempty"` //大会员版本名称
  375. MemberPowerList []int64 `protobuf:"varint,5,rep,packed,name=memberPowerList,proto3" json:"memberPowerList,omitempty"` //大会员权益数组
  376. IsMemberTrial int64 `protobuf:"varint,6,opt,name=isMemberTrial,proto3" json:"isMemberTrial,omitempty"` //是否是大会员试用;0否 1是
  377. PowerType int64 `protobuf:"varint,7,opt,name=powerType,proto3" json:"powerType,omitempty"` //大会员权益类型;0无 1个人 2企业
  378. MemberPower int64 `protobuf:"varint,8,opt,name=memberPower,proto3" json:"memberPower,omitempty"` //是否分配了大会员;0:否 1:是
  379. IsSubCount int64 `protobuf:"varint,9,opt,name=isSubCount,proto3" json:"isSubCount,omitempty"` //是否是子账号 0否 1是
  380. MaxKeyLength int64 `protobuf:"varint,10,opt,name=maxKeyLength,proto3" json:"maxKeyLength,omitempty"` //最大关键词数量限制
  381. EntNum int64 `protobuf:"varint,11,opt,name=entNum,proto3" json:"entNum,omitempty"` //企业情报监控 企业中标动态数量
  382. ProNum int64 `protobuf:"varint,12,opt,name=proNum,proto3" json:"proNum,omitempty"` //项目进度监控数量
  383. DailyNum int64 `protobuf:"varint,13,opt,name=dailyNum,proto3" json:"dailyNum,omitempty"` //结构化数据(单日限量包数量)
  384. Customers int64 `protobuf:"varint,14,opt,name=customers,proto3" json:"customers,omitempty"` //潜在客户数量
  385. Pid string `protobuf:"bytes,15,opt,name=pid,proto3" json:"pid,omitempty"` //主帐号id
  386. Used bool `protobuf:"varint,16,opt,name=used,proto3" json:"used,omitempty"` //是否使用过大会员初始化
  387. HasKey bool `protobuf:"varint,17,opt,name=hasKey,proto3" json:"hasKey,omitempty"` //是否有关键词
  388. Original int64 `protobuf:"varint,18,opt,name=original,proto3" json:"original,omitempty"` //大会员用户查看原文次数/每月
  389. }
  390. func (x *Member) Reset() {
  391. *x = Member{}
  392. if protoimpl.UnsafeEnabled {
  393. mi := &file_powerCheck_proto_msgTypes[4]
  394. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  395. ms.StoreMessageInfo(mi)
  396. }
  397. }
  398. func (x *Member) String() string {
  399. return protoimpl.X.MessageStringOf(x)
  400. }
  401. func (*Member) ProtoMessage() {}
  402. func (x *Member) ProtoReflect() protoreflect.Message {
  403. mi := &file_powerCheck_proto_msgTypes[4]
  404. if protoimpl.UnsafeEnabled && x != nil {
  405. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  406. if ms.LoadMessageInfo() == nil {
  407. ms.StoreMessageInfo(mi)
  408. }
  409. return ms
  410. }
  411. return mi.MessageOf(x)
  412. }
  413. // Deprecated: Use Member.ProtoReflect.Descriptor instead.
  414. func (*Member) Descriptor() ([]byte, []int) {
  415. return file_powerCheck_proto_rawDescGZIP(), []int{4}
  416. }
  417. func (x *Member) GetStatus() int64 {
  418. if x != nil {
  419. return x.Status
  420. }
  421. return 0
  422. }
  423. func (x *Member) GetStartTime() int64 {
  424. if x != nil {
  425. return x.StartTime
  426. }
  427. return 0
  428. }
  429. func (x *Member) GetEndTime() int64 {
  430. if x != nil {
  431. return x.EndTime
  432. }
  433. return 0
  434. }
  435. func (x *Member) GetMemberName() string {
  436. if x != nil {
  437. return x.MemberName
  438. }
  439. return ""
  440. }
  441. func (x *Member) GetMemberPowerList() []int64 {
  442. if x != nil {
  443. return x.MemberPowerList
  444. }
  445. return nil
  446. }
  447. func (x *Member) GetIsMemberTrial() int64 {
  448. if x != nil {
  449. return x.IsMemberTrial
  450. }
  451. return 0
  452. }
  453. func (x *Member) GetPowerType() int64 {
  454. if x != nil {
  455. return x.PowerType
  456. }
  457. return 0
  458. }
  459. func (x *Member) GetMemberPower() int64 {
  460. if x != nil {
  461. return x.MemberPower
  462. }
  463. return 0
  464. }
  465. func (x *Member) GetIsSubCount() int64 {
  466. if x != nil {
  467. return x.IsSubCount
  468. }
  469. return 0
  470. }
  471. func (x *Member) GetMaxKeyLength() int64 {
  472. if x != nil {
  473. return x.MaxKeyLength
  474. }
  475. return 0
  476. }
  477. func (x *Member) GetEntNum() int64 {
  478. if x != nil {
  479. return x.EntNum
  480. }
  481. return 0
  482. }
  483. func (x *Member) GetProNum() int64 {
  484. if x != nil {
  485. return x.ProNum
  486. }
  487. return 0
  488. }
  489. func (x *Member) GetDailyNum() int64 {
  490. if x != nil {
  491. return x.DailyNum
  492. }
  493. return 0
  494. }
  495. func (x *Member) GetCustomers() int64 {
  496. if x != nil {
  497. return x.Customers
  498. }
  499. return 0
  500. }
  501. func (x *Member) GetPid() string {
  502. if x != nil {
  503. return x.Pid
  504. }
  505. return ""
  506. }
  507. func (x *Member) GetUsed() bool {
  508. if x != nil {
  509. return x.Used
  510. }
  511. return false
  512. }
  513. func (x *Member) GetHasKey() bool {
  514. if x != nil {
  515. return x.HasKey
  516. }
  517. return false
  518. }
  519. func (x *Member) GetOriginal() int64 {
  520. if x != nil {
  521. return x.Original
  522. }
  523. return 0
  524. }
  525. // 商机管理相关
  526. type Entniche struct {
  527. state protoimpl.MessageState
  528. sizeCache protoimpl.SizeCache
  529. unknownFields protoimpl.UnknownFields
  530. Status int64 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` //商机管理相关
  531. StartTime int64 `protobuf:"varint,2,opt,name=startTime,proto3" json:"startTime,omitempty"` //开始时间戳
  532. EndTime int64 `protobuf:"varint,3,opt,name=endTime,proto3" json:"endTime,omitempty"` //结束时间戳
  533. PowerSource int64 `protobuf:"varint,4,opt,name=powerSource,proto3" json:"powerSource,omitempty"` //商机管理权限开通来源;1:赠送的商机管理服务
  534. IsEntPower int64 `protobuf:"varint,5,opt,name=isEntPower,proto3" json:"isEntPower,omitempty"` //是否分配权限;0:未分配,1:已分配
  535. IsNew int64 `protobuf:"varint,6,opt,name=isNew,proto3" json:"isNew,omitempty"` //是否是新版商机管理 0不是 1是
  536. HasKey bool `protobuf:"varint,7,opt,name=hasKey,proto3" json:"hasKey,omitempty"` //是否有关键词
  537. Model int64 `protobuf:"varint,8,opt,name=model,proto3" json:"model,omitempty"` // 1-统一订阅,2-个人订阅
  538. Original int64 `protobuf:"varint,9,opt,name=original,proto3" json:"original,omitempty"` //商机管理用户查看原文次数/每月
  539. }
  540. func (x *Entniche) Reset() {
  541. *x = Entniche{}
  542. if protoimpl.UnsafeEnabled {
  543. mi := &file_powerCheck_proto_msgTypes[5]
  544. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  545. ms.StoreMessageInfo(mi)
  546. }
  547. }
  548. func (x *Entniche) String() string {
  549. return protoimpl.X.MessageStringOf(x)
  550. }
  551. func (*Entniche) ProtoMessage() {}
  552. func (x *Entniche) ProtoReflect() protoreflect.Message {
  553. mi := &file_powerCheck_proto_msgTypes[5]
  554. if protoimpl.UnsafeEnabled && x != nil {
  555. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  556. if ms.LoadMessageInfo() == nil {
  557. ms.StoreMessageInfo(mi)
  558. }
  559. return ms
  560. }
  561. return mi.MessageOf(x)
  562. }
  563. // Deprecated: Use Entniche.ProtoReflect.Descriptor instead.
  564. func (*Entniche) Descriptor() ([]byte, []int) {
  565. return file_powerCheck_proto_rawDescGZIP(), []int{5}
  566. }
  567. func (x *Entniche) GetStatus() int64 {
  568. if x != nil {
  569. return x.Status
  570. }
  571. return 0
  572. }
  573. func (x *Entniche) GetStartTime() int64 {
  574. if x != nil {
  575. return x.StartTime
  576. }
  577. return 0
  578. }
  579. func (x *Entniche) GetEndTime() int64 {
  580. if x != nil {
  581. return x.EndTime
  582. }
  583. return 0
  584. }
  585. func (x *Entniche) GetPowerSource() int64 {
  586. if x != nil {
  587. return x.PowerSource
  588. }
  589. return 0
  590. }
  591. func (x *Entniche) GetIsEntPower() int64 {
  592. if x != nil {
  593. return x.IsEntPower
  594. }
  595. return 0
  596. }
  597. func (x *Entniche) GetIsNew() int64 {
  598. if x != nil {
  599. return x.IsNew
  600. }
  601. return 0
  602. }
  603. func (x *Entniche) GetHasKey() bool {
  604. if x != nil {
  605. return x.HasKey
  606. }
  607. return false
  608. }
  609. func (x *Entniche) GetModel() int64 {
  610. if x != nil {
  611. return x.Model
  612. }
  613. return 0
  614. }
  615. func (x *Entniche) GetOriginal() int64 {
  616. if x != nil {
  617. return x.Original
  618. }
  619. return 0
  620. }
  621. // 企业相关
  622. type Ent struct {
  623. state protoimpl.MessageState
  624. sizeCache protoimpl.SizeCache
  625. unknownFields protoimpl.UnknownFields
  626. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` //企业名称
  627. EntRoleId int64 `protobuf:"varint,2,opt,name=entRoleId,proto3" json:"entRoleId,omitempty"` //商机管理角色:1:企业管理员;2:部门管理员
  628. EntAuthStatus int64 `protobuf:"varint,3,opt,name=entAuthStatus,proto3" json:"entAuthStatus,omitempty"` //企业是否认证 -1 未通过,0 未认证,1 已认证
  629. EntAuthReason string `protobuf:"bytes,4,opt,name=entAuthReason,proto3" json:"entAuthReason,omitempty"` //认证不通过原因
  630. EntSubscribe int64 `protobuf:"varint,5,opt,name=entSubscribe,proto3" json:"entSubscribe,omitempty"` //是否有企业订阅权限;0:否 1:是
  631. EntSubscribeManager int64 `protobuf:"varint,6,opt,name=entSubscribeManager,proto3" json:"entSubscribeManager,omitempty"` //是否有企业订阅管理权限;0:否 1:是
  632. PowerSource int64 `protobuf:"varint,7,opt,name=powerSource,proto3" json:"powerSource,omitempty"` //商机管理权限开通来源;1:赠送的商机管理服务
  633. DeptSubscribe int64 `protobuf:"varint,8,opt,name=deptSubscribe,proto3" json:"deptSubscribe,omitempty"` //各部门是否可以自行订阅;0:否 1:是
  634. PrivateGD bool `protobuf:"varint,9,opt,name=privateGD,proto3" json:"privateGD,omitempty"` //广东移动DICT 用户,用于查看画像
  635. BuyVip int64 `protobuf:"varint,10,opt,name=buyVip,proto3" json:"buyVip,omitempty"` //是否购买超级订阅
  636. BuyMember int64 `protobuf:"varint,11,opt,name=buyMember,proto3" json:"buyMember,omitempty"` //是否购买大会员
  637. Services bool `protobuf:"varint,12,opt,name=Services,proto3" json:"Services,omitempty"` //是否购买企业级应用服务
  638. }
  639. func (x *Ent) Reset() {
  640. *x = Ent{}
  641. if protoimpl.UnsafeEnabled {
  642. mi := &file_powerCheck_proto_msgTypes[6]
  643. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  644. ms.StoreMessageInfo(mi)
  645. }
  646. }
  647. func (x *Ent) String() string {
  648. return protoimpl.X.MessageStringOf(x)
  649. }
  650. func (*Ent) ProtoMessage() {}
  651. func (x *Ent) ProtoReflect() protoreflect.Message {
  652. mi := &file_powerCheck_proto_msgTypes[6]
  653. if protoimpl.UnsafeEnabled && x != nil {
  654. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  655. if ms.LoadMessageInfo() == nil {
  656. ms.StoreMessageInfo(mi)
  657. }
  658. return ms
  659. }
  660. return mi.MessageOf(x)
  661. }
  662. // Deprecated: Use Ent.ProtoReflect.Descriptor instead.
  663. func (*Ent) Descriptor() ([]byte, []int) {
  664. return file_powerCheck_proto_rawDescGZIP(), []int{6}
  665. }
  666. func (x *Ent) GetName() string {
  667. if x != nil {
  668. return x.Name
  669. }
  670. return ""
  671. }
  672. func (x *Ent) GetEntRoleId() int64 {
  673. if x != nil {
  674. return x.EntRoleId
  675. }
  676. return 0
  677. }
  678. func (x *Ent) GetEntAuthStatus() int64 {
  679. if x != nil {
  680. return x.EntAuthStatus
  681. }
  682. return 0
  683. }
  684. func (x *Ent) GetEntAuthReason() string {
  685. if x != nil {
  686. return x.EntAuthReason
  687. }
  688. return ""
  689. }
  690. func (x *Ent) GetEntSubscribe() int64 {
  691. if x != nil {
  692. return x.EntSubscribe
  693. }
  694. return 0
  695. }
  696. func (x *Ent) GetEntSubscribeManager() int64 {
  697. if x != nil {
  698. return x.EntSubscribeManager
  699. }
  700. return 0
  701. }
  702. func (x *Ent) GetPowerSource() int64 {
  703. if x != nil {
  704. return x.PowerSource
  705. }
  706. return 0
  707. }
  708. func (x *Ent) GetDeptSubscribe() int64 {
  709. if x != nil {
  710. return x.DeptSubscribe
  711. }
  712. return 0
  713. }
  714. func (x *Ent) GetPrivateGD() bool {
  715. if x != nil {
  716. return x.PrivateGD
  717. }
  718. return false
  719. }
  720. func (x *Ent) GetBuyVip() int64 {
  721. if x != nil {
  722. return x.BuyVip
  723. }
  724. return 0
  725. }
  726. func (x *Ent) GetBuyMember() int64 {
  727. if x != nil {
  728. return x.BuyMember
  729. }
  730. return 0
  731. }
  732. func (x *Ent) GetServices() bool {
  733. if x != nil {
  734. return x.Services
  735. }
  736. return false
  737. }
  738. // 免费权益相关
  739. type Free struct {
  740. state protoimpl.MessageState
  741. sizeCache protoimpl.SizeCache
  742. unknownFields protoimpl.UnknownFields
  743. IsFree bool `protobuf:"varint,1,opt,name=isFree,proto3" json:"isFree,omitempty"` //是否是免费用户
  744. FreeHasKey bool `protobuf:"varint,2,opt,name=freeHasKey,proto3" json:"freeHasKey,omitempty"` //免费用户是否有关键词
  745. FreeEntPort int64 `protobuf:"varint,3,opt,name=freeEntPort,proto3" json:"freeEntPort,omitempty"` //免费用户可查看企业画像次数
  746. FreeBuyerPort int64 `protobuf:"varint,4,opt,name=freeBuyerPort,proto3" json:"freeBuyerPort,omitempty"` //免费用户可查看采购单位画像次数
  747. FreeFile int64 `protobuf:"varint,5,opt,name=freeFile,proto3" json:"freeFile,omitempty"` //免费用户可以进行附件下载次数
  748. Registedate int64 `protobuf:"varint,6,opt,name=registedate,proto3" json:"registedate,omitempty"` //注册时间
  749. IsUpgrade bool `protobuf:"varint,7,opt,name=isUpgrade,proto3" json:"isUpgrade,omitempty"` //是否是新免费用户
  750. Mail string `protobuf:"bytes,8,opt,name=mail,proto3" json:"mail,omitempty"`
  751. Phone string `protobuf:"bytes,9,opt,name=phone,proto3" json:"phone,omitempty"` //手机号
  752. TsGuide int64 `protobuf:"varint,10,opt,name=tsGuide,proto3" json:"tsGuide,omitempty"` //pc订阅关键词,不再走向导页
  753. MemberApppushunread int64 `protobuf:"varint,11,opt,name=memberApppushunread,proto3" json:"memberApppushunread,omitempty"` //已读未读
  754. EntnicheApppushunread int64 `protobuf:"varint,12,opt,name=entnicheApppushunread,proto3" json:"entnicheApppushunread,omitempty"` //已读未读
  755. Apppushunread int64 `protobuf:"varint,13,opt,name=apppushunread,proto3" json:"apppushunread,omitempty"` //已读未读
  756. OjyLength int64 `protobuf:"varint,14,opt,name=ojyLength,proto3" json:"ojyLength,omitempty"` //ojy的长度
  757. Original int64 `protobuf:"varint,15,opt,name=original,proto3" json:"original,omitempty"` //免费用户查看原文次数/每月
  758. PpStatus int64 `protobuf:"varint,16,opt,name=ppStatus,proto3" json:"ppStatus,omitempty"` //省份订阅包
  759. PpStartTime int64 `protobuf:"varint,17,opt,name=ppStartTime,proto3" json:"ppStartTime,omitempty"` //省份订阅包开始时间
  760. PpEndTime int64 `protobuf:"varint,18,opt,name=ppEndTime,proto3" json:"ppEndTime,omitempty"` //省份订阅包结束时间
  761. PpAreaCount int64 `protobuf:"varint,19,opt,name=ppAreaCount,proto3" json:"ppAreaCount,omitempty"` //省份订阅购买数量
  762. }
  763. func (x *Free) Reset() {
  764. *x = Free{}
  765. if protoimpl.UnsafeEnabled {
  766. mi := &file_powerCheck_proto_msgTypes[7]
  767. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  768. ms.StoreMessageInfo(mi)
  769. }
  770. }
  771. func (x *Free) String() string {
  772. return protoimpl.X.MessageStringOf(x)
  773. }
  774. func (*Free) ProtoMessage() {}
  775. func (x *Free) ProtoReflect() protoreflect.Message {
  776. mi := &file_powerCheck_proto_msgTypes[7]
  777. if protoimpl.UnsafeEnabled && x != nil {
  778. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  779. if ms.LoadMessageInfo() == nil {
  780. ms.StoreMessageInfo(mi)
  781. }
  782. return ms
  783. }
  784. return mi.MessageOf(x)
  785. }
  786. // Deprecated: Use Free.ProtoReflect.Descriptor instead.
  787. func (*Free) Descriptor() ([]byte, []int) {
  788. return file_powerCheck_proto_rawDescGZIP(), []int{7}
  789. }
  790. func (x *Free) GetIsFree() bool {
  791. if x != nil {
  792. return x.IsFree
  793. }
  794. return false
  795. }
  796. func (x *Free) GetFreeHasKey() bool {
  797. if x != nil {
  798. return x.FreeHasKey
  799. }
  800. return false
  801. }
  802. func (x *Free) GetFreeEntPort() int64 {
  803. if x != nil {
  804. return x.FreeEntPort
  805. }
  806. return 0
  807. }
  808. func (x *Free) GetFreeBuyerPort() int64 {
  809. if x != nil {
  810. return x.FreeBuyerPort
  811. }
  812. return 0
  813. }
  814. func (x *Free) GetFreeFile() int64 {
  815. if x != nil {
  816. return x.FreeFile
  817. }
  818. return 0
  819. }
  820. func (x *Free) GetRegistedate() int64 {
  821. if x != nil {
  822. return x.Registedate
  823. }
  824. return 0
  825. }
  826. func (x *Free) GetIsUpgrade() bool {
  827. if x != nil {
  828. return x.IsUpgrade
  829. }
  830. return false
  831. }
  832. func (x *Free) GetMail() string {
  833. if x != nil {
  834. return x.Mail
  835. }
  836. return ""
  837. }
  838. func (x *Free) GetPhone() string {
  839. if x != nil {
  840. return x.Phone
  841. }
  842. return ""
  843. }
  844. func (x *Free) GetTsGuide() int64 {
  845. if x != nil {
  846. return x.TsGuide
  847. }
  848. return 0
  849. }
  850. func (x *Free) GetMemberApppushunread() int64 {
  851. if x != nil {
  852. return x.MemberApppushunread
  853. }
  854. return 0
  855. }
  856. func (x *Free) GetEntnicheApppushunread() int64 {
  857. if x != nil {
  858. return x.EntnicheApppushunread
  859. }
  860. return 0
  861. }
  862. func (x *Free) GetApppushunread() int64 {
  863. if x != nil {
  864. return x.Apppushunread
  865. }
  866. return 0
  867. }
  868. func (x *Free) GetOjyLength() int64 {
  869. if x != nil {
  870. return x.OjyLength
  871. }
  872. return 0
  873. }
  874. func (x *Free) GetOriginal() int64 {
  875. if x != nil {
  876. return x.Original
  877. }
  878. return 0
  879. }
  880. func (x *Free) GetPpStatus() int64 {
  881. if x != nil {
  882. return x.PpStatus
  883. }
  884. return 0
  885. }
  886. func (x *Free) GetPpStartTime() int64 {
  887. if x != nil {
  888. return x.PpStartTime
  889. }
  890. return 0
  891. }
  892. func (x *Free) GetPpEndTime() int64 {
  893. if x != nil {
  894. return x.PpEndTime
  895. }
  896. return 0
  897. }
  898. func (x *Free) GetPpAreaCount() int64 {
  899. if x != nil {
  900. return x.PpAreaCount
  901. }
  902. return 0
  903. }
  904. // 文库
  905. type Docs struct {
  906. state protoimpl.MessageState
  907. sizeCache protoimpl.SizeCache
  908. unknownFields protoimpl.UnknownFields
  909. Status int64 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
  910. StartDate int64 `protobuf:"varint,2,opt,name=startDate,proto3" json:"startDate,omitempty"`
  911. EndDate int64 `protobuf:"varint,3,opt,name=endDate,proto3" json:"endDate,omitempty"`
  912. FreeDownload int64 `protobuf:"varint,4,opt,name=freeDownload,proto3" json:"freeDownload,omitempty"`
  913. }
  914. func (x *Docs) Reset() {
  915. *x = Docs{}
  916. if protoimpl.UnsafeEnabled {
  917. mi := &file_powerCheck_proto_msgTypes[8]
  918. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  919. ms.StoreMessageInfo(mi)
  920. }
  921. }
  922. func (x *Docs) String() string {
  923. return protoimpl.X.MessageStringOf(x)
  924. }
  925. func (*Docs) ProtoMessage() {}
  926. func (x *Docs) ProtoReflect() protoreflect.Message {
  927. mi := &file_powerCheck_proto_msgTypes[8]
  928. if protoimpl.UnsafeEnabled && x != nil {
  929. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  930. if ms.LoadMessageInfo() == nil {
  931. ms.StoreMessageInfo(mi)
  932. }
  933. return ms
  934. }
  935. return mi.MessageOf(x)
  936. }
  937. // Deprecated: Use Docs.ProtoReflect.Descriptor instead.
  938. func (*Docs) Descriptor() ([]byte, []int) {
  939. return file_powerCheck_proto_rawDescGZIP(), []int{8}
  940. }
  941. func (x *Docs) GetStatus() int64 {
  942. if x != nil {
  943. return x.Status
  944. }
  945. return 0
  946. }
  947. func (x *Docs) GetStartDate() int64 {
  948. if x != nil {
  949. return x.StartDate
  950. }
  951. return 0
  952. }
  953. func (x *Docs) GetEndDate() int64 {
  954. if x != nil {
  955. return x.EndDate
  956. }
  957. return 0
  958. }
  959. func (x *Docs) GetFreeDownload() int64 {
  960. if x != nil {
  961. return x.FreeDownload
  962. }
  963. return 0
  964. }
  965. var File_powerCheck_proto protoreflect.FileDescriptor
  966. var file_powerCheck_proto_rawDesc = []byte{
  967. 0x0a, 0x10, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f,
  968. 0x74, 0x6f, 0x22, 0x64, 0x0a, 0x0e, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68, 0x65, 0x63, 0x6b,
  969. 0x52, 0x65, 0x73, 0x70, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73,
  970. 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73,
  971. 0x67, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18,
  972. 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65,
  973. 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03,
  974. 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xd0, 0x01, 0x0a, 0x08, 0x43, 0x68, 0x65,
  975. 0x63, 0x6b, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x01,
  976. 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75,
  977. 0x73, 0x65, 0x72, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65,
  978. 0x72, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x61, 0x73, 0x65, 0x55, 0x73, 0x65, 0x72, 0x49,
  979. 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x62, 0x61, 0x73, 0x65, 0x55, 0x73, 0x65,
  980. 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64,
  981. 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49,
  982. 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03,
  983. 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x6f, 0x73, 0x69, 0x74,
  984. 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x70,
  985. 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x70,
  986. 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52,
  987. 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0xf5, 0x01, 0x0a, 0x09,
  988. 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72,
  989. 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72,
  990. 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f,
  991. 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f,
  992. 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x03, 0x76, 0x69, 0x70, 0x18, 0x03, 0x20, 0x01,
  993. 0x28, 0x0b, 0x32, 0x04, 0x2e, 0x56, 0x69, 0x70, 0x52, 0x03, 0x76, 0x69, 0x70, 0x12, 0x1f, 0x0a,
  994. 0x06, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e,
  995. 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x06, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x25,
  996. 0x0a, 0x08, 0x65, 0x6e, 0x74, 0x6e, 0x69, 0x63, 0x68, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b,
  997. 0x32, 0x09, 0x2e, 0x45, 0x6e, 0x74, 0x6e, 0x69, 0x63, 0x68, 0x65, 0x52, 0x08, 0x65, 0x6e, 0x74,
  998. 0x6e, 0x69, 0x63, 0x68, 0x65, 0x12, 0x16, 0x0a, 0x03, 0x65, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01,
  999. 0x28, 0x0b, 0x32, 0x04, 0x2e, 0x45, 0x6e, 0x74, 0x52, 0x03, 0x65, 0x6e, 0x74, 0x12, 0x19, 0x0a,
  1000. 0x04, 0x66, 0x72, 0x65, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x05, 0x2e, 0x46, 0x72,
  1001. 0x65, 0x65, 0x52, 0x04, 0x66, 0x72, 0x65, 0x65, 0x12, 0x19, 0x0a, 0x04, 0x64, 0x6f, 0x63, 0x73,
  1002. 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x05, 0x2e, 0x44, 0x6f, 0x63, 0x73, 0x52, 0x04, 0x64,
  1003. 0x6f, 0x63, 0x73, 0x22, 0xff, 0x02, 0x0a, 0x03, 0x56, 0x69, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x73,
  1004. 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61,
  1005. 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65,
  1006. 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d,
  1007. 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01,
  1008. 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x75,
  1009. 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x75, 0x70,
  1010. 0x67, 0x72, 0x61, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x65, 0x61, 0x63, 0x6f, 0x75,
  1011. 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x72, 0x65, 0x61, 0x63, 0x6f,
  1012. 0x75, 0x6e, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x62, 0x75, 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61, 0x73,
  1013. 0x73, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x62, 0x75,
  1014. 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22, 0x0a,
  1015. 0x0c, 0x6d, 0x61, 0x78, 0x4b, 0x65, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x07, 0x20,
  1016. 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6d, 0x61, 0x78, 0x4b, 0x65, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74,
  1017. 0x68, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x08,
  1018. 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12,
  1019. 0x1a, 0x0a, 0x08, 0x76, 0x69, 0x70, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28,
  1020. 0x03, 0x52, 0x08, 0x76, 0x69, 0x70, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x66,
  1021. 0x69, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x66, 0x69,
  1022. 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x18,
  1023. 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x68, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a,
  1024. 0x08, 0x6e, 0x65, 0x77, 0x43, 0x69, 0x74, 0x79, 0x73, 0x18, 0x0c, 0x20, 0x03, 0x28, 0x03, 0x52,
  1025. 0x08, 0x6e, 0x65, 0x77, 0x43, 0x69, 0x74, 0x79, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x72, 0x69,
  1026. 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6f, 0x72, 0x69,
  1027. 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x22, 0x90, 0x04, 0x0a, 0x06, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72,
  1028. 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
  1029. 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72,
  1030. 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x74, 0x61,
  1031. 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d,
  1032. 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65,
  1033. 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04,
  1034. 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65,
  1035. 0x12, 0x28, 0x0a, 0x0f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x4c,
  1036. 0x69, 0x73, 0x74, 0x18, 0x05, 0x20, 0x03, 0x28, 0x03, 0x52, 0x0f, 0x6d, 0x65, 0x6d, 0x62, 0x65,
  1037. 0x72, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x73,
  1038. 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x54, 0x72, 0x69, 0x61, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28,
  1039. 0x03, 0x52, 0x0d, 0x69, 0x73, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x54, 0x72, 0x69, 0x61, 0x6c,
  1040. 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20,
  1041. 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20,
  1042. 0x0a, 0x0b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x18, 0x08, 0x20,
  1043. 0x01, 0x28, 0x03, 0x52, 0x0b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x50, 0x6f, 0x77, 0x65, 0x72,
  1044. 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x53, 0x75, 0x62, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x09,
  1045. 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x69, 0x73, 0x53, 0x75, 0x62, 0x43, 0x6f, 0x75, 0x6e, 0x74,
  1046. 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x61, 0x78, 0x4b, 0x65, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68,
  1047. 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6d, 0x61, 0x78, 0x4b, 0x65, 0x79, 0x4c, 0x65,
  1048. 0x6e, 0x67, 0x74, 0x68, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x6e, 0x74, 0x4e, 0x75, 0x6d, 0x18, 0x0b,
  1049. 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x65, 0x6e, 0x74, 0x4e, 0x75, 0x6d, 0x12, 0x16, 0x0a, 0x06,
  1050. 0x70, 0x72, 0x6f, 0x4e, 0x75, 0x6d, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x72,
  1051. 0x6f, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x61, 0x69, 0x6c, 0x79, 0x4e, 0x75, 0x6d,
  1052. 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x64, 0x61, 0x69, 0x6c, 0x79, 0x4e, 0x75, 0x6d,
  1053. 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x73, 0x18, 0x0e, 0x20,
  1054. 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x73, 0x12, 0x10,
  1055. 0x0a, 0x03, 0x70, 0x69, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x64,
  1056. 0x12, 0x12, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x08, 0x52, 0x04,
  1057. 0x75, 0x73, 0x65, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x18, 0x11,
  1058. 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x68, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08,
  1059. 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x18, 0x12, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08,
  1060. 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x22, 0xfc, 0x01, 0x0a, 0x08, 0x45, 0x6e, 0x74,
  1061. 0x6e, 0x69, 0x63, 0x68, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18,
  1062. 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a,
  1063. 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
  1064. 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65,
  1065. 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e,
  1066. 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x6f,
  1067. 0x75, 0x72, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x70, 0x6f, 0x77, 0x65,
  1068. 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x45, 0x6e, 0x74,
  1069. 0x50, 0x6f, 0x77, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x69, 0x73, 0x45,
  1070. 0x6e, 0x74, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x4e, 0x65, 0x77,
  1071. 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x69, 0x73, 0x4e, 0x65, 0x77, 0x12, 0x16, 0x0a,
  1072. 0x06, 0x68, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x68,
  1073. 0x61, 0x73, 0x4b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x08,
  1074. 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x6f,
  1075. 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6f,
  1076. 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x22, 0x91, 0x03, 0x0a, 0x03, 0x45, 0x6e, 0x74, 0x12,
  1077. 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e,
  1078. 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x64,
  1079. 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x6e, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x49,
  1080. 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x65, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x53, 0x74, 0x61, 0x74,
  1081. 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x65, 0x6e, 0x74, 0x41, 0x75, 0x74,
  1082. 0x68, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x65, 0x6e, 0x74, 0x41, 0x75,
  1083. 0x74, 0x68, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d,
  1084. 0x65, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x22, 0x0a,
  1085. 0x0c, 0x65, 0x6e, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x18, 0x05, 0x20,
  1086. 0x01, 0x28, 0x03, 0x52, 0x0c, 0x65, 0x6e, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62,
  1087. 0x65, 0x12, 0x30, 0x0a, 0x13, 0x65, 0x6e, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62,
  1088. 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x13,
  1089. 0x65, 0x6e, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x4d, 0x61, 0x6e, 0x61,
  1090. 0x67, 0x65, 0x72, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x6f, 0x75, 0x72,
  1091. 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x53,
  1092. 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x64, 0x65, 0x70, 0x74, 0x53, 0x75, 0x62,
  1093. 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x64, 0x65,
  1094. 0x70, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70,
  1095. 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x47, 0x44, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09,
  1096. 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x47, 0x44, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x75, 0x79,
  1097. 0x56, 0x69, 0x70, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x62, 0x75, 0x79, 0x56, 0x69,
  1098. 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x75, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x0b,
  1099. 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x62, 0x75, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12,
  1100. 0x1a, 0x0a, 0x08, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28,
  1101. 0x08, 0x52, 0x08, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x22, 0xec, 0x04, 0x0a, 0x04,
  1102. 0x46, 0x72, 0x65, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x46, 0x72, 0x65, 0x65, 0x18, 0x01,
  1103. 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x46, 0x72, 0x65, 0x65, 0x12, 0x1e, 0x0a, 0x0a,
  1104. 0x66, 0x72, 0x65, 0x65, 0x48, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08,
  1105. 0x52, 0x0a, 0x66, 0x72, 0x65, 0x65, 0x48, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x12, 0x20, 0x0a, 0x0b,
  1106. 0x66, 0x72, 0x65, 0x65, 0x45, 0x6e, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28,
  1107. 0x03, 0x52, 0x0b, 0x66, 0x72, 0x65, 0x65, 0x45, 0x6e, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x24,
  1108. 0x0a, 0x0d, 0x66, 0x72, 0x65, 0x65, 0x42, 0x75, 0x79, 0x65, 0x72, 0x50, 0x6f, 0x72, 0x74, 0x18,
  1109. 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x66, 0x72, 0x65, 0x65, 0x42, 0x75, 0x79, 0x65, 0x72,
  1110. 0x50, 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x72, 0x65, 0x65, 0x46, 0x69, 0x6c, 0x65,
  1111. 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x72, 0x65, 0x65, 0x46, 0x69, 0x6c, 0x65,
  1112. 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x64, 0x61, 0x74, 0x65, 0x18,
  1113. 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x64, 0x61,
  1114. 0x74, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x18,
  1115. 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x73, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65,
  1116. 0x12, 0x12, 0x0a, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
  1117. 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x09, 0x20,
  1118. 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x73,
  1119. 0x47, 0x75, 0x69, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x74, 0x73, 0x47,
  1120. 0x75, 0x69, 0x64, 0x65, 0x12, 0x30, 0x0a, 0x13, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x70,
  1121. 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28,
  1122. 0x03, 0x52, 0x13, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x70, 0x70, 0x70, 0x75, 0x73, 0x68,
  1123. 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x12, 0x34, 0x0a, 0x15, 0x65, 0x6e, 0x74, 0x6e, 0x69, 0x63,
  1124. 0x68, 0x65, 0x41, 0x70, 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x18,
  1125. 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x15, 0x65, 0x6e, 0x74, 0x6e, 0x69, 0x63, 0x68, 0x65, 0x41,
  1126. 0x70, 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x12, 0x24, 0x0a, 0x0d,
  1127. 0x61, 0x70, 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x18, 0x0d, 0x20,
  1128. 0x01, 0x28, 0x03, 0x52, 0x0d, 0x61, 0x70, 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65,
  1129. 0x61, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6f, 0x6a, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18,
  1130. 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6f, 0x6a, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68,
  1131. 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x18, 0x0f, 0x20, 0x01,
  1132. 0x28, 0x03, 0x52, 0x08, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x12, 0x1a, 0x0a, 0x08,
  1133. 0x70, 0x70, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x10, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08,
  1134. 0x70, 0x70, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x70, 0x53, 0x74,
  1135. 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x70,
  1136. 0x70, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x70,
  1137. 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70,
  1138. 0x70, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x70, 0x41, 0x72,
  1139. 0x65, 0x61, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x13, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x70,
  1140. 0x70, 0x41, 0x72, 0x65, 0x61, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x7a, 0x0a, 0x04, 0x44, 0x6f,
  1141. 0x63, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01,
  1142. 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74,
  1143. 0x61, 0x72, 0x74, 0x44, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73,
  1144. 0x74, 0x61, 0x72, 0x74, 0x44, 0x61, 0x74, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x44,
  1145. 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x44, 0x61,
  1146. 0x74, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x72, 0x65, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f,
  1147. 0x61, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x66, 0x72, 0x65, 0x65, 0x44, 0x6f,
  1148. 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x32, 0x59, 0x0a, 0x0a, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x43,
  1149. 0x68, 0x65, 0x63, 0x6b, 0x12, 0x1e, 0x0a, 0x05, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x12, 0x09, 0x2e,
  1150. 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x1a, 0x0a, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b,
  1151. 0x52, 0x65, 0x73, 0x70, 0x12, 0x2b, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x43, 0x68, 0x65, 0x63, 0x6b,
  1152. 0x52, 0x65, 0x64, 0x69, 0x73, 0x12, 0x09, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x71,
  1153. 0x1a, 0x0f, 0x2e, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73,
  1154. 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  1155. 0x33,
  1156. }
  1157. var (
  1158. file_powerCheck_proto_rawDescOnce sync.Once
  1159. file_powerCheck_proto_rawDescData = file_powerCheck_proto_rawDesc
  1160. )
  1161. func file_powerCheck_proto_rawDescGZIP() []byte {
  1162. file_powerCheck_proto_rawDescOnce.Do(func() {
  1163. file_powerCheck_proto_rawDescData = protoimpl.X.CompressGZIP(file_powerCheck_proto_rawDescData)
  1164. })
  1165. return file_powerCheck_proto_rawDescData
  1166. }
  1167. var file_powerCheck_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
  1168. var file_powerCheck_proto_goTypes = []interface{}{
  1169. (*PowerCheckResp)(nil), // 0: PowerCheckResp
  1170. (*CheckReq)(nil), // 1: CheckReq
  1171. (*CheckResp)(nil), // 2: CheckResp
  1172. (*Vip)(nil), // 3: Vip
  1173. (*Member)(nil), // 4: Member
  1174. (*Entniche)(nil), // 5: Entniche
  1175. (*Ent)(nil), // 6: Ent
  1176. (*Free)(nil), // 7: Free
  1177. (*Docs)(nil), // 8: Docs
  1178. }
  1179. var file_powerCheck_proto_depIdxs = []int32{
  1180. 3, // 0: CheckResp.vip:type_name -> Vip
  1181. 4, // 1: CheckResp.member:type_name -> Member
  1182. 5, // 2: CheckResp.entniche:type_name -> Entniche
  1183. 6, // 3: CheckResp.ent:type_name -> Ent
  1184. 7, // 4: CheckResp.free:type_name -> Free
  1185. 8, // 5: CheckResp.docs:type_name -> Docs
  1186. 1, // 6: powerCheck.Check:input_type -> CheckReq
  1187. 1, // 7: powerCheck.DelCheckRedis:input_type -> CheckReq
  1188. 2, // 8: powerCheck.Check:output_type -> CheckResp
  1189. 0, // 9: powerCheck.DelCheckRedis:output_type -> PowerCheckResp
  1190. 8, // [8:10] is the sub-list for method output_type
  1191. 6, // [6:8] is the sub-list for method input_type
  1192. 6, // [6:6] is the sub-list for extension type_name
  1193. 6, // [6:6] is the sub-list for extension extendee
  1194. 0, // [0:6] is the sub-list for field type_name
  1195. }
  1196. func init() { file_powerCheck_proto_init() }
  1197. func file_powerCheck_proto_init() {
  1198. if File_powerCheck_proto != nil {
  1199. return
  1200. }
  1201. if !protoimpl.UnsafeEnabled {
  1202. file_powerCheck_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  1203. switch v := v.(*PowerCheckResp); i {
  1204. case 0:
  1205. return &v.state
  1206. case 1:
  1207. return &v.sizeCache
  1208. case 2:
  1209. return &v.unknownFields
  1210. default:
  1211. return nil
  1212. }
  1213. }
  1214. file_powerCheck_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1215. switch v := v.(*CheckReq); i {
  1216. case 0:
  1217. return &v.state
  1218. case 1:
  1219. return &v.sizeCache
  1220. case 2:
  1221. return &v.unknownFields
  1222. default:
  1223. return nil
  1224. }
  1225. }
  1226. file_powerCheck_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1227. switch v := v.(*CheckResp); i {
  1228. case 0:
  1229. return &v.state
  1230. case 1:
  1231. return &v.sizeCache
  1232. case 2:
  1233. return &v.unknownFields
  1234. default:
  1235. return nil
  1236. }
  1237. }
  1238. file_powerCheck_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1239. switch v := v.(*Vip); i {
  1240. case 0:
  1241. return &v.state
  1242. case 1:
  1243. return &v.sizeCache
  1244. case 2:
  1245. return &v.unknownFields
  1246. default:
  1247. return nil
  1248. }
  1249. }
  1250. file_powerCheck_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1251. switch v := v.(*Member); i {
  1252. case 0:
  1253. return &v.state
  1254. case 1:
  1255. return &v.sizeCache
  1256. case 2:
  1257. return &v.unknownFields
  1258. default:
  1259. return nil
  1260. }
  1261. }
  1262. file_powerCheck_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1263. switch v := v.(*Entniche); i {
  1264. case 0:
  1265. return &v.state
  1266. case 1:
  1267. return &v.sizeCache
  1268. case 2:
  1269. return &v.unknownFields
  1270. default:
  1271. return nil
  1272. }
  1273. }
  1274. file_powerCheck_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1275. switch v := v.(*Ent); i {
  1276. case 0:
  1277. return &v.state
  1278. case 1:
  1279. return &v.sizeCache
  1280. case 2:
  1281. return &v.unknownFields
  1282. default:
  1283. return nil
  1284. }
  1285. }
  1286. file_powerCheck_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1287. switch v := v.(*Free); i {
  1288. case 0:
  1289. return &v.state
  1290. case 1:
  1291. return &v.sizeCache
  1292. case 2:
  1293. return &v.unknownFields
  1294. default:
  1295. return nil
  1296. }
  1297. }
  1298. file_powerCheck_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1299. switch v := v.(*Docs); i {
  1300. case 0:
  1301. return &v.state
  1302. case 1:
  1303. return &v.sizeCache
  1304. case 2:
  1305. return &v.unknownFields
  1306. default:
  1307. return nil
  1308. }
  1309. }
  1310. }
  1311. type x struct{}
  1312. out := protoimpl.TypeBuilder{
  1313. File: protoimpl.DescBuilder{
  1314. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1315. RawDescriptor: file_powerCheck_proto_rawDesc,
  1316. NumEnums: 0,
  1317. NumMessages: 9,
  1318. NumExtensions: 0,
  1319. NumServices: 1,
  1320. },
  1321. GoTypes: file_powerCheck_proto_goTypes,
  1322. DependencyIndexes: file_powerCheck_proto_depIdxs,
  1323. MessageInfos: file_powerCheck_proto_msgTypes,
  1324. }.Build()
  1325. File_powerCheck_proto = out.File
  1326. file_powerCheck_proto_rawDesc = nil
  1327. file_powerCheck_proto_goTypes = nil
  1328. file_powerCheck_proto_depIdxs = nil
  1329. }