go_pmp_client.go 78 KB

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