go_pmp_client.go 74 KB

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