go_pmp_client.go 75 KB

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