powerCheck.pb.go 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.0
  4. // protoc v3.15.5
  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. }
  762. func (x *Free) Reset() {
  763. *x = Free{}
  764. if protoimpl.UnsafeEnabled {
  765. mi := &file_powerCheck_proto_msgTypes[7]
  766. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  767. ms.StoreMessageInfo(mi)
  768. }
  769. }
  770. func (x *Free) String() string {
  771. return protoimpl.X.MessageStringOf(x)
  772. }
  773. func (*Free) ProtoMessage() {}
  774. func (x *Free) ProtoReflect() protoreflect.Message {
  775. mi := &file_powerCheck_proto_msgTypes[7]
  776. if protoimpl.UnsafeEnabled && x != nil {
  777. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  778. if ms.LoadMessageInfo() == nil {
  779. ms.StoreMessageInfo(mi)
  780. }
  781. return ms
  782. }
  783. return mi.MessageOf(x)
  784. }
  785. // Deprecated: Use Free.ProtoReflect.Descriptor instead.
  786. func (*Free) Descriptor() ([]byte, []int) {
  787. return file_powerCheck_proto_rawDescGZIP(), []int{7}
  788. }
  789. func (x *Free) GetIsFree() bool {
  790. if x != nil {
  791. return x.IsFree
  792. }
  793. return false
  794. }
  795. func (x *Free) GetFreeHasKey() bool {
  796. if x != nil {
  797. return x.FreeHasKey
  798. }
  799. return false
  800. }
  801. func (x *Free) GetFreeEntPort() int64 {
  802. if x != nil {
  803. return x.FreeEntPort
  804. }
  805. return 0
  806. }
  807. func (x *Free) GetFreeBuyerPort() int64 {
  808. if x != nil {
  809. return x.FreeBuyerPort
  810. }
  811. return 0
  812. }
  813. func (x *Free) GetFreeFile() int64 {
  814. if x != nil {
  815. return x.FreeFile
  816. }
  817. return 0
  818. }
  819. func (x *Free) GetRegistedate() int64 {
  820. if x != nil {
  821. return x.Registedate
  822. }
  823. return 0
  824. }
  825. func (x *Free) GetIsUpgrade() bool {
  826. if x != nil {
  827. return x.IsUpgrade
  828. }
  829. return false
  830. }
  831. func (x *Free) GetMail() string {
  832. if x != nil {
  833. return x.Mail
  834. }
  835. return ""
  836. }
  837. func (x *Free) GetPhone() string {
  838. if x != nil {
  839. return x.Phone
  840. }
  841. return ""
  842. }
  843. func (x *Free) GetTsGuide() int64 {
  844. if x != nil {
  845. return x.TsGuide
  846. }
  847. return 0
  848. }
  849. func (x *Free) GetMemberApppushunread() int64 {
  850. if x != nil {
  851. return x.MemberApppushunread
  852. }
  853. return 0
  854. }
  855. func (x *Free) GetEntnicheApppushunread() int64 {
  856. if x != nil {
  857. return x.EntnicheApppushunread
  858. }
  859. return 0
  860. }
  861. func (x *Free) GetApppushunread() int64 {
  862. if x != nil {
  863. return x.Apppushunread
  864. }
  865. return 0
  866. }
  867. func (x *Free) GetOjyLength() int64 {
  868. if x != nil {
  869. return x.OjyLength
  870. }
  871. return 0
  872. }
  873. func (x *Free) GetOriginal() int64 {
  874. if x != nil {
  875. return x.Original
  876. }
  877. return 0
  878. }
  879. func (x *Free) GetPpStatus() int64 {
  880. if x != nil {
  881. return x.PpStatus
  882. }
  883. return 0
  884. }
  885. func (x *Free) GetPpStartTime() int64 {
  886. if x != nil {
  887. return x.PpStartTime
  888. }
  889. return 0
  890. }
  891. func (x *Free) GetPpEndTime() int64 {
  892. if x != nil {
  893. return x.PpEndTime
  894. }
  895. return 0
  896. }
  897. //文库
  898. type Docs struct {
  899. state protoimpl.MessageState
  900. sizeCache protoimpl.SizeCache
  901. unknownFields protoimpl.UnknownFields
  902. Status int64 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
  903. StartDate int64 `protobuf:"varint,2,opt,name=startDate,proto3" json:"startDate,omitempty"`
  904. EndDate int64 `protobuf:"varint,3,opt,name=endDate,proto3" json:"endDate,omitempty"`
  905. FreeDownload int64 `protobuf:"varint,4,opt,name=freeDownload,proto3" json:"freeDownload,omitempty"`
  906. }
  907. func (x *Docs) Reset() {
  908. *x = Docs{}
  909. if protoimpl.UnsafeEnabled {
  910. mi := &file_powerCheck_proto_msgTypes[8]
  911. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  912. ms.StoreMessageInfo(mi)
  913. }
  914. }
  915. func (x *Docs) String() string {
  916. return protoimpl.X.MessageStringOf(x)
  917. }
  918. func (*Docs) ProtoMessage() {}
  919. func (x *Docs) ProtoReflect() protoreflect.Message {
  920. mi := &file_powerCheck_proto_msgTypes[8]
  921. if protoimpl.UnsafeEnabled && x != nil {
  922. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  923. if ms.LoadMessageInfo() == nil {
  924. ms.StoreMessageInfo(mi)
  925. }
  926. return ms
  927. }
  928. return mi.MessageOf(x)
  929. }
  930. // Deprecated: Use Docs.ProtoReflect.Descriptor instead.
  931. func (*Docs) Descriptor() ([]byte, []int) {
  932. return file_powerCheck_proto_rawDescGZIP(), []int{8}
  933. }
  934. func (x *Docs) GetStatus() int64 {
  935. if x != nil {
  936. return x.Status
  937. }
  938. return 0
  939. }
  940. func (x *Docs) GetStartDate() int64 {
  941. if x != nil {
  942. return x.StartDate
  943. }
  944. return 0
  945. }
  946. func (x *Docs) GetEndDate() int64 {
  947. if x != nil {
  948. return x.EndDate
  949. }
  950. return 0
  951. }
  952. func (x *Docs) GetFreeDownload() int64 {
  953. if x != nil {
  954. return x.FreeDownload
  955. }
  956. return 0
  957. }
  958. var File_powerCheck_proto protoreflect.FileDescriptor
  959. var file_powerCheck_proto_rawDesc = []byte{
  960. 0x0a, 0x10, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f,
  961. 0x74, 0x6f, 0x22, 0x64, 0x0a, 0x0e, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68, 0x65, 0x63, 0x6b,
  962. 0x52, 0x65, 0x73, 0x70, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73,
  963. 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73,
  964. 0x67, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18,
  965. 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65,
  966. 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03,
  967. 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xd0, 0x01, 0x0a, 0x08, 0x43, 0x68, 0x65,
  968. 0x63, 0x6b, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x01,
  969. 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75,
  970. 0x73, 0x65, 0x72, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65,
  971. 0x72, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x61, 0x73, 0x65, 0x55, 0x73, 0x65, 0x72, 0x49,
  972. 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x62, 0x61, 0x73, 0x65, 0x55, 0x73, 0x65,
  973. 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64,
  974. 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49,
  975. 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03,
  976. 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x6f, 0x73, 0x69, 0x74,
  977. 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x70,
  978. 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x70,
  979. 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52,
  980. 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0xf5, 0x01, 0x0a, 0x09,
  981. 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72,
  982. 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72,
  983. 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f,
  984. 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f,
  985. 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x03, 0x76, 0x69, 0x70, 0x18, 0x03, 0x20, 0x01,
  986. 0x28, 0x0b, 0x32, 0x04, 0x2e, 0x56, 0x69, 0x70, 0x52, 0x03, 0x76, 0x69, 0x70, 0x12, 0x1f, 0x0a,
  987. 0x06, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e,
  988. 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x06, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x25,
  989. 0x0a, 0x08, 0x65, 0x6e, 0x74, 0x6e, 0x69, 0x63, 0x68, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b,
  990. 0x32, 0x09, 0x2e, 0x45, 0x6e, 0x74, 0x6e, 0x69, 0x63, 0x68, 0x65, 0x52, 0x08, 0x65, 0x6e, 0x74,
  991. 0x6e, 0x69, 0x63, 0x68, 0x65, 0x12, 0x16, 0x0a, 0x03, 0x65, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01,
  992. 0x28, 0x0b, 0x32, 0x04, 0x2e, 0x45, 0x6e, 0x74, 0x52, 0x03, 0x65, 0x6e, 0x74, 0x12, 0x19, 0x0a,
  993. 0x04, 0x66, 0x72, 0x65, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x05, 0x2e, 0x46, 0x72,
  994. 0x65, 0x65, 0x52, 0x04, 0x66, 0x72, 0x65, 0x65, 0x12, 0x19, 0x0a, 0x04, 0x64, 0x6f, 0x63, 0x73,
  995. 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x05, 0x2e, 0x44, 0x6f, 0x63, 0x73, 0x52, 0x04, 0x64,
  996. 0x6f, 0x63, 0x73, 0x22, 0xff, 0x02, 0x0a, 0x03, 0x56, 0x69, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x73,
  997. 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61,
  998. 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65,
  999. 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d,
  1000. 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01,
  1001. 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x75,
  1002. 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x75, 0x70,
  1003. 0x67, 0x72, 0x61, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x65, 0x61, 0x63, 0x6f, 0x75,
  1004. 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x72, 0x65, 0x61, 0x63, 0x6f,
  1005. 0x75, 0x6e, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x62, 0x75, 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61, 0x73,
  1006. 0x73, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x62, 0x75,
  1007. 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22, 0x0a,
  1008. 0x0c, 0x6d, 0x61, 0x78, 0x4b, 0x65, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x07, 0x20,
  1009. 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6d, 0x61, 0x78, 0x4b, 0x65, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74,
  1010. 0x68, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x08,
  1011. 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12,
  1012. 0x1a, 0x0a, 0x08, 0x76, 0x69, 0x70, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28,
  1013. 0x03, 0x52, 0x08, 0x76, 0x69, 0x70, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x66,
  1014. 0x69, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x66, 0x69,
  1015. 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x18,
  1016. 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x68, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a,
  1017. 0x08, 0x6e, 0x65, 0x77, 0x43, 0x69, 0x74, 0x79, 0x73, 0x18, 0x0c, 0x20, 0x03, 0x28, 0x03, 0x52,
  1018. 0x08, 0x6e, 0x65, 0x77, 0x43, 0x69, 0x74, 0x79, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x72, 0x69,
  1019. 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6f, 0x72, 0x69,
  1020. 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x22, 0x90, 0x04, 0x0a, 0x06, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72,
  1021. 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
  1022. 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72,
  1023. 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x74, 0x61,
  1024. 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d,
  1025. 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65,
  1026. 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04,
  1027. 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65,
  1028. 0x12, 0x28, 0x0a, 0x0f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x4c,
  1029. 0x69, 0x73, 0x74, 0x18, 0x05, 0x20, 0x03, 0x28, 0x03, 0x52, 0x0f, 0x6d, 0x65, 0x6d, 0x62, 0x65,
  1030. 0x72, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x73,
  1031. 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x54, 0x72, 0x69, 0x61, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28,
  1032. 0x03, 0x52, 0x0d, 0x69, 0x73, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x54, 0x72, 0x69, 0x61, 0x6c,
  1033. 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20,
  1034. 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20,
  1035. 0x0a, 0x0b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x18, 0x08, 0x20,
  1036. 0x01, 0x28, 0x03, 0x52, 0x0b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x50, 0x6f, 0x77, 0x65, 0x72,
  1037. 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x53, 0x75, 0x62, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x09,
  1038. 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x69, 0x73, 0x53, 0x75, 0x62, 0x43, 0x6f, 0x75, 0x6e, 0x74,
  1039. 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x61, 0x78, 0x4b, 0x65, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68,
  1040. 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6d, 0x61, 0x78, 0x4b, 0x65, 0x79, 0x4c, 0x65,
  1041. 0x6e, 0x67, 0x74, 0x68, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x6e, 0x74, 0x4e, 0x75, 0x6d, 0x18, 0x0b,
  1042. 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x65, 0x6e, 0x74, 0x4e, 0x75, 0x6d, 0x12, 0x16, 0x0a, 0x06,
  1043. 0x70, 0x72, 0x6f, 0x4e, 0x75, 0x6d, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x72,
  1044. 0x6f, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x61, 0x69, 0x6c, 0x79, 0x4e, 0x75, 0x6d,
  1045. 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x64, 0x61, 0x69, 0x6c, 0x79, 0x4e, 0x75, 0x6d,
  1046. 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x73, 0x18, 0x0e, 0x20,
  1047. 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x73, 0x12, 0x10,
  1048. 0x0a, 0x03, 0x70, 0x69, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x64,
  1049. 0x12, 0x12, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x08, 0x52, 0x04,
  1050. 0x75, 0x73, 0x65, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x18, 0x11,
  1051. 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x68, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08,
  1052. 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x18, 0x12, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08,
  1053. 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x22, 0xfc, 0x01, 0x0a, 0x08, 0x45, 0x6e, 0x74,
  1054. 0x6e, 0x69, 0x63, 0x68, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18,
  1055. 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a,
  1056. 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
  1057. 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65,
  1058. 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e,
  1059. 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x6f,
  1060. 0x75, 0x72, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x70, 0x6f, 0x77, 0x65,
  1061. 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x45, 0x6e, 0x74,
  1062. 0x50, 0x6f, 0x77, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x69, 0x73, 0x45,
  1063. 0x6e, 0x74, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x4e, 0x65, 0x77,
  1064. 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x69, 0x73, 0x4e, 0x65, 0x77, 0x12, 0x16, 0x0a,
  1065. 0x06, 0x68, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x68,
  1066. 0x61, 0x73, 0x4b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x08,
  1067. 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x6f,
  1068. 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6f,
  1069. 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x22, 0x91, 0x03, 0x0a, 0x03, 0x45, 0x6e, 0x74, 0x12,
  1070. 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e,
  1071. 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x64,
  1072. 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x6e, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x49,
  1073. 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x65, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x53, 0x74, 0x61, 0x74,
  1074. 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x65, 0x6e, 0x74, 0x41, 0x75, 0x74,
  1075. 0x68, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x65, 0x6e, 0x74, 0x41, 0x75,
  1076. 0x74, 0x68, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d,
  1077. 0x65, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x22, 0x0a,
  1078. 0x0c, 0x65, 0x6e, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x18, 0x05, 0x20,
  1079. 0x01, 0x28, 0x03, 0x52, 0x0c, 0x65, 0x6e, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62,
  1080. 0x65, 0x12, 0x30, 0x0a, 0x13, 0x65, 0x6e, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62,
  1081. 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x13,
  1082. 0x65, 0x6e, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x4d, 0x61, 0x6e, 0x61,
  1083. 0x67, 0x65, 0x72, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x6f, 0x75, 0x72,
  1084. 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x53,
  1085. 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x64, 0x65, 0x70, 0x74, 0x53, 0x75, 0x62,
  1086. 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x64, 0x65,
  1087. 0x70, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70,
  1088. 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x47, 0x44, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09,
  1089. 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x47, 0x44, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x75, 0x79,
  1090. 0x56, 0x69, 0x70, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x62, 0x75, 0x79, 0x56, 0x69,
  1091. 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x75, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x0b,
  1092. 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x62, 0x75, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12,
  1093. 0x1a, 0x0a, 0x08, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28,
  1094. 0x08, 0x52, 0x08, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x22, 0xca, 0x04, 0x0a, 0x04,
  1095. 0x46, 0x72, 0x65, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x46, 0x72, 0x65, 0x65, 0x18, 0x01,
  1096. 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x46, 0x72, 0x65, 0x65, 0x12, 0x1e, 0x0a, 0x0a,
  1097. 0x66, 0x72, 0x65, 0x65, 0x48, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08,
  1098. 0x52, 0x0a, 0x66, 0x72, 0x65, 0x65, 0x48, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x12, 0x20, 0x0a, 0x0b,
  1099. 0x66, 0x72, 0x65, 0x65, 0x45, 0x6e, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28,
  1100. 0x03, 0x52, 0x0b, 0x66, 0x72, 0x65, 0x65, 0x45, 0x6e, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x24,
  1101. 0x0a, 0x0d, 0x66, 0x72, 0x65, 0x65, 0x42, 0x75, 0x79, 0x65, 0x72, 0x50, 0x6f, 0x72, 0x74, 0x18,
  1102. 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x66, 0x72, 0x65, 0x65, 0x42, 0x75, 0x79, 0x65, 0x72,
  1103. 0x50, 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x72, 0x65, 0x65, 0x46, 0x69, 0x6c, 0x65,
  1104. 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x72, 0x65, 0x65, 0x46, 0x69, 0x6c, 0x65,
  1105. 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x64, 0x61, 0x74, 0x65, 0x18,
  1106. 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x64, 0x61,
  1107. 0x74, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x18,
  1108. 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x73, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65,
  1109. 0x12, 0x12, 0x0a, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
  1110. 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x09, 0x20,
  1111. 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x73,
  1112. 0x47, 0x75, 0x69, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x74, 0x73, 0x47,
  1113. 0x75, 0x69, 0x64, 0x65, 0x12, 0x30, 0x0a, 0x13, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x70,
  1114. 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28,
  1115. 0x03, 0x52, 0x13, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x70, 0x70, 0x70, 0x75, 0x73, 0x68,
  1116. 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x12, 0x34, 0x0a, 0x15, 0x65, 0x6e, 0x74, 0x6e, 0x69, 0x63,
  1117. 0x68, 0x65, 0x41, 0x70, 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x18,
  1118. 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x15, 0x65, 0x6e, 0x74, 0x6e, 0x69, 0x63, 0x68, 0x65, 0x41,
  1119. 0x70, 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x12, 0x24, 0x0a, 0x0d,
  1120. 0x61, 0x70, 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x18, 0x0d, 0x20,
  1121. 0x01, 0x28, 0x03, 0x52, 0x0d, 0x61, 0x70, 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65,
  1122. 0x61, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6f, 0x6a, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18,
  1123. 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6f, 0x6a, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68,
  1124. 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x18, 0x0f, 0x20, 0x01,
  1125. 0x28, 0x03, 0x52, 0x08, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x12, 0x1a, 0x0a, 0x08,
  1126. 0x70, 0x70, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x10, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08,
  1127. 0x70, 0x70, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x70, 0x53, 0x74,
  1128. 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x70,
  1129. 0x70, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x70,
  1130. 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70,
  1131. 0x70, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x7a, 0x0a, 0x04, 0x44, 0x6f, 0x63, 0x73,
  1132. 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
  1133. 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72,
  1134. 0x74, 0x44, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x74, 0x61,
  1135. 0x72, 0x74, 0x44, 0x61, 0x74, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x44, 0x61, 0x74,
  1136. 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x44, 0x61, 0x74, 0x65,
  1137. 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x72, 0x65, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64,
  1138. 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x66, 0x72, 0x65, 0x65, 0x44, 0x6f, 0x77, 0x6e,
  1139. 0x6c, 0x6f, 0x61, 0x64, 0x32, 0x59, 0x0a, 0x0a, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68, 0x65,
  1140. 0x63, 0x6b, 0x12, 0x1e, 0x0a, 0x05, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x12, 0x09, 0x2e, 0x43, 0x68,
  1141. 0x65, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x1a, 0x0a, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65,
  1142. 0x73, 0x70, 0x12, 0x2b, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65,
  1143. 0x64, 0x69, 0x73, 0x12, 0x09, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x1a, 0x0f,
  1144. 0x2e, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x42,
  1145. 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  1146. }
  1147. var (
  1148. file_powerCheck_proto_rawDescOnce sync.Once
  1149. file_powerCheck_proto_rawDescData = file_powerCheck_proto_rawDesc
  1150. )
  1151. func file_powerCheck_proto_rawDescGZIP() []byte {
  1152. file_powerCheck_proto_rawDescOnce.Do(func() {
  1153. file_powerCheck_proto_rawDescData = protoimpl.X.CompressGZIP(file_powerCheck_proto_rawDescData)
  1154. })
  1155. return file_powerCheck_proto_rawDescData
  1156. }
  1157. var file_powerCheck_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
  1158. var file_powerCheck_proto_goTypes = []interface{}{
  1159. (*PowerCheckResp)(nil), // 0: PowerCheckResp
  1160. (*CheckReq)(nil), // 1: CheckReq
  1161. (*CheckResp)(nil), // 2: CheckResp
  1162. (*Vip)(nil), // 3: Vip
  1163. (*Member)(nil), // 4: Member
  1164. (*Entniche)(nil), // 5: Entniche
  1165. (*Ent)(nil), // 6: Ent
  1166. (*Free)(nil), // 7: Free
  1167. (*Docs)(nil), // 8: Docs
  1168. }
  1169. var file_powerCheck_proto_depIdxs = []int32{
  1170. 3, // 0: CheckResp.vip:type_name -> Vip
  1171. 4, // 1: CheckResp.member:type_name -> Member
  1172. 5, // 2: CheckResp.entniche:type_name -> Entniche
  1173. 6, // 3: CheckResp.ent:type_name -> Ent
  1174. 7, // 4: CheckResp.free:type_name -> Free
  1175. 8, // 5: CheckResp.docs:type_name -> Docs
  1176. 1, // 6: powerCheck.Check:input_type -> CheckReq
  1177. 1, // 7: powerCheck.DelCheckRedis:input_type -> CheckReq
  1178. 2, // 8: powerCheck.Check:output_type -> CheckResp
  1179. 0, // 9: powerCheck.DelCheckRedis:output_type -> PowerCheckResp
  1180. 8, // [8:10] is the sub-list for method output_type
  1181. 6, // [6:8] is the sub-list for method input_type
  1182. 6, // [6:6] is the sub-list for extension type_name
  1183. 6, // [6:6] is the sub-list for extension extendee
  1184. 0, // [0:6] is the sub-list for field type_name
  1185. }
  1186. func init() { file_powerCheck_proto_init() }
  1187. func file_powerCheck_proto_init() {
  1188. if File_powerCheck_proto != nil {
  1189. return
  1190. }
  1191. if !protoimpl.UnsafeEnabled {
  1192. file_powerCheck_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  1193. switch v := v.(*PowerCheckResp); i {
  1194. case 0:
  1195. return &v.state
  1196. case 1:
  1197. return &v.sizeCache
  1198. case 2:
  1199. return &v.unknownFields
  1200. default:
  1201. return nil
  1202. }
  1203. }
  1204. file_powerCheck_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1205. switch v := v.(*CheckReq); i {
  1206. case 0:
  1207. return &v.state
  1208. case 1:
  1209. return &v.sizeCache
  1210. case 2:
  1211. return &v.unknownFields
  1212. default:
  1213. return nil
  1214. }
  1215. }
  1216. file_powerCheck_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1217. switch v := v.(*CheckResp); i {
  1218. case 0:
  1219. return &v.state
  1220. case 1:
  1221. return &v.sizeCache
  1222. case 2:
  1223. return &v.unknownFields
  1224. default:
  1225. return nil
  1226. }
  1227. }
  1228. file_powerCheck_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1229. switch v := v.(*Vip); i {
  1230. case 0:
  1231. return &v.state
  1232. case 1:
  1233. return &v.sizeCache
  1234. case 2:
  1235. return &v.unknownFields
  1236. default:
  1237. return nil
  1238. }
  1239. }
  1240. file_powerCheck_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1241. switch v := v.(*Member); i {
  1242. case 0:
  1243. return &v.state
  1244. case 1:
  1245. return &v.sizeCache
  1246. case 2:
  1247. return &v.unknownFields
  1248. default:
  1249. return nil
  1250. }
  1251. }
  1252. file_powerCheck_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1253. switch v := v.(*Entniche); i {
  1254. case 0:
  1255. return &v.state
  1256. case 1:
  1257. return &v.sizeCache
  1258. case 2:
  1259. return &v.unknownFields
  1260. default:
  1261. return nil
  1262. }
  1263. }
  1264. file_powerCheck_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1265. switch v := v.(*Ent); i {
  1266. case 0:
  1267. return &v.state
  1268. case 1:
  1269. return &v.sizeCache
  1270. case 2:
  1271. return &v.unknownFields
  1272. default:
  1273. return nil
  1274. }
  1275. }
  1276. file_powerCheck_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1277. switch v := v.(*Free); i {
  1278. case 0:
  1279. return &v.state
  1280. case 1:
  1281. return &v.sizeCache
  1282. case 2:
  1283. return &v.unknownFields
  1284. default:
  1285. return nil
  1286. }
  1287. }
  1288. file_powerCheck_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1289. switch v := v.(*Docs); i {
  1290. case 0:
  1291. return &v.state
  1292. case 1:
  1293. return &v.sizeCache
  1294. case 2:
  1295. return &v.unknownFields
  1296. default:
  1297. return nil
  1298. }
  1299. }
  1300. }
  1301. type x struct{}
  1302. out := protoimpl.TypeBuilder{
  1303. File: protoimpl.DescBuilder{
  1304. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1305. RawDescriptor: file_powerCheck_proto_rawDesc,
  1306. NumEnums: 0,
  1307. NumMessages: 9,
  1308. NumExtensions: 0,
  1309. NumServices: 1,
  1310. },
  1311. GoTypes: file_powerCheck_proto_goTypes,
  1312. DependencyIndexes: file_powerCheck_proto_depIdxs,
  1313. MessageInfos: file_powerCheck_proto_msgTypes,
  1314. }.Build()
  1315. File_powerCheck_proto = out.File
  1316. file_powerCheck_proto_rawDesc = nil
  1317. file_powerCheck_proto_goTypes = nil
  1318. file_powerCheck_proto_depIdxs = nil
  1319. }