powerCheck.pb.go 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.27.1
  4. // protoc v3.20.0--rc2
  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. BuyerNum int64 `protobuf:"varint,19,opt,name=buyerNum,proto3" json:"buyerNum,omitempty"` //业主监控数量
  390. }
  391. func (x *Member) Reset() {
  392. *x = Member{}
  393. if protoimpl.UnsafeEnabled {
  394. mi := &file_powerCheck_proto_msgTypes[4]
  395. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  396. ms.StoreMessageInfo(mi)
  397. }
  398. }
  399. func (x *Member) String() string {
  400. return protoimpl.X.MessageStringOf(x)
  401. }
  402. func (*Member) ProtoMessage() {}
  403. func (x *Member) ProtoReflect() protoreflect.Message {
  404. mi := &file_powerCheck_proto_msgTypes[4]
  405. if protoimpl.UnsafeEnabled && x != nil {
  406. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  407. if ms.LoadMessageInfo() == nil {
  408. ms.StoreMessageInfo(mi)
  409. }
  410. return ms
  411. }
  412. return mi.MessageOf(x)
  413. }
  414. // Deprecated: Use Member.ProtoReflect.Descriptor instead.
  415. func (*Member) Descriptor() ([]byte, []int) {
  416. return file_powerCheck_proto_rawDescGZIP(), []int{4}
  417. }
  418. func (x *Member) GetStatus() int64 {
  419. if x != nil {
  420. return x.Status
  421. }
  422. return 0
  423. }
  424. func (x *Member) GetStartTime() int64 {
  425. if x != nil {
  426. return x.StartTime
  427. }
  428. return 0
  429. }
  430. func (x *Member) GetEndTime() int64 {
  431. if x != nil {
  432. return x.EndTime
  433. }
  434. return 0
  435. }
  436. func (x *Member) GetMemberName() string {
  437. if x != nil {
  438. return x.MemberName
  439. }
  440. return ""
  441. }
  442. func (x *Member) GetMemberPowerList() []int64 {
  443. if x != nil {
  444. return x.MemberPowerList
  445. }
  446. return nil
  447. }
  448. func (x *Member) GetIsMemberTrial() int64 {
  449. if x != nil {
  450. return x.IsMemberTrial
  451. }
  452. return 0
  453. }
  454. func (x *Member) GetPowerType() int64 {
  455. if x != nil {
  456. return x.PowerType
  457. }
  458. return 0
  459. }
  460. func (x *Member) GetMemberPower() int64 {
  461. if x != nil {
  462. return x.MemberPower
  463. }
  464. return 0
  465. }
  466. func (x *Member) GetIsSubCount() int64 {
  467. if x != nil {
  468. return x.IsSubCount
  469. }
  470. return 0
  471. }
  472. func (x *Member) GetMaxKeyLength() int64 {
  473. if x != nil {
  474. return x.MaxKeyLength
  475. }
  476. return 0
  477. }
  478. func (x *Member) GetEntNum() int64 {
  479. if x != nil {
  480. return x.EntNum
  481. }
  482. return 0
  483. }
  484. func (x *Member) GetProNum() int64 {
  485. if x != nil {
  486. return x.ProNum
  487. }
  488. return 0
  489. }
  490. func (x *Member) GetDailyNum() int64 {
  491. if x != nil {
  492. return x.DailyNum
  493. }
  494. return 0
  495. }
  496. func (x *Member) GetCustomers() int64 {
  497. if x != nil {
  498. return x.Customers
  499. }
  500. return 0
  501. }
  502. func (x *Member) GetPid() string {
  503. if x != nil {
  504. return x.Pid
  505. }
  506. return ""
  507. }
  508. func (x *Member) GetUsed() bool {
  509. if x != nil {
  510. return x.Used
  511. }
  512. return false
  513. }
  514. func (x *Member) GetHasKey() bool {
  515. if x != nil {
  516. return x.HasKey
  517. }
  518. return false
  519. }
  520. func (x *Member) GetOriginal() int64 {
  521. if x != nil {
  522. return x.Original
  523. }
  524. return 0
  525. }
  526. func (x *Member) GetBuyerNum() int64 {
  527. if x != nil {
  528. return x.BuyerNum
  529. }
  530. return 0
  531. }
  532. //商机管理相关
  533. type Entniche struct {
  534. state protoimpl.MessageState
  535. sizeCache protoimpl.SizeCache
  536. unknownFields protoimpl.UnknownFields
  537. Status int64 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` //商机管理相关
  538. StartTime int64 `protobuf:"varint,2,opt,name=startTime,proto3" json:"startTime,omitempty"` //开始时间戳
  539. EndTime int64 `protobuf:"varint,3,opt,name=endTime,proto3" json:"endTime,omitempty"` //结束时间戳
  540. PowerSource int64 `protobuf:"varint,4,opt,name=powerSource,proto3" json:"powerSource,omitempty"` //商机管理权限开通来源;1:赠送的商机管理服务
  541. IsEntPower int64 `protobuf:"varint,5,opt,name=isEntPower,proto3" json:"isEntPower,omitempty"` //是否分配权限;0:未分配,1:已分配
  542. IsNew int64 `protobuf:"varint,6,opt,name=isNew,proto3" json:"isNew,omitempty"` //是否是新版商机管理 0不是 1是
  543. HasKey bool `protobuf:"varint,7,opt,name=hasKey,proto3" json:"hasKey,omitempty"` //是否有关键词
  544. Model int64 `protobuf:"varint,8,opt,name=model,proto3" json:"model,omitempty"` // 1-统一订阅,2-个人订阅
  545. Original int64 `protobuf:"varint,9,opt,name=original,proto3" json:"original,omitempty"` //商机管理用户查看原文次数/每月
  546. }
  547. func (x *Entniche) Reset() {
  548. *x = Entniche{}
  549. if protoimpl.UnsafeEnabled {
  550. mi := &file_powerCheck_proto_msgTypes[5]
  551. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  552. ms.StoreMessageInfo(mi)
  553. }
  554. }
  555. func (x *Entniche) String() string {
  556. return protoimpl.X.MessageStringOf(x)
  557. }
  558. func (*Entniche) ProtoMessage() {}
  559. func (x *Entniche) ProtoReflect() protoreflect.Message {
  560. mi := &file_powerCheck_proto_msgTypes[5]
  561. if protoimpl.UnsafeEnabled && x != nil {
  562. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  563. if ms.LoadMessageInfo() == nil {
  564. ms.StoreMessageInfo(mi)
  565. }
  566. return ms
  567. }
  568. return mi.MessageOf(x)
  569. }
  570. // Deprecated: Use Entniche.ProtoReflect.Descriptor instead.
  571. func (*Entniche) Descriptor() ([]byte, []int) {
  572. return file_powerCheck_proto_rawDescGZIP(), []int{5}
  573. }
  574. func (x *Entniche) GetStatus() int64 {
  575. if x != nil {
  576. return x.Status
  577. }
  578. return 0
  579. }
  580. func (x *Entniche) GetStartTime() int64 {
  581. if x != nil {
  582. return x.StartTime
  583. }
  584. return 0
  585. }
  586. func (x *Entniche) GetEndTime() int64 {
  587. if x != nil {
  588. return x.EndTime
  589. }
  590. return 0
  591. }
  592. func (x *Entniche) GetPowerSource() int64 {
  593. if x != nil {
  594. return x.PowerSource
  595. }
  596. return 0
  597. }
  598. func (x *Entniche) GetIsEntPower() int64 {
  599. if x != nil {
  600. return x.IsEntPower
  601. }
  602. return 0
  603. }
  604. func (x *Entniche) GetIsNew() int64 {
  605. if x != nil {
  606. return x.IsNew
  607. }
  608. return 0
  609. }
  610. func (x *Entniche) GetHasKey() bool {
  611. if x != nil {
  612. return x.HasKey
  613. }
  614. return false
  615. }
  616. func (x *Entniche) GetModel() int64 {
  617. if x != nil {
  618. return x.Model
  619. }
  620. return 0
  621. }
  622. func (x *Entniche) GetOriginal() int64 {
  623. if x != nil {
  624. return x.Original
  625. }
  626. return 0
  627. }
  628. //企业相关
  629. type Ent struct {
  630. state protoimpl.MessageState
  631. sizeCache protoimpl.SizeCache
  632. unknownFields protoimpl.UnknownFields
  633. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` //企业名称
  634. EntRoleId int64 `protobuf:"varint,2,opt,name=entRoleId,proto3" json:"entRoleId,omitempty"` //商机管理角色:1:企业管理员;2:部门管理员
  635. EntAuthStatus int64 `protobuf:"varint,3,opt,name=entAuthStatus,proto3" json:"entAuthStatus,omitempty"` //企业是否认证 -1 未通过,0 未认证,1 已认证
  636. EntAuthReason string `protobuf:"bytes,4,opt,name=entAuthReason,proto3" json:"entAuthReason,omitempty"` //认证不通过原因
  637. EntSubscribe int64 `protobuf:"varint,5,opt,name=entSubscribe,proto3" json:"entSubscribe,omitempty"` //是否有企业订阅权限;0:否 1:是
  638. EntSubscribeManager int64 `protobuf:"varint,6,opt,name=entSubscribeManager,proto3" json:"entSubscribeManager,omitempty"` //是否有企业订阅管理权限;0:否 1:是
  639. PowerSource int64 `protobuf:"varint,7,opt,name=powerSource,proto3" json:"powerSource,omitempty"` //商机管理权限开通来源;1:赠送的商机管理服务
  640. DeptSubscribe int64 `protobuf:"varint,8,opt,name=deptSubscribe,proto3" json:"deptSubscribe,omitempty"` //各部门是否可以自行订阅;0:否 1:是
  641. PrivateGD bool `protobuf:"varint,9,opt,name=privateGD,proto3" json:"privateGD,omitempty"` //广东移动DICT 用户,用于查看画像
  642. BuyVip int64 `protobuf:"varint,10,opt,name=buyVip,proto3" json:"buyVip,omitempty"` //是否购买超级订阅
  643. BuyMember int64 `protobuf:"varint,11,opt,name=buyMember,proto3" json:"buyMember,omitempty"` //是否购买大会员
  644. Services bool `protobuf:"varint,12,opt,name=Services,proto3" json:"Services,omitempty"` //是否购买企业级应用服务
  645. }
  646. func (x *Ent) Reset() {
  647. *x = Ent{}
  648. if protoimpl.UnsafeEnabled {
  649. mi := &file_powerCheck_proto_msgTypes[6]
  650. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  651. ms.StoreMessageInfo(mi)
  652. }
  653. }
  654. func (x *Ent) String() string {
  655. return protoimpl.X.MessageStringOf(x)
  656. }
  657. func (*Ent) ProtoMessage() {}
  658. func (x *Ent) ProtoReflect() protoreflect.Message {
  659. mi := &file_powerCheck_proto_msgTypes[6]
  660. if protoimpl.UnsafeEnabled && x != nil {
  661. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  662. if ms.LoadMessageInfo() == nil {
  663. ms.StoreMessageInfo(mi)
  664. }
  665. return ms
  666. }
  667. return mi.MessageOf(x)
  668. }
  669. // Deprecated: Use Ent.ProtoReflect.Descriptor instead.
  670. func (*Ent) Descriptor() ([]byte, []int) {
  671. return file_powerCheck_proto_rawDescGZIP(), []int{6}
  672. }
  673. func (x *Ent) GetName() string {
  674. if x != nil {
  675. return x.Name
  676. }
  677. return ""
  678. }
  679. func (x *Ent) GetEntRoleId() int64 {
  680. if x != nil {
  681. return x.EntRoleId
  682. }
  683. return 0
  684. }
  685. func (x *Ent) GetEntAuthStatus() int64 {
  686. if x != nil {
  687. return x.EntAuthStatus
  688. }
  689. return 0
  690. }
  691. func (x *Ent) GetEntAuthReason() string {
  692. if x != nil {
  693. return x.EntAuthReason
  694. }
  695. return ""
  696. }
  697. func (x *Ent) GetEntSubscribe() int64 {
  698. if x != nil {
  699. return x.EntSubscribe
  700. }
  701. return 0
  702. }
  703. func (x *Ent) GetEntSubscribeManager() int64 {
  704. if x != nil {
  705. return x.EntSubscribeManager
  706. }
  707. return 0
  708. }
  709. func (x *Ent) GetPowerSource() int64 {
  710. if x != nil {
  711. return x.PowerSource
  712. }
  713. return 0
  714. }
  715. func (x *Ent) GetDeptSubscribe() int64 {
  716. if x != nil {
  717. return x.DeptSubscribe
  718. }
  719. return 0
  720. }
  721. func (x *Ent) GetPrivateGD() bool {
  722. if x != nil {
  723. return x.PrivateGD
  724. }
  725. return false
  726. }
  727. func (x *Ent) GetBuyVip() int64 {
  728. if x != nil {
  729. return x.BuyVip
  730. }
  731. return 0
  732. }
  733. func (x *Ent) GetBuyMember() int64 {
  734. if x != nil {
  735. return x.BuyMember
  736. }
  737. return 0
  738. }
  739. func (x *Ent) GetServices() bool {
  740. if x != nil {
  741. return x.Services
  742. }
  743. return false
  744. }
  745. //免费权益相关
  746. type Free struct {
  747. state protoimpl.MessageState
  748. sizeCache protoimpl.SizeCache
  749. unknownFields protoimpl.UnknownFields
  750. IsFree bool `protobuf:"varint,1,opt,name=isFree,proto3" json:"isFree,omitempty"` //是否是免费用户
  751. FreeHasKey bool `protobuf:"varint,2,opt,name=freeHasKey,proto3" json:"freeHasKey,omitempty"` //免费用户是否有关键词
  752. FreeEntPort int64 `protobuf:"varint,3,opt,name=freeEntPort,proto3" json:"freeEntPort,omitempty"` //免费用户可查看企业画像次数
  753. FreeBuyerPort int64 `protobuf:"varint,4,opt,name=freeBuyerPort,proto3" json:"freeBuyerPort,omitempty"` //免费用户可查看采购单位画像次数
  754. FreeFile int64 `protobuf:"varint,5,opt,name=freeFile,proto3" json:"freeFile,omitempty"` //免费用户可以进行附件下载次数
  755. Registedate int64 `protobuf:"varint,6,opt,name=registedate,proto3" json:"registedate,omitempty"` //注册时间
  756. IsUpgrade bool `protobuf:"varint,7,opt,name=isUpgrade,proto3" json:"isUpgrade,omitempty"` //是否是新免费用户
  757. Mail string `protobuf:"bytes,8,opt,name=mail,proto3" json:"mail,omitempty"`
  758. Phone string `protobuf:"bytes,9,opt,name=phone,proto3" json:"phone,omitempty"` //手机号
  759. TsGuide int64 `protobuf:"varint,10,opt,name=tsGuide,proto3" json:"tsGuide,omitempty"` //pc订阅关键词,不再走向导页
  760. MemberApppushunread int64 `protobuf:"varint,11,opt,name=memberApppushunread,proto3" json:"memberApppushunread,omitempty"` //已读未读
  761. EntnicheApppushunread int64 `protobuf:"varint,12,opt,name=entnicheApppushunread,proto3" json:"entnicheApppushunread,omitempty"` //已读未读
  762. Apppushunread int64 `protobuf:"varint,13,opt,name=apppushunread,proto3" json:"apppushunread,omitempty"` //已读未读
  763. OjyLength int64 `protobuf:"varint,14,opt,name=ojyLength,proto3" json:"ojyLength,omitempty"` //ojy的长度
  764. Original int64 `protobuf:"varint,15,opt,name=original,proto3" json:"original,omitempty"` //免费用户查看原文次数/每月
  765. PpStatus int64 `protobuf:"varint,16,opt,name=ppStatus,proto3" json:"ppStatus,omitempty"` //省份订阅包
  766. PpStartTime int64 `protobuf:"varint,17,opt,name=ppStartTime,proto3" json:"ppStartTime,omitempty"` //省份订阅包开始时间
  767. PpEndTime int64 `protobuf:"varint,18,opt,name=ppEndTime,proto3" json:"ppEndTime,omitempty"` //省份订阅包结束时间
  768. PpAreaCount int64 `protobuf:"varint,19,opt,name=ppAreaCount,proto3" json:"ppAreaCount,omitempty"` //省份订阅购买数量
  769. }
  770. func (x *Free) Reset() {
  771. *x = Free{}
  772. if protoimpl.UnsafeEnabled {
  773. mi := &file_powerCheck_proto_msgTypes[7]
  774. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  775. ms.StoreMessageInfo(mi)
  776. }
  777. }
  778. func (x *Free) String() string {
  779. return protoimpl.X.MessageStringOf(x)
  780. }
  781. func (*Free) ProtoMessage() {}
  782. func (x *Free) ProtoReflect() protoreflect.Message {
  783. mi := &file_powerCheck_proto_msgTypes[7]
  784. if protoimpl.UnsafeEnabled && x != nil {
  785. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  786. if ms.LoadMessageInfo() == nil {
  787. ms.StoreMessageInfo(mi)
  788. }
  789. return ms
  790. }
  791. return mi.MessageOf(x)
  792. }
  793. // Deprecated: Use Free.ProtoReflect.Descriptor instead.
  794. func (*Free) Descriptor() ([]byte, []int) {
  795. return file_powerCheck_proto_rawDescGZIP(), []int{7}
  796. }
  797. func (x *Free) GetIsFree() bool {
  798. if x != nil {
  799. return x.IsFree
  800. }
  801. return false
  802. }
  803. func (x *Free) GetFreeHasKey() bool {
  804. if x != nil {
  805. return x.FreeHasKey
  806. }
  807. return false
  808. }
  809. func (x *Free) GetFreeEntPort() int64 {
  810. if x != nil {
  811. return x.FreeEntPort
  812. }
  813. return 0
  814. }
  815. func (x *Free) GetFreeBuyerPort() int64 {
  816. if x != nil {
  817. return x.FreeBuyerPort
  818. }
  819. return 0
  820. }
  821. func (x *Free) GetFreeFile() int64 {
  822. if x != nil {
  823. return x.FreeFile
  824. }
  825. return 0
  826. }
  827. func (x *Free) GetRegistedate() int64 {
  828. if x != nil {
  829. return x.Registedate
  830. }
  831. return 0
  832. }
  833. func (x *Free) GetIsUpgrade() bool {
  834. if x != nil {
  835. return x.IsUpgrade
  836. }
  837. return false
  838. }
  839. func (x *Free) GetMail() string {
  840. if x != nil {
  841. return x.Mail
  842. }
  843. return ""
  844. }
  845. func (x *Free) GetPhone() string {
  846. if x != nil {
  847. return x.Phone
  848. }
  849. return ""
  850. }
  851. func (x *Free) GetTsGuide() int64 {
  852. if x != nil {
  853. return x.TsGuide
  854. }
  855. return 0
  856. }
  857. func (x *Free) GetMemberApppushunread() int64 {
  858. if x != nil {
  859. return x.MemberApppushunread
  860. }
  861. return 0
  862. }
  863. func (x *Free) GetEntnicheApppushunread() int64 {
  864. if x != nil {
  865. return x.EntnicheApppushunread
  866. }
  867. return 0
  868. }
  869. func (x *Free) GetApppushunread() int64 {
  870. if x != nil {
  871. return x.Apppushunread
  872. }
  873. return 0
  874. }
  875. func (x *Free) GetOjyLength() int64 {
  876. if x != nil {
  877. return x.OjyLength
  878. }
  879. return 0
  880. }
  881. func (x *Free) GetOriginal() int64 {
  882. if x != nil {
  883. return x.Original
  884. }
  885. return 0
  886. }
  887. func (x *Free) GetPpStatus() int64 {
  888. if x != nil {
  889. return x.PpStatus
  890. }
  891. return 0
  892. }
  893. func (x *Free) GetPpStartTime() int64 {
  894. if x != nil {
  895. return x.PpStartTime
  896. }
  897. return 0
  898. }
  899. func (x *Free) GetPpEndTime() int64 {
  900. if x != nil {
  901. return x.PpEndTime
  902. }
  903. return 0
  904. }
  905. func (x *Free) GetPpAreaCount() int64 {
  906. if x != nil {
  907. return x.PpAreaCount
  908. }
  909. return 0
  910. }
  911. //文库
  912. type Docs struct {
  913. state protoimpl.MessageState
  914. sizeCache protoimpl.SizeCache
  915. unknownFields protoimpl.UnknownFields
  916. Status int64 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
  917. StartDate int64 `protobuf:"varint,2,opt,name=startDate,proto3" json:"startDate,omitempty"`
  918. EndDate int64 `protobuf:"varint,3,opt,name=endDate,proto3" json:"endDate,omitempty"`
  919. FreeDownload int64 `protobuf:"varint,4,opt,name=freeDownload,proto3" json:"freeDownload,omitempty"`
  920. }
  921. func (x *Docs) Reset() {
  922. *x = Docs{}
  923. if protoimpl.UnsafeEnabled {
  924. mi := &file_powerCheck_proto_msgTypes[8]
  925. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  926. ms.StoreMessageInfo(mi)
  927. }
  928. }
  929. func (x *Docs) String() string {
  930. return protoimpl.X.MessageStringOf(x)
  931. }
  932. func (*Docs) ProtoMessage() {}
  933. func (x *Docs) ProtoReflect() protoreflect.Message {
  934. mi := &file_powerCheck_proto_msgTypes[8]
  935. if protoimpl.UnsafeEnabled && x != nil {
  936. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  937. if ms.LoadMessageInfo() == nil {
  938. ms.StoreMessageInfo(mi)
  939. }
  940. return ms
  941. }
  942. return mi.MessageOf(x)
  943. }
  944. // Deprecated: Use Docs.ProtoReflect.Descriptor instead.
  945. func (*Docs) Descriptor() ([]byte, []int) {
  946. return file_powerCheck_proto_rawDescGZIP(), []int{8}
  947. }
  948. func (x *Docs) GetStatus() int64 {
  949. if x != nil {
  950. return x.Status
  951. }
  952. return 0
  953. }
  954. func (x *Docs) GetStartDate() int64 {
  955. if x != nil {
  956. return x.StartDate
  957. }
  958. return 0
  959. }
  960. func (x *Docs) GetEndDate() int64 {
  961. if x != nil {
  962. return x.EndDate
  963. }
  964. return 0
  965. }
  966. func (x *Docs) GetFreeDownload() int64 {
  967. if x != nil {
  968. return x.FreeDownload
  969. }
  970. return 0
  971. }
  972. var File_powerCheck_proto protoreflect.FileDescriptor
  973. var file_powerCheck_proto_rawDesc = []byte{
  974. 0x0a, 0x10, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f,
  975. 0x74, 0x6f, 0x22, 0x64, 0x0a, 0x0e, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68, 0x65, 0x63, 0x6b,
  976. 0x52, 0x65, 0x73, 0x70, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73,
  977. 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73,
  978. 0x67, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18,
  979. 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65,
  980. 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03,
  981. 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xd0, 0x01, 0x0a, 0x08, 0x43, 0x68, 0x65,
  982. 0x63, 0x6b, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x01,
  983. 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75,
  984. 0x73, 0x65, 0x72, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65,
  985. 0x72, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x61, 0x73, 0x65, 0x55, 0x73, 0x65, 0x72, 0x49,
  986. 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x62, 0x61, 0x73, 0x65, 0x55, 0x73, 0x65,
  987. 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64,
  988. 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49,
  989. 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03,
  990. 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x6f, 0x73, 0x69, 0x74,
  991. 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x70,
  992. 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x70,
  993. 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52,
  994. 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0xf5, 0x01, 0x0a, 0x09,
  995. 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72,
  996. 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72,
  997. 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f,
  998. 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f,
  999. 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x03, 0x76, 0x69, 0x70, 0x18, 0x03, 0x20, 0x01,
  1000. 0x28, 0x0b, 0x32, 0x04, 0x2e, 0x56, 0x69, 0x70, 0x52, 0x03, 0x76, 0x69, 0x70, 0x12, 0x1f, 0x0a,
  1001. 0x06, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e,
  1002. 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x06, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x25,
  1003. 0x0a, 0x08, 0x65, 0x6e, 0x74, 0x6e, 0x69, 0x63, 0x68, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b,
  1004. 0x32, 0x09, 0x2e, 0x45, 0x6e, 0x74, 0x6e, 0x69, 0x63, 0x68, 0x65, 0x52, 0x08, 0x65, 0x6e, 0x74,
  1005. 0x6e, 0x69, 0x63, 0x68, 0x65, 0x12, 0x16, 0x0a, 0x03, 0x65, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01,
  1006. 0x28, 0x0b, 0x32, 0x04, 0x2e, 0x45, 0x6e, 0x74, 0x52, 0x03, 0x65, 0x6e, 0x74, 0x12, 0x19, 0x0a,
  1007. 0x04, 0x66, 0x72, 0x65, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x05, 0x2e, 0x46, 0x72,
  1008. 0x65, 0x65, 0x52, 0x04, 0x66, 0x72, 0x65, 0x65, 0x12, 0x19, 0x0a, 0x04, 0x64, 0x6f, 0x63, 0x73,
  1009. 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x05, 0x2e, 0x44, 0x6f, 0x63, 0x73, 0x52, 0x04, 0x64,
  1010. 0x6f, 0x63, 0x73, 0x22, 0xff, 0x02, 0x0a, 0x03, 0x56, 0x69, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x73,
  1011. 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61,
  1012. 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65,
  1013. 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d,
  1014. 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01,
  1015. 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x75,
  1016. 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x75, 0x70,
  1017. 0x67, 0x72, 0x61, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x65, 0x61, 0x63, 0x6f, 0x75,
  1018. 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x72, 0x65, 0x61, 0x63, 0x6f,
  1019. 0x75, 0x6e, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x62, 0x75, 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61, 0x73,
  1020. 0x73, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x62, 0x75,
  1021. 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22, 0x0a,
  1022. 0x0c, 0x6d, 0x61, 0x78, 0x4b, 0x65, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x07, 0x20,
  1023. 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6d, 0x61, 0x78, 0x4b, 0x65, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74,
  1024. 0x68, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x08,
  1025. 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12,
  1026. 0x1a, 0x0a, 0x08, 0x76, 0x69, 0x70, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28,
  1027. 0x03, 0x52, 0x08, 0x76, 0x69, 0x70, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x66,
  1028. 0x69, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x66, 0x69,
  1029. 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x18,
  1030. 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x68, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a,
  1031. 0x08, 0x6e, 0x65, 0x77, 0x43, 0x69, 0x74, 0x79, 0x73, 0x18, 0x0c, 0x20, 0x03, 0x28, 0x03, 0x52,
  1032. 0x08, 0x6e, 0x65, 0x77, 0x43, 0x69, 0x74, 0x79, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x72, 0x69,
  1033. 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6f, 0x72, 0x69,
  1034. 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x22, 0xac, 0x04, 0x0a, 0x06, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72,
  1035. 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
  1036. 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72,
  1037. 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x74, 0x61,
  1038. 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d,
  1039. 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65,
  1040. 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04,
  1041. 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65,
  1042. 0x12, 0x28, 0x0a, 0x0f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x4c,
  1043. 0x69, 0x73, 0x74, 0x18, 0x05, 0x20, 0x03, 0x28, 0x03, 0x52, 0x0f, 0x6d, 0x65, 0x6d, 0x62, 0x65,
  1044. 0x72, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x73,
  1045. 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x54, 0x72, 0x69, 0x61, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28,
  1046. 0x03, 0x52, 0x0d, 0x69, 0x73, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x54, 0x72, 0x69, 0x61, 0x6c,
  1047. 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20,
  1048. 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20,
  1049. 0x0a, 0x0b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x18, 0x08, 0x20,
  1050. 0x01, 0x28, 0x03, 0x52, 0x0b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x50, 0x6f, 0x77, 0x65, 0x72,
  1051. 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x53, 0x75, 0x62, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x09,
  1052. 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x69, 0x73, 0x53, 0x75, 0x62, 0x43, 0x6f, 0x75, 0x6e, 0x74,
  1053. 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x61, 0x78, 0x4b, 0x65, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68,
  1054. 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6d, 0x61, 0x78, 0x4b, 0x65, 0x79, 0x4c, 0x65,
  1055. 0x6e, 0x67, 0x74, 0x68, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x6e, 0x74, 0x4e, 0x75, 0x6d, 0x18, 0x0b,
  1056. 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x65, 0x6e, 0x74, 0x4e, 0x75, 0x6d, 0x12, 0x16, 0x0a, 0x06,
  1057. 0x70, 0x72, 0x6f, 0x4e, 0x75, 0x6d, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x72,
  1058. 0x6f, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x61, 0x69, 0x6c, 0x79, 0x4e, 0x75, 0x6d,
  1059. 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x64, 0x61, 0x69, 0x6c, 0x79, 0x4e, 0x75, 0x6d,
  1060. 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x73, 0x18, 0x0e, 0x20,
  1061. 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x73, 0x12, 0x10,
  1062. 0x0a, 0x03, 0x70, 0x69, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x64,
  1063. 0x12, 0x12, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x08, 0x52, 0x04,
  1064. 0x75, 0x73, 0x65, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x18, 0x11,
  1065. 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x68, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08,
  1066. 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x18, 0x12, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08,
  1067. 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x75, 0x79, 0x65,
  1068. 0x72, 0x4e, 0x75, 0x6d, 0x18, 0x13, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x62, 0x75, 0x79, 0x65,
  1069. 0x72, 0x4e, 0x75, 0x6d, 0x22, 0xfc, 0x01, 0x0a, 0x08, 0x45, 0x6e, 0x74, 0x6e, 0x69, 0x63, 0x68,
  1070. 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28,
  1071. 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61,
  1072. 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x74,
  1073. 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69,
  1074. 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d,
  1075. 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65,
  1076. 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x6f, 0x75,
  1077. 0x72, 0x63, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x45, 0x6e, 0x74, 0x50, 0x6f, 0x77, 0x65,
  1078. 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x69, 0x73, 0x45, 0x6e, 0x74, 0x50, 0x6f,
  1079. 0x77, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x4e, 0x65, 0x77, 0x18, 0x06, 0x20, 0x01,
  1080. 0x28, 0x03, 0x52, 0x05, 0x69, 0x73, 0x4e, 0x65, 0x77, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x61, 0x73,
  1081. 0x4b, 0x65, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x68, 0x61, 0x73, 0x4b, 0x65,
  1082. 0x79, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03,
  1083. 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x72, 0x69, 0x67, 0x69,
  1084. 0x6e, 0x61, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6f, 0x72, 0x69, 0x67, 0x69,
  1085. 0x6e, 0x61, 0x6c, 0x22, 0x91, 0x03, 0x0a, 0x03, 0x45, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e,
  1086. 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
  1087. 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01,
  1088. 0x28, 0x03, 0x52, 0x09, 0x65, 0x6e, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x24, 0x0a,
  1089. 0x0d, 0x65, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03,
  1090. 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x65, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x53, 0x74, 0x61,
  1091. 0x74, 0x75, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x65, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x52, 0x65,
  1092. 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x65, 0x6e, 0x74, 0x41,
  1093. 0x75, 0x74, 0x68, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x65, 0x6e, 0x74,
  1094. 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52,
  1095. 0x0c, 0x65, 0x6e, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x30, 0x0a,
  1096. 0x13, 0x65, 0x6e, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x4d, 0x61, 0x6e,
  1097. 0x61, 0x67, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x13, 0x65, 0x6e, 0x74, 0x53,
  1098. 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12,
  1099. 0x20, 0x0a, 0x0b, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x07,
  1100. 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63,
  1101. 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x64, 0x65, 0x70, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69,
  1102. 0x62, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x64, 0x65, 0x70, 0x74, 0x53, 0x75,
  1103. 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72, 0x69, 0x76, 0x61,
  1104. 0x74, 0x65, 0x47, 0x44, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x70, 0x72, 0x69, 0x76,
  1105. 0x61, 0x74, 0x65, 0x47, 0x44, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x75, 0x79, 0x56, 0x69, 0x70, 0x18,
  1106. 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x62, 0x75, 0x79, 0x56, 0x69, 0x70, 0x12, 0x1c, 0x0a,
  1107. 0x09, 0x62, 0x75, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03,
  1108. 0x52, 0x09, 0x62, 0x75, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x53,
  1109. 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x53,
  1110. 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x22, 0xec, 0x04, 0x0a, 0x04, 0x46, 0x72, 0x65, 0x65,
  1111. 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x46, 0x72, 0x65, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08,
  1112. 0x52, 0x06, 0x69, 0x73, 0x46, 0x72, 0x65, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x72, 0x65, 0x65,
  1113. 0x48, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x66, 0x72,
  1114. 0x65, 0x65, 0x48, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x12, 0x20, 0x0a, 0x0b, 0x66, 0x72, 0x65, 0x65,
  1115. 0x45, 0x6e, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x66,
  1116. 0x72, 0x65, 0x65, 0x45, 0x6e, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x72,
  1117. 0x65, 0x65, 0x42, 0x75, 0x79, 0x65, 0x72, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28,
  1118. 0x03, 0x52, 0x0d, 0x66, 0x72, 0x65, 0x65, 0x42, 0x75, 0x79, 0x65, 0x72, 0x50, 0x6f, 0x72, 0x74,
  1119. 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x72, 0x65, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x18, 0x05, 0x20, 0x01,
  1120. 0x28, 0x03, 0x52, 0x08, 0x66, 0x72, 0x65, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x20, 0x0a, 0x0b,
  1121. 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x64, 0x61, 0x74, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28,
  1122. 0x03, 0x52, 0x0b, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x64, 0x61, 0x74, 0x65, 0x12, 0x1c,
  1123. 0x0a, 0x09, 0x69, 0x73, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28,
  1124. 0x08, 0x52, 0x09, 0x69, 0x73, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x12, 0x12, 0x0a, 0x04,
  1125. 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6d, 0x61, 0x69, 0x6c,
  1126. 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52,
  1127. 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x73, 0x47, 0x75, 0x69, 0x64,
  1128. 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x74, 0x73, 0x47, 0x75, 0x69, 0x64, 0x65,
  1129. 0x12, 0x30, 0x0a, 0x13, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x70, 0x70, 0x70, 0x75, 0x73,
  1130. 0x68, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x13, 0x6d,
  1131. 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x70, 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65,
  1132. 0x61, 0x64, 0x12, 0x34, 0x0a, 0x15, 0x65, 0x6e, 0x74, 0x6e, 0x69, 0x63, 0x68, 0x65, 0x41, 0x70,
  1133. 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28,
  1134. 0x03, 0x52, 0x15, 0x65, 0x6e, 0x74, 0x6e, 0x69, 0x63, 0x68, 0x65, 0x41, 0x70, 0x70, 0x70, 0x75,
  1135. 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x61, 0x70, 0x70, 0x70,
  1136. 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52,
  1137. 0x0d, 0x61, 0x70, 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x12, 0x1c,
  1138. 0x0a, 0x09, 0x6f, 0x6a, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x0e, 0x20, 0x01, 0x28,
  1139. 0x03, 0x52, 0x09, 0x6f, 0x6a, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x12, 0x1a, 0x0a, 0x08,
  1140. 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08,
  1141. 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x70, 0x53, 0x74,
  1142. 0x61, 0x74, 0x75, 0x73, 0x18, 0x10, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x70, 0x53, 0x74,
  1143. 0x61, 0x74, 0x75, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x70, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54,
  1144. 0x69, 0x6d, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x70, 0x70, 0x53, 0x74, 0x61,
  1145. 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x70, 0x45, 0x6e, 0x64, 0x54,
  1146. 0x69, 0x6d, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x70, 0x45, 0x6e, 0x64,
  1147. 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x70, 0x41, 0x72, 0x65, 0x61, 0x43, 0x6f,
  1148. 0x75, 0x6e, 0x74, 0x18, 0x13, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x70, 0x70, 0x41, 0x72, 0x65,
  1149. 0x61, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x7a, 0x0a, 0x04, 0x44, 0x6f, 0x63, 0x73, 0x12, 0x16,
  1150. 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
  1151. 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x44,
  1152. 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74,
  1153. 0x44, 0x61, 0x74, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x44, 0x61, 0x74, 0x65, 0x18,
  1154. 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x44, 0x61, 0x74, 0x65, 0x12, 0x22,
  1155. 0x0a, 0x0c, 0x66, 0x72, 0x65, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x04,
  1156. 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x66, 0x72, 0x65, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f,
  1157. 0x61, 0x64, 0x32, 0x59, 0x0a, 0x0a, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68, 0x65, 0x63, 0x6b,
  1158. 0x12, 0x1e, 0x0a, 0x05, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x12, 0x09, 0x2e, 0x43, 0x68, 0x65, 0x63,
  1159. 0x6b, 0x52, 0x65, 0x71, 0x1a, 0x0a, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70,
  1160. 0x12, 0x2b, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x64, 0x69,
  1161. 0x73, 0x12, 0x09, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x50,
  1162. 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a,
  1163. 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  1164. }
  1165. var (
  1166. file_powerCheck_proto_rawDescOnce sync.Once
  1167. file_powerCheck_proto_rawDescData = file_powerCheck_proto_rawDesc
  1168. )
  1169. func file_powerCheck_proto_rawDescGZIP() []byte {
  1170. file_powerCheck_proto_rawDescOnce.Do(func() {
  1171. file_powerCheck_proto_rawDescData = protoimpl.X.CompressGZIP(file_powerCheck_proto_rawDescData)
  1172. })
  1173. return file_powerCheck_proto_rawDescData
  1174. }
  1175. var file_powerCheck_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
  1176. var file_powerCheck_proto_goTypes = []interface{}{
  1177. (*PowerCheckResp)(nil), // 0: PowerCheckResp
  1178. (*CheckReq)(nil), // 1: CheckReq
  1179. (*CheckResp)(nil), // 2: CheckResp
  1180. (*Vip)(nil), // 3: Vip
  1181. (*Member)(nil), // 4: Member
  1182. (*Entniche)(nil), // 5: Entniche
  1183. (*Ent)(nil), // 6: Ent
  1184. (*Free)(nil), // 7: Free
  1185. (*Docs)(nil), // 8: Docs
  1186. }
  1187. var file_powerCheck_proto_depIdxs = []int32{
  1188. 3, // 0: CheckResp.vip:type_name -> Vip
  1189. 4, // 1: CheckResp.member:type_name -> Member
  1190. 5, // 2: CheckResp.entniche:type_name -> Entniche
  1191. 6, // 3: CheckResp.ent:type_name -> Ent
  1192. 7, // 4: CheckResp.free:type_name -> Free
  1193. 8, // 5: CheckResp.docs:type_name -> Docs
  1194. 1, // 6: powerCheck.Check:input_type -> CheckReq
  1195. 1, // 7: powerCheck.DelCheckRedis:input_type -> CheckReq
  1196. 2, // 8: powerCheck.Check:output_type -> CheckResp
  1197. 0, // 9: powerCheck.DelCheckRedis:output_type -> PowerCheckResp
  1198. 8, // [8:10] is the sub-list for method output_type
  1199. 6, // [6:8] is the sub-list for method input_type
  1200. 6, // [6:6] is the sub-list for extension type_name
  1201. 6, // [6:6] is the sub-list for extension extendee
  1202. 0, // [0:6] is the sub-list for field type_name
  1203. }
  1204. func init() { file_powerCheck_proto_init() }
  1205. func file_powerCheck_proto_init() {
  1206. if File_powerCheck_proto != nil {
  1207. return
  1208. }
  1209. if !protoimpl.UnsafeEnabled {
  1210. file_powerCheck_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  1211. switch v := v.(*PowerCheckResp); i {
  1212. case 0:
  1213. return &v.state
  1214. case 1:
  1215. return &v.sizeCache
  1216. case 2:
  1217. return &v.unknownFields
  1218. default:
  1219. return nil
  1220. }
  1221. }
  1222. file_powerCheck_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1223. switch v := v.(*CheckReq); i {
  1224. case 0:
  1225. return &v.state
  1226. case 1:
  1227. return &v.sizeCache
  1228. case 2:
  1229. return &v.unknownFields
  1230. default:
  1231. return nil
  1232. }
  1233. }
  1234. file_powerCheck_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1235. switch v := v.(*CheckResp); i {
  1236. case 0:
  1237. return &v.state
  1238. case 1:
  1239. return &v.sizeCache
  1240. case 2:
  1241. return &v.unknownFields
  1242. default:
  1243. return nil
  1244. }
  1245. }
  1246. file_powerCheck_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1247. switch v := v.(*Vip); i {
  1248. case 0:
  1249. return &v.state
  1250. case 1:
  1251. return &v.sizeCache
  1252. case 2:
  1253. return &v.unknownFields
  1254. default:
  1255. return nil
  1256. }
  1257. }
  1258. file_powerCheck_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1259. switch v := v.(*Member); i {
  1260. case 0:
  1261. return &v.state
  1262. case 1:
  1263. return &v.sizeCache
  1264. case 2:
  1265. return &v.unknownFields
  1266. default:
  1267. return nil
  1268. }
  1269. }
  1270. file_powerCheck_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1271. switch v := v.(*Entniche); i {
  1272. case 0:
  1273. return &v.state
  1274. case 1:
  1275. return &v.sizeCache
  1276. case 2:
  1277. return &v.unknownFields
  1278. default:
  1279. return nil
  1280. }
  1281. }
  1282. file_powerCheck_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1283. switch v := v.(*Ent); i {
  1284. case 0:
  1285. return &v.state
  1286. case 1:
  1287. return &v.sizeCache
  1288. case 2:
  1289. return &v.unknownFields
  1290. default:
  1291. return nil
  1292. }
  1293. }
  1294. file_powerCheck_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1295. switch v := v.(*Free); i {
  1296. case 0:
  1297. return &v.state
  1298. case 1:
  1299. return &v.sizeCache
  1300. case 2:
  1301. return &v.unknownFields
  1302. default:
  1303. return nil
  1304. }
  1305. }
  1306. file_powerCheck_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1307. switch v := v.(*Docs); i {
  1308. case 0:
  1309. return &v.state
  1310. case 1:
  1311. return &v.sizeCache
  1312. case 2:
  1313. return &v.unknownFields
  1314. default:
  1315. return nil
  1316. }
  1317. }
  1318. }
  1319. type x struct{}
  1320. out := protoimpl.TypeBuilder{
  1321. File: protoimpl.DescBuilder{
  1322. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1323. RawDescriptor: file_powerCheck_proto_rawDesc,
  1324. NumEnums: 0,
  1325. NumMessages: 9,
  1326. NumExtensions: 0,
  1327. NumServices: 1,
  1328. },
  1329. GoTypes: file_powerCheck_proto_goTypes,
  1330. DependencyIndexes: file_powerCheck_proto_depIdxs,
  1331. MessageInfos: file_powerCheck_proto_msgTypes,
  1332. }.Build()
  1333. File_powerCheck_proto = out.File
  1334. file_powerCheck_proto_rawDesc = nil
  1335. file_powerCheck_proto_goTypes = nil
  1336. file_powerCheck_proto_depIdxs = nil
  1337. }