go_pmp_client.go 88 KB

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