go_pmp_client.go 78 KB

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