go_pmp_client.go 74 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288
  1. // Code generated by goctl. DO NOT EDIT.
  2. // goctl 1.8.5
  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. UserTest = pb.UserTest
  228. UserWhite = pb.UserWhite
  229. VpnConfigTemplatePlanAddReq = pb.VpnConfigTemplatePlanAddReq
  230. VpnConfigTemplatePlanAddResp = pb.VpnConfigTemplatePlanAddResp
  231. VpnConfigTemplatePlanDelReq = pb.VpnConfigTemplatePlanDelReq
  232. VpnConfigTemplatePlanDetailAddReq = pb.VpnConfigTemplatePlanDetailAddReq
  233. VpnConfigTemplatePlanDetailAddResp = pb.VpnConfigTemplatePlanDetailAddResp
  234. VpnConfigTemplatePlanDetailDelReq = pb.VpnConfigTemplatePlanDetailDelReq
  235. VpnConfigTemplatePlanDetailGetReq = pb.VpnConfigTemplatePlanDetailGetReq
  236. VpnConfigTemplatePlanDetailGetResp = pb.VpnConfigTemplatePlanDetailGetResp
  237. VpnConfigTemplatePlanDetailListReq = pb.VpnConfigTemplatePlanDetailListReq
  238. VpnConfigTemplatePlanDetailListResp = pb.VpnConfigTemplatePlanDetailListResp
  239. VpnConfigTemplatePlanDetailUpdateReq = pb.VpnConfigTemplatePlanDetailUpdateReq
  240. VpnConfigTemplatePlanDetailUpdateResp = pb.VpnConfigTemplatePlanDetailUpdateResp
  241. VpnConfigTemplatePlanDetailVo = pb.VpnConfigTemplatePlanDetailVo
  242. VpnConfigTemplatePlanGetReq = pb.VpnConfigTemplatePlanGetReq
  243. VpnConfigTemplatePlanGetResp = pb.VpnConfigTemplatePlanGetResp
  244. VpnConfigTemplatePlanListReq = pb.VpnConfigTemplatePlanListReq
  245. VpnConfigTemplatePlanListResp = pb.VpnConfigTemplatePlanListResp
  246. VpnConfigTemplatePlanUpdateReq = pb.VpnConfigTemplatePlanUpdateReq
  247. VpnConfigTemplatePlanUpdateResp = pb.VpnConfigTemplatePlanUpdateResp
  248. VpnConfigTemplatePlanVo = pb.VpnConfigTemplatePlanVo
  249. VpnGroupAddReq = pb.VpnGroupAddReq
  250. VpnGroupBatchAddReq = pb.VpnGroupBatchAddReq
  251. VpnGroupBatchAddResp = pb.VpnGroupBatchAddResp
  252. VpnGroupBatchDelReq = pb.VpnGroupBatchDelReq
  253. VpnGroupBatchUpdateReq = pb.VpnGroupBatchUpdateReq
  254. VpnGroupBatchUpdateResp = pb.VpnGroupBatchUpdateResp
  255. VpnGroupExVo = pb.VpnGroupExVo
  256. VpnGroupGetReq = pb.VpnGroupGetReq
  257. VpnGroupListReq = pb.VpnGroupListReq
  258. VpnGroupListResp = pb.VpnGroupListResp
  259. VpnGroupTagListReq = pb.VpnGroupTagListReq
  260. VpnGroupTagListResp = pb.VpnGroupTagListResp
  261. VpnGroupTagVo = pb.VpnGroupTagVo
  262. VpnGroupVo = pb.VpnGroupVo
  263. VpnLocationBatchAddReq = pb.VpnLocationBatchAddReq
  264. VpnLocationBatchAddResp = pb.VpnLocationBatchAddResp
  265. VpnLocationBatchDelReq = pb.VpnLocationBatchDelReq
  266. VpnLocationBatchUpdateReq = pb.VpnLocationBatchUpdateReq
  267. VpnLocationBatchUpdateResp = pb.VpnLocationBatchUpdateResp
  268. VpnLocationExVo = pb.VpnLocationExVo
  269. VpnLocationGetReq = pb.VpnLocationGetReq
  270. VpnLocationListReq = pb.VpnLocationListReq
  271. VpnLocationListResp = pb.VpnLocationListResp
  272. VpnLocationServerCountReq = pb.VpnLocationServerCountReq
  273. VpnLocationServerCountResp = pb.VpnLocationServerCountResp
  274. VpnLocationServerCountVo = pb.VpnLocationServerCountVo
  275. VpnLocationVo = pb.VpnLocationVo
  276. VpnProbeTaskListReq = pb.VpnProbeTaskListReq
  277. VpnProbeTaskListResp = pb.VpnProbeTaskListResp
  278. VpnProbeTaskVo = pb.VpnProbeTaskVo
  279. VpnServerAddReq = pb.VpnServerAddReq
  280. VpnServerBatchAddReq = pb.VpnServerBatchAddReq
  281. VpnServerBatchAddResp = pb.VpnServerBatchAddResp
  282. VpnServerBatchDelReq = pb.VpnServerBatchDelReq
  283. VpnServerBatchUpdateReq = pb.VpnServerBatchUpdateReq
  284. VpnServerBatchUpdateResp = pb.VpnServerBatchUpdateResp
  285. VpnServerExListResp = pb.VpnServerExListResp
  286. VpnServerExVo = pb.VpnServerExVo
  287. VpnServerListReq = pb.VpnServerListReq
  288. VpnServerListResp = pb.VpnServerListResp
  289. VpnServerLocationListReq = pb.VpnServerLocationListReq
  290. VpnServerLocationListResp = pb.VpnServerLocationListResp
  291. VpnServerLocationVo = pb.VpnServerLocationVo
  292. VpnServerVo = pb.VpnServerVo
  293. VpnTagBatchAddReq = pb.VpnTagBatchAddReq
  294. VpnTagBatchAddResp = pb.VpnTagBatchAddResp
  295. VpnTagBatchDelReq = pb.VpnTagBatchDelReq
  296. VpnTagBatchUpdateReq = pb.VpnTagBatchUpdateReq
  297. VpnTagBatchUpdateResp = pb.VpnTagBatchUpdateResp
  298. VpnTagGetReq = pb.VpnTagGetReq
  299. VpnTagListReq = pb.VpnTagListReq
  300. VpnTagListResp = pb.VpnTagListResp
  301. VpnTagVo = pb.VpnTagVo
  302. VpnipAddReq = pb.VpnipAddReq
  303. VpnipAddResp = pb.VpnipAddResp
  304. VpnipBatchAddReq = pb.VpnipBatchAddReq
  305. VpnipBatchAddResp = pb.VpnipBatchAddResp
  306. VpnipBatchUpdateReq = pb.VpnipBatchUpdateReq
  307. VpnipBatchUpdateResp = pb.VpnipBatchUpdateResp
  308. VpnipBindAddReq = pb.VpnipBindAddReq
  309. VpnipBindAddResp = pb.VpnipBindAddResp
  310. VpnipBindBatchAddReq = pb.VpnipBindBatchAddReq
  311. VpnipBindBatchAddResp = pb.VpnipBindBatchAddResp
  312. VpnipBindBatchUpdateReq = pb.VpnipBindBatchUpdateReq
  313. VpnipBindBatchUpdateResp = pb.VpnipBindBatchUpdateResp
  314. VpnipBindGetReq = pb.VpnipBindGetReq
  315. VpnipBindGetResp = pb.VpnipBindGetResp
  316. VpnipBindListReq = pb.VpnipBindListReq
  317. VpnipBindListResp = pb.VpnipBindListResp
  318. VpnipBindUpdateReq = pb.VpnipBindUpdateReq
  319. VpnipBindUpdateResp = pb.VpnipBindUpdateResp
  320. VpnipBindVo = pb.VpnipBindVo
  321. VpnipExAddReq = pb.VpnipExAddReq
  322. VpnipExAddResp = pb.VpnipExAddResp
  323. VpnipExBatchAddReq = pb.VpnipExBatchAddReq
  324. VpnipExBatchAddResp = pb.VpnipExBatchAddResp
  325. VpnipExBatchUpdateReq = pb.VpnipExBatchUpdateReq
  326. VpnipExBatchUpdateResp = pb.VpnipExBatchUpdateResp
  327. VpnipExGetResp = pb.VpnipExGetResp
  328. VpnipExListResp = pb.VpnipExListResp
  329. VpnipExUpdateReq = pb.VpnipExUpdateReq
  330. VpnipExUpdateResp = pb.VpnipExUpdateResp
  331. VpnipExVo = pb.VpnipExVo
  332. VpnipGetReq = pb.VpnipGetReq
  333. VpnipGetResp = pb.VpnipGetResp
  334. VpnipListReq = pb.VpnipListReq
  335. VpnipListResp = pb.VpnipListResp
  336. VpnipRangeAddReq = pb.VpnipRangeAddReq
  337. VpnipRangeAddResp = pb.VpnipRangeAddResp
  338. VpnipRangeBatchAddReq = pb.VpnipRangeBatchAddReq
  339. VpnipRangeBatchAddResp = pb.VpnipRangeBatchAddResp
  340. VpnipRangeBatchUpdateReq = pb.VpnipRangeBatchUpdateReq
  341. VpnipRangeBatchUpdateResp = pb.VpnipRangeBatchUpdateResp
  342. VpnipRangeExAddReq = pb.VpnipRangeExAddReq
  343. VpnipRangeExAddResp = pb.VpnipRangeExAddResp
  344. VpnipRangeExBatchAddReq = pb.VpnipRangeExBatchAddReq
  345. VpnipRangeExBatchAddResp = pb.VpnipRangeExBatchAddResp
  346. VpnipRangeExBatchUpdateReq = pb.VpnipRangeExBatchUpdateReq
  347. VpnipRangeExBatchUpdateResp = pb.VpnipRangeExBatchUpdateResp
  348. VpnipRangeExGetResp = pb.VpnipRangeExGetResp
  349. VpnipRangeExListResp = pb.VpnipRangeExListResp
  350. VpnipRangeExUpdateReq = pb.VpnipRangeExUpdateReq
  351. VpnipRangeExUpdateResp = pb.VpnipRangeExUpdateResp
  352. VpnipRangeExVo = pb.VpnipRangeExVo
  353. VpnipRangeGetReq = pb.VpnipRangeGetReq
  354. VpnipRangeGetResp = pb.VpnipRangeGetResp
  355. VpnipRangeListReq = pb.VpnipRangeListReq
  356. VpnipRangeListResp = pb.VpnipRangeListResp
  357. VpnipRangeUpdateReq = pb.VpnipRangeUpdateReq
  358. VpnipRangeUpdateResp = pb.VpnipRangeUpdateResp
  359. VpnipRangeVo = pb.VpnipRangeVo
  360. VpnipUpdateReq = pb.VpnipUpdateReq
  361. VpnipUpdateResp = pb.VpnipUpdateResp
  362. VpnipVo = pb.VpnipVo
  363. VpnipWalledAddReq = pb.VpnipWalledAddReq
  364. VpnipWalledAddResp = pb.VpnipWalledAddResp
  365. VpnipWalledBatchAddReq = pb.VpnipWalledBatchAddReq
  366. VpnipWalledBatchAddResp = pb.VpnipWalledBatchAddResp
  367. VpnipWalledBatchUpdateReq = pb.VpnipWalledBatchUpdateReq
  368. VpnipWalledBatchUpdateResp = pb.VpnipWalledBatchUpdateResp
  369. VpnipWalledGetReq = pb.VpnipWalledGetReq
  370. VpnipWalledGetResp = pb.VpnipWalledGetResp
  371. VpnipWalledListReq = pb.VpnipWalledListReq
  372. VpnipWalledListResp = pb.VpnipWalledListResp
  373. VpnipWalledUpdateReq = pb.VpnipWalledUpdateReq
  374. VpnipWalledUpdateResp = pb.VpnipWalledUpdateResp
  375. VpnipWalledVo = pb.VpnipWalledVo
  376. GoPmpClient interface {
  377. Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)
  378. // GlobalParamVo
  379. GlobalParamAdd(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error)
  380. GlobalParamUpdate(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error)
  381. GlobalParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  382. GlobalParamGet(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error)
  383. GlobalParamGetWithLang(ctx context.Context, in *GlobalParamGetReq, opts ...grpc.CallOption) (*GlobalParamVo, error)
  384. GlobalParamList(ctx context.Context, in *GlobalParamListReq, opts ...grpc.CallOption) (*GlobalParamListResp, error)
  385. // ProductVo
  386. ProductAdd(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error)
  387. ProductUpdate(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error)
  388. ProductDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  389. ProductGet(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error)
  390. ProductList(ctx context.Context, in *ProductListReq, opts ...grpc.CallOption) (*ProductListResp, error)
  391. ProductAll(ctx context.Context, in *Request, opts ...grpc.CallOption) (*ProductListResp, error)
  392. // ProductParamVo
  393. ProductParamAdd(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error)
  394. ProductParamUpdate(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error)
  395. ProductParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  396. ProductParamGet(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error)
  397. ProductParamGetWithLang(ctx context.Context, in *ProductParamGetReq, opts ...grpc.CallOption) (*ProductParamVo, error)
  398. ProductParamList(ctx context.Context, in *ProductParamListReq, opts ...grpc.CallOption) (*ProductParamListResp, error)
  399. // ProductAction 产品行为配置
  400. ProductActionAdd(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error)
  401. ProductActionUpdate(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error)
  402. ProductActionDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  403. ProductActionGet(ctx context.Context, in *ProductActionReq, opts ...grpc.CallOption) (*ProductActionVo, error)
  404. ProductActionList(ctx context.Context, in *ProductActionListReq, opts ...grpc.CallOption) (*ProductActionListResp, error)
  405. // ProductActionGroup 产品行为分组
  406. ProductActionGroupAdd(ctx context.Context, in *ProductActionGroupVo, opts ...grpc.CallOption) (*ProductActionGroupVo, error)
  407. ProductActionGroupUpdate(ctx context.Context, in *ProductActionGroupVo, opts ...grpc.CallOption) (*ProductActionGroupVo, error)
  408. ProductActionGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  409. ProductActionGroupGet(ctx context.Context, in *ProductActionGroupReq, opts ...grpc.CallOption) (*ProductActionGroupVo, error)
  410. ProductActionGroupList(ctx context.Context, in *ProductActionGroupListReq, opts ...grpc.CallOption) (*ProductActionGroupListResp, error)
  411. ProductActionGroupDisable(ctx context.Context, in *ProductActionGroupDisableReq, opts ...grpc.CallOption) (*Empty, error)
  412. ProductActionGroupEnable(ctx context.Context, in *ProductActionGroupEnableReq, opts ...grpc.CallOption) (*Empty, error)
  413. // ProductActionPolicyGroup 产品行为策略分组
  414. ProductActionPolicyGroupAdd(ctx context.Context, in *ProductActionPolicyGroupVo, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error)
  415. ProductActionPolicyGroupUpdate(ctx context.Context, in *ProductActionPolicyGroupVo, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error)
  416. ProductActionPolicyGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  417. ProductActionPolicyGroupGet(ctx context.Context, in *ProductActionPolicyGroupReq, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error)
  418. ProductActionPolicyGroupList(ctx context.Context, in *ProductActionPolicyGroupListReq, opts ...grpc.CallOption) (*ProductActionPolicyGroupListResp, error)
  419. ProductActionPolicyGroupDisable(ctx context.Context, in *ProductActionPolicyGroupDisableReq, opts ...grpc.CallOption) (*Empty, error)
  420. ProductActionPolicyGroupEnable(ctx context.Context, in *ProductActionPolicyGroupEnableReq, opts ...grpc.CallOption) (*Empty, error)
  421. // ProductActionType 产品行为类型
  422. ProductActionTypeAdd(ctx context.Context, in *ProductActionTypeVo, opts ...grpc.CallOption) (*ProductActionTypeVo, error)
  423. ProductActionTypeUpdate(ctx context.Context, in *ProductActionTypeVo, opts ...grpc.CallOption) (*ProductActionTypeVo, error)
  424. ProductActionTypeDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  425. ProductActionTypeGet(ctx context.Context, in *ProductActionTypeReq, opts ...grpc.CallOption) (*ProductActionTypeVo, error)
  426. ProductActionTypeList(ctx context.Context, in *ProductActionTypeListReq, opts ...grpc.CallOption) (*ProductActionTypeListResp, error)
  427. // AreaParamVo
  428. AreaParamAdd(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error)
  429. AreaParamUpdate(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error)
  430. AreaParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  431. AreaParamGet(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error)
  432. AreaParamList(ctx context.Context, in *AreaParamListReq, opts ...grpc.CallOption) (*AreaParamListResp, error)
  433. // NationalLanguage
  434. NationalLanguageAdd(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error)
  435. NationalLanguageUpdate(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error)
  436. NationalLanguageDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  437. NationalLanguageGet(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error)
  438. NationalLanguageList(ctx context.Context, in *NationalLanguageListReq, opts ...grpc.CallOption) (*NationalLanguageListResp, error)
  439. // Tip
  440. TipAdd(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error)
  441. TipUpdate(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error)
  442. TipDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  443. TipGet(ctx context.Context, in *TipGetReq, opts ...grpc.CallOption) (*TipVo, error)
  444. TipList(ctx context.Context, in *TipListReq, opts ...grpc.CallOption) (*TipListResp, error)
  445. // Dict
  446. DictAdd(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error)
  447. DictUpdate(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error)
  448. DictDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  449. DictGet(ctx context.Context, in *DictGetReq, opts ...grpc.CallOption) (*DictVo, error)
  450. DictList(ctx context.Context, in *DictListReq, opts ...grpc.CallOption) (*DictListResp, error)
  451. // UpgradePkgPlan
  452. UpgradePkgPlanAdd(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error)
  453. UpgradePkgPlanUpdate(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error)
  454. UpgradePkgPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  455. UpgradePkgPlanGet(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error)
  456. UpgradePkgPlanList(ctx context.Context, in *UpgradePkgPlanListReq, opts ...grpc.CallOption) (*UpgradePkgPlanListResp, error)
  457. // UpgradePkgPlanDetail
  458. UpgradePkgPlanDetailAdd(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error)
  459. UpgradePkgPlanDetailUpdate(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error)
  460. UpgradePkgPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  461. UpgradePkgPlanDetailGet(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error)
  462. UpgradePkgPlanDetailList(ctx context.Context, in *UpgradePkgPlanDetailListReq, opts ...grpc.CallOption) (*UpgradePkgPlanDetailListResp, error)
  463. // UpgradeResPlan
  464. UpgradeResPlanAdd(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error)
  465. UpgradeResPlanUpdate(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error)
  466. UpgradeResPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  467. UpgradeResPlanGet(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error)
  468. UpgradeResPlanList(ctx context.Context, in *UpgradeResPlanListReq, opts ...grpc.CallOption) (*UpgradeResPlanListResp, error)
  469. // UpgradeResPlanDetail
  470. UpgradeResPlanDetailAdd(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error)
  471. UpgradeResPlanDetailUpdate(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error)
  472. UpgradeResPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  473. UpgradeResPlanDetailGet(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error)
  474. UpgradeResPlanDetailList(ctx context.Context, in *UpgradeResPlanDetailListReq, opts ...grpc.CallOption) (*UpgradeResPlanDetailListResp, error)
  475. // AdPlan
  476. AdPlanAdd(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error)
  477. AdPlanUpdate(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error)
  478. AdPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  479. AdPlanGet(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error)
  480. AdPlanList(ctx context.Context, in *AdPlanListReq, opts ...grpc.CallOption) (*AdPlanListResp, error)
  481. // AdPlanDetail
  482. AdPlanDetailAdd(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error)
  483. AdPlanDetailUpdate(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error)
  484. AdPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  485. AdPlanDetailGet(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error)
  486. AdPlanDetailList(ctx context.Context, in *AdPlanDetailListReq, opts ...grpc.CallOption) (*AdPlanDetailListResp, error)
  487. // AdGlobalConfig
  488. AdGlobalConfigGet(ctx context.Context, in *AdGlobalConfigGetReq, opts ...grpc.CallOption) (*AdGlobalConfigVo, error)
  489. AdGlobalConfigUpdate(ctx context.Context, in *AdGlobalConfigVo, opts ...grpc.CallOption) (*AdGlobalConfigVo, error)
  490. // JobBatch
  491. JobBatchAdd(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error)
  492. JobBatchAddWithTasks(ctx context.Context, in *JobBatchWithTasksVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error)
  493. JobBatchUpdate(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error)
  494. JobBatchDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  495. JobBatchGet(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error)
  496. JobBatchGetWithTasks(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error)
  497. JobBatchList(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListResp, error)
  498. JobBatchListWithTasks(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListWithTasksResp, error)
  499. // JobTasks
  500. JobTasksAdd(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error)
  501. JobTasksUpdate(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error)
  502. JobTasksDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  503. JobTasksGet(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error)
  504. JobTasksList(ctx context.Context, in *JobTasksListReq, opts ...grpc.CallOption) (*JobTasksListResp, error)
  505. // DeployConfig
  506. DeployConfigAdd(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error)
  507. DeployConfigUpdate(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error)
  508. DeployConfigDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  509. DeployConfigGet(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error)
  510. DeployConfigList(ctx context.Context, in *DeployConfigListReq, opts ...grpc.CallOption) (*DeployConfigListResp, error)
  511. // OperationLog
  512. OperationLogAdd(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error)
  513. OperationLogUpdate(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error)
  514. OperationLogGet(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error)
  515. OperationLogList(ctx context.Context, in *OperationLogListReq, opts ...grpc.CallOption) (*OperationLogListResp, error)
  516. // AnnouncePlan
  517. AnnouncePlanAdd(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error)
  518. AnnouncePlanUpdate(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error)
  519. AnnouncePlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  520. AnnouncePlanGet(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error)
  521. AnnouncePlanList(ctx context.Context, in *AnnouncePlanListReq, opts ...grpc.CallOption) (*AnnouncePlanListResp, error)
  522. // AnnouncePlanDetail
  523. AnnouncePlanDetailAdd(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error)
  524. AnnouncePlanDetailUpdate(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error)
  525. AnnouncePlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  526. AnnouncePlanDetailGet(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error)
  527. AnnouncePlanDetailList(ctx context.Context, in *AnnouncePlanDetailListReq, opts ...grpc.CallOption) (*AnnouncePlanDetailListResp, error)
  528. // ServiceTypes
  529. ServiceTypesAdd(ctx context.Context, in *ServiceTypesAddReq, opts ...grpc.CallOption) (*ServiceTypesVo, error)
  530. ServiceTypesUpdate(ctx context.Context, in *ServiceTypesUpdateReq, opts ...grpc.CallOption) (*ServiceTypesVo, error)
  531. ServiceTypesDel(ctx context.Context, in *ServiceTypesDelReq, opts ...grpc.CallOption) (*Empty, error)
  532. ServiceTypesGet(ctx context.Context, in *ServiceTypesGetReq, opts ...grpc.CallOption) (*ServiceTypesVo, error)
  533. ServiceTypesList(ctx context.Context, in *ServiceTypesListReq, opts ...grpc.CallOption) (*ServiceTypesListResp, error)
  534. // ServiceSets
  535. ServiceSetsAdd(ctx context.Context, in *ServiceSetsAddReq, opts ...grpc.CallOption) (*ServiceSetsVo, error)
  536. ServiceSetsUpdate(ctx context.Context, in *ServiceSetsUpdateReq, opts ...grpc.CallOption) (*ServiceSetsVo, error)
  537. ServiceSetsDel(ctx context.Context, in *ServiceSetsDelReq, opts ...grpc.CallOption) (*Empty, error)
  538. ServiceSetsGet(ctx context.Context, in *ServiceSetsGetReq, opts ...grpc.CallOption) (*ServiceSetsVo, error)
  539. ServiceSetsList(ctx context.Context, in *ServiceSetsListReq, opts ...grpc.CallOption) (*ServiceSetsListResp, error)
  540. // MessagePush
  541. MessagePushAdd(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error)
  542. MessagePushUpdate(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error)
  543. MessagePushList(ctx context.Context, in *MessagePushListReq, opts ...grpc.CallOption) (*MessagePushListResp, error)
  544. }
  545. defaultGoPmpClient struct {
  546. cli zrpc.Client
  547. }
  548. )
  549. func NewGoPmpClient(cli zrpc.Client) GoPmpClient {
  550. return &defaultGoPmpClient{
  551. cli: cli,
  552. }
  553. }
  554. func (m *defaultGoPmpClient) Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error) {
  555. client := pb.NewGoPmpClientClient(m.cli.Conn())
  556. return client.Ping(ctx, in, opts...)
  557. }
  558. // GlobalParamVo
  559. func (m *defaultGoPmpClient) GlobalParamAdd(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error) {
  560. client := pb.NewGoPmpClientClient(m.cli.Conn())
  561. return client.GlobalParamAdd(ctx, in, opts...)
  562. }
  563. func (m *defaultGoPmpClient) GlobalParamUpdate(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error) {
  564. client := pb.NewGoPmpClientClient(m.cli.Conn())
  565. return client.GlobalParamUpdate(ctx, in, opts...)
  566. }
  567. func (m *defaultGoPmpClient) GlobalParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  568. client := pb.NewGoPmpClientClient(m.cli.Conn())
  569. return client.GlobalParamDel(ctx, in, opts...)
  570. }
  571. func (m *defaultGoPmpClient) GlobalParamGet(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error) {
  572. client := pb.NewGoPmpClientClient(m.cli.Conn())
  573. return client.GlobalParamGet(ctx, in, opts...)
  574. }
  575. func (m *defaultGoPmpClient) GlobalParamGetWithLang(ctx context.Context, in *GlobalParamGetReq, opts ...grpc.CallOption) (*GlobalParamVo, error) {
  576. client := pb.NewGoPmpClientClient(m.cli.Conn())
  577. return client.GlobalParamGetWithLang(ctx, in, opts...)
  578. }
  579. func (m *defaultGoPmpClient) GlobalParamList(ctx context.Context, in *GlobalParamListReq, opts ...grpc.CallOption) (*GlobalParamListResp, error) {
  580. client := pb.NewGoPmpClientClient(m.cli.Conn())
  581. return client.GlobalParamList(ctx, in, opts...)
  582. }
  583. // ProductVo
  584. func (m *defaultGoPmpClient) ProductAdd(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error) {
  585. client := pb.NewGoPmpClientClient(m.cli.Conn())
  586. return client.ProductAdd(ctx, in, opts...)
  587. }
  588. func (m *defaultGoPmpClient) ProductUpdate(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error) {
  589. client := pb.NewGoPmpClientClient(m.cli.Conn())
  590. return client.ProductUpdate(ctx, in, opts...)
  591. }
  592. func (m *defaultGoPmpClient) ProductDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  593. client := pb.NewGoPmpClientClient(m.cli.Conn())
  594. return client.ProductDel(ctx, in, opts...)
  595. }
  596. func (m *defaultGoPmpClient) ProductGet(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error) {
  597. client := pb.NewGoPmpClientClient(m.cli.Conn())
  598. return client.ProductGet(ctx, in, opts...)
  599. }
  600. func (m *defaultGoPmpClient) ProductList(ctx context.Context, in *ProductListReq, opts ...grpc.CallOption) (*ProductListResp, error) {
  601. client := pb.NewGoPmpClientClient(m.cli.Conn())
  602. return client.ProductList(ctx, in, opts...)
  603. }
  604. func (m *defaultGoPmpClient) ProductAll(ctx context.Context, in *Request, opts ...grpc.CallOption) (*ProductListResp, error) {
  605. client := pb.NewGoPmpClientClient(m.cli.Conn())
  606. return client.ProductAll(ctx, in, opts...)
  607. }
  608. // ProductParamVo
  609. func (m *defaultGoPmpClient) ProductParamAdd(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error) {
  610. client := pb.NewGoPmpClientClient(m.cli.Conn())
  611. return client.ProductParamAdd(ctx, in, opts...)
  612. }
  613. func (m *defaultGoPmpClient) ProductParamUpdate(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error) {
  614. client := pb.NewGoPmpClientClient(m.cli.Conn())
  615. return client.ProductParamUpdate(ctx, in, opts...)
  616. }
  617. func (m *defaultGoPmpClient) ProductParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  618. client := pb.NewGoPmpClientClient(m.cli.Conn())
  619. return client.ProductParamDel(ctx, in, opts...)
  620. }
  621. func (m *defaultGoPmpClient) ProductParamGet(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error) {
  622. client := pb.NewGoPmpClientClient(m.cli.Conn())
  623. return client.ProductParamGet(ctx, in, opts...)
  624. }
  625. func (m *defaultGoPmpClient) ProductParamGetWithLang(ctx context.Context, in *ProductParamGetReq, opts ...grpc.CallOption) (*ProductParamVo, error) {
  626. client := pb.NewGoPmpClientClient(m.cli.Conn())
  627. return client.ProductParamGetWithLang(ctx, in, opts...)
  628. }
  629. func (m *defaultGoPmpClient) ProductParamList(ctx context.Context, in *ProductParamListReq, opts ...grpc.CallOption) (*ProductParamListResp, error) {
  630. client := pb.NewGoPmpClientClient(m.cli.Conn())
  631. return client.ProductParamList(ctx, in, opts...)
  632. }
  633. // ProductAction 产品行为配置
  634. func (m *defaultGoPmpClient) ProductActionAdd(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error) {
  635. client := pb.NewGoPmpClientClient(m.cli.Conn())
  636. return client.ProductActionAdd(ctx, in, opts...)
  637. }
  638. func (m *defaultGoPmpClient) ProductActionUpdate(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error) {
  639. client := pb.NewGoPmpClientClient(m.cli.Conn())
  640. return client.ProductActionUpdate(ctx, in, opts...)
  641. }
  642. func (m *defaultGoPmpClient) ProductActionDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  643. client := pb.NewGoPmpClientClient(m.cli.Conn())
  644. return client.ProductActionDel(ctx, in, opts...)
  645. }
  646. func (m *defaultGoPmpClient) ProductActionGet(ctx context.Context, in *ProductActionReq, opts ...grpc.CallOption) (*ProductActionVo, error) {
  647. client := pb.NewGoPmpClientClient(m.cli.Conn())
  648. return client.ProductActionGet(ctx, in, opts...)
  649. }
  650. func (m *defaultGoPmpClient) ProductActionList(ctx context.Context, in *ProductActionListReq, opts ...grpc.CallOption) (*ProductActionListResp, error) {
  651. client := pb.NewGoPmpClientClient(m.cli.Conn())
  652. return client.ProductActionList(ctx, in, opts...)
  653. }
  654. // ProductActionGroup 产品行为分组
  655. func (m *defaultGoPmpClient) ProductActionGroupAdd(ctx context.Context, in *ProductActionGroupVo, opts ...grpc.CallOption) (*ProductActionGroupVo, error) {
  656. client := pb.NewGoPmpClientClient(m.cli.Conn())
  657. return client.ProductActionGroupAdd(ctx, in, opts...)
  658. }
  659. func (m *defaultGoPmpClient) ProductActionGroupUpdate(ctx context.Context, in *ProductActionGroupVo, opts ...grpc.CallOption) (*ProductActionGroupVo, error) {
  660. client := pb.NewGoPmpClientClient(m.cli.Conn())
  661. return client.ProductActionGroupUpdate(ctx, in, opts...)
  662. }
  663. func (m *defaultGoPmpClient) ProductActionGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  664. client := pb.NewGoPmpClientClient(m.cli.Conn())
  665. return client.ProductActionGroupDel(ctx, in, opts...)
  666. }
  667. func (m *defaultGoPmpClient) ProductActionGroupGet(ctx context.Context, in *ProductActionGroupReq, opts ...grpc.CallOption) (*ProductActionGroupVo, error) {
  668. client := pb.NewGoPmpClientClient(m.cli.Conn())
  669. return client.ProductActionGroupGet(ctx, in, opts...)
  670. }
  671. func (m *defaultGoPmpClient) ProductActionGroupList(ctx context.Context, in *ProductActionGroupListReq, opts ...grpc.CallOption) (*ProductActionGroupListResp, error) {
  672. client := pb.NewGoPmpClientClient(m.cli.Conn())
  673. return client.ProductActionGroupList(ctx, in, opts...)
  674. }
  675. func (m *defaultGoPmpClient) ProductActionGroupDisable(ctx context.Context, in *ProductActionGroupDisableReq, opts ...grpc.CallOption) (*Empty, error) {
  676. client := pb.NewGoPmpClientClient(m.cli.Conn())
  677. return client.ProductActionGroupDisable(ctx, in, opts...)
  678. }
  679. func (m *defaultGoPmpClient) ProductActionGroupEnable(ctx context.Context, in *ProductActionGroupEnableReq, opts ...grpc.CallOption) (*Empty, error) {
  680. client := pb.NewGoPmpClientClient(m.cli.Conn())
  681. return client.ProductActionGroupEnable(ctx, in, opts...)
  682. }
  683. // ProductActionPolicyGroup 产品行为策略分组
  684. func (m *defaultGoPmpClient) ProductActionPolicyGroupAdd(ctx context.Context, in *ProductActionPolicyGroupVo, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error) {
  685. client := pb.NewGoPmpClientClient(m.cli.Conn())
  686. return client.ProductActionPolicyGroupAdd(ctx, in, opts...)
  687. }
  688. func (m *defaultGoPmpClient) ProductActionPolicyGroupUpdate(ctx context.Context, in *ProductActionPolicyGroupVo, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error) {
  689. client := pb.NewGoPmpClientClient(m.cli.Conn())
  690. return client.ProductActionPolicyGroupUpdate(ctx, in, opts...)
  691. }
  692. func (m *defaultGoPmpClient) ProductActionPolicyGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  693. client := pb.NewGoPmpClientClient(m.cli.Conn())
  694. return client.ProductActionPolicyGroupDel(ctx, in, opts...)
  695. }
  696. func (m *defaultGoPmpClient) ProductActionPolicyGroupGet(ctx context.Context, in *ProductActionPolicyGroupReq, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error) {
  697. client := pb.NewGoPmpClientClient(m.cli.Conn())
  698. return client.ProductActionPolicyGroupGet(ctx, in, opts...)
  699. }
  700. func (m *defaultGoPmpClient) ProductActionPolicyGroupList(ctx context.Context, in *ProductActionPolicyGroupListReq, opts ...grpc.CallOption) (*ProductActionPolicyGroupListResp, error) {
  701. client := pb.NewGoPmpClientClient(m.cli.Conn())
  702. return client.ProductActionPolicyGroupList(ctx, in, opts...)
  703. }
  704. func (m *defaultGoPmpClient) ProductActionPolicyGroupDisable(ctx context.Context, in *ProductActionPolicyGroupDisableReq, opts ...grpc.CallOption) (*Empty, error) {
  705. client := pb.NewGoPmpClientClient(m.cli.Conn())
  706. return client.ProductActionPolicyGroupDisable(ctx, in, opts...)
  707. }
  708. func (m *defaultGoPmpClient) ProductActionPolicyGroupEnable(ctx context.Context, in *ProductActionPolicyGroupEnableReq, opts ...grpc.CallOption) (*Empty, error) {
  709. client := pb.NewGoPmpClientClient(m.cli.Conn())
  710. return client.ProductActionPolicyGroupEnable(ctx, in, opts...)
  711. }
  712. // ProductActionType 产品行为类型
  713. func (m *defaultGoPmpClient) ProductActionTypeAdd(ctx context.Context, in *ProductActionTypeVo, opts ...grpc.CallOption) (*ProductActionTypeVo, error) {
  714. client := pb.NewGoPmpClientClient(m.cli.Conn())
  715. return client.ProductActionTypeAdd(ctx, in, opts...)
  716. }
  717. func (m *defaultGoPmpClient) ProductActionTypeUpdate(ctx context.Context, in *ProductActionTypeVo, opts ...grpc.CallOption) (*ProductActionTypeVo, error) {
  718. client := pb.NewGoPmpClientClient(m.cli.Conn())
  719. return client.ProductActionTypeUpdate(ctx, in, opts...)
  720. }
  721. func (m *defaultGoPmpClient) ProductActionTypeDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  722. client := pb.NewGoPmpClientClient(m.cli.Conn())
  723. return client.ProductActionTypeDel(ctx, in, opts...)
  724. }
  725. func (m *defaultGoPmpClient) ProductActionTypeGet(ctx context.Context, in *ProductActionTypeReq, opts ...grpc.CallOption) (*ProductActionTypeVo, error) {
  726. client := pb.NewGoPmpClientClient(m.cli.Conn())
  727. return client.ProductActionTypeGet(ctx, in, opts...)
  728. }
  729. func (m *defaultGoPmpClient) ProductActionTypeList(ctx context.Context, in *ProductActionTypeListReq, opts ...grpc.CallOption) (*ProductActionTypeListResp, error) {
  730. client := pb.NewGoPmpClientClient(m.cli.Conn())
  731. return client.ProductActionTypeList(ctx, in, opts...)
  732. }
  733. // AreaParamVo
  734. func (m *defaultGoPmpClient) AreaParamAdd(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error) {
  735. client := pb.NewGoPmpClientClient(m.cli.Conn())
  736. return client.AreaParamAdd(ctx, in, opts...)
  737. }
  738. func (m *defaultGoPmpClient) AreaParamUpdate(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error) {
  739. client := pb.NewGoPmpClientClient(m.cli.Conn())
  740. return client.AreaParamUpdate(ctx, in, opts...)
  741. }
  742. func (m *defaultGoPmpClient) AreaParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  743. client := pb.NewGoPmpClientClient(m.cli.Conn())
  744. return client.AreaParamDel(ctx, in, opts...)
  745. }
  746. func (m *defaultGoPmpClient) AreaParamGet(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error) {
  747. client := pb.NewGoPmpClientClient(m.cli.Conn())
  748. return client.AreaParamGet(ctx, in, opts...)
  749. }
  750. func (m *defaultGoPmpClient) AreaParamList(ctx context.Context, in *AreaParamListReq, opts ...grpc.CallOption) (*AreaParamListResp, error) {
  751. client := pb.NewGoPmpClientClient(m.cli.Conn())
  752. return client.AreaParamList(ctx, in, opts...)
  753. }
  754. // NationalLanguage
  755. func (m *defaultGoPmpClient) NationalLanguageAdd(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error) {
  756. client := pb.NewGoPmpClientClient(m.cli.Conn())
  757. return client.NationalLanguageAdd(ctx, in, opts...)
  758. }
  759. func (m *defaultGoPmpClient) NationalLanguageUpdate(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error) {
  760. client := pb.NewGoPmpClientClient(m.cli.Conn())
  761. return client.NationalLanguageUpdate(ctx, in, opts...)
  762. }
  763. func (m *defaultGoPmpClient) NationalLanguageDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  764. client := pb.NewGoPmpClientClient(m.cli.Conn())
  765. return client.NationalLanguageDel(ctx, in, opts...)
  766. }
  767. func (m *defaultGoPmpClient) NationalLanguageGet(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error) {
  768. client := pb.NewGoPmpClientClient(m.cli.Conn())
  769. return client.NationalLanguageGet(ctx, in, opts...)
  770. }
  771. func (m *defaultGoPmpClient) NationalLanguageList(ctx context.Context, in *NationalLanguageListReq, opts ...grpc.CallOption) (*NationalLanguageListResp, error) {
  772. client := pb.NewGoPmpClientClient(m.cli.Conn())
  773. return client.NationalLanguageList(ctx, in, opts...)
  774. }
  775. // Tip
  776. func (m *defaultGoPmpClient) TipAdd(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error) {
  777. client := pb.NewGoPmpClientClient(m.cli.Conn())
  778. return client.TipAdd(ctx, in, opts...)
  779. }
  780. func (m *defaultGoPmpClient) TipUpdate(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error) {
  781. client := pb.NewGoPmpClientClient(m.cli.Conn())
  782. return client.TipUpdate(ctx, in, opts...)
  783. }
  784. func (m *defaultGoPmpClient) TipDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  785. client := pb.NewGoPmpClientClient(m.cli.Conn())
  786. return client.TipDel(ctx, in, opts...)
  787. }
  788. func (m *defaultGoPmpClient) TipGet(ctx context.Context, in *TipGetReq, opts ...grpc.CallOption) (*TipVo, error) {
  789. client := pb.NewGoPmpClientClient(m.cli.Conn())
  790. return client.TipGet(ctx, in, opts...)
  791. }
  792. func (m *defaultGoPmpClient) TipList(ctx context.Context, in *TipListReq, opts ...grpc.CallOption) (*TipListResp, error) {
  793. client := pb.NewGoPmpClientClient(m.cli.Conn())
  794. return client.TipList(ctx, in, opts...)
  795. }
  796. // Dict
  797. func (m *defaultGoPmpClient) DictAdd(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error) {
  798. client := pb.NewGoPmpClientClient(m.cli.Conn())
  799. return client.DictAdd(ctx, in, opts...)
  800. }
  801. func (m *defaultGoPmpClient) DictUpdate(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error) {
  802. client := pb.NewGoPmpClientClient(m.cli.Conn())
  803. return client.DictUpdate(ctx, in, opts...)
  804. }
  805. func (m *defaultGoPmpClient) DictDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  806. client := pb.NewGoPmpClientClient(m.cli.Conn())
  807. return client.DictDel(ctx, in, opts...)
  808. }
  809. func (m *defaultGoPmpClient) DictGet(ctx context.Context, in *DictGetReq, opts ...grpc.CallOption) (*DictVo, error) {
  810. client := pb.NewGoPmpClientClient(m.cli.Conn())
  811. return client.DictGet(ctx, in, opts...)
  812. }
  813. func (m *defaultGoPmpClient) DictList(ctx context.Context, in *DictListReq, opts ...grpc.CallOption) (*DictListResp, error) {
  814. client := pb.NewGoPmpClientClient(m.cli.Conn())
  815. return client.DictList(ctx, in, opts...)
  816. }
  817. // UpgradePkgPlan
  818. func (m *defaultGoPmpClient) UpgradePkgPlanAdd(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error) {
  819. client := pb.NewGoPmpClientClient(m.cli.Conn())
  820. return client.UpgradePkgPlanAdd(ctx, in, opts...)
  821. }
  822. func (m *defaultGoPmpClient) UpgradePkgPlanUpdate(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error) {
  823. client := pb.NewGoPmpClientClient(m.cli.Conn())
  824. return client.UpgradePkgPlanUpdate(ctx, in, opts...)
  825. }
  826. func (m *defaultGoPmpClient) UpgradePkgPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  827. client := pb.NewGoPmpClientClient(m.cli.Conn())
  828. return client.UpgradePkgPlanDel(ctx, in, opts...)
  829. }
  830. func (m *defaultGoPmpClient) UpgradePkgPlanGet(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error) {
  831. client := pb.NewGoPmpClientClient(m.cli.Conn())
  832. return client.UpgradePkgPlanGet(ctx, in, opts...)
  833. }
  834. func (m *defaultGoPmpClient) UpgradePkgPlanList(ctx context.Context, in *UpgradePkgPlanListReq, opts ...grpc.CallOption) (*UpgradePkgPlanListResp, error) {
  835. client := pb.NewGoPmpClientClient(m.cli.Conn())
  836. return client.UpgradePkgPlanList(ctx, in, opts...)
  837. }
  838. // UpgradePkgPlanDetail
  839. func (m *defaultGoPmpClient) UpgradePkgPlanDetailAdd(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error) {
  840. client := pb.NewGoPmpClientClient(m.cli.Conn())
  841. return client.UpgradePkgPlanDetailAdd(ctx, in, opts...)
  842. }
  843. func (m *defaultGoPmpClient) UpgradePkgPlanDetailUpdate(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error) {
  844. client := pb.NewGoPmpClientClient(m.cli.Conn())
  845. return client.UpgradePkgPlanDetailUpdate(ctx, in, opts...)
  846. }
  847. func (m *defaultGoPmpClient) UpgradePkgPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  848. client := pb.NewGoPmpClientClient(m.cli.Conn())
  849. return client.UpgradePkgPlanDetailDel(ctx, in, opts...)
  850. }
  851. func (m *defaultGoPmpClient) UpgradePkgPlanDetailGet(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error) {
  852. client := pb.NewGoPmpClientClient(m.cli.Conn())
  853. return client.UpgradePkgPlanDetailGet(ctx, in, opts...)
  854. }
  855. func (m *defaultGoPmpClient) UpgradePkgPlanDetailList(ctx context.Context, in *UpgradePkgPlanDetailListReq, opts ...grpc.CallOption) (*UpgradePkgPlanDetailListResp, error) {
  856. client := pb.NewGoPmpClientClient(m.cli.Conn())
  857. return client.UpgradePkgPlanDetailList(ctx, in, opts...)
  858. }
  859. // UpgradeResPlan
  860. func (m *defaultGoPmpClient) UpgradeResPlanAdd(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error) {
  861. client := pb.NewGoPmpClientClient(m.cli.Conn())
  862. return client.UpgradeResPlanAdd(ctx, in, opts...)
  863. }
  864. func (m *defaultGoPmpClient) UpgradeResPlanUpdate(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error) {
  865. client := pb.NewGoPmpClientClient(m.cli.Conn())
  866. return client.UpgradeResPlanUpdate(ctx, in, opts...)
  867. }
  868. func (m *defaultGoPmpClient) UpgradeResPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  869. client := pb.NewGoPmpClientClient(m.cli.Conn())
  870. return client.UpgradeResPlanDel(ctx, in, opts...)
  871. }
  872. func (m *defaultGoPmpClient) UpgradeResPlanGet(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error) {
  873. client := pb.NewGoPmpClientClient(m.cli.Conn())
  874. return client.UpgradeResPlanGet(ctx, in, opts...)
  875. }
  876. func (m *defaultGoPmpClient) UpgradeResPlanList(ctx context.Context, in *UpgradeResPlanListReq, opts ...grpc.CallOption) (*UpgradeResPlanListResp, error) {
  877. client := pb.NewGoPmpClientClient(m.cli.Conn())
  878. return client.UpgradeResPlanList(ctx, in, opts...)
  879. }
  880. // UpgradeResPlanDetail
  881. func (m *defaultGoPmpClient) UpgradeResPlanDetailAdd(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error) {
  882. client := pb.NewGoPmpClientClient(m.cli.Conn())
  883. return client.UpgradeResPlanDetailAdd(ctx, in, opts...)
  884. }
  885. func (m *defaultGoPmpClient) UpgradeResPlanDetailUpdate(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error) {
  886. client := pb.NewGoPmpClientClient(m.cli.Conn())
  887. return client.UpgradeResPlanDetailUpdate(ctx, in, opts...)
  888. }
  889. func (m *defaultGoPmpClient) UpgradeResPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  890. client := pb.NewGoPmpClientClient(m.cli.Conn())
  891. return client.UpgradeResPlanDetailDel(ctx, in, opts...)
  892. }
  893. func (m *defaultGoPmpClient) UpgradeResPlanDetailGet(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error) {
  894. client := pb.NewGoPmpClientClient(m.cli.Conn())
  895. return client.UpgradeResPlanDetailGet(ctx, in, opts...)
  896. }
  897. func (m *defaultGoPmpClient) UpgradeResPlanDetailList(ctx context.Context, in *UpgradeResPlanDetailListReq, opts ...grpc.CallOption) (*UpgradeResPlanDetailListResp, error) {
  898. client := pb.NewGoPmpClientClient(m.cli.Conn())
  899. return client.UpgradeResPlanDetailList(ctx, in, opts...)
  900. }
  901. // AdPlan
  902. func (m *defaultGoPmpClient) AdPlanAdd(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error) {
  903. client := pb.NewGoPmpClientClient(m.cli.Conn())
  904. return client.AdPlanAdd(ctx, in, opts...)
  905. }
  906. func (m *defaultGoPmpClient) AdPlanUpdate(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error) {
  907. client := pb.NewGoPmpClientClient(m.cli.Conn())
  908. return client.AdPlanUpdate(ctx, in, opts...)
  909. }
  910. func (m *defaultGoPmpClient) AdPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  911. client := pb.NewGoPmpClientClient(m.cli.Conn())
  912. return client.AdPlanDel(ctx, in, opts...)
  913. }
  914. func (m *defaultGoPmpClient) AdPlanGet(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error) {
  915. client := pb.NewGoPmpClientClient(m.cli.Conn())
  916. return client.AdPlanGet(ctx, in, opts...)
  917. }
  918. func (m *defaultGoPmpClient) AdPlanList(ctx context.Context, in *AdPlanListReq, opts ...grpc.CallOption) (*AdPlanListResp, error) {
  919. client := pb.NewGoPmpClientClient(m.cli.Conn())
  920. return client.AdPlanList(ctx, in, opts...)
  921. }
  922. // AdPlanDetail
  923. func (m *defaultGoPmpClient) AdPlanDetailAdd(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error) {
  924. client := pb.NewGoPmpClientClient(m.cli.Conn())
  925. return client.AdPlanDetailAdd(ctx, in, opts...)
  926. }
  927. func (m *defaultGoPmpClient) AdPlanDetailUpdate(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error) {
  928. client := pb.NewGoPmpClientClient(m.cli.Conn())
  929. return client.AdPlanDetailUpdate(ctx, in, opts...)
  930. }
  931. func (m *defaultGoPmpClient) AdPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  932. client := pb.NewGoPmpClientClient(m.cli.Conn())
  933. return client.AdPlanDetailDel(ctx, in, opts...)
  934. }
  935. func (m *defaultGoPmpClient) AdPlanDetailGet(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error) {
  936. client := pb.NewGoPmpClientClient(m.cli.Conn())
  937. return client.AdPlanDetailGet(ctx, in, opts...)
  938. }
  939. func (m *defaultGoPmpClient) AdPlanDetailList(ctx context.Context, in *AdPlanDetailListReq, opts ...grpc.CallOption) (*AdPlanDetailListResp, error) {
  940. client := pb.NewGoPmpClientClient(m.cli.Conn())
  941. return client.AdPlanDetailList(ctx, in, opts...)
  942. }
  943. // AdGlobalConfig
  944. func (m *defaultGoPmpClient) AdGlobalConfigGet(ctx context.Context, in *AdGlobalConfigGetReq, opts ...grpc.CallOption) (*AdGlobalConfigVo, error) {
  945. client := pb.NewGoPmpClientClient(m.cli.Conn())
  946. return client.AdGlobalConfigGet(ctx, in, opts...)
  947. }
  948. func (m *defaultGoPmpClient) AdGlobalConfigUpdate(ctx context.Context, in *AdGlobalConfigVo, opts ...grpc.CallOption) (*AdGlobalConfigVo, error) {
  949. client := pb.NewGoPmpClientClient(m.cli.Conn())
  950. return client.AdGlobalConfigUpdate(ctx, in, opts...)
  951. }
  952. // JobBatch
  953. func (m *defaultGoPmpClient) JobBatchAdd(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error) {
  954. client := pb.NewGoPmpClientClient(m.cli.Conn())
  955. return client.JobBatchAdd(ctx, in, opts...)
  956. }
  957. func (m *defaultGoPmpClient) JobBatchAddWithTasks(ctx context.Context, in *JobBatchWithTasksVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error) {
  958. client := pb.NewGoPmpClientClient(m.cli.Conn())
  959. return client.JobBatchAddWithTasks(ctx, in, opts...)
  960. }
  961. func (m *defaultGoPmpClient) JobBatchUpdate(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error) {
  962. client := pb.NewGoPmpClientClient(m.cli.Conn())
  963. return client.JobBatchUpdate(ctx, in, opts...)
  964. }
  965. func (m *defaultGoPmpClient) JobBatchDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  966. client := pb.NewGoPmpClientClient(m.cli.Conn())
  967. return client.JobBatchDel(ctx, in, opts...)
  968. }
  969. func (m *defaultGoPmpClient) JobBatchGet(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error) {
  970. client := pb.NewGoPmpClientClient(m.cli.Conn())
  971. return client.JobBatchGet(ctx, in, opts...)
  972. }
  973. func (m *defaultGoPmpClient) JobBatchGetWithTasks(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error) {
  974. client := pb.NewGoPmpClientClient(m.cli.Conn())
  975. return client.JobBatchGetWithTasks(ctx, in, opts...)
  976. }
  977. func (m *defaultGoPmpClient) JobBatchList(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListResp, error) {
  978. client := pb.NewGoPmpClientClient(m.cli.Conn())
  979. return client.JobBatchList(ctx, in, opts...)
  980. }
  981. func (m *defaultGoPmpClient) JobBatchListWithTasks(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListWithTasksResp, error) {
  982. client := pb.NewGoPmpClientClient(m.cli.Conn())
  983. return client.JobBatchListWithTasks(ctx, in, opts...)
  984. }
  985. // JobTasks
  986. func (m *defaultGoPmpClient) JobTasksAdd(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error) {
  987. client := pb.NewGoPmpClientClient(m.cli.Conn())
  988. return client.JobTasksAdd(ctx, in, opts...)
  989. }
  990. func (m *defaultGoPmpClient) JobTasksUpdate(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error) {
  991. client := pb.NewGoPmpClientClient(m.cli.Conn())
  992. return client.JobTasksUpdate(ctx, in, opts...)
  993. }
  994. func (m *defaultGoPmpClient) JobTasksDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  995. client := pb.NewGoPmpClientClient(m.cli.Conn())
  996. return client.JobTasksDel(ctx, in, opts...)
  997. }
  998. func (m *defaultGoPmpClient) JobTasksGet(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error) {
  999. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1000. return client.JobTasksGet(ctx, in, opts...)
  1001. }
  1002. func (m *defaultGoPmpClient) JobTasksList(ctx context.Context, in *JobTasksListReq, opts ...grpc.CallOption) (*JobTasksListResp, error) {
  1003. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1004. return client.JobTasksList(ctx, in, opts...)
  1005. }
  1006. // DeployConfig
  1007. func (m *defaultGoPmpClient) DeployConfigAdd(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error) {
  1008. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1009. return client.DeployConfigAdd(ctx, in, opts...)
  1010. }
  1011. func (m *defaultGoPmpClient) DeployConfigUpdate(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error) {
  1012. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1013. return client.DeployConfigUpdate(ctx, in, opts...)
  1014. }
  1015. func (m *defaultGoPmpClient) DeployConfigDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  1016. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1017. return client.DeployConfigDel(ctx, in, opts...)
  1018. }
  1019. func (m *defaultGoPmpClient) DeployConfigGet(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error) {
  1020. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1021. return client.DeployConfigGet(ctx, in, opts...)
  1022. }
  1023. func (m *defaultGoPmpClient) DeployConfigList(ctx context.Context, in *DeployConfigListReq, opts ...grpc.CallOption) (*DeployConfigListResp, error) {
  1024. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1025. return client.DeployConfigList(ctx, in, opts...)
  1026. }
  1027. // OperationLog
  1028. func (m *defaultGoPmpClient) OperationLogAdd(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error) {
  1029. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1030. return client.OperationLogAdd(ctx, in, opts...)
  1031. }
  1032. func (m *defaultGoPmpClient) OperationLogUpdate(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error) {
  1033. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1034. return client.OperationLogUpdate(ctx, in, opts...)
  1035. }
  1036. func (m *defaultGoPmpClient) OperationLogGet(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error) {
  1037. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1038. return client.OperationLogGet(ctx, in, opts...)
  1039. }
  1040. func (m *defaultGoPmpClient) OperationLogList(ctx context.Context, in *OperationLogListReq, opts ...grpc.CallOption) (*OperationLogListResp, error) {
  1041. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1042. return client.OperationLogList(ctx, in, opts...)
  1043. }
  1044. // AnnouncePlan
  1045. func (m *defaultGoPmpClient) AnnouncePlanAdd(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error) {
  1046. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1047. return client.AnnouncePlanAdd(ctx, in, opts...)
  1048. }
  1049. func (m *defaultGoPmpClient) AnnouncePlanUpdate(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error) {
  1050. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1051. return client.AnnouncePlanUpdate(ctx, in, opts...)
  1052. }
  1053. func (m *defaultGoPmpClient) AnnouncePlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  1054. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1055. return client.AnnouncePlanDel(ctx, in, opts...)
  1056. }
  1057. func (m *defaultGoPmpClient) AnnouncePlanGet(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error) {
  1058. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1059. return client.AnnouncePlanGet(ctx, in, opts...)
  1060. }
  1061. func (m *defaultGoPmpClient) AnnouncePlanList(ctx context.Context, in *AnnouncePlanListReq, opts ...grpc.CallOption) (*AnnouncePlanListResp, error) {
  1062. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1063. return client.AnnouncePlanList(ctx, in, opts...)
  1064. }
  1065. // AnnouncePlanDetail
  1066. func (m *defaultGoPmpClient) AnnouncePlanDetailAdd(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error) {
  1067. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1068. return client.AnnouncePlanDetailAdd(ctx, in, opts...)
  1069. }
  1070. func (m *defaultGoPmpClient) AnnouncePlanDetailUpdate(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error) {
  1071. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1072. return client.AnnouncePlanDetailUpdate(ctx, in, opts...)
  1073. }
  1074. func (m *defaultGoPmpClient) AnnouncePlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  1075. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1076. return client.AnnouncePlanDetailDel(ctx, in, opts...)
  1077. }
  1078. func (m *defaultGoPmpClient) AnnouncePlanDetailGet(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error) {
  1079. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1080. return client.AnnouncePlanDetailGet(ctx, in, opts...)
  1081. }
  1082. func (m *defaultGoPmpClient) AnnouncePlanDetailList(ctx context.Context, in *AnnouncePlanDetailListReq, opts ...grpc.CallOption) (*AnnouncePlanDetailListResp, error) {
  1083. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1084. return client.AnnouncePlanDetailList(ctx, in, opts...)
  1085. }
  1086. // ServiceTypes
  1087. func (m *defaultGoPmpClient) ServiceTypesAdd(ctx context.Context, in *ServiceTypesAddReq, opts ...grpc.CallOption) (*ServiceTypesVo, error) {
  1088. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1089. return client.ServiceTypesAdd(ctx, in, opts...)
  1090. }
  1091. func (m *defaultGoPmpClient) ServiceTypesUpdate(ctx context.Context, in *ServiceTypesUpdateReq, opts ...grpc.CallOption) (*ServiceTypesVo, error) {
  1092. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1093. return client.ServiceTypesUpdate(ctx, in, opts...)
  1094. }
  1095. func (m *defaultGoPmpClient) ServiceTypesDel(ctx context.Context, in *ServiceTypesDelReq, opts ...grpc.CallOption) (*Empty, error) {
  1096. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1097. return client.ServiceTypesDel(ctx, in, opts...)
  1098. }
  1099. func (m *defaultGoPmpClient) ServiceTypesGet(ctx context.Context, in *ServiceTypesGetReq, opts ...grpc.CallOption) (*ServiceTypesVo, error) {
  1100. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1101. return client.ServiceTypesGet(ctx, in, opts...)
  1102. }
  1103. func (m *defaultGoPmpClient) ServiceTypesList(ctx context.Context, in *ServiceTypesListReq, opts ...grpc.CallOption) (*ServiceTypesListResp, error) {
  1104. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1105. return client.ServiceTypesList(ctx, in, opts...)
  1106. }
  1107. // ServiceSets
  1108. func (m *defaultGoPmpClient) ServiceSetsAdd(ctx context.Context, in *ServiceSetsAddReq, opts ...grpc.CallOption) (*ServiceSetsVo, error) {
  1109. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1110. return client.ServiceSetsAdd(ctx, in, opts...)
  1111. }
  1112. func (m *defaultGoPmpClient) ServiceSetsUpdate(ctx context.Context, in *ServiceSetsUpdateReq, opts ...grpc.CallOption) (*ServiceSetsVo, error) {
  1113. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1114. return client.ServiceSetsUpdate(ctx, in, opts...)
  1115. }
  1116. func (m *defaultGoPmpClient) ServiceSetsDel(ctx context.Context, in *ServiceSetsDelReq, opts ...grpc.CallOption) (*Empty, error) {
  1117. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1118. return client.ServiceSetsDel(ctx, in, opts...)
  1119. }
  1120. func (m *defaultGoPmpClient) ServiceSetsGet(ctx context.Context, in *ServiceSetsGetReq, opts ...grpc.CallOption) (*ServiceSetsVo, error) {
  1121. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1122. return client.ServiceSetsGet(ctx, in, opts...)
  1123. }
  1124. func (m *defaultGoPmpClient) ServiceSetsList(ctx context.Context, in *ServiceSetsListReq, opts ...grpc.CallOption) (*ServiceSetsListResp, error) {
  1125. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1126. return client.ServiceSetsList(ctx, in, opts...)
  1127. }
  1128. // MessagePush
  1129. func (m *defaultGoPmpClient) MessagePushAdd(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error) {
  1130. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1131. return client.MessagePushAdd(ctx, in, opts...)
  1132. }
  1133. func (m *defaultGoPmpClient) MessagePushUpdate(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error) {
  1134. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1135. return client.MessagePushUpdate(ctx, in, opts...)
  1136. }
  1137. func (m *defaultGoPmpClient) MessagePushList(ctx context.Context, in *MessagePushListReq, opts ...grpc.CallOption) (*MessagePushListResp, error) {
  1138. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1139. return client.MessagePushList(ctx, in, opts...)
  1140. }