go_pmp_client.go 78 KB

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