powerCheck.pb.go 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.27.1
  4. // protoc v3.19.4
  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. }
  166. func (x *CheckResp) Reset() {
  167. *x = CheckResp{}
  168. if protoimpl.UnsafeEnabled {
  169. mi := &file_powerCheck_proto_msgTypes[2]
  170. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  171. ms.StoreMessageInfo(mi)
  172. }
  173. }
  174. func (x *CheckResp) String() string {
  175. return protoimpl.X.MessageStringOf(x)
  176. }
  177. func (*CheckResp) ProtoMessage() {}
  178. func (x *CheckResp) ProtoReflect() protoreflect.Message {
  179. mi := &file_powerCheck_proto_msgTypes[2]
  180. if protoimpl.UnsafeEnabled && x != nil {
  181. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  182. if ms.LoadMessageInfo() == nil {
  183. ms.StoreMessageInfo(mi)
  184. }
  185. return ms
  186. }
  187. return mi.MessageOf(x)
  188. }
  189. // Deprecated: Use CheckResp.ProtoReflect.Descriptor instead.
  190. func (*CheckResp) Descriptor() ([]byte, []int) {
  191. return file_powerCheck_proto_rawDescGZIP(), []int{2}
  192. }
  193. func (x *CheckResp) GetErrorMsg() string {
  194. if x != nil {
  195. return x.ErrorMsg
  196. }
  197. return ""
  198. }
  199. func (x *CheckResp) GetErrorCode() int64 {
  200. if x != nil {
  201. return x.ErrorCode
  202. }
  203. return 0
  204. }
  205. func (x *CheckResp) GetVip() *Vip {
  206. if x != nil {
  207. return x.Vip
  208. }
  209. return nil
  210. }
  211. func (x *CheckResp) GetMember() *Member {
  212. if x != nil {
  213. return x.Member
  214. }
  215. return nil
  216. }
  217. func (x *CheckResp) GetEntniche() *Entniche {
  218. if x != nil {
  219. return x.Entniche
  220. }
  221. return nil
  222. }
  223. func (x *CheckResp) GetEnt() *Ent {
  224. if x != nil {
  225. return x.Ent
  226. }
  227. return nil
  228. }
  229. func (x *CheckResp) GetFree() *Free {
  230. if x != nil {
  231. return x.Free
  232. }
  233. return nil
  234. }
  235. //超级订阅相关
  236. type Vip struct {
  237. state protoimpl.MessageState
  238. sizeCache protoimpl.SizeCache
  239. unknownFields protoimpl.UnknownFields
  240. Status int64 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` //超级订阅状态
  241. StartTime int64 `protobuf:"varint,2,opt,name=startTime,proto3" json:"startTime,omitempty"` //超级订阅开始时间戳
  242. EndTime int64 `protobuf:"varint,3,opt,name=endTime,proto3" json:"endTime,omitempty"` //超级订阅结束时间戳
  243. Upgrade int64 `protobuf:"varint,4,opt,name=upgrade,proto3" json:"upgrade,omitempty"` //是否是升级版超级订阅;0否 1是
  244. Areacount int64 `protobuf:"varint,5,opt,name=areacount,proto3" json:"areacount,omitempty"` //购买省份数量; -1全部
  245. Buyerclasscount int64 `protobuf:"varint,6,opt,name=buyerclasscount,proto3" json:"buyerclasscount,omitempty"` //购买采购单位数量; -1全部
  246. MaxKeyLength int64 `protobuf:"varint,7,opt,name=maxKeyLength,proto3" json:"maxKeyLength,omitempty"` //最大关键词数量限制
  247. PowerType int64 `protobuf:"varint,8,opt,name=powerType,proto3" json:"powerType,omitempty"` //超级订阅权益类型;0无 1个人 2企业
  248. VipPower int64 `protobuf:"varint,9,opt,name=vipPower,proto3" json:"vipPower,omitempty"` //是否分配了超级订阅;0:否 1:是
  249. FileNum int64 `protobuf:"varint,10,opt,name=fileNum,proto3" json:"fileNum,omitempty"` //超级订阅用户附件下载包的剩余次数
  250. HasKey bool `protobuf:"varint,11,opt,name=hasKey,proto3" json:"hasKey,omitempty"` //是否有关键词
  251. NewCitys []int64 `protobuf:"varint,12,rep,packed,name=newCitys,proto3" json:"newCitys,omitempty"` //城市数量
  252. }
  253. func (x *Vip) Reset() {
  254. *x = Vip{}
  255. if protoimpl.UnsafeEnabled {
  256. mi := &file_powerCheck_proto_msgTypes[3]
  257. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  258. ms.StoreMessageInfo(mi)
  259. }
  260. }
  261. func (x *Vip) String() string {
  262. return protoimpl.X.MessageStringOf(x)
  263. }
  264. func (*Vip) ProtoMessage() {}
  265. func (x *Vip) ProtoReflect() protoreflect.Message {
  266. mi := &file_powerCheck_proto_msgTypes[3]
  267. if protoimpl.UnsafeEnabled && x != nil {
  268. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  269. if ms.LoadMessageInfo() == nil {
  270. ms.StoreMessageInfo(mi)
  271. }
  272. return ms
  273. }
  274. return mi.MessageOf(x)
  275. }
  276. // Deprecated: Use Vip.ProtoReflect.Descriptor instead.
  277. func (*Vip) Descriptor() ([]byte, []int) {
  278. return file_powerCheck_proto_rawDescGZIP(), []int{3}
  279. }
  280. func (x *Vip) GetStatus() int64 {
  281. if x != nil {
  282. return x.Status
  283. }
  284. return 0
  285. }
  286. func (x *Vip) GetStartTime() int64 {
  287. if x != nil {
  288. return x.StartTime
  289. }
  290. return 0
  291. }
  292. func (x *Vip) GetEndTime() int64 {
  293. if x != nil {
  294. return x.EndTime
  295. }
  296. return 0
  297. }
  298. func (x *Vip) GetUpgrade() int64 {
  299. if x != nil {
  300. return x.Upgrade
  301. }
  302. return 0
  303. }
  304. func (x *Vip) GetAreacount() int64 {
  305. if x != nil {
  306. return x.Areacount
  307. }
  308. return 0
  309. }
  310. func (x *Vip) GetBuyerclasscount() int64 {
  311. if x != nil {
  312. return x.Buyerclasscount
  313. }
  314. return 0
  315. }
  316. func (x *Vip) GetMaxKeyLength() int64 {
  317. if x != nil {
  318. return x.MaxKeyLength
  319. }
  320. return 0
  321. }
  322. func (x *Vip) GetPowerType() int64 {
  323. if x != nil {
  324. return x.PowerType
  325. }
  326. return 0
  327. }
  328. func (x *Vip) GetVipPower() int64 {
  329. if x != nil {
  330. return x.VipPower
  331. }
  332. return 0
  333. }
  334. func (x *Vip) GetFileNum() int64 {
  335. if x != nil {
  336. return x.FileNum
  337. }
  338. return 0
  339. }
  340. func (x *Vip) GetHasKey() bool {
  341. if x != nil {
  342. return x.HasKey
  343. }
  344. return false
  345. }
  346. func (x *Vip) GetNewCitys() []int64 {
  347. if x != nil {
  348. return x.NewCitys
  349. }
  350. return nil
  351. }
  352. //大会员相关
  353. type Member struct {
  354. state protoimpl.MessageState
  355. sizeCache protoimpl.SizeCache
  356. unknownFields protoimpl.UnknownFields
  357. Status int64 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` //大会员状态
  358. StartTime int64 `protobuf:"varint,2,opt,name=startTime,proto3" json:"startTime,omitempty"` //开始时间戳
  359. EndTime int64 `protobuf:"varint,3,opt,name=endTime,proto3" json:"endTime,omitempty"` //结束时间戳
  360. MemberName string `protobuf:"bytes,4,opt,name=memberName,proto3" json:"memberName,omitempty"` //大会员版本名称
  361. MemberPowerList []int64 `protobuf:"varint,5,rep,packed,name=memberPowerList,proto3" json:"memberPowerList,omitempty"` //大会员权益数组
  362. IsMemberTrial int64 `protobuf:"varint,6,opt,name=isMemberTrial,proto3" json:"isMemberTrial,omitempty"` //是否是大会员试用;0否 1是
  363. PowerType int64 `protobuf:"varint,7,opt,name=powerType,proto3" json:"powerType,omitempty"` //大会员权益类型;0无 1个人 2企业
  364. MemberPower int64 `protobuf:"varint,8,opt,name=memberPower,proto3" json:"memberPower,omitempty"` //是否分配了大会员;0:否 1:是
  365. IsSubCount int64 `protobuf:"varint,9,opt,name=isSubCount,proto3" json:"isSubCount,omitempty"` //是否是子账号 0否 1是
  366. MaxKeyLength int64 `protobuf:"varint,10,opt,name=maxKeyLength,proto3" json:"maxKeyLength,omitempty"` //最大关键词数量限制
  367. EntNum int64 `protobuf:"varint,11,opt,name=entNum,proto3" json:"entNum,omitempty"` //企业情报监控 企业中标动态数量
  368. ProNum int64 `protobuf:"varint,12,opt,name=proNum,proto3" json:"proNum,omitempty"` //项目进度监控数量
  369. DailyNum int64 `protobuf:"varint,13,opt,name=dailyNum,proto3" json:"dailyNum,omitempty"` //结构化数据(单日限量包数量)
  370. Customers int64 `protobuf:"varint,14,opt,name=customers,proto3" json:"customers,omitempty"` //潜在客户数量
  371. Pid string `protobuf:"bytes,15,opt,name=pid,proto3" json:"pid,omitempty"` //主帐号id
  372. Used bool `protobuf:"varint,16,opt,name=used,proto3" json:"used,omitempty"` //是否使用过大会员初始化
  373. HasKey bool `protobuf:"varint,17,opt,name=hasKey,proto3" json:"hasKey,omitempty"` //是否有关键词
  374. }
  375. func (x *Member) Reset() {
  376. *x = Member{}
  377. if protoimpl.UnsafeEnabled {
  378. mi := &file_powerCheck_proto_msgTypes[4]
  379. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  380. ms.StoreMessageInfo(mi)
  381. }
  382. }
  383. func (x *Member) String() string {
  384. return protoimpl.X.MessageStringOf(x)
  385. }
  386. func (*Member) ProtoMessage() {}
  387. func (x *Member) ProtoReflect() protoreflect.Message {
  388. mi := &file_powerCheck_proto_msgTypes[4]
  389. if protoimpl.UnsafeEnabled && x != nil {
  390. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  391. if ms.LoadMessageInfo() == nil {
  392. ms.StoreMessageInfo(mi)
  393. }
  394. return ms
  395. }
  396. return mi.MessageOf(x)
  397. }
  398. // Deprecated: Use Member.ProtoReflect.Descriptor instead.
  399. func (*Member) Descriptor() ([]byte, []int) {
  400. return file_powerCheck_proto_rawDescGZIP(), []int{4}
  401. }
  402. func (x *Member) GetStatus() int64 {
  403. if x != nil {
  404. return x.Status
  405. }
  406. return 0
  407. }
  408. func (x *Member) GetStartTime() int64 {
  409. if x != nil {
  410. return x.StartTime
  411. }
  412. return 0
  413. }
  414. func (x *Member) GetEndTime() int64 {
  415. if x != nil {
  416. return x.EndTime
  417. }
  418. return 0
  419. }
  420. func (x *Member) GetMemberName() string {
  421. if x != nil {
  422. return x.MemberName
  423. }
  424. return ""
  425. }
  426. func (x *Member) GetMemberPowerList() []int64 {
  427. if x != nil {
  428. return x.MemberPowerList
  429. }
  430. return nil
  431. }
  432. func (x *Member) GetIsMemberTrial() int64 {
  433. if x != nil {
  434. return x.IsMemberTrial
  435. }
  436. return 0
  437. }
  438. func (x *Member) GetPowerType() int64 {
  439. if x != nil {
  440. return x.PowerType
  441. }
  442. return 0
  443. }
  444. func (x *Member) GetMemberPower() int64 {
  445. if x != nil {
  446. return x.MemberPower
  447. }
  448. return 0
  449. }
  450. func (x *Member) GetIsSubCount() int64 {
  451. if x != nil {
  452. return x.IsSubCount
  453. }
  454. return 0
  455. }
  456. func (x *Member) GetMaxKeyLength() int64 {
  457. if x != nil {
  458. return x.MaxKeyLength
  459. }
  460. return 0
  461. }
  462. func (x *Member) GetEntNum() int64 {
  463. if x != nil {
  464. return x.EntNum
  465. }
  466. return 0
  467. }
  468. func (x *Member) GetProNum() int64 {
  469. if x != nil {
  470. return x.ProNum
  471. }
  472. return 0
  473. }
  474. func (x *Member) GetDailyNum() int64 {
  475. if x != nil {
  476. return x.DailyNum
  477. }
  478. return 0
  479. }
  480. func (x *Member) GetCustomers() int64 {
  481. if x != nil {
  482. return x.Customers
  483. }
  484. return 0
  485. }
  486. func (x *Member) GetPid() string {
  487. if x != nil {
  488. return x.Pid
  489. }
  490. return ""
  491. }
  492. func (x *Member) GetUsed() bool {
  493. if x != nil {
  494. return x.Used
  495. }
  496. return false
  497. }
  498. func (x *Member) GetHasKey() bool {
  499. if x != nil {
  500. return x.HasKey
  501. }
  502. return false
  503. }
  504. //商机管理相关
  505. type Entniche struct {
  506. state protoimpl.MessageState
  507. sizeCache protoimpl.SizeCache
  508. unknownFields protoimpl.UnknownFields
  509. Status int64 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` //商机管理相关
  510. StartTime int64 `protobuf:"varint,2,opt,name=startTime,proto3" json:"startTime,omitempty"` //开始时间戳
  511. EndTime int64 `protobuf:"varint,3,opt,name=endTime,proto3" json:"endTime,omitempty"` //结束时间戳
  512. PowerSource int64 `protobuf:"varint,4,opt,name=powerSource,proto3" json:"powerSource,omitempty"` //商机管理权限开通来源;1:赠送的商机管理服务
  513. IsEntPower int64 `protobuf:"varint,5,opt,name=isEntPower,proto3" json:"isEntPower,omitempty"` //是否分配权限;0:未分配,1:已分配
  514. IsNew int64 `protobuf:"varint,6,opt,name=isNew,proto3" json:"isNew,omitempty"` //是否是新版商机管理 0不是 1是
  515. HasKey bool `protobuf:"varint,7,opt,name=hasKey,proto3" json:"hasKey,omitempty"` //是否有关键词
  516. Model int64 `protobuf:"varint,8,opt,name=model,proto3" json:"model,omitempty"` // 1-统一订阅,2-个人订阅
  517. }
  518. func (x *Entniche) Reset() {
  519. *x = Entniche{}
  520. if protoimpl.UnsafeEnabled {
  521. mi := &file_powerCheck_proto_msgTypes[5]
  522. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  523. ms.StoreMessageInfo(mi)
  524. }
  525. }
  526. func (x *Entniche) String() string {
  527. return protoimpl.X.MessageStringOf(x)
  528. }
  529. func (*Entniche) ProtoMessage() {}
  530. func (x *Entniche) ProtoReflect() protoreflect.Message {
  531. mi := &file_powerCheck_proto_msgTypes[5]
  532. if protoimpl.UnsafeEnabled && x != nil {
  533. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  534. if ms.LoadMessageInfo() == nil {
  535. ms.StoreMessageInfo(mi)
  536. }
  537. return ms
  538. }
  539. return mi.MessageOf(x)
  540. }
  541. // Deprecated: Use Entniche.ProtoReflect.Descriptor instead.
  542. func (*Entniche) Descriptor() ([]byte, []int) {
  543. return file_powerCheck_proto_rawDescGZIP(), []int{5}
  544. }
  545. func (x *Entniche) GetStatus() int64 {
  546. if x != nil {
  547. return x.Status
  548. }
  549. return 0
  550. }
  551. func (x *Entniche) GetStartTime() int64 {
  552. if x != nil {
  553. return x.StartTime
  554. }
  555. return 0
  556. }
  557. func (x *Entniche) GetEndTime() int64 {
  558. if x != nil {
  559. return x.EndTime
  560. }
  561. return 0
  562. }
  563. func (x *Entniche) GetPowerSource() int64 {
  564. if x != nil {
  565. return x.PowerSource
  566. }
  567. return 0
  568. }
  569. func (x *Entniche) GetIsEntPower() int64 {
  570. if x != nil {
  571. return x.IsEntPower
  572. }
  573. return 0
  574. }
  575. func (x *Entniche) GetIsNew() int64 {
  576. if x != nil {
  577. return x.IsNew
  578. }
  579. return 0
  580. }
  581. func (x *Entniche) GetHasKey() bool {
  582. if x != nil {
  583. return x.HasKey
  584. }
  585. return false
  586. }
  587. func (x *Entniche) GetModel() int64 {
  588. if x != nil {
  589. return x.Model
  590. }
  591. return 0
  592. }
  593. //企业相关
  594. type Ent struct {
  595. state protoimpl.MessageState
  596. sizeCache protoimpl.SizeCache
  597. unknownFields protoimpl.UnknownFields
  598. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` //企业名称
  599. EntRoleId int64 `protobuf:"varint,2,opt,name=entRoleId,proto3" json:"entRoleId,omitempty"` //商机管理角色:1:企业管理员;2:部门管理员
  600. EntAuthStatus int64 `protobuf:"varint,3,opt,name=entAuthStatus,proto3" json:"entAuthStatus,omitempty"` //企业是否认证 -1 未通过,0 未认证,1 已认证
  601. EntAuthReason string `protobuf:"bytes,4,opt,name=entAuthReason,proto3" json:"entAuthReason,omitempty"` //认证不通过原因
  602. EntSubscribe int64 `protobuf:"varint,5,opt,name=entSubscribe,proto3" json:"entSubscribe,omitempty"` //是否有企业订阅权限;0:否 1:是
  603. EntSubscribeManager int64 `protobuf:"varint,6,opt,name=entSubscribeManager,proto3" json:"entSubscribeManager,omitempty"` //是否有企业订阅管理权限;0:否 1:是
  604. PowerSource int64 `protobuf:"varint,7,opt,name=powerSource,proto3" json:"powerSource,omitempty"` //商机管理权限开通来源;1:赠送的商机管理服务
  605. DeptSubscribe int64 `protobuf:"varint,8,opt,name=deptSubscribe,proto3" json:"deptSubscribe,omitempty"` //各部门是否可以自行订阅;0:否 1:是
  606. PrivateGD bool `protobuf:"varint,9,opt,name=privateGD,proto3" json:"privateGD,omitempty"` //广东移动DICT 用户,用于查看画像
  607. BuyVip int64 `protobuf:"varint,10,opt,name=buyVip,proto3" json:"buyVip,omitempty"` //是否购买超级订阅
  608. BuyMember int64 `protobuf:"varint,11,opt,name=buyMember,proto3" json:"buyMember,omitempty"` //是否购买大会员
  609. }
  610. func (x *Ent) Reset() {
  611. *x = Ent{}
  612. if protoimpl.UnsafeEnabled {
  613. mi := &file_powerCheck_proto_msgTypes[6]
  614. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  615. ms.StoreMessageInfo(mi)
  616. }
  617. }
  618. func (x *Ent) String() string {
  619. return protoimpl.X.MessageStringOf(x)
  620. }
  621. func (*Ent) ProtoMessage() {}
  622. func (x *Ent) ProtoReflect() protoreflect.Message {
  623. mi := &file_powerCheck_proto_msgTypes[6]
  624. if protoimpl.UnsafeEnabled && x != nil {
  625. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  626. if ms.LoadMessageInfo() == nil {
  627. ms.StoreMessageInfo(mi)
  628. }
  629. return ms
  630. }
  631. return mi.MessageOf(x)
  632. }
  633. // Deprecated: Use Ent.ProtoReflect.Descriptor instead.
  634. func (*Ent) Descriptor() ([]byte, []int) {
  635. return file_powerCheck_proto_rawDescGZIP(), []int{6}
  636. }
  637. func (x *Ent) GetName() string {
  638. if x != nil {
  639. return x.Name
  640. }
  641. return ""
  642. }
  643. func (x *Ent) GetEntRoleId() int64 {
  644. if x != nil {
  645. return x.EntRoleId
  646. }
  647. return 0
  648. }
  649. func (x *Ent) GetEntAuthStatus() int64 {
  650. if x != nil {
  651. return x.EntAuthStatus
  652. }
  653. return 0
  654. }
  655. func (x *Ent) GetEntAuthReason() string {
  656. if x != nil {
  657. return x.EntAuthReason
  658. }
  659. return ""
  660. }
  661. func (x *Ent) GetEntSubscribe() int64 {
  662. if x != nil {
  663. return x.EntSubscribe
  664. }
  665. return 0
  666. }
  667. func (x *Ent) GetEntSubscribeManager() int64 {
  668. if x != nil {
  669. return x.EntSubscribeManager
  670. }
  671. return 0
  672. }
  673. func (x *Ent) GetPowerSource() int64 {
  674. if x != nil {
  675. return x.PowerSource
  676. }
  677. return 0
  678. }
  679. func (x *Ent) GetDeptSubscribe() int64 {
  680. if x != nil {
  681. return x.DeptSubscribe
  682. }
  683. return 0
  684. }
  685. func (x *Ent) GetPrivateGD() bool {
  686. if x != nil {
  687. return x.PrivateGD
  688. }
  689. return false
  690. }
  691. func (x *Ent) GetBuyVip() int64 {
  692. if x != nil {
  693. return x.BuyVip
  694. }
  695. return 0
  696. }
  697. func (x *Ent) GetBuyMember() int64 {
  698. if x != nil {
  699. return x.BuyMember
  700. }
  701. return 0
  702. }
  703. //免费权益相关
  704. type Free struct {
  705. state protoimpl.MessageState
  706. sizeCache protoimpl.SizeCache
  707. unknownFields protoimpl.UnknownFields
  708. IsFree bool `protobuf:"varint,1,opt,name=isFree,proto3" json:"isFree,omitempty"` //是否是免费用户
  709. FreeHasKey bool `protobuf:"varint,2,opt,name=freeHasKey,proto3" json:"freeHasKey,omitempty"` //免费用户是否有关键词
  710. FreeEntPort int64 `protobuf:"varint,3,opt,name=freeEntPort,proto3" json:"freeEntPort,omitempty"` //免费用户可查看企业画像次数
  711. FreeBuyerPort int64 `protobuf:"varint,4,opt,name=freeBuyerPort,proto3" json:"freeBuyerPort,omitempty"` //免费用户可查看采购单位画像次数
  712. FreeFile int64 `protobuf:"varint,5,opt,name=freeFile,proto3" json:"freeFile,omitempty"` //免费用户可以进行附件下载次数
  713. Registedate int64 `protobuf:"varint,6,opt,name=registedate,proto3" json:"registedate,omitempty"` //注册时间
  714. IsUpgrade bool `protobuf:"varint,7,opt,name=isUpgrade,proto3" json:"isUpgrade,omitempty"` //是否是新免费用户
  715. Mail string `protobuf:"bytes,8,opt,name=mail,proto3" json:"mail,omitempty"`
  716. Phone string `protobuf:"bytes,9,opt,name=phone,proto3" json:"phone,omitempty"` //手机号
  717. TsGuide int64 `protobuf:"varint,10,opt,name=tsGuide,proto3" json:"tsGuide,omitempty"` //pc订阅关键词,不再走向导页
  718. MemberApppushunread int64 `protobuf:"varint,11,opt,name=memberApppushunread,proto3" json:"memberApppushunread,omitempty"` //已读未读
  719. EntnicheApppushunread int64 `protobuf:"varint,12,opt,name=entnicheApppushunread,proto3" json:"entnicheApppushunread,omitempty"` //已读未读
  720. Apppushunread int64 `protobuf:"varint,13,opt,name=apppushunread,proto3" json:"apppushunread,omitempty"` //已读未读
  721. OjyLength int64 `protobuf:"varint,14,opt,name=ojyLength,proto3" json:"ojyLength,omitempty"` //ojy的长度
  722. }
  723. func (x *Free) Reset() {
  724. *x = Free{}
  725. if protoimpl.UnsafeEnabled {
  726. mi := &file_powerCheck_proto_msgTypes[7]
  727. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  728. ms.StoreMessageInfo(mi)
  729. }
  730. }
  731. func (x *Free) String() string {
  732. return protoimpl.X.MessageStringOf(x)
  733. }
  734. func (*Free) ProtoMessage() {}
  735. func (x *Free) ProtoReflect() protoreflect.Message {
  736. mi := &file_powerCheck_proto_msgTypes[7]
  737. if protoimpl.UnsafeEnabled && x != nil {
  738. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  739. if ms.LoadMessageInfo() == nil {
  740. ms.StoreMessageInfo(mi)
  741. }
  742. return ms
  743. }
  744. return mi.MessageOf(x)
  745. }
  746. // Deprecated: Use Free.ProtoReflect.Descriptor instead.
  747. func (*Free) Descriptor() ([]byte, []int) {
  748. return file_powerCheck_proto_rawDescGZIP(), []int{7}
  749. }
  750. func (x *Free) GetIsFree() bool {
  751. if x != nil {
  752. return x.IsFree
  753. }
  754. return false
  755. }
  756. func (x *Free) GetFreeHasKey() bool {
  757. if x != nil {
  758. return x.FreeHasKey
  759. }
  760. return false
  761. }
  762. func (x *Free) GetFreeEntPort() int64 {
  763. if x != nil {
  764. return x.FreeEntPort
  765. }
  766. return 0
  767. }
  768. func (x *Free) GetFreeBuyerPort() int64 {
  769. if x != nil {
  770. return x.FreeBuyerPort
  771. }
  772. return 0
  773. }
  774. func (x *Free) GetFreeFile() int64 {
  775. if x != nil {
  776. return x.FreeFile
  777. }
  778. return 0
  779. }
  780. func (x *Free) GetRegistedate() int64 {
  781. if x != nil {
  782. return x.Registedate
  783. }
  784. return 0
  785. }
  786. func (x *Free) GetIsUpgrade() bool {
  787. if x != nil {
  788. return x.IsUpgrade
  789. }
  790. return false
  791. }
  792. func (x *Free) GetMail() string {
  793. if x != nil {
  794. return x.Mail
  795. }
  796. return ""
  797. }
  798. func (x *Free) GetPhone() string {
  799. if x != nil {
  800. return x.Phone
  801. }
  802. return ""
  803. }
  804. func (x *Free) GetTsGuide() int64 {
  805. if x != nil {
  806. return x.TsGuide
  807. }
  808. return 0
  809. }
  810. func (x *Free) GetMemberApppushunread() int64 {
  811. if x != nil {
  812. return x.MemberApppushunread
  813. }
  814. return 0
  815. }
  816. func (x *Free) GetEntnicheApppushunread() int64 {
  817. if x != nil {
  818. return x.EntnicheApppushunread
  819. }
  820. return 0
  821. }
  822. func (x *Free) GetApppushunread() int64 {
  823. if x != nil {
  824. return x.Apppushunread
  825. }
  826. return 0
  827. }
  828. func (x *Free) GetOjyLength() int64 {
  829. if x != nil {
  830. return x.OjyLength
  831. }
  832. return 0
  833. }
  834. var File_powerCheck_proto protoreflect.FileDescriptor
  835. var file_powerCheck_proto_rawDesc = []byte{
  836. 0x0a, 0x10, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f,
  837. 0x74, 0x6f, 0x22, 0x64, 0x0a, 0x0e, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68, 0x65, 0x63, 0x6b,
  838. 0x52, 0x65, 0x73, 0x70, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73,
  839. 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73,
  840. 0x67, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18,
  841. 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65,
  842. 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03,
  843. 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xd0, 0x01, 0x0a, 0x08, 0x43, 0x68, 0x65,
  844. 0x63, 0x6b, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x01,
  845. 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75,
  846. 0x73, 0x65, 0x72, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65,
  847. 0x72, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x61, 0x73, 0x65, 0x55, 0x73, 0x65, 0x72, 0x49,
  848. 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x62, 0x61, 0x73, 0x65, 0x55, 0x73, 0x65,
  849. 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64,
  850. 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49,
  851. 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03,
  852. 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x6f, 0x73, 0x69, 0x74,
  853. 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x70,
  854. 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x70,
  855. 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52,
  856. 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0xda, 0x01, 0x0a, 0x09,
  857. 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72,
  858. 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72,
  859. 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f,
  860. 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f,
  861. 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x03, 0x76, 0x69, 0x70, 0x18, 0x03, 0x20, 0x01,
  862. 0x28, 0x0b, 0x32, 0x04, 0x2e, 0x56, 0x69, 0x70, 0x52, 0x03, 0x76, 0x69, 0x70, 0x12, 0x1f, 0x0a,
  863. 0x06, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e,
  864. 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x06, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x25,
  865. 0x0a, 0x08, 0x65, 0x6e, 0x74, 0x6e, 0x69, 0x63, 0x68, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b,
  866. 0x32, 0x09, 0x2e, 0x45, 0x6e, 0x74, 0x6e, 0x69, 0x63, 0x68, 0x65, 0x52, 0x08, 0x65, 0x6e, 0x74,
  867. 0x6e, 0x69, 0x63, 0x68, 0x65, 0x12, 0x16, 0x0a, 0x03, 0x65, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01,
  868. 0x28, 0x0b, 0x32, 0x04, 0x2e, 0x45, 0x6e, 0x74, 0x52, 0x03, 0x65, 0x6e, 0x74, 0x12, 0x19, 0x0a,
  869. 0x04, 0x66, 0x72, 0x65, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x05, 0x2e, 0x46, 0x72,
  870. 0x65, 0x65, 0x52, 0x04, 0x66, 0x72, 0x65, 0x65, 0x22, 0xe3, 0x02, 0x0a, 0x03, 0x56, 0x69, 0x70,
  871. 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
  872. 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72,
  873. 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x74, 0x61,
  874. 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d,
  875. 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65,
  876. 0x12, 0x18, 0x0a, 0x07, 0x75, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28,
  877. 0x03, 0x52, 0x07, 0x75, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72,
  878. 0x65, 0x61, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61,
  879. 0x72, 0x65, 0x61, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x62, 0x75, 0x79, 0x65,
  880. 0x72, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28,
  881. 0x03, 0x52, 0x0f, 0x62, 0x75, 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x63, 0x6f, 0x75,
  882. 0x6e, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x61, 0x78, 0x4b, 0x65, 0x79, 0x4c, 0x65, 0x6e, 0x67,
  883. 0x74, 0x68, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6d, 0x61, 0x78, 0x4b, 0x65, 0x79,
  884. 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x54,
  885. 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x6f, 0x77, 0x65, 0x72,
  886. 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x69, 0x70, 0x50, 0x6f, 0x77, 0x65, 0x72,
  887. 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x76, 0x69, 0x70, 0x50, 0x6f, 0x77, 0x65, 0x72,
  888. 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x0a, 0x20, 0x01, 0x28,
  889. 0x03, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x61,
  890. 0x73, 0x4b, 0x65, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x68, 0x61, 0x73, 0x4b,
  891. 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x65, 0x77, 0x43, 0x69, 0x74, 0x79, 0x73, 0x18, 0x0c,
  892. 0x20, 0x03, 0x28, 0x03, 0x52, 0x08, 0x6e, 0x65, 0x77, 0x43, 0x69, 0x74, 0x79, 0x73, 0x22, 0xf4,
  893. 0x03, 0x0a, 0x06, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61,
  894. 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75,
  895. 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02,
  896. 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12,
  897. 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03,
  898. 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x65, 0x6d,
  899. 0x62, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d,
  900. 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x6d, 0x65, 0x6d,
  901. 0x62, 0x65, 0x72, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x05, 0x20, 0x03,
  902. 0x28, 0x03, 0x52, 0x0f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x4c,
  903. 0x69, 0x73, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x73, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x54,
  904. 0x72, 0x69, 0x61, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x69, 0x73, 0x4d, 0x65,
  905. 0x6d, 0x62, 0x65, 0x72, 0x54, 0x72, 0x69, 0x61, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x6f, 0x77,
  906. 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x6f,
  907. 0x77, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x6d, 0x65, 0x6d, 0x62, 0x65,
  908. 0x72, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x6d, 0x65,
  909. 0x6d, 0x62, 0x65, 0x72, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x53,
  910. 0x75, 0x62, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x69,
  911. 0x73, 0x53, 0x75, 0x62, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x61, 0x78,
  912. 0x4b, 0x65, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52,
  913. 0x0c, 0x6d, 0x61, 0x78, 0x4b, 0x65, 0x79, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x12, 0x16, 0x0a,
  914. 0x06, 0x65, 0x6e, 0x74, 0x4e, 0x75, 0x6d, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x65,
  915. 0x6e, 0x74, 0x4e, 0x75, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x6f, 0x4e, 0x75, 0x6d, 0x18,
  916. 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x72, 0x6f, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a,
  917. 0x08, 0x64, 0x61, 0x69, 0x6c, 0x79, 0x4e, 0x75, 0x6d, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52,
  918. 0x08, 0x64, 0x61, 0x69, 0x6c, 0x79, 0x4e, 0x75, 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x75, 0x73,
  919. 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x75,
  920. 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x64, 0x18, 0x0f,
  921. 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x73, 0x65,
  922. 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x08, 0x52, 0x04, 0x75, 0x73, 0x65, 0x64, 0x12, 0x16, 0x0a,
  923. 0x06, 0x68, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x18, 0x11, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x68,
  924. 0x61, 0x73, 0x4b, 0x65, 0x79, 0x22, 0xe0, 0x01, 0x0a, 0x08, 0x45, 0x6e, 0x74, 0x6e, 0x69, 0x63,
  925. 0x68, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01,
  926. 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74,
  927. 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73,
  928. 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54,
  929. 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69,
  930. 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63,
  931. 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x6f,
  932. 0x75, 0x72, 0x63, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x45, 0x6e, 0x74, 0x50, 0x6f, 0x77,
  933. 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x69, 0x73, 0x45, 0x6e, 0x74, 0x50,
  934. 0x6f, 0x77, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x4e, 0x65, 0x77, 0x18, 0x06, 0x20,
  935. 0x01, 0x28, 0x03, 0x52, 0x05, 0x69, 0x73, 0x4e, 0x65, 0x77, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x61,
  936. 0x73, 0x4b, 0x65, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x68, 0x61, 0x73, 0x4b,
  937. 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28,
  938. 0x03, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x22, 0xf5, 0x02, 0x0a, 0x03, 0x45, 0x6e, 0x74,
  939. 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
  940. 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x49,
  941. 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x6e, 0x74, 0x52, 0x6f, 0x6c, 0x65,
  942. 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x65, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x53, 0x74, 0x61,
  943. 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x65, 0x6e, 0x74, 0x41, 0x75,
  944. 0x74, 0x68, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x65, 0x6e, 0x74, 0x41,
  945. 0x75, 0x74, 0x68, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
  946. 0x0d, 0x65, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x22,
  947. 0x0a, 0x0c, 0x65, 0x6e, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x18, 0x05,
  948. 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x65, 0x6e, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69,
  949. 0x62, 0x65, 0x12, 0x30, 0x0a, 0x13, 0x65, 0x6e, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69,
  950. 0x62, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52,
  951. 0x13, 0x65, 0x6e, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x4d, 0x61, 0x6e,
  952. 0x61, 0x67, 0x65, 0x72, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x6f, 0x75,
  953. 0x72, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x70, 0x6f, 0x77, 0x65, 0x72,
  954. 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x64, 0x65, 0x70, 0x74, 0x53, 0x75,
  955. 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x64,
  956. 0x65, 0x70, 0x74, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x12, 0x1c, 0x0a, 0x09,
  957. 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x47, 0x44, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52,
  958. 0x09, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x47, 0x44, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x75,
  959. 0x79, 0x56, 0x69, 0x70, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x62, 0x75, 0x79, 0x56,
  960. 0x69, 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x75, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x18,
  961. 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x62, 0x75, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72,
  962. 0x22, 0xd2, 0x03, 0x0a, 0x04, 0x46, 0x72, 0x65, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x46,
  963. 0x72, 0x65, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x46, 0x72, 0x65,
  964. 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x72, 0x65, 0x65, 0x48, 0x61, 0x73, 0x4b, 0x65, 0x79, 0x18,
  965. 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x66, 0x72, 0x65, 0x65, 0x48, 0x61, 0x73, 0x4b, 0x65,
  966. 0x79, 0x12, 0x20, 0x0a, 0x0b, 0x66, 0x72, 0x65, 0x65, 0x45, 0x6e, 0x74, 0x50, 0x6f, 0x72, 0x74,
  967. 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x66, 0x72, 0x65, 0x65, 0x45, 0x6e, 0x74, 0x50,
  968. 0x6f, 0x72, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x72, 0x65, 0x65, 0x42, 0x75, 0x79, 0x65, 0x72,
  969. 0x50, 0x6f, 0x72, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x66, 0x72, 0x65, 0x65,
  970. 0x42, 0x75, 0x79, 0x65, 0x72, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x72, 0x65,
  971. 0x65, 0x46, 0x69, 0x6c, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x72, 0x65,
  972. 0x65, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65,
  973. 0x64, 0x61, 0x74, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x72, 0x65, 0x67, 0x69,
  974. 0x73, 0x74, 0x65, 0x64, 0x61, 0x74, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x55, 0x70, 0x67,
  975. 0x72, 0x61, 0x64, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x73, 0x55, 0x70,
  976. 0x67, 0x72, 0x61, 0x64, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x08, 0x20,
  977. 0x01, 0x28, 0x09, 0x52, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f,
  978. 0x6e, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12,
  979. 0x18, 0x0a, 0x07, 0x74, 0x73, 0x47, 0x75, 0x69, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03,
  980. 0x52, 0x07, 0x74, 0x73, 0x47, 0x75, 0x69, 0x64, 0x65, 0x12, 0x30, 0x0a, 0x13, 0x6d, 0x65, 0x6d,
  981. 0x62, 0x65, 0x72, 0x41, 0x70, 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64,
  982. 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x13, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x70,
  983. 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x12, 0x34, 0x0a, 0x15, 0x65,
  984. 0x6e, 0x74, 0x6e, 0x69, 0x63, 0x68, 0x65, 0x41, 0x70, 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e,
  985. 0x72, 0x65, 0x61, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x15, 0x65, 0x6e, 0x74, 0x6e,
  986. 0x69, 0x63, 0x68, 0x65, 0x41, 0x70, 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65, 0x61,
  987. 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x61, 0x70, 0x70, 0x70, 0x75, 0x73, 0x68, 0x75, 0x6e, 0x72, 0x65,
  988. 0x61, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x61, 0x70, 0x70, 0x70, 0x75, 0x73,
  989. 0x68, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6f, 0x6a, 0x79, 0x4c, 0x65,
  990. 0x6e, 0x67, 0x74, 0x68, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6f, 0x6a, 0x79, 0x4c,
  991. 0x65, 0x6e, 0x67, 0x74, 0x68, 0x32, 0x59, 0x0a, 0x0a, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68,
  992. 0x65, 0x63, 0x6b, 0x12, 0x1e, 0x0a, 0x05, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x12, 0x09, 0x2e, 0x43,
  993. 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x1a, 0x0a, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52,
  994. 0x65, 0x73, 0x70, 0x12, 0x2b, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52,
  995. 0x65, 0x64, 0x69, 0x73, 0x12, 0x09, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x1a,
  996. 0x0f, 0x2e, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70,
  997. 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  998. }
  999. var (
  1000. file_powerCheck_proto_rawDescOnce sync.Once
  1001. file_powerCheck_proto_rawDescData = file_powerCheck_proto_rawDesc
  1002. )
  1003. func file_powerCheck_proto_rawDescGZIP() []byte {
  1004. file_powerCheck_proto_rawDescOnce.Do(func() {
  1005. file_powerCheck_proto_rawDescData = protoimpl.X.CompressGZIP(file_powerCheck_proto_rawDescData)
  1006. })
  1007. return file_powerCheck_proto_rawDescData
  1008. }
  1009. var file_powerCheck_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
  1010. var file_powerCheck_proto_goTypes = []interface{}{
  1011. (*PowerCheckResp)(nil), // 0: PowerCheckResp
  1012. (*CheckReq)(nil), // 1: CheckReq
  1013. (*CheckResp)(nil), // 2: CheckResp
  1014. (*Vip)(nil), // 3: Vip
  1015. (*Member)(nil), // 4: Member
  1016. (*Entniche)(nil), // 5: Entniche
  1017. (*Ent)(nil), // 6: Ent
  1018. (*Free)(nil), // 7: Free
  1019. }
  1020. var file_powerCheck_proto_depIdxs = []int32{
  1021. 3, // 0: CheckResp.vip:type_name -> Vip
  1022. 4, // 1: CheckResp.member:type_name -> Member
  1023. 5, // 2: CheckResp.entniche:type_name -> Entniche
  1024. 6, // 3: CheckResp.ent:type_name -> Ent
  1025. 7, // 4: CheckResp.free:type_name -> Free
  1026. 1, // 5: powerCheck.Check:input_type -> CheckReq
  1027. 1, // 6: powerCheck.DelCheckRedis:input_type -> CheckReq
  1028. 2, // 7: powerCheck.Check:output_type -> CheckResp
  1029. 0, // 8: powerCheck.DelCheckRedis:output_type -> PowerCheckResp
  1030. 7, // [7:9] is the sub-list for method output_type
  1031. 5, // [5:7] is the sub-list for method input_type
  1032. 5, // [5:5] is the sub-list for extension type_name
  1033. 5, // [5:5] is the sub-list for extension extendee
  1034. 0, // [0:5] is the sub-list for field type_name
  1035. }
  1036. func init() { file_powerCheck_proto_init() }
  1037. func file_powerCheck_proto_init() {
  1038. if File_powerCheck_proto != nil {
  1039. return
  1040. }
  1041. if !protoimpl.UnsafeEnabled {
  1042. file_powerCheck_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  1043. switch v := v.(*PowerCheckResp); i {
  1044. case 0:
  1045. return &v.state
  1046. case 1:
  1047. return &v.sizeCache
  1048. case 2:
  1049. return &v.unknownFields
  1050. default:
  1051. return nil
  1052. }
  1053. }
  1054. file_powerCheck_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1055. switch v := v.(*CheckReq); i {
  1056. case 0:
  1057. return &v.state
  1058. case 1:
  1059. return &v.sizeCache
  1060. case 2:
  1061. return &v.unknownFields
  1062. default:
  1063. return nil
  1064. }
  1065. }
  1066. file_powerCheck_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1067. switch v := v.(*CheckResp); i {
  1068. case 0:
  1069. return &v.state
  1070. case 1:
  1071. return &v.sizeCache
  1072. case 2:
  1073. return &v.unknownFields
  1074. default:
  1075. return nil
  1076. }
  1077. }
  1078. file_powerCheck_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1079. switch v := v.(*Vip); i {
  1080. case 0:
  1081. return &v.state
  1082. case 1:
  1083. return &v.sizeCache
  1084. case 2:
  1085. return &v.unknownFields
  1086. default:
  1087. return nil
  1088. }
  1089. }
  1090. file_powerCheck_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1091. switch v := v.(*Member); i {
  1092. case 0:
  1093. return &v.state
  1094. case 1:
  1095. return &v.sizeCache
  1096. case 2:
  1097. return &v.unknownFields
  1098. default:
  1099. return nil
  1100. }
  1101. }
  1102. file_powerCheck_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1103. switch v := v.(*Entniche); i {
  1104. case 0:
  1105. return &v.state
  1106. case 1:
  1107. return &v.sizeCache
  1108. case 2:
  1109. return &v.unknownFields
  1110. default:
  1111. return nil
  1112. }
  1113. }
  1114. file_powerCheck_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1115. switch v := v.(*Ent); i {
  1116. case 0:
  1117. return &v.state
  1118. case 1:
  1119. return &v.sizeCache
  1120. case 2:
  1121. return &v.unknownFields
  1122. default:
  1123. return nil
  1124. }
  1125. }
  1126. file_powerCheck_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1127. switch v := v.(*Free); i {
  1128. case 0:
  1129. return &v.state
  1130. case 1:
  1131. return &v.sizeCache
  1132. case 2:
  1133. return &v.unknownFields
  1134. default:
  1135. return nil
  1136. }
  1137. }
  1138. }
  1139. type x struct{}
  1140. out := protoimpl.TypeBuilder{
  1141. File: protoimpl.DescBuilder{
  1142. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1143. RawDescriptor: file_powerCheck_proto_rawDesc,
  1144. NumEnums: 0,
  1145. NumMessages: 8,
  1146. NumExtensions: 0,
  1147. NumServices: 1,
  1148. },
  1149. GoTypes: file_powerCheck_proto_goTypes,
  1150. DependencyIndexes: file_powerCheck_proto_depIdxs,
  1151. MessageInfos: file_powerCheck_proto_msgTypes,
  1152. }.Build()
  1153. File_powerCheck_proto = out.File
  1154. file_powerCheck_proto_rawDesc = nil
  1155. file_powerCheck_proto_goTypes = nil
  1156. file_powerCheck_proto_depIdxs = nil
  1157. }