go_pmp_client.go 79 KB

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