go_pmp_client.go 74 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286
  1. // Code generated by goctl. DO NOT EDIT.
  2. // goctl 1.9.2
  3. // Source: gorpc.proto
  4. package gopmpclient
  5. import (
  6. "context"
  7. "code.clickto.dev/nomo-server/go-service-pb/pb/pb"
  8. "github.com/zeromicro/go-zero/zrpc"
  9. "google.golang.org/grpc"
  10. )
  11. type (
  12. AccountDeviceListReq = pb.AccountDeviceListReq
  13. AccountDeviceListResp = pb.AccountDeviceListResp
  14. AccountDeviceVo = pb.AccountDeviceVo
  15. AccountListReq = pb.AccountListReq
  16. AccountListResp = pb.AccountListResp
  17. AccountVo = pb.AccountVo
  18. AdGlobalConfigGetReq = pb.AdGlobalConfigGetReq
  19. AdGlobalConfigVo = pb.AdGlobalConfigVo
  20. AdPlanDetailListReq = pb.AdPlanDetailListReq
  21. AdPlanDetailListResp = pb.AdPlanDetailListResp
  22. AdPlanDetailVo = pb.AdPlanDetailVo
  23. AdPlanListReq = pb.AdPlanListReq
  24. AdPlanListResp = pb.AdPlanListResp
  25. AdPlanVo = pb.AdPlanVo
  26. AnnouncePlanDetailListReq = pb.AnnouncePlanDetailListReq
  27. AnnouncePlanDetailListResp = pb.AnnouncePlanDetailListResp
  28. AnnouncePlanDetailVo = pb.AnnouncePlanDetailVo
  29. AnnouncePlanListReq = pb.AnnouncePlanListReq
  30. AnnouncePlanListResp = pb.AnnouncePlanListResp
  31. AnnouncePlanVo = pb.AnnouncePlanVo
  32. AreaParamListReq = pb.AreaParamListReq
  33. AreaParamListResp = pb.AreaParamListResp
  34. AreaParamVo = pb.AreaParamVo
  35. BaseReq = pb.BaseReq
  36. CommonResult = pb.CommonResult
  37. ConfigGetReq = pb.ConfigGetReq
  38. DeleteIdResp = pb.DeleteIdResp
  39. DeployConfigListReq = pb.DeployConfigListReq
  40. DeployConfigListResp = pb.DeployConfigListResp
  41. DeployConfigVo = pb.DeployConfigVo
  42. DeviceListReq = pb.DeviceListReq
  43. DeviceListRes = pb.DeviceListRes
  44. DeviceVo = pb.DeviceVo
  45. DictGetReq = pb.DictGetReq
  46. DictListReq = pb.DictListReq
  47. DictListResp = pb.DictListResp
  48. DictVo = pb.DictVo
  49. Empty = pb.Empty
  50. FindSchedulePublishListReq = pb.FindSchedulePublishListReq
  51. FindSchedulePublishListResp = pb.FindSchedulePublishListResp
  52. GameCategoryListReq = pb.GameCategoryListReq
  53. GameCategoryListRes = pb.GameCategoryListRes
  54. GameCategoryReq = pb.GameCategoryReq
  55. GameCategoryVo = pb.GameCategoryVo
  56. GameCustomerAddResp = pb.GameCustomerAddResp
  57. GameCustomerListReq = pb.GameCustomerListReq
  58. GameCustomerListRes = pb.GameCustomerListRes
  59. GameCustomerVo = pb.GameCustomerVo
  60. GameListReq = pb.GameListReq
  61. GameListRes = pb.GameListRes
  62. GameRankOption = pb.GameRankOption
  63. GameRedisHScanByNameReq = pb.GameRedisHScanByNameReq
  64. GameRedisHScanByNameResp = pb.GameRedisHScanByNameResp
  65. GameReq = pb.GameReq
  66. GameVo = pb.GameVo
  67. GlobalParamGetReq = pb.GlobalParamGetReq
  68. GlobalParamListReq = pb.GlobalParamListReq
  69. GlobalParamListResp = pb.GlobalParamListResp
  70. GlobalParamVo = pb.GlobalParamVo
  71. I18NVo = pb.I18NVo
  72. Ids = pb.Ids
  73. Int64SelectController = pb.Int64SelectController
  74. IntSelectController = pb.IntSelectController
  75. JobBatchListReq = pb.JobBatchListReq
  76. JobBatchListResp = pb.JobBatchListResp
  77. JobBatchListWithTasksResp = pb.JobBatchListWithTasksResp
  78. JobBatchVo = pb.JobBatchVo
  79. JobBatchWithTasksVo = pb.JobBatchWithTasksVo
  80. JobTasksListReq = pb.JobTasksListReq
  81. JobTasksListResp = pb.JobTasksListResp
  82. JobTasksVo = pb.JobTasksVo
  83. MessagePushListReq = pb.MessagePushListReq
  84. MessagePushListResp = pb.MessagePushListResp
  85. MessagePushVo = pb.MessagePushVo
  86. NationalLanguageListReq = pb.NationalLanguageListReq
  87. NationalLanguageListResp = pb.NationalLanguageListResp
  88. NationalLanguageVo = pb.NationalLanguageVo
  89. OperationLogListReq = pb.OperationLogListReq
  90. OperationLogListResp = pb.OperationLogListResp
  91. OperationLogVo = pb.OperationLogVo
  92. Page = pb.Page
  93. Page_OrderItem = pb.Page_OrderItem
  94. ProductActionGroupDisableReq = pb.ProductActionGroupDisableReq
  95. ProductActionGroupEnableReq = pb.ProductActionGroupEnableReq
  96. ProductActionGroupListReq = pb.ProductActionGroupListReq
  97. ProductActionGroupListResp = pb.ProductActionGroupListResp
  98. ProductActionGroupReq = pb.ProductActionGroupReq
  99. ProductActionGroupVo = pb.ProductActionGroupVo
  100. ProductActionListReq = pb.ProductActionListReq
  101. ProductActionListResp = pb.ProductActionListResp
  102. ProductActionPolicyGroupDisableReq = pb.ProductActionPolicyGroupDisableReq
  103. ProductActionPolicyGroupEnableReq = pb.ProductActionPolicyGroupEnableReq
  104. ProductActionPolicyGroupListReq = pb.ProductActionPolicyGroupListReq
  105. ProductActionPolicyGroupListResp = pb.ProductActionPolicyGroupListResp
  106. ProductActionPolicyGroupReq = pb.ProductActionPolicyGroupReq
  107. ProductActionPolicyGroupVo = pb.ProductActionPolicyGroupVo
  108. ProductActionReq = pb.ProductActionReq
  109. ProductActionTypeListReq = pb.ProductActionTypeListReq
  110. ProductActionTypeListResp = pb.ProductActionTypeListResp
  111. ProductActionTypeReq = pb.ProductActionTypeReq
  112. ProductActionTypeVo = pb.ProductActionTypeVo
  113. ProductActionVo = pb.ProductActionVo
  114. ProductListReq = pb.ProductListReq
  115. ProductListResp = pb.ProductListResp
  116. ProductParamGetReq = pb.ProductParamGetReq
  117. ProductParamListReq = pb.ProductParamListReq
  118. ProductParamListResp = pb.ProductParamListResp
  119. ProductParamVo = pb.ProductParamVo
  120. ProductVo = pb.ProductVo
  121. PublishScheduleDramaReq = pb.PublishScheduleDramaReq
  122. RelGameRankListReq = pb.RelGameRankListReq
  123. RelGameRankListRes = pb.RelGameRankListRes
  124. RelGameRankReq = pb.RelGameRankReq
  125. RelGameRankVo = pb.RelGameRankVo
  126. RelGameVpnGroupListReq = pb.RelGameVpnGroupListReq
  127. RelGameVpnGroupListRes = pb.RelGameVpnGroupListRes
  128. RelGameVpnGroupReq = pb.RelGameVpnGroupReq
  129. RelGameVpnGroupVo = pb.RelGameVpnGroupVo
  130. Request = pb.Request
  131. Response = pb.Response
  132. ServiceSetsAddReq = pb.ServiceSetsAddReq
  133. ServiceSetsDelReq = pb.ServiceSetsDelReq
  134. ServiceSetsGetReq = pb.ServiceSetsGetReq
  135. ServiceSetsListReq = pb.ServiceSetsListReq
  136. ServiceSetsListResp = pb.ServiceSetsListResp
  137. ServiceSetsUpdateReq = pb.ServiceSetsUpdateReq
  138. ServiceSetsVo = pb.ServiceSetsVo
  139. ServiceTypesAddReq = pb.ServiceTypesAddReq
  140. ServiceTypesDelReq = pb.ServiceTypesDelReq
  141. ServiceTypesGetReq = pb.ServiceTypesGetReq
  142. ServiceTypesListReq = pb.ServiceTypesListReq
  143. ServiceTypesListResp = pb.ServiceTypesListResp
  144. ServiceTypesUpdateReq = pb.ServiceTypesUpdateReq
  145. ServiceTypesVo = pb.ServiceTypesVo
  146. SetTotalStatsReq = pb.SetTotalStatsReq
  147. ShortDramaCheckNameReq = pb.ShortDramaCheckNameReq
  148. ShortDramaCheckNameResp = pb.ShortDramaCheckNameResp
  149. ShortDramaCopyrightInfoVo = pb.ShortDramaCopyrightInfoVo
  150. ShortDramaEpisodeBatchAddReq = pb.ShortDramaEpisodeBatchAddReq
  151. ShortDramaEpisodeBatchRefreshUpdateTimeReq = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
  152. ShortDramaEpisodeCountReq = pb.ShortDramaEpisodeCountReq
  153. ShortDramaEpisodeCountResp = pb.ShortDramaEpisodeCountResp
  154. ShortDramaEpisodeCountVo = pb.ShortDramaEpisodeCountVo
  155. ShortDramaEpisodeGetReq = pb.ShortDramaEpisodeGetReq
  156. ShortDramaEpisodeListReq = pb.ShortDramaEpisodeListReq
  157. ShortDramaEpisodeListResp = pb.ShortDramaEpisodeListResp
  158. ShortDramaEpisodeVo = pb.ShortDramaEpisodeVo
  159. ShortDramaFindIdsWithCopyrightResp = pb.ShortDramaFindIdsWithCopyrightResp
  160. ShortDramaGetReq = pb.ShortDramaGetReq
  161. ShortDramaLanguageListReq = pb.ShortDramaLanguageListReq
  162. ShortDramaLanguageListResp = pb.ShortDramaLanguageListResp
  163. ShortDramaLanguageVo = pb.ShortDramaLanguageVo
  164. ShortDramaListReq = pb.ShortDramaListReq
  165. ShortDramaListResp = pb.ShortDramaListResp
  166. ShortDramaStatsPlaysTotalListReq = pb.ShortDramaStatsPlaysTotalListReq
  167. ShortDramaStatsPlaysTotalListResp = pb.ShortDramaStatsPlaysTotalListResp
  168. ShortDramaStatsPlaysTotalVo = pb.ShortDramaStatsPlaysTotalVo
  169. ShortDramaUpdateModifierReq = pb.ShortDramaUpdateModifierReq
  170. ShortDramaUpdateReleaseRegionsReq = pb.ShortDramaUpdateReleaseRegionsReq
  171. ShortDramaVo = pb.ShortDramaVo
  172. StringSelectController = pb.StringSelectController
  173. SysPermGetReq = pb.SysPermGetReq
  174. SysPermListReq = pb.SysPermListReq
  175. SysPermListResp = pb.SysPermListResp
  176. SysPermRule = pb.SysPermRule
  177. SysPermVo = pb.SysPermVo
  178. SysRoleGetReq = pb.SysRoleGetReq
  179. SysRoleListReq = pb.SysRoleListReq
  180. SysRoleListResp = pb.SysRoleListResp
  181. SysRoleListWithPermsResp = pb.SysRoleListWithPermsResp
  182. SysRolePermGetReq = pb.SysRolePermGetReq
  183. SysRolePermListReq = pb.SysRolePermListReq
  184. SysRolePermListResp = pb.SysRolePermListResp
  185. SysRolePermVo = pb.SysRolePermVo
  186. SysRoleVo = pb.SysRoleVo
  187. SysRoleWithPermIds = pb.SysRoleWithPermIds
  188. SysRoleWithPerms = pb.SysRoleWithPerms
  189. SysUserGetReq = pb.SysUserGetReq
  190. SysUserListReq = pb.SysUserListReq
  191. SysUserListResp = pb.SysUserListResp
  192. SysUserListWithRolesAndPermsResp = pb.SysUserListWithRolesAndPermsResp
  193. SysUserPermGetReq = pb.SysUserPermGetReq
  194. SysUserPermListReq = pb.SysUserPermListReq
  195. SysUserPermListResp = pb.SysUserPermListResp
  196. SysUserPermVo = pb.SysUserPermVo
  197. SysUserRoleGetReq = pb.SysUserRoleGetReq
  198. SysUserRoleListReq = pb.SysUserRoleListReq
  199. SysUserRoleListResp = pb.SysUserRoleListResp
  200. SysUserRoleVo = pb.SysUserRoleVo
  201. SysUserVo = pb.SysUserVo
  202. SysUserWithRoleIdsAndPermRules = pb.SysUserWithRoleIdsAndPermRules
  203. SysUserWithRolesAndPerms = pb.SysUserWithRolesAndPerms
  204. TimeRange = pb.TimeRange
  205. TipGetReq = pb.TipGetReq
  206. TipListReq = pb.TipListReq
  207. TipListResp = pb.TipListResp
  208. TipVo = pb.TipVo
  209. TransactionOperation = pb.TransactionOperation
  210. TransactionReq = pb.TransactionReq
  211. UpgradePkgPlanDetailListReq = pb.UpgradePkgPlanDetailListReq
  212. UpgradePkgPlanDetailListResp = pb.UpgradePkgPlanDetailListResp
  213. UpgradePkgPlanDetailVo = pb.UpgradePkgPlanDetailVo
  214. UpgradePkgPlanListReq = pb.UpgradePkgPlanListReq
  215. UpgradePkgPlanListResp = pb.UpgradePkgPlanListResp
  216. UpgradePkgPlanVo = pb.UpgradePkgPlanVo
  217. UpgradeResPlanDetailListReq = pb.UpgradeResPlanDetailListReq
  218. UpgradeResPlanDetailListResp = pb.UpgradeResPlanDetailListResp
  219. UpgradeResPlanDetailVo = pb.UpgradeResPlanDetailVo
  220. UpgradeResPlanListReq = pb.UpgradeResPlanListReq
  221. UpgradeResPlanListResp = pb.UpgradeResPlanListResp
  222. UpgradeResPlanVo = pb.UpgradeResPlanVo
  223. UserAppConfigGetReq = pb.UserAppConfigGetReq
  224. UserAppConfigListReq = pb.UserAppConfigListReq
  225. UserAppConfigListRes = pb.UserAppConfigListRes
  226. UserAppConfigVo = pb.UserAppConfigVo
  227. VpnConfigTemplatePlanAddReq = pb.VpnConfigTemplatePlanAddReq
  228. VpnConfigTemplatePlanAddResp = pb.VpnConfigTemplatePlanAddResp
  229. VpnConfigTemplatePlanDelReq = pb.VpnConfigTemplatePlanDelReq
  230. VpnConfigTemplatePlanDetailAddReq = pb.VpnConfigTemplatePlanDetailAddReq
  231. VpnConfigTemplatePlanDetailAddResp = pb.VpnConfigTemplatePlanDetailAddResp
  232. VpnConfigTemplatePlanDetailDelReq = pb.VpnConfigTemplatePlanDetailDelReq
  233. VpnConfigTemplatePlanDetailGetReq = pb.VpnConfigTemplatePlanDetailGetReq
  234. VpnConfigTemplatePlanDetailGetResp = pb.VpnConfigTemplatePlanDetailGetResp
  235. VpnConfigTemplatePlanDetailListReq = pb.VpnConfigTemplatePlanDetailListReq
  236. VpnConfigTemplatePlanDetailListResp = pb.VpnConfigTemplatePlanDetailListResp
  237. VpnConfigTemplatePlanDetailUpdateReq = pb.VpnConfigTemplatePlanDetailUpdateReq
  238. VpnConfigTemplatePlanDetailUpdateResp = pb.VpnConfigTemplatePlanDetailUpdateResp
  239. VpnConfigTemplatePlanDetailVo = pb.VpnConfigTemplatePlanDetailVo
  240. VpnConfigTemplatePlanGetReq = pb.VpnConfigTemplatePlanGetReq
  241. VpnConfigTemplatePlanGetResp = pb.VpnConfigTemplatePlanGetResp
  242. VpnConfigTemplatePlanListReq = pb.VpnConfigTemplatePlanListReq
  243. VpnConfigTemplatePlanListResp = pb.VpnConfigTemplatePlanListResp
  244. VpnConfigTemplatePlanUpdateReq = pb.VpnConfigTemplatePlanUpdateReq
  245. VpnConfigTemplatePlanUpdateResp = pb.VpnConfigTemplatePlanUpdateResp
  246. VpnConfigTemplatePlanVo = pb.VpnConfigTemplatePlanVo
  247. VpnGroupAddReq = pb.VpnGroupAddReq
  248. VpnGroupBatchAddReq = pb.VpnGroupBatchAddReq
  249. VpnGroupBatchAddResp = pb.VpnGroupBatchAddResp
  250. VpnGroupBatchDelReq = pb.VpnGroupBatchDelReq
  251. VpnGroupBatchUpdateReq = pb.VpnGroupBatchUpdateReq
  252. VpnGroupBatchUpdateResp = pb.VpnGroupBatchUpdateResp
  253. VpnGroupExVo = pb.VpnGroupExVo
  254. VpnGroupGetReq = pb.VpnGroupGetReq
  255. VpnGroupListReq = pb.VpnGroupListReq
  256. VpnGroupListResp = pb.VpnGroupListResp
  257. VpnGroupTagListReq = pb.VpnGroupTagListReq
  258. VpnGroupTagListResp = pb.VpnGroupTagListResp
  259. VpnGroupTagVo = pb.VpnGroupTagVo
  260. VpnGroupVo = pb.VpnGroupVo
  261. VpnLocationBatchAddReq = pb.VpnLocationBatchAddReq
  262. VpnLocationBatchAddResp = pb.VpnLocationBatchAddResp
  263. VpnLocationBatchDelReq = pb.VpnLocationBatchDelReq
  264. VpnLocationBatchUpdateReq = pb.VpnLocationBatchUpdateReq
  265. VpnLocationBatchUpdateResp = pb.VpnLocationBatchUpdateResp
  266. VpnLocationExVo = pb.VpnLocationExVo
  267. VpnLocationGetReq = pb.VpnLocationGetReq
  268. VpnLocationListReq = pb.VpnLocationListReq
  269. VpnLocationListResp = pb.VpnLocationListResp
  270. VpnLocationServerCountReq = pb.VpnLocationServerCountReq
  271. VpnLocationServerCountResp = pb.VpnLocationServerCountResp
  272. VpnLocationServerCountVo = pb.VpnLocationServerCountVo
  273. VpnLocationVo = pb.VpnLocationVo
  274. VpnProbeTaskListReq = pb.VpnProbeTaskListReq
  275. VpnProbeTaskListResp = pb.VpnProbeTaskListResp
  276. VpnProbeTaskVo = pb.VpnProbeTaskVo
  277. VpnServerAddReq = pb.VpnServerAddReq
  278. VpnServerBatchAddReq = pb.VpnServerBatchAddReq
  279. VpnServerBatchAddResp = pb.VpnServerBatchAddResp
  280. VpnServerBatchDelReq = pb.VpnServerBatchDelReq
  281. VpnServerBatchUpdateReq = pb.VpnServerBatchUpdateReq
  282. VpnServerBatchUpdateResp = pb.VpnServerBatchUpdateResp
  283. VpnServerExListResp = pb.VpnServerExListResp
  284. VpnServerExVo = pb.VpnServerExVo
  285. VpnServerListReq = pb.VpnServerListReq
  286. VpnServerListResp = pb.VpnServerListResp
  287. VpnServerLocationListReq = pb.VpnServerLocationListReq
  288. VpnServerLocationListResp = pb.VpnServerLocationListResp
  289. VpnServerLocationVo = pb.VpnServerLocationVo
  290. VpnServerVo = pb.VpnServerVo
  291. VpnTagBatchAddReq = pb.VpnTagBatchAddReq
  292. VpnTagBatchAddResp = pb.VpnTagBatchAddResp
  293. VpnTagBatchDelReq = pb.VpnTagBatchDelReq
  294. VpnTagBatchUpdateReq = pb.VpnTagBatchUpdateReq
  295. VpnTagBatchUpdateResp = pb.VpnTagBatchUpdateResp
  296. VpnTagGetReq = pb.VpnTagGetReq
  297. VpnTagListReq = pb.VpnTagListReq
  298. VpnTagListResp = pb.VpnTagListResp
  299. VpnTagVo = pb.VpnTagVo
  300. VpnipAddReq = pb.VpnipAddReq
  301. VpnipAddResp = pb.VpnipAddResp
  302. VpnipBatchAddReq = pb.VpnipBatchAddReq
  303. VpnipBatchAddResp = pb.VpnipBatchAddResp
  304. VpnipBatchUpdateReq = pb.VpnipBatchUpdateReq
  305. VpnipBatchUpdateResp = pb.VpnipBatchUpdateResp
  306. VpnipBindAddReq = pb.VpnipBindAddReq
  307. VpnipBindAddResp = pb.VpnipBindAddResp
  308. VpnipBindBatchAddReq = pb.VpnipBindBatchAddReq
  309. VpnipBindBatchAddResp = pb.VpnipBindBatchAddResp
  310. VpnipBindBatchUpdateReq = pb.VpnipBindBatchUpdateReq
  311. VpnipBindBatchUpdateResp = pb.VpnipBindBatchUpdateResp
  312. VpnipBindGetReq = pb.VpnipBindGetReq
  313. VpnipBindGetResp = pb.VpnipBindGetResp
  314. VpnipBindListReq = pb.VpnipBindListReq
  315. VpnipBindListResp = pb.VpnipBindListResp
  316. VpnipBindUpdateReq = pb.VpnipBindUpdateReq
  317. VpnipBindUpdateResp = pb.VpnipBindUpdateResp
  318. VpnipBindVo = pb.VpnipBindVo
  319. VpnipExAddReq = pb.VpnipExAddReq
  320. VpnipExAddResp = pb.VpnipExAddResp
  321. VpnipExBatchAddReq = pb.VpnipExBatchAddReq
  322. VpnipExBatchAddResp = pb.VpnipExBatchAddResp
  323. VpnipExBatchUpdateReq = pb.VpnipExBatchUpdateReq
  324. VpnipExBatchUpdateResp = pb.VpnipExBatchUpdateResp
  325. VpnipExGetResp = pb.VpnipExGetResp
  326. VpnipExListResp = pb.VpnipExListResp
  327. VpnipExUpdateReq = pb.VpnipExUpdateReq
  328. VpnipExUpdateResp = pb.VpnipExUpdateResp
  329. VpnipExVo = pb.VpnipExVo
  330. VpnipGetReq = pb.VpnipGetReq
  331. VpnipGetResp = pb.VpnipGetResp
  332. VpnipListReq = pb.VpnipListReq
  333. VpnipListResp = pb.VpnipListResp
  334. VpnipRangeAddReq = pb.VpnipRangeAddReq
  335. VpnipRangeAddResp = pb.VpnipRangeAddResp
  336. VpnipRangeBatchAddReq = pb.VpnipRangeBatchAddReq
  337. VpnipRangeBatchAddResp = pb.VpnipRangeBatchAddResp
  338. VpnipRangeBatchUpdateReq = pb.VpnipRangeBatchUpdateReq
  339. VpnipRangeBatchUpdateResp = pb.VpnipRangeBatchUpdateResp
  340. VpnipRangeExAddReq = pb.VpnipRangeExAddReq
  341. VpnipRangeExAddResp = pb.VpnipRangeExAddResp
  342. VpnipRangeExBatchAddReq = pb.VpnipRangeExBatchAddReq
  343. VpnipRangeExBatchAddResp = pb.VpnipRangeExBatchAddResp
  344. VpnipRangeExBatchUpdateReq = pb.VpnipRangeExBatchUpdateReq
  345. VpnipRangeExBatchUpdateResp = pb.VpnipRangeExBatchUpdateResp
  346. VpnipRangeExGetResp = pb.VpnipRangeExGetResp
  347. VpnipRangeExListResp = pb.VpnipRangeExListResp
  348. VpnipRangeExUpdateReq = pb.VpnipRangeExUpdateReq
  349. VpnipRangeExUpdateResp = pb.VpnipRangeExUpdateResp
  350. VpnipRangeExVo = pb.VpnipRangeExVo
  351. VpnipRangeGetReq = pb.VpnipRangeGetReq
  352. VpnipRangeGetResp = pb.VpnipRangeGetResp
  353. VpnipRangeListReq = pb.VpnipRangeListReq
  354. VpnipRangeListResp = pb.VpnipRangeListResp
  355. VpnipRangeUpdateReq = pb.VpnipRangeUpdateReq
  356. VpnipRangeUpdateResp = pb.VpnipRangeUpdateResp
  357. VpnipRangeVo = pb.VpnipRangeVo
  358. VpnipUpdateReq = pb.VpnipUpdateReq
  359. VpnipUpdateResp = pb.VpnipUpdateResp
  360. VpnipVo = pb.VpnipVo
  361. VpnipWalledAddReq = pb.VpnipWalledAddReq
  362. VpnipWalledAddResp = pb.VpnipWalledAddResp
  363. VpnipWalledBatchAddReq = pb.VpnipWalledBatchAddReq
  364. VpnipWalledBatchAddResp = pb.VpnipWalledBatchAddResp
  365. VpnipWalledBatchUpdateReq = pb.VpnipWalledBatchUpdateReq
  366. VpnipWalledBatchUpdateResp = pb.VpnipWalledBatchUpdateResp
  367. VpnipWalledGetReq = pb.VpnipWalledGetReq
  368. VpnipWalledGetResp = pb.VpnipWalledGetResp
  369. VpnipWalledListReq = pb.VpnipWalledListReq
  370. VpnipWalledListResp = pb.VpnipWalledListResp
  371. VpnipWalledUpdateReq = pb.VpnipWalledUpdateReq
  372. VpnipWalledUpdateResp = pb.VpnipWalledUpdateResp
  373. VpnipWalledVo = pb.VpnipWalledVo
  374. GoPmpClient interface {
  375. Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)
  376. // GlobalParamVo
  377. GlobalParamAdd(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error)
  378. GlobalParamUpdate(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error)
  379. GlobalParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  380. GlobalParamGet(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error)
  381. GlobalParamGetWithLang(ctx context.Context, in *GlobalParamGetReq, opts ...grpc.CallOption) (*GlobalParamVo, error)
  382. GlobalParamList(ctx context.Context, in *GlobalParamListReq, opts ...grpc.CallOption) (*GlobalParamListResp, error)
  383. // ProductVo
  384. ProductAdd(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error)
  385. ProductUpdate(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error)
  386. ProductDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  387. ProductGet(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error)
  388. ProductList(ctx context.Context, in *ProductListReq, opts ...grpc.CallOption) (*ProductListResp, error)
  389. ProductAll(ctx context.Context, in *Request, opts ...grpc.CallOption) (*ProductListResp, error)
  390. // ProductParamVo
  391. ProductParamAdd(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error)
  392. ProductParamUpdate(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error)
  393. ProductParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  394. ProductParamGet(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error)
  395. ProductParamGetWithLang(ctx context.Context, in *ProductParamGetReq, opts ...grpc.CallOption) (*ProductParamVo, error)
  396. ProductParamList(ctx context.Context, in *ProductParamListReq, opts ...grpc.CallOption) (*ProductParamListResp, error)
  397. // ProductAction 产品行为配置
  398. ProductActionAdd(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error)
  399. ProductActionUpdate(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error)
  400. ProductActionDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  401. ProductActionGet(ctx context.Context, in *ProductActionReq, opts ...grpc.CallOption) (*ProductActionVo, error)
  402. ProductActionList(ctx context.Context, in *ProductActionListReq, opts ...grpc.CallOption) (*ProductActionListResp, error)
  403. // ProductActionGroup 产品行为分组
  404. ProductActionGroupAdd(ctx context.Context, in *ProductActionGroupVo, opts ...grpc.CallOption) (*ProductActionGroupVo, error)
  405. ProductActionGroupUpdate(ctx context.Context, in *ProductActionGroupVo, opts ...grpc.CallOption) (*ProductActionGroupVo, error)
  406. ProductActionGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  407. ProductActionGroupGet(ctx context.Context, in *ProductActionGroupReq, opts ...grpc.CallOption) (*ProductActionGroupVo, error)
  408. ProductActionGroupList(ctx context.Context, in *ProductActionGroupListReq, opts ...grpc.CallOption) (*ProductActionGroupListResp, error)
  409. ProductActionGroupDisable(ctx context.Context, in *ProductActionGroupDisableReq, opts ...grpc.CallOption) (*Empty, error)
  410. ProductActionGroupEnable(ctx context.Context, in *ProductActionGroupEnableReq, opts ...grpc.CallOption) (*Empty, error)
  411. // ProductActionPolicyGroup 产品行为策略分组
  412. ProductActionPolicyGroupAdd(ctx context.Context, in *ProductActionPolicyGroupVo, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error)
  413. ProductActionPolicyGroupUpdate(ctx context.Context, in *ProductActionPolicyGroupVo, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error)
  414. ProductActionPolicyGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  415. ProductActionPolicyGroupGet(ctx context.Context, in *ProductActionPolicyGroupReq, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error)
  416. ProductActionPolicyGroupList(ctx context.Context, in *ProductActionPolicyGroupListReq, opts ...grpc.CallOption) (*ProductActionPolicyGroupListResp, error)
  417. ProductActionPolicyGroupDisable(ctx context.Context, in *ProductActionPolicyGroupDisableReq, opts ...grpc.CallOption) (*Empty, error)
  418. ProductActionPolicyGroupEnable(ctx context.Context, in *ProductActionPolicyGroupEnableReq, opts ...grpc.CallOption) (*Empty, error)
  419. // ProductActionType 产品行为类型
  420. ProductActionTypeAdd(ctx context.Context, in *ProductActionTypeVo, opts ...grpc.CallOption) (*ProductActionTypeVo, error)
  421. ProductActionTypeUpdate(ctx context.Context, in *ProductActionTypeVo, opts ...grpc.CallOption) (*ProductActionTypeVo, error)
  422. ProductActionTypeDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  423. ProductActionTypeGet(ctx context.Context, in *ProductActionTypeReq, opts ...grpc.CallOption) (*ProductActionTypeVo, error)
  424. ProductActionTypeList(ctx context.Context, in *ProductActionTypeListReq, opts ...grpc.CallOption) (*ProductActionTypeListResp, error)
  425. // AreaParamVo
  426. AreaParamAdd(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error)
  427. AreaParamUpdate(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error)
  428. AreaParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  429. AreaParamGet(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error)
  430. AreaParamList(ctx context.Context, in *AreaParamListReq, opts ...grpc.CallOption) (*AreaParamListResp, error)
  431. // NationalLanguage
  432. NationalLanguageAdd(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error)
  433. NationalLanguageUpdate(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error)
  434. NationalLanguageDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  435. NationalLanguageGet(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error)
  436. NationalLanguageList(ctx context.Context, in *NationalLanguageListReq, opts ...grpc.CallOption) (*NationalLanguageListResp, error)
  437. // Tip
  438. TipAdd(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error)
  439. TipUpdate(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error)
  440. TipDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  441. TipGet(ctx context.Context, in *TipGetReq, opts ...grpc.CallOption) (*TipVo, error)
  442. TipList(ctx context.Context, in *TipListReq, opts ...grpc.CallOption) (*TipListResp, error)
  443. // Dict
  444. DictAdd(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error)
  445. DictUpdate(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error)
  446. DictDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  447. DictGet(ctx context.Context, in *DictGetReq, opts ...grpc.CallOption) (*DictVo, error)
  448. DictList(ctx context.Context, in *DictListReq, opts ...grpc.CallOption) (*DictListResp, error)
  449. // UpgradePkgPlan
  450. UpgradePkgPlanAdd(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error)
  451. UpgradePkgPlanUpdate(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error)
  452. UpgradePkgPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  453. UpgradePkgPlanGet(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error)
  454. UpgradePkgPlanList(ctx context.Context, in *UpgradePkgPlanListReq, opts ...grpc.CallOption) (*UpgradePkgPlanListResp, error)
  455. // UpgradePkgPlanDetail
  456. UpgradePkgPlanDetailAdd(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error)
  457. UpgradePkgPlanDetailUpdate(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error)
  458. UpgradePkgPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  459. UpgradePkgPlanDetailGet(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error)
  460. UpgradePkgPlanDetailList(ctx context.Context, in *UpgradePkgPlanDetailListReq, opts ...grpc.CallOption) (*UpgradePkgPlanDetailListResp, error)
  461. // UpgradeResPlan
  462. UpgradeResPlanAdd(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error)
  463. UpgradeResPlanUpdate(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error)
  464. UpgradeResPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  465. UpgradeResPlanGet(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error)
  466. UpgradeResPlanList(ctx context.Context, in *UpgradeResPlanListReq, opts ...grpc.CallOption) (*UpgradeResPlanListResp, error)
  467. // UpgradeResPlanDetail
  468. UpgradeResPlanDetailAdd(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error)
  469. UpgradeResPlanDetailUpdate(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error)
  470. UpgradeResPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  471. UpgradeResPlanDetailGet(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error)
  472. UpgradeResPlanDetailList(ctx context.Context, in *UpgradeResPlanDetailListReq, opts ...grpc.CallOption) (*UpgradeResPlanDetailListResp, error)
  473. // AdPlan
  474. AdPlanAdd(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error)
  475. AdPlanUpdate(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error)
  476. AdPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  477. AdPlanGet(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error)
  478. AdPlanList(ctx context.Context, in *AdPlanListReq, opts ...grpc.CallOption) (*AdPlanListResp, error)
  479. // AdPlanDetail
  480. AdPlanDetailAdd(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error)
  481. AdPlanDetailUpdate(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error)
  482. AdPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  483. AdPlanDetailGet(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error)
  484. AdPlanDetailList(ctx context.Context, in *AdPlanDetailListReq, opts ...grpc.CallOption) (*AdPlanDetailListResp, error)
  485. // AdGlobalConfig
  486. AdGlobalConfigGet(ctx context.Context, in *AdGlobalConfigGetReq, opts ...grpc.CallOption) (*AdGlobalConfigVo, error)
  487. AdGlobalConfigUpdate(ctx context.Context, in *AdGlobalConfigVo, opts ...grpc.CallOption) (*AdGlobalConfigVo, error)
  488. // JobBatch
  489. JobBatchAdd(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error)
  490. JobBatchAddWithTasks(ctx context.Context, in *JobBatchWithTasksVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error)
  491. JobBatchUpdate(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error)
  492. JobBatchDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  493. JobBatchGet(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error)
  494. JobBatchGetWithTasks(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error)
  495. JobBatchList(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListResp, error)
  496. JobBatchListWithTasks(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListWithTasksResp, error)
  497. // JobTasks
  498. JobTasksAdd(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error)
  499. JobTasksUpdate(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error)
  500. JobTasksDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  501. JobTasksGet(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error)
  502. JobTasksList(ctx context.Context, in *JobTasksListReq, opts ...grpc.CallOption) (*JobTasksListResp, error)
  503. // DeployConfig
  504. DeployConfigAdd(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error)
  505. DeployConfigUpdate(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error)
  506. DeployConfigDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  507. DeployConfigGet(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error)
  508. DeployConfigList(ctx context.Context, in *DeployConfigListReq, opts ...grpc.CallOption) (*DeployConfigListResp, error)
  509. // OperationLog
  510. OperationLogAdd(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error)
  511. OperationLogUpdate(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error)
  512. OperationLogGet(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error)
  513. OperationLogList(ctx context.Context, in *OperationLogListReq, opts ...grpc.CallOption) (*OperationLogListResp, error)
  514. // AnnouncePlan
  515. AnnouncePlanAdd(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error)
  516. AnnouncePlanUpdate(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error)
  517. AnnouncePlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  518. AnnouncePlanGet(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error)
  519. AnnouncePlanList(ctx context.Context, in *AnnouncePlanListReq, opts ...grpc.CallOption) (*AnnouncePlanListResp, error)
  520. // AnnouncePlanDetail
  521. AnnouncePlanDetailAdd(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error)
  522. AnnouncePlanDetailUpdate(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error)
  523. AnnouncePlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  524. AnnouncePlanDetailGet(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error)
  525. AnnouncePlanDetailList(ctx context.Context, in *AnnouncePlanDetailListReq, opts ...grpc.CallOption) (*AnnouncePlanDetailListResp, error)
  526. // ServiceTypes
  527. ServiceTypesAdd(ctx context.Context, in *ServiceTypesAddReq, opts ...grpc.CallOption) (*ServiceTypesVo, error)
  528. ServiceTypesUpdate(ctx context.Context, in *ServiceTypesUpdateReq, opts ...grpc.CallOption) (*ServiceTypesVo, error)
  529. ServiceTypesDel(ctx context.Context, in *ServiceTypesDelReq, opts ...grpc.CallOption) (*Empty, error)
  530. ServiceTypesGet(ctx context.Context, in *ServiceTypesGetReq, opts ...grpc.CallOption) (*ServiceTypesVo, error)
  531. ServiceTypesList(ctx context.Context, in *ServiceTypesListReq, opts ...grpc.CallOption) (*ServiceTypesListResp, error)
  532. // ServiceSets
  533. ServiceSetsAdd(ctx context.Context, in *ServiceSetsAddReq, opts ...grpc.CallOption) (*ServiceSetsVo, error)
  534. ServiceSetsUpdate(ctx context.Context, in *ServiceSetsUpdateReq, opts ...grpc.CallOption) (*ServiceSetsVo, error)
  535. ServiceSetsDel(ctx context.Context, in *ServiceSetsDelReq, opts ...grpc.CallOption) (*Empty, error)
  536. ServiceSetsGet(ctx context.Context, in *ServiceSetsGetReq, opts ...grpc.CallOption) (*ServiceSetsVo, error)
  537. ServiceSetsList(ctx context.Context, in *ServiceSetsListReq, opts ...grpc.CallOption) (*ServiceSetsListResp, error)
  538. // MessagePush
  539. MessagePushAdd(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error)
  540. MessagePushUpdate(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error)
  541. MessagePushList(ctx context.Context, in *MessagePushListReq, opts ...grpc.CallOption) (*MessagePushListResp, error)
  542. }
  543. defaultGoPmpClient struct {
  544. cli zrpc.Client
  545. }
  546. )
  547. func NewGoPmpClient(cli zrpc.Client) GoPmpClient {
  548. return &defaultGoPmpClient{
  549. cli: cli,
  550. }
  551. }
  552. func (m *defaultGoPmpClient) Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error) {
  553. client := pb.NewGoPmpClientClient(m.cli.Conn())
  554. return client.Ping(ctx, in, opts...)
  555. }
  556. // GlobalParamVo
  557. func (m *defaultGoPmpClient) GlobalParamAdd(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error) {
  558. client := pb.NewGoPmpClientClient(m.cli.Conn())
  559. return client.GlobalParamAdd(ctx, in, opts...)
  560. }
  561. func (m *defaultGoPmpClient) GlobalParamUpdate(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error) {
  562. client := pb.NewGoPmpClientClient(m.cli.Conn())
  563. return client.GlobalParamUpdate(ctx, in, opts...)
  564. }
  565. func (m *defaultGoPmpClient) GlobalParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  566. client := pb.NewGoPmpClientClient(m.cli.Conn())
  567. return client.GlobalParamDel(ctx, in, opts...)
  568. }
  569. func (m *defaultGoPmpClient) GlobalParamGet(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error) {
  570. client := pb.NewGoPmpClientClient(m.cli.Conn())
  571. return client.GlobalParamGet(ctx, in, opts...)
  572. }
  573. func (m *defaultGoPmpClient) GlobalParamGetWithLang(ctx context.Context, in *GlobalParamGetReq, opts ...grpc.CallOption) (*GlobalParamVo, error) {
  574. client := pb.NewGoPmpClientClient(m.cli.Conn())
  575. return client.GlobalParamGetWithLang(ctx, in, opts...)
  576. }
  577. func (m *defaultGoPmpClient) GlobalParamList(ctx context.Context, in *GlobalParamListReq, opts ...grpc.CallOption) (*GlobalParamListResp, error) {
  578. client := pb.NewGoPmpClientClient(m.cli.Conn())
  579. return client.GlobalParamList(ctx, in, opts...)
  580. }
  581. // ProductVo
  582. func (m *defaultGoPmpClient) ProductAdd(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error) {
  583. client := pb.NewGoPmpClientClient(m.cli.Conn())
  584. return client.ProductAdd(ctx, in, opts...)
  585. }
  586. func (m *defaultGoPmpClient) ProductUpdate(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error) {
  587. client := pb.NewGoPmpClientClient(m.cli.Conn())
  588. return client.ProductUpdate(ctx, in, opts...)
  589. }
  590. func (m *defaultGoPmpClient) ProductDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  591. client := pb.NewGoPmpClientClient(m.cli.Conn())
  592. return client.ProductDel(ctx, in, opts...)
  593. }
  594. func (m *defaultGoPmpClient) ProductGet(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error) {
  595. client := pb.NewGoPmpClientClient(m.cli.Conn())
  596. return client.ProductGet(ctx, in, opts...)
  597. }
  598. func (m *defaultGoPmpClient) ProductList(ctx context.Context, in *ProductListReq, opts ...grpc.CallOption) (*ProductListResp, error) {
  599. client := pb.NewGoPmpClientClient(m.cli.Conn())
  600. return client.ProductList(ctx, in, opts...)
  601. }
  602. func (m *defaultGoPmpClient) ProductAll(ctx context.Context, in *Request, opts ...grpc.CallOption) (*ProductListResp, error) {
  603. client := pb.NewGoPmpClientClient(m.cli.Conn())
  604. return client.ProductAll(ctx, in, opts...)
  605. }
  606. // ProductParamVo
  607. func (m *defaultGoPmpClient) ProductParamAdd(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error) {
  608. client := pb.NewGoPmpClientClient(m.cli.Conn())
  609. return client.ProductParamAdd(ctx, in, opts...)
  610. }
  611. func (m *defaultGoPmpClient) ProductParamUpdate(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error) {
  612. client := pb.NewGoPmpClientClient(m.cli.Conn())
  613. return client.ProductParamUpdate(ctx, in, opts...)
  614. }
  615. func (m *defaultGoPmpClient) ProductParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  616. client := pb.NewGoPmpClientClient(m.cli.Conn())
  617. return client.ProductParamDel(ctx, in, opts...)
  618. }
  619. func (m *defaultGoPmpClient) ProductParamGet(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error) {
  620. client := pb.NewGoPmpClientClient(m.cli.Conn())
  621. return client.ProductParamGet(ctx, in, opts...)
  622. }
  623. func (m *defaultGoPmpClient) ProductParamGetWithLang(ctx context.Context, in *ProductParamGetReq, opts ...grpc.CallOption) (*ProductParamVo, error) {
  624. client := pb.NewGoPmpClientClient(m.cli.Conn())
  625. return client.ProductParamGetWithLang(ctx, in, opts...)
  626. }
  627. func (m *defaultGoPmpClient) ProductParamList(ctx context.Context, in *ProductParamListReq, opts ...grpc.CallOption) (*ProductParamListResp, error) {
  628. client := pb.NewGoPmpClientClient(m.cli.Conn())
  629. return client.ProductParamList(ctx, in, opts...)
  630. }
  631. // ProductAction 产品行为配置
  632. func (m *defaultGoPmpClient) ProductActionAdd(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error) {
  633. client := pb.NewGoPmpClientClient(m.cli.Conn())
  634. return client.ProductActionAdd(ctx, in, opts...)
  635. }
  636. func (m *defaultGoPmpClient) ProductActionUpdate(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error) {
  637. client := pb.NewGoPmpClientClient(m.cli.Conn())
  638. return client.ProductActionUpdate(ctx, in, opts...)
  639. }
  640. func (m *defaultGoPmpClient) ProductActionDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  641. client := pb.NewGoPmpClientClient(m.cli.Conn())
  642. return client.ProductActionDel(ctx, in, opts...)
  643. }
  644. func (m *defaultGoPmpClient) ProductActionGet(ctx context.Context, in *ProductActionReq, opts ...grpc.CallOption) (*ProductActionVo, error) {
  645. client := pb.NewGoPmpClientClient(m.cli.Conn())
  646. return client.ProductActionGet(ctx, in, opts...)
  647. }
  648. func (m *defaultGoPmpClient) ProductActionList(ctx context.Context, in *ProductActionListReq, opts ...grpc.CallOption) (*ProductActionListResp, error) {
  649. client := pb.NewGoPmpClientClient(m.cli.Conn())
  650. return client.ProductActionList(ctx, in, opts...)
  651. }
  652. // ProductActionGroup 产品行为分组
  653. func (m *defaultGoPmpClient) ProductActionGroupAdd(ctx context.Context, in *ProductActionGroupVo, opts ...grpc.CallOption) (*ProductActionGroupVo, error) {
  654. client := pb.NewGoPmpClientClient(m.cli.Conn())
  655. return client.ProductActionGroupAdd(ctx, in, opts...)
  656. }
  657. func (m *defaultGoPmpClient) ProductActionGroupUpdate(ctx context.Context, in *ProductActionGroupVo, opts ...grpc.CallOption) (*ProductActionGroupVo, error) {
  658. client := pb.NewGoPmpClientClient(m.cli.Conn())
  659. return client.ProductActionGroupUpdate(ctx, in, opts...)
  660. }
  661. func (m *defaultGoPmpClient) ProductActionGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  662. client := pb.NewGoPmpClientClient(m.cli.Conn())
  663. return client.ProductActionGroupDel(ctx, in, opts...)
  664. }
  665. func (m *defaultGoPmpClient) ProductActionGroupGet(ctx context.Context, in *ProductActionGroupReq, opts ...grpc.CallOption) (*ProductActionGroupVo, error) {
  666. client := pb.NewGoPmpClientClient(m.cli.Conn())
  667. return client.ProductActionGroupGet(ctx, in, opts...)
  668. }
  669. func (m *defaultGoPmpClient) ProductActionGroupList(ctx context.Context, in *ProductActionGroupListReq, opts ...grpc.CallOption) (*ProductActionGroupListResp, error) {
  670. client := pb.NewGoPmpClientClient(m.cli.Conn())
  671. return client.ProductActionGroupList(ctx, in, opts...)
  672. }
  673. func (m *defaultGoPmpClient) ProductActionGroupDisable(ctx context.Context, in *ProductActionGroupDisableReq, opts ...grpc.CallOption) (*Empty, error) {
  674. client := pb.NewGoPmpClientClient(m.cli.Conn())
  675. return client.ProductActionGroupDisable(ctx, in, opts...)
  676. }
  677. func (m *defaultGoPmpClient) ProductActionGroupEnable(ctx context.Context, in *ProductActionGroupEnableReq, opts ...grpc.CallOption) (*Empty, error) {
  678. client := pb.NewGoPmpClientClient(m.cli.Conn())
  679. return client.ProductActionGroupEnable(ctx, in, opts...)
  680. }
  681. // ProductActionPolicyGroup 产品行为策略分组
  682. func (m *defaultGoPmpClient) ProductActionPolicyGroupAdd(ctx context.Context, in *ProductActionPolicyGroupVo, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error) {
  683. client := pb.NewGoPmpClientClient(m.cli.Conn())
  684. return client.ProductActionPolicyGroupAdd(ctx, in, opts...)
  685. }
  686. func (m *defaultGoPmpClient) ProductActionPolicyGroupUpdate(ctx context.Context, in *ProductActionPolicyGroupVo, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error) {
  687. client := pb.NewGoPmpClientClient(m.cli.Conn())
  688. return client.ProductActionPolicyGroupUpdate(ctx, in, opts...)
  689. }
  690. func (m *defaultGoPmpClient) ProductActionPolicyGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  691. client := pb.NewGoPmpClientClient(m.cli.Conn())
  692. return client.ProductActionPolicyGroupDel(ctx, in, opts...)
  693. }
  694. func (m *defaultGoPmpClient) ProductActionPolicyGroupGet(ctx context.Context, in *ProductActionPolicyGroupReq, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error) {
  695. client := pb.NewGoPmpClientClient(m.cli.Conn())
  696. return client.ProductActionPolicyGroupGet(ctx, in, opts...)
  697. }
  698. func (m *defaultGoPmpClient) ProductActionPolicyGroupList(ctx context.Context, in *ProductActionPolicyGroupListReq, opts ...grpc.CallOption) (*ProductActionPolicyGroupListResp, error) {
  699. client := pb.NewGoPmpClientClient(m.cli.Conn())
  700. return client.ProductActionPolicyGroupList(ctx, in, opts...)
  701. }
  702. func (m *defaultGoPmpClient) ProductActionPolicyGroupDisable(ctx context.Context, in *ProductActionPolicyGroupDisableReq, opts ...grpc.CallOption) (*Empty, error) {
  703. client := pb.NewGoPmpClientClient(m.cli.Conn())
  704. return client.ProductActionPolicyGroupDisable(ctx, in, opts...)
  705. }
  706. func (m *defaultGoPmpClient) ProductActionPolicyGroupEnable(ctx context.Context, in *ProductActionPolicyGroupEnableReq, opts ...grpc.CallOption) (*Empty, error) {
  707. client := pb.NewGoPmpClientClient(m.cli.Conn())
  708. return client.ProductActionPolicyGroupEnable(ctx, in, opts...)
  709. }
  710. // ProductActionType 产品行为类型
  711. func (m *defaultGoPmpClient) ProductActionTypeAdd(ctx context.Context, in *ProductActionTypeVo, opts ...grpc.CallOption) (*ProductActionTypeVo, error) {
  712. client := pb.NewGoPmpClientClient(m.cli.Conn())
  713. return client.ProductActionTypeAdd(ctx, in, opts...)
  714. }
  715. func (m *defaultGoPmpClient) ProductActionTypeUpdate(ctx context.Context, in *ProductActionTypeVo, opts ...grpc.CallOption) (*ProductActionTypeVo, error) {
  716. client := pb.NewGoPmpClientClient(m.cli.Conn())
  717. return client.ProductActionTypeUpdate(ctx, in, opts...)
  718. }
  719. func (m *defaultGoPmpClient) ProductActionTypeDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  720. client := pb.NewGoPmpClientClient(m.cli.Conn())
  721. return client.ProductActionTypeDel(ctx, in, opts...)
  722. }
  723. func (m *defaultGoPmpClient) ProductActionTypeGet(ctx context.Context, in *ProductActionTypeReq, opts ...grpc.CallOption) (*ProductActionTypeVo, error) {
  724. client := pb.NewGoPmpClientClient(m.cli.Conn())
  725. return client.ProductActionTypeGet(ctx, in, opts...)
  726. }
  727. func (m *defaultGoPmpClient) ProductActionTypeList(ctx context.Context, in *ProductActionTypeListReq, opts ...grpc.CallOption) (*ProductActionTypeListResp, error) {
  728. client := pb.NewGoPmpClientClient(m.cli.Conn())
  729. return client.ProductActionTypeList(ctx, in, opts...)
  730. }
  731. // AreaParamVo
  732. func (m *defaultGoPmpClient) AreaParamAdd(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error) {
  733. client := pb.NewGoPmpClientClient(m.cli.Conn())
  734. return client.AreaParamAdd(ctx, in, opts...)
  735. }
  736. func (m *defaultGoPmpClient) AreaParamUpdate(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error) {
  737. client := pb.NewGoPmpClientClient(m.cli.Conn())
  738. return client.AreaParamUpdate(ctx, in, opts...)
  739. }
  740. func (m *defaultGoPmpClient) AreaParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  741. client := pb.NewGoPmpClientClient(m.cli.Conn())
  742. return client.AreaParamDel(ctx, in, opts...)
  743. }
  744. func (m *defaultGoPmpClient) AreaParamGet(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error) {
  745. client := pb.NewGoPmpClientClient(m.cli.Conn())
  746. return client.AreaParamGet(ctx, in, opts...)
  747. }
  748. func (m *defaultGoPmpClient) AreaParamList(ctx context.Context, in *AreaParamListReq, opts ...grpc.CallOption) (*AreaParamListResp, error) {
  749. client := pb.NewGoPmpClientClient(m.cli.Conn())
  750. return client.AreaParamList(ctx, in, opts...)
  751. }
  752. // NationalLanguage
  753. func (m *defaultGoPmpClient) NationalLanguageAdd(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error) {
  754. client := pb.NewGoPmpClientClient(m.cli.Conn())
  755. return client.NationalLanguageAdd(ctx, in, opts...)
  756. }
  757. func (m *defaultGoPmpClient) NationalLanguageUpdate(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error) {
  758. client := pb.NewGoPmpClientClient(m.cli.Conn())
  759. return client.NationalLanguageUpdate(ctx, in, opts...)
  760. }
  761. func (m *defaultGoPmpClient) NationalLanguageDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  762. client := pb.NewGoPmpClientClient(m.cli.Conn())
  763. return client.NationalLanguageDel(ctx, in, opts...)
  764. }
  765. func (m *defaultGoPmpClient) NationalLanguageGet(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error) {
  766. client := pb.NewGoPmpClientClient(m.cli.Conn())
  767. return client.NationalLanguageGet(ctx, in, opts...)
  768. }
  769. func (m *defaultGoPmpClient) NationalLanguageList(ctx context.Context, in *NationalLanguageListReq, opts ...grpc.CallOption) (*NationalLanguageListResp, error) {
  770. client := pb.NewGoPmpClientClient(m.cli.Conn())
  771. return client.NationalLanguageList(ctx, in, opts...)
  772. }
  773. // Tip
  774. func (m *defaultGoPmpClient) TipAdd(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error) {
  775. client := pb.NewGoPmpClientClient(m.cli.Conn())
  776. return client.TipAdd(ctx, in, opts...)
  777. }
  778. func (m *defaultGoPmpClient) TipUpdate(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error) {
  779. client := pb.NewGoPmpClientClient(m.cli.Conn())
  780. return client.TipUpdate(ctx, in, opts...)
  781. }
  782. func (m *defaultGoPmpClient) TipDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  783. client := pb.NewGoPmpClientClient(m.cli.Conn())
  784. return client.TipDel(ctx, in, opts...)
  785. }
  786. func (m *defaultGoPmpClient) TipGet(ctx context.Context, in *TipGetReq, opts ...grpc.CallOption) (*TipVo, error) {
  787. client := pb.NewGoPmpClientClient(m.cli.Conn())
  788. return client.TipGet(ctx, in, opts...)
  789. }
  790. func (m *defaultGoPmpClient) TipList(ctx context.Context, in *TipListReq, opts ...grpc.CallOption) (*TipListResp, error) {
  791. client := pb.NewGoPmpClientClient(m.cli.Conn())
  792. return client.TipList(ctx, in, opts...)
  793. }
  794. // Dict
  795. func (m *defaultGoPmpClient) DictAdd(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error) {
  796. client := pb.NewGoPmpClientClient(m.cli.Conn())
  797. return client.DictAdd(ctx, in, opts...)
  798. }
  799. func (m *defaultGoPmpClient) DictUpdate(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error) {
  800. client := pb.NewGoPmpClientClient(m.cli.Conn())
  801. return client.DictUpdate(ctx, in, opts...)
  802. }
  803. func (m *defaultGoPmpClient) DictDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  804. client := pb.NewGoPmpClientClient(m.cli.Conn())
  805. return client.DictDel(ctx, in, opts...)
  806. }
  807. func (m *defaultGoPmpClient) DictGet(ctx context.Context, in *DictGetReq, opts ...grpc.CallOption) (*DictVo, error) {
  808. client := pb.NewGoPmpClientClient(m.cli.Conn())
  809. return client.DictGet(ctx, in, opts...)
  810. }
  811. func (m *defaultGoPmpClient) DictList(ctx context.Context, in *DictListReq, opts ...grpc.CallOption) (*DictListResp, error) {
  812. client := pb.NewGoPmpClientClient(m.cli.Conn())
  813. return client.DictList(ctx, in, opts...)
  814. }
  815. // UpgradePkgPlan
  816. func (m *defaultGoPmpClient) UpgradePkgPlanAdd(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error) {
  817. client := pb.NewGoPmpClientClient(m.cli.Conn())
  818. return client.UpgradePkgPlanAdd(ctx, in, opts...)
  819. }
  820. func (m *defaultGoPmpClient) UpgradePkgPlanUpdate(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error) {
  821. client := pb.NewGoPmpClientClient(m.cli.Conn())
  822. return client.UpgradePkgPlanUpdate(ctx, in, opts...)
  823. }
  824. func (m *defaultGoPmpClient) UpgradePkgPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  825. client := pb.NewGoPmpClientClient(m.cli.Conn())
  826. return client.UpgradePkgPlanDel(ctx, in, opts...)
  827. }
  828. func (m *defaultGoPmpClient) UpgradePkgPlanGet(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error) {
  829. client := pb.NewGoPmpClientClient(m.cli.Conn())
  830. return client.UpgradePkgPlanGet(ctx, in, opts...)
  831. }
  832. func (m *defaultGoPmpClient) UpgradePkgPlanList(ctx context.Context, in *UpgradePkgPlanListReq, opts ...grpc.CallOption) (*UpgradePkgPlanListResp, error) {
  833. client := pb.NewGoPmpClientClient(m.cli.Conn())
  834. return client.UpgradePkgPlanList(ctx, in, opts...)
  835. }
  836. // UpgradePkgPlanDetail
  837. func (m *defaultGoPmpClient) UpgradePkgPlanDetailAdd(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error) {
  838. client := pb.NewGoPmpClientClient(m.cli.Conn())
  839. return client.UpgradePkgPlanDetailAdd(ctx, in, opts...)
  840. }
  841. func (m *defaultGoPmpClient) UpgradePkgPlanDetailUpdate(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error) {
  842. client := pb.NewGoPmpClientClient(m.cli.Conn())
  843. return client.UpgradePkgPlanDetailUpdate(ctx, in, opts...)
  844. }
  845. func (m *defaultGoPmpClient) UpgradePkgPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  846. client := pb.NewGoPmpClientClient(m.cli.Conn())
  847. return client.UpgradePkgPlanDetailDel(ctx, in, opts...)
  848. }
  849. func (m *defaultGoPmpClient) UpgradePkgPlanDetailGet(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error) {
  850. client := pb.NewGoPmpClientClient(m.cli.Conn())
  851. return client.UpgradePkgPlanDetailGet(ctx, in, opts...)
  852. }
  853. func (m *defaultGoPmpClient) UpgradePkgPlanDetailList(ctx context.Context, in *UpgradePkgPlanDetailListReq, opts ...grpc.CallOption) (*UpgradePkgPlanDetailListResp, error) {
  854. client := pb.NewGoPmpClientClient(m.cli.Conn())
  855. return client.UpgradePkgPlanDetailList(ctx, in, opts...)
  856. }
  857. // UpgradeResPlan
  858. func (m *defaultGoPmpClient) UpgradeResPlanAdd(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error) {
  859. client := pb.NewGoPmpClientClient(m.cli.Conn())
  860. return client.UpgradeResPlanAdd(ctx, in, opts...)
  861. }
  862. func (m *defaultGoPmpClient) UpgradeResPlanUpdate(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error) {
  863. client := pb.NewGoPmpClientClient(m.cli.Conn())
  864. return client.UpgradeResPlanUpdate(ctx, in, opts...)
  865. }
  866. func (m *defaultGoPmpClient) UpgradeResPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  867. client := pb.NewGoPmpClientClient(m.cli.Conn())
  868. return client.UpgradeResPlanDel(ctx, in, opts...)
  869. }
  870. func (m *defaultGoPmpClient) UpgradeResPlanGet(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error) {
  871. client := pb.NewGoPmpClientClient(m.cli.Conn())
  872. return client.UpgradeResPlanGet(ctx, in, opts...)
  873. }
  874. func (m *defaultGoPmpClient) UpgradeResPlanList(ctx context.Context, in *UpgradeResPlanListReq, opts ...grpc.CallOption) (*UpgradeResPlanListResp, error) {
  875. client := pb.NewGoPmpClientClient(m.cli.Conn())
  876. return client.UpgradeResPlanList(ctx, in, opts...)
  877. }
  878. // UpgradeResPlanDetail
  879. func (m *defaultGoPmpClient) UpgradeResPlanDetailAdd(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error) {
  880. client := pb.NewGoPmpClientClient(m.cli.Conn())
  881. return client.UpgradeResPlanDetailAdd(ctx, in, opts...)
  882. }
  883. func (m *defaultGoPmpClient) UpgradeResPlanDetailUpdate(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error) {
  884. client := pb.NewGoPmpClientClient(m.cli.Conn())
  885. return client.UpgradeResPlanDetailUpdate(ctx, in, opts...)
  886. }
  887. func (m *defaultGoPmpClient) UpgradeResPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  888. client := pb.NewGoPmpClientClient(m.cli.Conn())
  889. return client.UpgradeResPlanDetailDel(ctx, in, opts...)
  890. }
  891. func (m *defaultGoPmpClient) UpgradeResPlanDetailGet(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error) {
  892. client := pb.NewGoPmpClientClient(m.cli.Conn())
  893. return client.UpgradeResPlanDetailGet(ctx, in, opts...)
  894. }
  895. func (m *defaultGoPmpClient) UpgradeResPlanDetailList(ctx context.Context, in *UpgradeResPlanDetailListReq, opts ...grpc.CallOption) (*UpgradeResPlanDetailListResp, error) {
  896. client := pb.NewGoPmpClientClient(m.cli.Conn())
  897. return client.UpgradeResPlanDetailList(ctx, in, opts...)
  898. }
  899. // AdPlan
  900. func (m *defaultGoPmpClient) AdPlanAdd(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error) {
  901. client := pb.NewGoPmpClientClient(m.cli.Conn())
  902. return client.AdPlanAdd(ctx, in, opts...)
  903. }
  904. func (m *defaultGoPmpClient) AdPlanUpdate(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error) {
  905. client := pb.NewGoPmpClientClient(m.cli.Conn())
  906. return client.AdPlanUpdate(ctx, in, opts...)
  907. }
  908. func (m *defaultGoPmpClient) AdPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  909. client := pb.NewGoPmpClientClient(m.cli.Conn())
  910. return client.AdPlanDel(ctx, in, opts...)
  911. }
  912. func (m *defaultGoPmpClient) AdPlanGet(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error) {
  913. client := pb.NewGoPmpClientClient(m.cli.Conn())
  914. return client.AdPlanGet(ctx, in, opts...)
  915. }
  916. func (m *defaultGoPmpClient) AdPlanList(ctx context.Context, in *AdPlanListReq, opts ...grpc.CallOption) (*AdPlanListResp, error) {
  917. client := pb.NewGoPmpClientClient(m.cli.Conn())
  918. return client.AdPlanList(ctx, in, opts...)
  919. }
  920. // AdPlanDetail
  921. func (m *defaultGoPmpClient) AdPlanDetailAdd(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error) {
  922. client := pb.NewGoPmpClientClient(m.cli.Conn())
  923. return client.AdPlanDetailAdd(ctx, in, opts...)
  924. }
  925. func (m *defaultGoPmpClient) AdPlanDetailUpdate(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error) {
  926. client := pb.NewGoPmpClientClient(m.cli.Conn())
  927. return client.AdPlanDetailUpdate(ctx, in, opts...)
  928. }
  929. func (m *defaultGoPmpClient) AdPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  930. client := pb.NewGoPmpClientClient(m.cli.Conn())
  931. return client.AdPlanDetailDel(ctx, in, opts...)
  932. }
  933. func (m *defaultGoPmpClient) AdPlanDetailGet(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error) {
  934. client := pb.NewGoPmpClientClient(m.cli.Conn())
  935. return client.AdPlanDetailGet(ctx, in, opts...)
  936. }
  937. func (m *defaultGoPmpClient) AdPlanDetailList(ctx context.Context, in *AdPlanDetailListReq, opts ...grpc.CallOption) (*AdPlanDetailListResp, error) {
  938. client := pb.NewGoPmpClientClient(m.cli.Conn())
  939. return client.AdPlanDetailList(ctx, in, opts...)
  940. }
  941. // AdGlobalConfig
  942. func (m *defaultGoPmpClient) AdGlobalConfigGet(ctx context.Context, in *AdGlobalConfigGetReq, opts ...grpc.CallOption) (*AdGlobalConfigVo, error) {
  943. client := pb.NewGoPmpClientClient(m.cli.Conn())
  944. return client.AdGlobalConfigGet(ctx, in, opts...)
  945. }
  946. func (m *defaultGoPmpClient) AdGlobalConfigUpdate(ctx context.Context, in *AdGlobalConfigVo, opts ...grpc.CallOption) (*AdGlobalConfigVo, error) {
  947. client := pb.NewGoPmpClientClient(m.cli.Conn())
  948. return client.AdGlobalConfigUpdate(ctx, in, opts...)
  949. }
  950. // JobBatch
  951. func (m *defaultGoPmpClient) JobBatchAdd(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error) {
  952. client := pb.NewGoPmpClientClient(m.cli.Conn())
  953. return client.JobBatchAdd(ctx, in, opts...)
  954. }
  955. func (m *defaultGoPmpClient) JobBatchAddWithTasks(ctx context.Context, in *JobBatchWithTasksVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error) {
  956. client := pb.NewGoPmpClientClient(m.cli.Conn())
  957. return client.JobBatchAddWithTasks(ctx, in, opts...)
  958. }
  959. func (m *defaultGoPmpClient) JobBatchUpdate(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error) {
  960. client := pb.NewGoPmpClientClient(m.cli.Conn())
  961. return client.JobBatchUpdate(ctx, in, opts...)
  962. }
  963. func (m *defaultGoPmpClient) JobBatchDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  964. client := pb.NewGoPmpClientClient(m.cli.Conn())
  965. return client.JobBatchDel(ctx, in, opts...)
  966. }
  967. func (m *defaultGoPmpClient) JobBatchGet(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error) {
  968. client := pb.NewGoPmpClientClient(m.cli.Conn())
  969. return client.JobBatchGet(ctx, in, opts...)
  970. }
  971. func (m *defaultGoPmpClient) JobBatchGetWithTasks(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error) {
  972. client := pb.NewGoPmpClientClient(m.cli.Conn())
  973. return client.JobBatchGetWithTasks(ctx, in, opts...)
  974. }
  975. func (m *defaultGoPmpClient) JobBatchList(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListResp, error) {
  976. client := pb.NewGoPmpClientClient(m.cli.Conn())
  977. return client.JobBatchList(ctx, in, opts...)
  978. }
  979. func (m *defaultGoPmpClient) JobBatchListWithTasks(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListWithTasksResp, error) {
  980. client := pb.NewGoPmpClientClient(m.cli.Conn())
  981. return client.JobBatchListWithTasks(ctx, in, opts...)
  982. }
  983. // JobTasks
  984. func (m *defaultGoPmpClient) JobTasksAdd(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error) {
  985. client := pb.NewGoPmpClientClient(m.cli.Conn())
  986. return client.JobTasksAdd(ctx, in, opts...)
  987. }
  988. func (m *defaultGoPmpClient) JobTasksUpdate(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error) {
  989. client := pb.NewGoPmpClientClient(m.cli.Conn())
  990. return client.JobTasksUpdate(ctx, in, opts...)
  991. }
  992. func (m *defaultGoPmpClient) JobTasksDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  993. client := pb.NewGoPmpClientClient(m.cli.Conn())
  994. return client.JobTasksDel(ctx, in, opts...)
  995. }
  996. func (m *defaultGoPmpClient) JobTasksGet(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error) {
  997. client := pb.NewGoPmpClientClient(m.cli.Conn())
  998. return client.JobTasksGet(ctx, in, opts...)
  999. }
  1000. func (m *defaultGoPmpClient) JobTasksList(ctx context.Context, in *JobTasksListReq, opts ...grpc.CallOption) (*JobTasksListResp, error) {
  1001. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1002. return client.JobTasksList(ctx, in, opts...)
  1003. }
  1004. // DeployConfig
  1005. func (m *defaultGoPmpClient) DeployConfigAdd(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error) {
  1006. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1007. return client.DeployConfigAdd(ctx, in, opts...)
  1008. }
  1009. func (m *defaultGoPmpClient) DeployConfigUpdate(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error) {
  1010. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1011. return client.DeployConfigUpdate(ctx, in, opts...)
  1012. }
  1013. func (m *defaultGoPmpClient) DeployConfigDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  1014. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1015. return client.DeployConfigDel(ctx, in, opts...)
  1016. }
  1017. func (m *defaultGoPmpClient) DeployConfigGet(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error) {
  1018. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1019. return client.DeployConfigGet(ctx, in, opts...)
  1020. }
  1021. func (m *defaultGoPmpClient) DeployConfigList(ctx context.Context, in *DeployConfigListReq, opts ...grpc.CallOption) (*DeployConfigListResp, error) {
  1022. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1023. return client.DeployConfigList(ctx, in, opts...)
  1024. }
  1025. // OperationLog
  1026. func (m *defaultGoPmpClient) OperationLogAdd(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error) {
  1027. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1028. return client.OperationLogAdd(ctx, in, opts...)
  1029. }
  1030. func (m *defaultGoPmpClient) OperationLogUpdate(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error) {
  1031. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1032. return client.OperationLogUpdate(ctx, in, opts...)
  1033. }
  1034. func (m *defaultGoPmpClient) OperationLogGet(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error) {
  1035. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1036. return client.OperationLogGet(ctx, in, opts...)
  1037. }
  1038. func (m *defaultGoPmpClient) OperationLogList(ctx context.Context, in *OperationLogListReq, opts ...grpc.CallOption) (*OperationLogListResp, error) {
  1039. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1040. return client.OperationLogList(ctx, in, opts...)
  1041. }
  1042. // AnnouncePlan
  1043. func (m *defaultGoPmpClient) AnnouncePlanAdd(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error) {
  1044. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1045. return client.AnnouncePlanAdd(ctx, in, opts...)
  1046. }
  1047. func (m *defaultGoPmpClient) AnnouncePlanUpdate(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error) {
  1048. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1049. return client.AnnouncePlanUpdate(ctx, in, opts...)
  1050. }
  1051. func (m *defaultGoPmpClient) AnnouncePlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  1052. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1053. return client.AnnouncePlanDel(ctx, in, opts...)
  1054. }
  1055. func (m *defaultGoPmpClient) AnnouncePlanGet(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error) {
  1056. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1057. return client.AnnouncePlanGet(ctx, in, opts...)
  1058. }
  1059. func (m *defaultGoPmpClient) AnnouncePlanList(ctx context.Context, in *AnnouncePlanListReq, opts ...grpc.CallOption) (*AnnouncePlanListResp, error) {
  1060. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1061. return client.AnnouncePlanList(ctx, in, opts...)
  1062. }
  1063. // AnnouncePlanDetail
  1064. func (m *defaultGoPmpClient) AnnouncePlanDetailAdd(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error) {
  1065. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1066. return client.AnnouncePlanDetailAdd(ctx, in, opts...)
  1067. }
  1068. func (m *defaultGoPmpClient) AnnouncePlanDetailUpdate(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error) {
  1069. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1070. return client.AnnouncePlanDetailUpdate(ctx, in, opts...)
  1071. }
  1072. func (m *defaultGoPmpClient) AnnouncePlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  1073. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1074. return client.AnnouncePlanDetailDel(ctx, in, opts...)
  1075. }
  1076. func (m *defaultGoPmpClient) AnnouncePlanDetailGet(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error) {
  1077. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1078. return client.AnnouncePlanDetailGet(ctx, in, opts...)
  1079. }
  1080. func (m *defaultGoPmpClient) AnnouncePlanDetailList(ctx context.Context, in *AnnouncePlanDetailListReq, opts ...grpc.CallOption) (*AnnouncePlanDetailListResp, error) {
  1081. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1082. return client.AnnouncePlanDetailList(ctx, in, opts...)
  1083. }
  1084. // ServiceTypes
  1085. func (m *defaultGoPmpClient) ServiceTypesAdd(ctx context.Context, in *ServiceTypesAddReq, opts ...grpc.CallOption) (*ServiceTypesVo, error) {
  1086. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1087. return client.ServiceTypesAdd(ctx, in, opts...)
  1088. }
  1089. func (m *defaultGoPmpClient) ServiceTypesUpdate(ctx context.Context, in *ServiceTypesUpdateReq, opts ...grpc.CallOption) (*ServiceTypesVo, error) {
  1090. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1091. return client.ServiceTypesUpdate(ctx, in, opts...)
  1092. }
  1093. func (m *defaultGoPmpClient) ServiceTypesDel(ctx context.Context, in *ServiceTypesDelReq, opts ...grpc.CallOption) (*Empty, error) {
  1094. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1095. return client.ServiceTypesDel(ctx, in, opts...)
  1096. }
  1097. func (m *defaultGoPmpClient) ServiceTypesGet(ctx context.Context, in *ServiceTypesGetReq, opts ...grpc.CallOption) (*ServiceTypesVo, error) {
  1098. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1099. return client.ServiceTypesGet(ctx, in, opts...)
  1100. }
  1101. func (m *defaultGoPmpClient) ServiceTypesList(ctx context.Context, in *ServiceTypesListReq, opts ...grpc.CallOption) (*ServiceTypesListResp, error) {
  1102. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1103. return client.ServiceTypesList(ctx, in, opts...)
  1104. }
  1105. // ServiceSets
  1106. func (m *defaultGoPmpClient) ServiceSetsAdd(ctx context.Context, in *ServiceSetsAddReq, opts ...grpc.CallOption) (*ServiceSetsVo, error) {
  1107. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1108. return client.ServiceSetsAdd(ctx, in, opts...)
  1109. }
  1110. func (m *defaultGoPmpClient) ServiceSetsUpdate(ctx context.Context, in *ServiceSetsUpdateReq, opts ...grpc.CallOption) (*ServiceSetsVo, error) {
  1111. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1112. return client.ServiceSetsUpdate(ctx, in, opts...)
  1113. }
  1114. func (m *defaultGoPmpClient) ServiceSetsDel(ctx context.Context, in *ServiceSetsDelReq, opts ...grpc.CallOption) (*Empty, error) {
  1115. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1116. return client.ServiceSetsDel(ctx, in, opts...)
  1117. }
  1118. func (m *defaultGoPmpClient) ServiceSetsGet(ctx context.Context, in *ServiceSetsGetReq, opts ...grpc.CallOption) (*ServiceSetsVo, error) {
  1119. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1120. return client.ServiceSetsGet(ctx, in, opts...)
  1121. }
  1122. func (m *defaultGoPmpClient) ServiceSetsList(ctx context.Context, in *ServiceSetsListReq, opts ...grpc.CallOption) (*ServiceSetsListResp, error) {
  1123. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1124. return client.ServiceSetsList(ctx, in, opts...)
  1125. }
  1126. // MessagePush
  1127. func (m *defaultGoPmpClient) MessagePushAdd(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error) {
  1128. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1129. return client.MessagePushAdd(ctx, in, opts...)
  1130. }
  1131. func (m *defaultGoPmpClient) MessagePushUpdate(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error) {
  1132. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1133. return client.MessagePushUpdate(ctx, in, opts...)
  1134. }
  1135. func (m *defaultGoPmpClient) MessagePushList(ctx context.Context, in *MessagePushListReq, opts ...grpc.CallOption) (*MessagePushListResp, error) {
  1136. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1137. return client.MessagePushList(ctx, in, opts...)
  1138. }