go_pmp_client.go 87 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379
  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. VpnServerVo = pb.VpnServerVo
  446. VpnTagBatchAddReq = pb.VpnTagBatchAddReq
  447. VpnTagBatchAddResp = pb.VpnTagBatchAddResp
  448. VpnTagBatchDelReq = pb.VpnTagBatchDelReq
  449. VpnTagBatchUpdateReq = pb.VpnTagBatchUpdateReq
  450. VpnTagBatchUpdateResp = pb.VpnTagBatchUpdateResp
  451. VpnTagGetReq = pb.VpnTagGetReq
  452. VpnTagListReq = pb.VpnTagListReq
  453. VpnTagListResp = pb.VpnTagListResp
  454. VpnTagVo = pb.VpnTagVo
  455. VpnWithIPAndPortReq = pb.VpnWithIPAndPortReq
  456. VpnWithIPAndPortResp = pb.VpnWithIPAndPortResp
  457. VpnipAddReq = pb.VpnipAddReq
  458. VpnipAddResp = pb.VpnipAddResp
  459. VpnipBatchAddReq = pb.VpnipBatchAddReq
  460. VpnipBatchAddResp = pb.VpnipBatchAddResp
  461. VpnipBatchUpdateReq = pb.VpnipBatchUpdateReq
  462. VpnipBatchUpdateResp = pb.VpnipBatchUpdateResp
  463. VpnipBindAddReq = pb.VpnipBindAddReq
  464. VpnipBindAddResp = pb.VpnipBindAddResp
  465. VpnipBindBatchAddReq = pb.VpnipBindBatchAddReq
  466. VpnipBindBatchAddResp = pb.VpnipBindBatchAddResp
  467. VpnipBindBatchUpdateReq = pb.VpnipBindBatchUpdateReq
  468. VpnipBindBatchUpdateResp = pb.VpnipBindBatchUpdateResp
  469. VpnipBindGetReq = pb.VpnipBindGetReq
  470. VpnipBindGetResp = pb.VpnipBindGetResp
  471. VpnipBindListReq = pb.VpnipBindListReq
  472. VpnipBindListResp = pb.VpnipBindListResp
  473. VpnipBindUpdateReq = pb.VpnipBindUpdateReq
  474. VpnipBindUpdateResp = pb.VpnipBindUpdateResp
  475. VpnipBindVo = pb.VpnipBindVo
  476. VpnipExAddReq = pb.VpnipExAddReq
  477. VpnipExAddResp = pb.VpnipExAddResp
  478. VpnipExBatchAddReq = pb.VpnipExBatchAddReq
  479. VpnipExBatchAddResp = pb.VpnipExBatchAddResp
  480. VpnipExBatchUpdateReq = pb.VpnipExBatchUpdateReq
  481. VpnipExBatchUpdateResp = pb.VpnipExBatchUpdateResp
  482. VpnipExGetResp = pb.VpnipExGetResp
  483. VpnipExListResp = pb.VpnipExListResp
  484. VpnipExUpdateReq = pb.VpnipExUpdateReq
  485. VpnipExUpdateResp = pb.VpnipExUpdateResp
  486. VpnipExVo = pb.VpnipExVo
  487. VpnipGetReq = pb.VpnipGetReq
  488. VpnipGetResp = pb.VpnipGetResp
  489. VpnipListReq = pb.VpnipListReq
  490. VpnipListResp = pb.VpnipListResp
  491. VpnipRangeAddReq = pb.VpnipRangeAddReq
  492. VpnipRangeAddResp = pb.VpnipRangeAddResp
  493. VpnipRangeBatchAddReq = pb.VpnipRangeBatchAddReq
  494. VpnipRangeBatchAddResp = pb.VpnipRangeBatchAddResp
  495. VpnipRangeBatchUpdateReq = pb.VpnipRangeBatchUpdateReq
  496. VpnipRangeBatchUpdateResp = pb.VpnipRangeBatchUpdateResp
  497. VpnipRangeExAddReq = pb.VpnipRangeExAddReq
  498. VpnipRangeExAddResp = pb.VpnipRangeExAddResp
  499. VpnipRangeExBatchAddReq = pb.VpnipRangeExBatchAddReq
  500. VpnipRangeExBatchAddResp = pb.VpnipRangeExBatchAddResp
  501. VpnipRangeExBatchUpdateReq = pb.VpnipRangeExBatchUpdateReq
  502. VpnipRangeExBatchUpdateResp = pb.VpnipRangeExBatchUpdateResp
  503. VpnipRangeExGetResp = pb.VpnipRangeExGetResp
  504. VpnipRangeExListResp = pb.VpnipRangeExListResp
  505. VpnipRangeExUpdateReq = pb.VpnipRangeExUpdateReq
  506. VpnipRangeExUpdateResp = pb.VpnipRangeExUpdateResp
  507. VpnipRangeExVo = pb.VpnipRangeExVo
  508. VpnipRangeGetReq = pb.VpnipRangeGetReq
  509. VpnipRangeGetResp = pb.VpnipRangeGetResp
  510. VpnipRangeListReq = pb.VpnipRangeListReq
  511. VpnipRangeListResp = pb.VpnipRangeListResp
  512. VpnipRangeUpdateReq = pb.VpnipRangeUpdateReq
  513. VpnipRangeUpdateResp = pb.VpnipRangeUpdateResp
  514. VpnipRangeVo = pb.VpnipRangeVo
  515. VpnipUpdateReq = pb.VpnipUpdateReq
  516. VpnipUpdateResp = pb.VpnipUpdateResp
  517. VpnipVo = pb.VpnipVo
  518. VpnipWalledAddReq = pb.VpnipWalledAddReq
  519. VpnipWalledAddResp = pb.VpnipWalledAddResp
  520. VpnipWalledBatchAddReq = pb.VpnipWalledBatchAddReq
  521. VpnipWalledBatchAddResp = pb.VpnipWalledBatchAddResp
  522. VpnipWalledBatchUpdateReq = pb.VpnipWalledBatchUpdateReq
  523. VpnipWalledBatchUpdateResp = pb.VpnipWalledBatchUpdateResp
  524. VpnipWalledGetReq = pb.VpnipWalledGetReq
  525. VpnipWalledGetResp = pb.VpnipWalledGetResp
  526. VpnipWalledListReq = pb.VpnipWalledListReq
  527. VpnipWalledListResp = pb.VpnipWalledListResp
  528. VpnipWalledUpdateReq = pb.VpnipWalledUpdateReq
  529. VpnipWalledUpdateResp = pb.VpnipWalledUpdateResp
  530. VpnipWalledVo = pb.VpnipWalledVo
  531. GoPmpClient interface {
  532. Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)
  533. // GlobalParamVo Model
  534. GlobalParamAdd(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error)
  535. GlobalParamUpdate(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error)
  536. GlobalParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  537. GlobalParamGet(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error)
  538. GlobalParamGetWithLang(ctx context.Context, in *GlobalParamGetReq, opts ...grpc.CallOption) (*GlobalParamVo, error)
  539. GlobalParamList(ctx context.Context, in *GlobalParamListReq, opts ...grpc.CallOption) (*GlobalParamListResp, error)
  540. // ProductVo Model
  541. ProductAdd(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error)
  542. ProductUpdate(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error)
  543. ProductDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  544. ProductGet(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error)
  545. ProductList(ctx context.Context, in *ProductListReq, opts ...grpc.CallOption) (*ProductListResp, error)
  546. ProductAll(ctx context.Context, in *Request, opts ...grpc.CallOption) (*ProductListResp, error)
  547. // ProductParamVo Model
  548. ProductParamAdd(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error)
  549. ProductParamUpdate(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error)
  550. ProductParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  551. ProductParamGet(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error)
  552. ProductParamGetWithLang(ctx context.Context, in *ProductParamGetReq, opts ...grpc.CallOption) (*ProductParamVo, error)
  553. ProductParamList(ctx context.Context, in *ProductParamListReq, opts ...grpc.CallOption) (*ProductParamListResp, error)
  554. // ProductAction 产品行为配置
  555. ProductActionAdd(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error)
  556. ProductActionUpdate(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error)
  557. ProductActionDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  558. ProductActionGet(ctx context.Context, in *ProductActionReq, opts ...grpc.CallOption) (*ProductActionVo, error)
  559. ProductActionList(ctx context.Context, in *ProductActionListReq, opts ...grpc.CallOption) (*ProductActionListResp, error)
  560. // ProductActionGroup 产品行为分组
  561. ProductActionGroupAdd(ctx context.Context, in *ProductActionGroupVo, opts ...grpc.CallOption) (*ProductActionGroupVo, error)
  562. ProductActionGroupUpdate(ctx context.Context, in *ProductActionGroupVo, opts ...grpc.CallOption) (*ProductActionGroupVo, error)
  563. ProductActionGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  564. ProductActionGroupGet(ctx context.Context, in *ProductActionGroupReq, opts ...grpc.CallOption) (*ProductActionGroupVo, error)
  565. ProductActionGroupList(ctx context.Context, in *ProductActionGroupListReq, opts ...grpc.CallOption) (*ProductActionGroupListResp, error)
  566. ProductActionGroupDisable(ctx context.Context, in *ProductActionGroupDisableReq, opts ...grpc.CallOption) (*Empty, error)
  567. ProductActionGroupEnable(ctx context.Context, in *ProductActionGroupEnableReq, opts ...grpc.CallOption) (*Empty, error)
  568. // ProductActionPolicyGroup 产品行为策略分组
  569. ProductActionPolicyGroupAdd(ctx context.Context, in *ProductActionPolicyGroupVo, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error)
  570. ProductActionPolicyGroupUpdate(ctx context.Context, in *ProductActionPolicyGroupVo, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error)
  571. ProductActionPolicyGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  572. ProductActionPolicyGroupGet(ctx context.Context, in *ProductActionPolicyGroupReq, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error)
  573. ProductActionPolicyGroupList(ctx context.Context, in *ProductActionPolicyGroupListReq, opts ...grpc.CallOption) (*ProductActionPolicyGroupListResp, error)
  574. ProductActionPolicyGroupDisable(ctx context.Context, in *ProductActionPolicyGroupDisableReq, opts ...grpc.CallOption) (*Empty, error)
  575. ProductActionPolicyGroupEnable(ctx context.Context, in *ProductActionPolicyGroupEnableReq, opts ...grpc.CallOption) (*Empty, error)
  576. // ProductActionType 产品行为类型
  577. ProductActionTypeAdd(ctx context.Context, in *ProductActionTypeVo, opts ...grpc.CallOption) (*ProductActionTypeVo, error)
  578. ProductActionTypeUpdate(ctx context.Context, in *ProductActionTypeVo, opts ...grpc.CallOption) (*ProductActionTypeVo, error)
  579. ProductActionTypeDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  580. ProductActionTypeGet(ctx context.Context, in *ProductActionTypeReq, opts ...grpc.CallOption) (*ProductActionTypeVo, error)
  581. ProductActionTypeList(ctx context.Context, in *ProductActionTypeListReq, opts ...grpc.CallOption) (*ProductActionTypeListResp, error)
  582. // AreaParamVo Model
  583. AreaParamAdd(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error)
  584. AreaParamUpdate(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error)
  585. AreaParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  586. AreaParamGet(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error)
  587. AreaParamList(ctx context.Context, in *AreaParamListReq, opts ...grpc.CallOption) (*AreaParamListResp, error)
  588. // NationalLanguage Model
  589. NationalLanguageAdd(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error)
  590. NationalLanguageUpdate(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error)
  591. NationalLanguageDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  592. NationalLanguageGet(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error)
  593. NationalLanguageList(ctx context.Context, in *NationalLanguageListReq, opts ...grpc.CallOption) (*NationalLanguageListResp, error)
  594. // Tip Model
  595. TipAdd(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error)
  596. TipUpdate(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error)
  597. TipDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  598. TipGet(ctx context.Context, in *TipGetReq, opts ...grpc.CallOption) (*TipVo, error)
  599. TipList(ctx context.Context, in *TipListReq, opts ...grpc.CallOption) (*TipListResp, error)
  600. // Dict Model
  601. DictAdd(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error)
  602. DictUpdate(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error)
  603. DictDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  604. DictGet(ctx context.Context, in *DictGetReq, opts ...grpc.CallOption) (*DictVo, error)
  605. DictList(ctx context.Context, in *DictListReq, opts ...grpc.CallOption) (*DictListResp, error)
  606. // UpgradePkgPlan Model
  607. UpgradePkgPlanAdd(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error)
  608. UpgradePkgPlanUpdate(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error)
  609. UpgradePkgPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  610. UpgradePkgPlanGet(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error)
  611. UpgradePkgPlanList(ctx context.Context, in *UpgradePkgPlanListReq, opts ...grpc.CallOption) (*UpgradePkgPlanListResp, error)
  612. // UpgradePkgPlanDetail Model
  613. UpgradePkgPlanDetailAdd(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error)
  614. UpgradePkgPlanDetailUpdate(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error)
  615. UpgradePkgPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  616. UpgradePkgPlanDetailGet(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error)
  617. UpgradePkgPlanDetailList(ctx context.Context, in *UpgradePkgPlanDetailListReq, opts ...grpc.CallOption) (*UpgradePkgPlanDetailListResp, error)
  618. // UpgradeResPlan Model
  619. UpgradeResPlanAdd(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error)
  620. UpgradeResPlanUpdate(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error)
  621. UpgradeResPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  622. UpgradeResPlanGet(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error)
  623. UpgradeResPlanList(ctx context.Context, in *UpgradeResPlanListReq, opts ...grpc.CallOption) (*UpgradeResPlanListResp, error)
  624. // UpgradeResPlanDetail Model
  625. UpgradeResPlanDetailAdd(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error)
  626. UpgradeResPlanDetailUpdate(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error)
  627. UpgradeResPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  628. UpgradeResPlanDetailGet(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error)
  629. UpgradeResPlanDetailList(ctx context.Context, in *UpgradeResPlanDetailListReq, opts ...grpc.CallOption) (*UpgradeResPlanDetailListResp, error)
  630. // AdPlan Model
  631. AdPlanAdd(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error)
  632. AdPlanUpdate(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error)
  633. AdPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  634. AdPlanGet(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error)
  635. AdPlanList(ctx context.Context, in *AdPlanListReq, opts ...grpc.CallOption) (*AdPlanListResp, error)
  636. // AdPlanDetail Model
  637. AdPlanDetailAdd(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error)
  638. AdPlanDetailUpdate(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error)
  639. AdPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  640. AdPlanDetailGet(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error)
  641. AdPlanDetailList(ctx context.Context, in *AdPlanDetailListReq, opts ...grpc.CallOption) (*AdPlanDetailListResp, error)
  642. // AdGlobalConfig Model
  643. AdGlobalConfigGet(ctx context.Context, in *AdGlobalConfigGetReq, opts ...grpc.CallOption) (*AdGlobalConfigVo, error)
  644. AdGlobalConfigUpdate(ctx context.Context, in *AdGlobalConfigVo, opts ...grpc.CallOption) (*AdGlobalConfigVo, error)
  645. // JobBatch Model
  646. JobBatchAdd(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error)
  647. JobBatchAddWithTasks(ctx context.Context, in *JobBatchWithTasksVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error)
  648. JobBatchUpdate(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error)
  649. JobBatchDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  650. JobBatchGet(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error)
  651. JobBatchGetWithTasks(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error)
  652. JobBatchList(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListResp, error)
  653. JobBatchListWithTasks(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListWithTasksResp, error)
  654. // JobTasks Model
  655. JobTasksAdd(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error)
  656. JobTasksUpdate(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error)
  657. JobTasksDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  658. JobTasksGet(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error)
  659. JobTasksList(ctx context.Context, in *JobTasksListReq, opts ...grpc.CallOption) (*JobTasksListResp, error)
  660. // DeployConfig Model
  661. DeployConfigAdd(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error)
  662. DeployConfigUpdate(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error)
  663. DeployConfigDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  664. DeployConfigGet(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error)
  665. DeployConfigList(ctx context.Context, in *DeployConfigListReq, opts ...grpc.CallOption) (*DeployConfigListResp, error)
  666. // OperationLog Model
  667. OperationLogAdd(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error)
  668. OperationLogUpdate(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error)
  669. OperationLogGet(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error)
  670. OperationLogList(ctx context.Context, in *OperationLogListReq, opts ...grpc.CallOption) (*OperationLogListResp, error)
  671. // AnnouncePlan Model
  672. AnnouncePlanAdd(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error)
  673. AnnouncePlanUpdate(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error)
  674. AnnouncePlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  675. AnnouncePlanGet(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error)
  676. AnnouncePlanList(ctx context.Context, in *AnnouncePlanListReq, opts ...grpc.CallOption) (*AnnouncePlanListResp, error)
  677. // AnnouncePlanDetail Model
  678. AnnouncePlanDetailAdd(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error)
  679. AnnouncePlanDetailUpdate(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error)
  680. AnnouncePlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  681. AnnouncePlanDetailGet(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error)
  682. AnnouncePlanDetailList(ctx context.Context, in *AnnouncePlanDetailListReq, opts ...grpc.CallOption) (*AnnouncePlanDetailListResp, error)
  683. // MessagePush Model
  684. MessagePushAdd(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error)
  685. MessagePushUpdate(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error)
  686. MessagePushList(ctx context.Context, in *MessagePushListReq, opts ...grpc.CallOption) (*MessagePushListResp, error)
  687. }
  688. defaultGoPmpClient struct {
  689. cli zrpc.Client
  690. }
  691. )
  692. func NewGoPmpClient(cli zrpc.Client) GoPmpClient {
  693. return &defaultGoPmpClient{
  694. cli: cli,
  695. }
  696. }
  697. func (m *defaultGoPmpClient) Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error) {
  698. client := pb.NewGoPmpClientClient(m.cli.Conn())
  699. return client.Ping(ctx, in, opts...)
  700. }
  701. // GlobalParamVo Model
  702. func (m *defaultGoPmpClient) GlobalParamAdd(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error) {
  703. client := pb.NewGoPmpClientClient(m.cli.Conn())
  704. return client.GlobalParamAdd(ctx, in, opts...)
  705. }
  706. func (m *defaultGoPmpClient) GlobalParamUpdate(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error) {
  707. client := pb.NewGoPmpClientClient(m.cli.Conn())
  708. return client.GlobalParamUpdate(ctx, in, opts...)
  709. }
  710. func (m *defaultGoPmpClient) GlobalParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  711. client := pb.NewGoPmpClientClient(m.cli.Conn())
  712. return client.GlobalParamDel(ctx, in, opts...)
  713. }
  714. func (m *defaultGoPmpClient) GlobalParamGet(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error) {
  715. client := pb.NewGoPmpClientClient(m.cli.Conn())
  716. return client.GlobalParamGet(ctx, in, opts...)
  717. }
  718. func (m *defaultGoPmpClient) GlobalParamGetWithLang(ctx context.Context, in *GlobalParamGetReq, opts ...grpc.CallOption) (*GlobalParamVo, error) {
  719. client := pb.NewGoPmpClientClient(m.cli.Conn())
  720. return client.GlobalParamGetWithLang(ctx, in, opts...)
  721. }
  722. func (m *defaultGoPmpClient) GlobalParamList(ctx context.Context, in *GlobalParamListReq, opts ...grpc.CallOption) (*GlobalParamListResp, error) {
  723. client := pb.NewGoPmpClientClient(m.cli.Conn())
  724. return client.GlobalParamList(ctx, in, opts...)
  725. }
  726. // ProductVo Model
  727. func (m *defaultGoPmpClient) ProductAdd(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error) {
  728. client := pb.NewGoPmpClientClient(m.cli.Conn())
  729. return client.ProductAdd(ctx, in, opts...)
  730. }
  731. func (m *defaultGoPmpClient) ProductUpdate(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error) {
  732. client := pb.NewGoPmpClientClient(m.cli.Conn())
  733. return client.ProductUpdate(ctx, in, opts...)
  734. }
  735. func (m *defaultGoPmpClient) ProductDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  736. client := pb.NewGoPmpClientClient(m.cli.Conn())
  737. return client.ProductDel(ctx, in, opts...)
  738. }
  739. func (m *defaultGoPmpClient) ProductGet(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error) {
  740. client := pb.NewGoPmpClientClient(m.cli.Conn())
  741. return client.ProductGet(ctx, in, opts...)
  742. }
  743. func (m *defaultGoPmpClient) ProductList(ctx context.Context, in *ProductListReq, opts ...grpc.CallOption) (*ProductListResp, error) {
  744. client := pb.NewGoPmpClientClient(m.cli.Conn())
  745. return client.ProductList(ctx, in, opts...)
  746. }
  747. func (m *defaultGoPmpClient) ProductAll(ctx context.Context, in *Request, opts ...grpc.CallOption) (*ProductListResp, error) {
  748. client := pb.NewGoPmpClientClient(m.cli.Conn())
  749. return client.ProductAll(ctx, in, opts...)
  750. }
  751. // ProductParamVo Model
  752. func (m *defaultGoPmpClient) ProductParamAdd(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error) {
  753. client := pb.NewGoPmpClientClient(m.cli.Conn())
  754. return client.ProductParamAdd(ctx, in, opts...)
  755. }
  756. func (m *defaultGoPmpClient) ProductParamUpdate(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error) {
  757. client := pb.NewGoPmpClientClient(m.cli.Conn())
  758. return client.ProductParamUpdate(ctx, in, opts...)
  759. }
  760. func (m *defaultGoPmpClient) ProductParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  761. client := pb.NewGoPmpClientClient(m.cli.Conn())
  762. return client.ProductParamDel(ctx, in, opts...)
  763. }
  764. func (m *defaultGoPmpClient) ProductParamGet(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error) {
  765. client := pb.NewGoPmpClientClient(m.cli.Conn())
  766. return client.ProductParamGet(ctx, in, opts...)
  767. }
  768. func (m *defaultGoPmpClient) ProductParamGetWithLang(ctx context.Context, in *ProductParamGetReq, opts ...grpc.CallOption) (*ProductParamVo, error) {
  769. client := pb.NewGoPmpClientClient(m.cli.Conn())
  770. return client.ProductParamGetWithLang(ctx, in, opts...)
  771. }
  772. func (m *defaultGoPmpClient) ProductParamList(ctx context.Context, in *ProductParamListReq, opts ...grpc.CallOption) (*ProductParamListResp, error) {
  773. client := pb.NewGoPmpClientClient(m.cli.Conn())
  774. return client.ProductParamList(ctx, in, opts...)
  775. }
  776. // ProductAction 产品行为配置
  777. func (m *defaultGoPmpClient) ProductActionAdd(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error) {
  778. client := pb.NewGoPmpClientClient(m.cli.Conn())
  779. return client.ProductActionAdd(ctx, in, opts...)
  780. }
  781. func (m *defaultGoPmpClient) ProductActionUpdate(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error) {
  782. client := pb.NewGoPmpClientClient(m.cli.Conn())
  783. return client.ProductActionUpdate(ctx, in, opts...)
  784. }
  785. func (m *defaultGoPmpClient) ProductActionDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  786. client := pb.NewGoPmpClientClient(m.cli.Conn())
  787. return client.ProductActionDel(ctx, in, opts...)
  788. }
  789. func (m *defaultGoPmpClient) ProductActionGet(ctx context.Context, in *ProductActionReq, opts ...grpc.CallOption) (*ProductActionVo, error) {
  790. client := pb.NewGoPmpClientClient(m.cli.Conn())
  791. return client.ProductActionGet(ctx, in, opts...)
  792. }
  793. func (m *defaultGoPmpClient) ProductActionList(ctx context.Context, in *ProductActionListReq, opts ...grpc.CallOption) (*ProductActionListResp, error) {
  794. client := pb.NewGoPmpClientClient(m.cli.Conn())
  795. return client.ProductActionList(ctx, in, opts...)
  796. }
  797. // ProductActionGroup 产品行为分组
  798. func (m *defaultGoPmpClient) ProductActionGroupAdd(ctx context.Context, in *ProductActionGroupVo, opts ...grpc.CallOption) (*ProductActionGroupVo, error) {
  799. client := pb.NewGoPmpClientClient(m.cli.Conn())
  800. return client.ProductActionGroupAdd(ctx, in, opts...)
  801. }
  802. func (m *defaultGoPmpClient) ProductActionGroupUpdate(ctx context.Context, in *ProductActionGroupVo, opts ...grpc.CallOption) (*ProductActionGroupVo, error) {
  803. client := pb.NewGoPmpClientClient(m.cli.Conn())
  804. return client.ProductActionGroupUpdate(ctx, in, opts...)
  805. }
  806. func (m *defaultGoPmpClient) ProductActionGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  807. client := pb.NewGoPmpClientClient(m.cli.Conn())
  808. return client.ProductActionGroupDel(ctx, in, opts...)
  809. }
  810. func (m *defaultGoPmpClient) ProductActionGroupGet(ctx context.Context, in *ProductActionGroupReq, opts ...grpc.CallOption) (*ProductActionGroupVo, error) {
  811. client := pb.NewGoPmpClientClient(m.cli.Conn())
  812. return client.ProductActionGroupGet(ctx, in, opts...)
  813. }
  814. func (m *defaultGoPmpClient) ProductActionGroupList(ctx context.Context, in *ProductActionGroupListReq, opts ...grpc.CallOption) (*ProductActionGroupListResp, error) {
  815. client := pb.NewGoPmpClientClient(m.cli.Conn())
  816. return client.ProductActionGroupList(ctx, in, opts...)
  817. }
  818. func (m *defaultGoPmpClient) ProductActionGroupDisable(ctx context.Context, in *ProductActionGroupDisableReq, opts ...grpc.CallOption) (*Empty, error) {
  819. client := pb.NewGoPmpClientClient(m.cli.Conn())
  820. return client.ProductActionGroupDisable(ctx, in, opts...)
  821. }
  822. func (m *defaultGoPmpClient) ProductActionGroupEnable(ctx context.Context, in *ProductActionGroupEnableReq, opts ...grpc.CallOption) (*Empty, error) {
  823. client := pb.NewGoPmpClientClient(m.cli.Conn())
  824. return client.ProductActionGroupEnable(ctx, in, opts...)
  825. }
  826. // ProductActionPolicyGroup 产品行为策略分组
  827. func (m *defaultGoPmpClient) ProductActionPolicyGroupAdd(ctx context.Context, in *ProductActionPolicyGroupVo, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error) {
  828. client := pb.NewGoPmpClientClient(m.cli.Conn())
  829. return client.ProductActionPolicyGroupAdd(ctx, in, opts...)
  830. }
  831. func (m *defaultGoPmpClient) ProductActionPolicyGroupUpdate(ctx context.Context, in *ProductActionPolicyGroupVo, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error) {
  832. client := pb.NewGoPmpClientClient(m.cli.Conn())
  833. return client.ProductActionPolicyGroupUpdate(ctx, in, opts...)
  834. }
  835. func (m *defaultGoPmpClient) ProductActionPolicyGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  836. client := pb.NewGoPmpClientClient(m.cli.Conn())
  837. return client.ProductActionPolicyGroupDel(ctx, in, opts...)
  838. }
  839. func (m *defaultGoPmpClient) ProductActionPolicyGroupGet(ctx context.Context, in *ProductActionPolicyGroupReq, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error) {
  840. client := pb.NewGoPmpClientClient(m.cli.Conn())
  841. return client.ProductActionPolicyGroupGet(ctx, in, opts...)
  842. }
  843. func (m *defaultGoPmpClient) ProductActionPolicyGroupList(ctx context.Context, in *ProductActionPolicyGroupListReq, opts ...grpc.CallOption) (*ProductActionPolicyGroupListResp, error) {
  844. client := pb.NewGoPmpClientClient(m.cli.Conn())
  845. return client.ProductActionPolicyGroupList(ctx, in, opts...)
  846. }
  847. func (m *defaultGoPmpClient) ProductActionPolicyGroupDisable(ctx context.Context, in *ProductActionPolicyGroupDisableReq, opts ...grpc.CallOption) (*Empty, error) {
  848. client := pb.NewGoPmpClientClient(m.cli.Conn())
  849. return client.ProductActionPolicyGroupDisable(ctx, in, opts...)
  850. }
  851. func (m *defaultGoPmpClient) ProductActionPolicyGroupEnable(ctx context.Context, in *ProductActionPolicyGroupEnableReq, opts ...grpc.CallOption) (*Empty, error) {
  852. client := pb.NewGoPmpClientClient(m.cli.Conn())
  853. return client.ProductActionPolicyGroupEnable(ctx, in, opts...)
  854. }
  855. // ProductActionType 产品行为类型
  856. func (m *defaultGoPmpClient) ProductActionTypeAdd(ctx context.Context, in *ProductActionTypeVo, opts ...grpc.CallOption) (*ProductActionTypeVo, error) {
  857. client := pb.NewGoPmpClientClient(m.cli.Conn())
  858. return client.ProductActionTypeAdd(ctx, in, opts...)
  859. }
  860. func (m *defaultGoPmpClient) ProductActionTypeUpdate(ctx context.Context, in *ProductActionTypeVo, opts ...grpc.CallOption) (*ProductActionTypeVo, error) {
  861. client := pb.NewGoPmpClientClient(m.cli.Conn())
  862. return client.ProductActionTypeUpdate(ctx, in, opts...)
  863. }
  864. func (m *defaultGoPmpClient) ProductActionTypeDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  865. client := pb.NewGoPmpClientClient(m.cli.Conn())
  866. return client.ProductActionTypeDel(ctx, in, opts...)
  867. }
  868. func (m *defaultGoPmpClient) ProductActionTypeGet(ctx context.Context, in *ProductActionTypeReq, opts ...grpc.CallOption) (*ProductActionTypeVo, error) {
  869. client := pb.NewGoPmpClientClient(m.cli.Conn())
  870. return client.ProductActionTypeGet(ctx, in, opts...)
  871. }
  872. func (m *defaultGoPmpClient) ProductActionTypeList(ctx context.Context, in *ProductActionTypeListReq, opts ...grpc.CallOption) (*ProductActionTypeListResp, error) {
  873. client := pb.NewGoPmpClientClient(m.cli.Conn())
  874. return client.ProductActionTypeList(ctx, in, opts...)
  875. }
  876. // AreaParamVo Model
  877. func (m *defaultGoPmpClient) AreaParamAdd(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error) {
  878. client := pb.NewGoPmpClientClient(m.cli.Conn())
  879. return client.AreaParamAdd(ctx, in, opts...)
  880. }
  881. func (m *defaultGoPmpClient) AreaParamUpdate(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error) {
  882. client := pb.NewGoPmpClientClient(m.cli.Conn())
  883. return client.AreaParamUpdate(ctx, in, opts...)
  884. }
  885. func (m *defaultGoPmpClient) AreaParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  886. client := pb.NewGoPmpClientClient(m.cli.Conn())
  887. return client.AreaParamDel(ctx, in, opts...)
  888. }
  889. func (m *defaultGoPmpClient) AreaParamGet(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error) {
  890. client := pb.NewGoPmpClientClient(m.cli.Conn())
  891. return client.AreaParamGet(ctx, in, opts...)
  892. }
  893. func (m *defaultGoPmpClient) AreaParamList(ctx context.Context, in *AreaParamListReq, opts ...grpc.CallOption) (*AreaParamListResp, error) {
  894. client := pb.NewGoPmpClientClient(m.cli.Conn())
  895. return client.AreaParamList(ctx, in, opts...)
  896. }
  897. // NationalLanguage Model
  898. func (m *defaultGoPmpClient) NationalLanguageAdd(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error) {
  899. client := pb.NewGoPmpClientClient(m.cli.Conn())
  900. return client.NationalLanguageAdd(ctx, in, opts...)
  901. }
  902. func (m *defaultGoPmpClient) NationalLanguageUpdate(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error) {
  903. client := pb.NewGoPmpClientClient(m.cli.Conn())
  904. return client.NationalLanguageUpdate(ctx, in, opts...)
  905. }
  906. func (m *defaultGoPmpClient) NationalLanguageDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  907. client := pb.NewGoPmpClientClient(m.cli.Conn())
  908. return client.NationalLanguageDel(ctx, in, opts...)
  909. }
  910. func (m *defaultGoPmpClient) NationalLanguageGet(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error) {
  911. client := pb.NewGoPmpClientClient(m.cli.Conn())
  912. return client.NationalLanguageGet(ctx, in, opts...)
  913. }
  914. func (m *defaultGoPmpClient) NationalLanguageList(ctx context.Context, in *NationalLanguageListReq, opts ...grpc.CallOption) (*NationalLanguageListResp, error) {
  915. client := pb.NewGoPmpClientClient(m.cli.Conn())
  916. return client.NationalLanguageList(ctx, in, opts...)
  917. }
  918. // Tip Model
  919. func (m *defaultGoPmpClient) TipAdd(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error) {
  920. client := pb.NewGoPmpClientClient(m.cli.Conn())
  921. return client.TipAdd(ctx, in, opts...)
  922. }
  923. func (m *defaultGoPmpClient) TipUpdate(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error) {
  924. client := pb.NewGoPmpClientClient(m.cli.Conn())
  925. return client.TipUpdate(ctx, in, opts...)
  926. }
  927. func (m *defaultGoPmpClient) TipDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  928. client := pb.NewGoPmpClientClient(m.cli.Conn())
  929. return client.TipDel(ctx, in, opts...)
  930. }
  931. func (m *defaultGoPmpClient) TipGet(ctx context.Context, in *TipGetReq, opts ...grpc.CallOption) (*TipVo, error) {
  932. client := pb.NewGoPmpClientClient(m.cli.Conn())
  933. return client.TipGet(ctx, in, opts...)
  934. }
  935. func (m *defaultGoPmpClient) TipList(ctx context.Context, in *TipListReq, opts ...grpc.CallOption) (*TipListResp, error) {
  936. client := pb.NewGoPmpClientClient(m.cli.Conn())
  937. return client.TipList(ctx, in, opts...)
  938. }
  939. // Dict Model
  940. func (m *defaultGoPmpClient) DictAdd(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error) {
  941. client := pb.NewGoPmpClientClient(m.cli.Conn())
  942. return client.DictAdd(ctx, in, opts...)
  943. }
  944. func (m *defaultGoPmpClient) DictUpdate(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error) {
  945. client := pb.NewGoPmpClientClient(m.cli.Conn())
  946. return client.DictUpdate(ctx, in, opts...)
  947. }
  948. func (m *defaultGoPmpClient) DictDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  949. client := pb.NewGoPmpClientClient(m.cli.Conn())
  950. return client.DictDel(ctx, in, opts...)
  951. }
  952. func (m *defaultGoPmpClient) DictGet(ctx context.Context, in *DictGetReq, opts ...grpc.CallOption) (*DictVo, error) {
  953. client := pb.NewGoPmpClientClient(m.cli.Conn())
  954. return client.DictGet(ctx, in, opts...)
  955. }
  956. func (m *defaultGoPmpClient) DictList(ctx context.Context, in *DictListReq, opts ...grpc.CallOption) (*DictListResp, error) {
  957. client := pb.NewGoPmpClientClient(m.cli.Conn())
  958. return client.DictList(ctx, in, opts...)
  959. }
  960. // UpgradePkgPlan Model
  961. func (m *defaultGoPmpClient) UpgradePkgPlanAdd(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error) {
  962. client := pb.NewGoPmpClientClient(m.cli.Conn())
  963. return client.UpgradePkgPlanAdd(ctx, in, opts...)
  964. }
  965. func (m *defaultGoPmpClient) UpgradePkgPlanUpdate(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error) {
  966. client := pb.NewGoPmpClientClient(m.cli.Conn())
  967. return client.UpgradePkgPlanUpdate(ctx, in, opts...)
  968. }
  969. func (m *defaultGoPmpClient) UpgradePkgPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  970. client := pb.NewGoPmpClientClient(m.cli.Conn())
  971. return client.UpgradePkgPlanDel(ctx, in, opts...)
  972. }
  973. func (m *defaultGoPmpClient) UpgradePkgPlanGet(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error) {
  974. client := pb.NewGoPmpClientClient(m.cli.Conn())
  975. return client.UpgradePkgPlanGet(ctx, in, opts...)
  976. }
  977. func (m *defaultGoPmpClient) UpgradePkgPlanList(ctx context.Context, in *UpgradePkgPlanListReq, opts ...grpc.CallOption) (*UpgradePkgPlanListResp, error) {
  978. client := pb.NewGoPmpClientClient(m.cli.Conn())
  979. return client.UpgradePkgPlanList(ctx, in, opts...)
  980. }
  981. // UpgradePkgPlanDetail Model
  982. func (m *defaultGoPmpClient) UpgradePkgPlanDetailAdd(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error) {
  983. client := pb.NewGoPmpClientClient(m.cli.Conn())
  984. return client.UpgradePkgPlanDetailAdd(ctx, in, opts...)
  985. }
  986. func (m *defaultGoPmpClient) UpgradePkgPlanDetailUpdate(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error) {
  987. client := pb.NewGoPmpClientClient(m.cli.Conn())
  988. return client.UpgradePkgPlanDetailUpdate(ctx, in, opts...)
  989. }
  990. func (m *defaultGoPmpClient) UpgradePkgPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  991. client := pb.NewGoPmpClientClient(m.cli.Conn())
  992. return client.UpgradePkgPlanDetailDel(ctx, in, opts...)
  993. }
  994. func (m *defaultGoPmpClient) UpgradePkgPlanDetailGet(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error) {
  995. client := pb.NewGoPmpClientClient(m.cli.Conn())
  996. return client.UpgradePkgPlanDetailGet(ctx, in, opts...)
  997. }
  998. func (m *defaultGoPmpClient) UpgradePkgPlanDetailList(ctx context.Context, in *UpgradePkgPlanDetailListReq, opts ...grpc.CallOption) (*UpgradePkgPlanDetailListResp, error) {
  999. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1000. return client.UpgradePkgPlanDetailList(ctx, in, opts...)
  1001. }
  1002. // UpgradeResPlan Model
  1003. func (m *defaultGoPmpClient) UpgradeResPlanAdd(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error) {
  1004. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1005. return client.UpgradeResPlanAdd(ctx, in, opts...)
  1006. }
  1007. func (m *defaultGoPmpClient) UpgradeResPlanUpdate(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error) {
  1008. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1009. return client.UpgradeResPlanUpdate(ctx, in, opts...)
  1010. }
  1011. func (m *defaultGoPmpClient) UpgradeResPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  1012. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1013. return client.UpgradeResPlanDel(ctx, in, opts...)
  1014. }
  1015. func (m *defaultGoPmpClient) UpgradeResPlanGet(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error) {
  1016. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1017. return client.UpgradeResPlanGet(ctx, in, opts...)
  1018. }
  1019. func (m *defaultGoPmpClient) UpgradeResPlanList(ctx context.Context, in *UpgradeResPlanListReq, opts ...grpc.CallOption) (*UpgradeResPlanListResp, error) {
  1020. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1021. return client.UpgradeResPlanList(ctx, in, opts...)
  1022. }
  1023. // UpgradeResPlanDetail Model
  1024. func (m *defaultGoPmpClient) UpgradeResPlanDetailAdd(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error) {
  1025. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1026. return client.UpgradeResPlanDetailAdd(ctx, in, opts...)
  1027. }
  1028. func (m *defaultGoPmpClient) UpgradeResPlanDetailUpdate(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error) {
  1029. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1030. return client.UpgradeResPlanDetailUpdate(ctx, in, opts...)
  1031. }
  1032. func (m *defaultGoPmpClient) UpgradeResPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  1033. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1034. return client.UpgradeResPlanDetailDel(ctx, in, opts...)
  1035. }
  1036. func (m *defaultGoPmpClient) UpgradeResPlanDetailGet(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error) {
  1037. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1038. return client.UpgradeResPlanDetailGet(ctx, in, opts...)
  1039. }
  1040. func (m *defaultGoPmpClient) UpgradeResPlanDetailList(ctx context.Context, in *UpgradeResPlanDetailListReq, opts ...grpc.CallOption) (*UpgradeResPlanDetailListResp, error) {
  1041. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1042. return client.UpgradeResPlanDetailList(ctx, in, opts...)
  1043. }
  1044. // AdPlan Model
  1045. func (m *defaultGoPmpClient) AdPlanAdd(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error) {
  1046. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1047. return client.AdPlanAdd(ctx, in, opts...)
  1048. }
  1049. func (m *defaultGoPmpClient) AdPlanUpdate(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error) {
  1050. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1051. return client.AdPlanUpdate(ctx, in, opts...)
  1052. }
  1053. func (m *defaultGoPmpClient) AdPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  1054. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1055. return client.AdPlanDel(ctx, in, opts...)
  1056. }
  1057. func (m *defaultGoPmpClient) AdPlanGet(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error) {
  1058. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1059. return client.AdPlanGet(ctx, in, opts...)
  1060. }
  1061. func (m *defaultGoPmpClient) AdPlanList(ctx context.Context, in *AdPlanListReq, opts ...grpc.CallOption) (*AdPlanListResp, error) {
  1062. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1063. return client.AdPlanList(ctx, in, opts...)
  1064. }
  1065. // AdPlanDetail Model
  1066. func (m *defaultGoPmpClient) AdPlanDetailAdd(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error) {
  1067. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1068. return client.AdPlanDetailAdd(ctx, in, opts...)
  1069. }
  1070. func (m *defaultGoPmpClient) AdPlanDetailUpdate(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error) {
  1071. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1072. return client.AdPlanDetailUpdate(ctx, in, opts...)
  1073. }
  1074. func (m *defaultGoPmpClient) AdPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  1075. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1076. return client.AdPlanDetailDel(ctx, in, opts...)
  1077. }
  1078. func (m *defaultGoPmpClient) AdPlanDetailGet(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error) {
  1079. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1080. return client.AdPlanDetailGet(ctx, in, opts...)
  1081. }
  1082. func (m *defaultGoPmpClient) AdPlanDetailList(ctx context.Context, in *AdPlanDetailListReq, opts ...grpc.CallOption) (*AdPlanDetailListResp, error) {
  1083. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1084. return client.AdPlanDetailList(ctx, in, opts...)
  1085. }
  1086. // AdGlobalConfig Model
  1087. func (m *defaultGoPmpClient) AdGlobalConfigGet(ctx context.Context, in *AdGlobalConfigGetReq, opts ...grpc.CallOption) (*AdGlobalConfigVo, error) {
  1088. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1089. return client.AdGlobalConfigGet(ctx, in, opts...)
  1090. }
  1091. func (m *defaultGoPmpClient) AdGlobalConfigUpdate(ctx context.Context, in *AdGlobalConfigVo, opts ...grpc.CallOption) (*AdGlobalConfigVo, error) {
  1092. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1093. return client.AdGlobalConfigUpdate(ctx, in, opts...)
  1094. }
  1095. // JobBatch Model
  1096. func (m *defaultGoPmpClient) JobBatchAdd(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error) {
  1097. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1098. return client.JobBatchAdd(ctx, in, opts...)
  1099. }
  1100. func (m *defaultGoPmpClient) JobBatchAddWithTasks(ctx context.Context, in *JobBatchWithTasksVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error) {
  1101. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1102. return client.JobBatchAddWithTasks(ctx, in, opts...)
  1103. }
  1104. func (m *defaultGoPmpClient) JobBatchUpdate(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error) {
  1105. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1106. return client.JobBatchUpdate(ctx, in, opts...)
  1107. }
  1108. func (m *defaultGoPmpClient) JobBatchDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  1109. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1110. return client.JobBatchDel(ctx, in, opts...)
  1111. }
  1112. func (m *defaultGoPmpClient) JobBatchGet(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error) {
  1113. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1114. return client.JobBatchGet(ctx, in, opts...)
  1115. }
  1116. func (m *defaultGoPmpClient) JobBatchGetWithTasks(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error) {
  1117. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1118. return client.JobBatchGetWithTasks(ctx, in, opts...)
  1119. }
  1120. func (m *defaultGoPmpClient) JobBatchList(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListResp, error) {
  1121. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1122. return client.JobBatchList(ctx, in, opts...)
  1123. }
  1124. func (m *defaultGoPmpClient) JobBatchListWithTasks(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListWithTasksResp, error) {
  1125. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1126. return client.JobBatchListWithTasks(ctx, in, opts...)
  1127. }
  1128. // JobTasks Model
  1129. func (m *defaultGoPmpClient) JobTasksAdd(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error) {
  1130. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1131. return client.JobTasksAdd(ctx, in, opts...)
  1132. }
  1133. func (m *defaultGoPmpClient) JobTasksUpdate(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error) {
  1134. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1135. return client.JobTasksUpdate(ctx, in, opts...)
  1136. }
  1137. func (m *defaultGoPmpClient) JobTasksDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  1138. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1139. return client.JobTasksDel(ctx, in, opts...)
  1140. }
  1141. func (m *defaultGoPmpClient) JobTasksGet(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error) {
  1142. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1143. return client.JobTasksGet(ctx, in, opts...)
  1144. }
  1145. func (m *defaultGoPmpClient) JobTasksList(ctx context.Context, in *JobTasksListReq, opts ...grpc.CallOption) (*JobTasksListResp, error) {
  1146. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1147. return client.JobTasksList(ctx, in, opts...)
  1148. }
  1149. // DeployConfig Model
  1150. func (m *defaultGoPmpClient) DeployConfigAdd(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error) {
  1151. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1152. return client.DeployConfigAdd(ctx, in, opts...)
  1153. }
  1154. func (m *defaultGoPmpClient) DeployConfigUpdate(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error) {
  1155. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1156. return client.DeployConfigUpdate(ctx, in, opts...)
  1157. }
  1158. func (m *defaultGoPmpClient) DeployConfigDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  1159. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1160. return client.DeployConfigDel(ctx, in, opts...)
  1161. }
  1162. func (m *defaultGoPmpClient) DeployConfigGet(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error) {
  1163. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1164. return client.DeployConfigGet(ctx, in, opts...)
  1165. }
  1166. func (m *defaultGoPmpClient) DeployConfigList(ctx context.Context, in *DeployConfigListReq, opts ...grpc.CallOption) (*DeployConfigListResp, error) {
  1167. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1168. return client.DeployConfigList(ctx, in, opts...)
  1169. }
  1170. // OperationLog Model
  1171. func (m *defaultGoPmpClient) OperationLogAdd(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error) {
  1172. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1173. return client.OperationLogAdd(ctx, in, opts...)
  1174. }
  1175. func (m *defaultGoPmpClient) OperationLogUpdate(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error) {
  1176. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1177. return client.OperationLogUpdate(ctx, in, opts...)
  1178. }
  1179. func (m *defaultGoPmpClient) OperationLogGet(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error) {
  1180. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1181. return client.OperationLogGet(ctx, in, opts...)
  1182. }
  1183. func (m *defaultGoPmpClient) OperationLogList(ctx context.Context, in *OperationLogListReq, opts ...grpc.CallOption) (*OperationLogListResp, error) {
  1184. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1185. return client.OperationLogList(ctx, in, opts...)
  1186. }
  1187. // AnnouncePlan Model
  1188. func (m *defaultGoPmpClient) AnnouncePlanAdd(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error) {
  1189. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1190. return client.AnnouncePlanAdd(ctx, in, opts...)
  1191. }
  1192. func (m *defaultGoPmpClient) AnnouncePlanUpdate(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error) {
  1193. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1194. return client.AnnouncePlanUpdate(ctx, in, opts...)
  1195. }
  1196. func (m *defaultGoPmpClient) AnnouncePlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  1197. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1198. return client.AnnouncePlanDel(ctx, in, opts...)
  1199. }
  1200. func (m *defaultGoPmpClient) AnnouncePlanGet(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error) {
  1201. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1202. return client.AnnouncePlanGet(ctx, in, opts...)
  1203. }
  1204. func (m *defaultGoPmpClient) AnnouncePlanList(ctx context.Context, in *AnnouncePlanListReq, opts ...grpc.CallOption) (*AnnouncePlanListResp, error) {
  1205. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1206. return client.AnnouncePlanList(ctx, in, opts...)
  1207. }
  1208. // AnnouncePlanDetail Model
  1209. func (m *defaultGoPmpClient) AnnouncePlanDetailAdd(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error) {
  1210. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1211. return client.AnnouncePlanDetailAdd(ctx, in, opts...)
  1212. }
  1213. func (m *defaultGoPmpClient) AnnouncePlanDetailUpdate(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error) {
  1214. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1215. return client.AnnouncePlanDetailUpdate(ctx, in, opts...)
  1216. }
  1217. func (m *defaultGoPmpClient) AnnouncePlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  1218. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1219. return client.AnnouncePlanDetailDel(ctx, in, opts...)
  1220. }
  1221. func (m *defaultGoPmpClient) AnnouncePlanDetailGet(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error) {
  1222. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1223. return client.AnnouncePlanDetailGet(ctx, in, opts...)
  1224. }
  1225. func (m *defaultGoPmpClient) AnnouncePlanDetailList(ctx context.Context, in *AnnouncePlanDetailListReq, opts ...grpc.CallOption) (*AnnouncePlanDetailListResp, error) {
  1226. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1227. return client.AnnouncePlanDetailList(ctx, in, opts...)
  1228. }
  1229. // MessagePush Model
  1230. func (m *defaultGoPmpClient) MessagePushAdd(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error) {
  1231. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1232. return client.MessagePushAdd(ctx, in, opts...)
  1233. }
  1234. func (m *defaultGoPmpClient) MessagePushUpdate(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error) {
  1235. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1236. return client.MessagePushUpdate(ctx, in, opts...)
  1237. }
  1238. func (m *defaultGoPmpClient) MessagePushList(ctx context.Context, in *MessagePushListReq, opts ...grpc.CallOption) (*MessagePushListResp, error) {
  1239. client := pb.NewGoPmpClientClient(m.cli.Conn())
  1240. return client.MessagePushList(ctx, in, opts...)
  1241. }