go_pmp_client.go 81 KB

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