go_pmp_client.go 88 KB

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