go_pmp_client.go 58 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049
  1. // Code generated by goctl. DO NOT EDIT.
  2. // goctl 1.8.5
  3. // Source: gorpc.proto
  4. package gopmpclient
  5. import (
  6. "context"
  7. "code.clickto.dev/nomo-server/go-service-pb/pb/pb"
  8. "github.com/zeromicro/go-zero/zrpc"
  9. "google.golang.org/grpc"
  10. )
  11. type (
  12. AccountDeviceListReq = pb.AccountDeviceListReq
  13. AccountDeviceListResp = pb.AccountDeviceListResp
  14. AccountDeviceVo = pb.AccountDeviceVo
  15. AccountListReq = pb.AccountListReq
  16. AccountListResp = pb.AccountListResp
  17. AccountVo = pb.AccountVo
  18. AdGlobalConfigGetReq = pb.AdGlobalConfigGetReq
  19. AdGlobalConfigVo = pb.AdGlobalConfigVo
  20. AdPlanDetailListReq = pb.AdPlanDetailListReq
  21. AdPlanDetailListResp = pb.AdPlanDetailListResp
  22. AdPlanDetailVo = pb.AdPlanDetailVo
  23. AdPlanListReq = pb.AdPlanListReq
  24. AdPlanListResp = pb.AdPlanListResp
  25. AdPlanVo = pb.AdPlanVo
  26. AnnouncePlanDetailListReq = pb.AnnouncePlanDetailListReq
  27. AnnouncePlanDetailListResp = pb.AnnouncePlanDetailListResp
  28. AnnouncePlanDetailVo = pb.AnnouncePlanDetailVo
  29. AnnouncePlanListReq = pb.AnnouncePlanListReq
  30. AnnouncePlanListResp = pb.AnnouncePlanListResp
  31. AnnouncePlanVo = pb.AnnouncePlanVo
  32. AreaParamListReq = pb.AreaParamListReq
  33. AreaParamListResp = pb.AreaParamListResp
  34. AreaParamVo = pb.AreaParamVo
  35. BaseReq = pb.BaseReq
  36. CommonResult = pb.CommonResult
  37. ConfigGetReq = pb.ConfigGetReq
  38. DeleteIdResp = pb.DeleteIdResp
  39. DeployConfigListReq = pb.DeployConfigListReq
  40. DeployConfigListResp = pb.DeployConfigListResp
  41. DeployConfigVo = pb.DeployConfigVo
  42. DeviceListReq = pb.DeviceListReq
  43. DeviceListRes = pb.DeviceListRes
  44. DeviceVo = pb.DeviceVo
  45. DictGetReq = pb.DictGetReq
  46. DictListReq = pb.DictListReq
  47. DictListResp = pb.DictListResp
  48. DictVo = pb.DictVo
  49. Empty = pb.Empty
  50. GameCategoryListReq = pb.GameCategoryListReq
  51. GameCategoryListRes = pb.GameCategoryListRes
  52. GameCategoryReq = pb.GameCategoryReq
  53. GameCategoryVo = pb.GameCategoryVo
  54. GameCustomerAddResp = pb.GameCustomerAddResp
  55. GameCustomerListReq = pb.GameCustomerListReq
  56. GameCustomerListRes = pb.GameCustomerListRes
  57. GameCustomerVo = pb.GameCustomerVo
  58. GameListReq = pb.GameListReq
  59. GameListRes = pb.GameListRes
  60. GameRedisHScanByNameReq = pb.GameRedisHScanByNameReq
  61. GameRedisHScanByNameResp = pb.GameRedisHScanByNameResp
  62. GameReq = pb.GameReq
  63. GameVo = pb.GameVo
  64. GlobalParamGetReq = pb.GlobalParamGetReq
  65. GlobalParamListReq = pb.GlobalParamListReq
  66. GlobalParamListResp = pb.GlobalParamListResp
  67. GlobalParamVo = pb.GlobalParamVo
  68. I18NVo = pb.I18NVo
  69. Ids = pb.Ids
  70. Int64SelectController = pb.Int64SelectController
  71. IntSelectController = pb.IntSelectController
  72. JobBatchListReq = pb.JobBatchListReq
  73. JobBatchListResp = pb.JobBatchListResp
  74. JobBatchListWithTasksResp = pb.JobBatchListWithTasksResp
  75. JobBatchVo = pb.JobBatchVo
  76. JobBatchWithTasksVo = pb.JobBatchWithTasksVo
  77. JobTasksListReq = pb.JobTasksListReq
  78. JobTasksListResp = pb.JobTasksListResp
  79. JobTasksVo = pb.JobTasksVo
  80. MessagePushListReq = pb.MessagePushListReq
  81. MessagePushListResp = pb.MessagePushListResp
  82. MessagePushVo = pb.MessagePushVo
  83. NationalLanguageListReq = pb.NationalLanguageListReq
  84. NationalLanguageListResp = pb.NationalLanguageListResp
  85. NationalLanguageVo = pb.NationalLanguageVo
  86. OperationLogListReq = pb.OperationLogListReq
  87. OperationLogListResp = pb.OperationLogListResp
  88. OperationLogVo = pb.OperationLogVo
  89. Page = pb.Page
  90. Page_OrderItem = pb.Page_OrderItem
  91. ProductActionListReq = pb.ProductActionListReq
  92. ProductActionListResp = pb.ProductActionListResp
  93. ProductActionReq = pb.ProductActionReq
  94. ProductActionVo = pb.ProductActionVo
  95. ProductListReq = pb.ProductListReq
  96. ProductListResp = pb.ProductListResp
  97. ProductParamGetReq = pb.ProductParamGetReq
  98. ProductParamListReq = pb.ProductParamListReq
  99. ProductParamListResp = pb.ProductParamListResp
  100. ProductParamVo = pb.ProductParamVo
  101. ProductVo = pb.ProductVo
  102. RelGameRankListReq = pb.RelGameRankListReq
  103. RelGameRankListRes = pb.RelGameRankListRes
  104. RelGameRankReq = pb.RelGameRankReq
  105. RelGameRankVo = pb.RelGameRankVo
  106. RelGameVpnGroupListReq = pb.RelGameVpnGroupListReq
  107. RelGameVpnGroupListRes = pb.RelGameVpnGroupListRes
  108. RelGameVpnGroupReq = pb.RelGameVpnGroupReq
  109. RelGameVpnGroupVo = pb.RelGameVpnGroupVo
  110. Request = pb.Request
  111. Response = pb.Response
  112. ServiceSetsAddReq = pb.ServiceSetsAddReq
  113. ServiceSetsDelReq = pb.ServiceSetsDelReq
  114. ServiceSetsGetReq = pb.ServiceSetsGetReq
  115. ServiceSetsListReq = pb.ServiceSetsListReq
  116. ServiceSetsListResp = pb.ServiceSetsListResp
  117. ServiceSetsUpdateReq = pb.ServiceSetsUpdateReq
  118. ServiceSetsVo = pb.ServiceSetsVo
  119. ServiceTypesAddReq = pb.ServiceTypesAddReq
  120. ServiceTypesDelReq = pb.ServiceTypesDelReq
  121. ServiceTypesGetReq = pb.ServiceTypesGetReq
  122. ServiceTypesListReq = pb.ServiceTypesListReq
  123. ServiceTypesListResp = pb.ServiceTypesListResp
  124. ServiceTypesUpdateReq = pb.ServiceTypesUpdateReq
  125. ServiceTypesVo = pb.ServiceTypesVo
  126. SetTotalStatsReq = pb.SetTotalStatsReq
  127. ShortDramaCheckNameReq = pb.ShortDramaCheckNameReq
  128. ShortDramaCheckNameResp = pb.ShortDramaCheckNameResp
  129. ShortDramaEpisodeBatchAddReq = pb.ShortDramaEpisodeBatchAddReq
  130. ShortDramaEpisodeBatchRefreshUpdateTimeReq = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
  131. ShortDramaEpisodeCountReq = pb.ShortDramaEpisodeCountReq
  132. ShortDramaEpisodeCountResp = pb.ShortDramaEpisodeCountResp
  133. ShortDramaEpisodeCountVo = pb.ShortDramaEpisodeCountVo
  134. ShortDramaEpisodeGetReq = pb.ShortDramaEpisodeGetReq
  135. ShortDramaEpisodeListReq = pb.ShortDramaEpisodeListReq
  136. ShortDramaEpisodeListResp = pb.ShortDramaEpisodeListResp
  137. ShortDramaEpisodeVo = pb.ShortDramaEpisodeVo
  138. ShortDramaGetReq = pb.ShortDramaGetReq
  139. ShortDramaLanguageListReq = pb.ShortDramaLanguageListReq
  140. ShortDramaLanguageListResp = pb.ShortDramaLanguageListResp
  141. ShortDramaLanguageVo = pb.ShortDramaLanguageVo
  142. ShortDramaListReq = pb.ShortDramaListReq
  143. ShortDramaListResp = pb.ShortDramaListResp
  144. ShortDramaStatsPlaysTotalListReq = pb.ShortDramaStatsPlaysTotalListReq
  145. ShortDramaStatsPlaysTotalListResp = pb.ShortDramaStatsPlaysTotalListResp
  146. ShortDramaStatsPlaysTotalVo = pb.ShortDramaStatsPlaysTotalVo
  147. ShortDramaUpdateModifierReq = pb.ShortDramaUpdateModifierReq
  148. ShortDramaVo = pb.ShortDramaVo
  149. StringSelectController = pb.StringSelectController
  150. SysPermGetReq = pb.SysPermGetReq
  151. SysPermListReq = pb.SysPermListReq
  152. SysPermListResp = pb.SysPermListResp
  153. SysPermRule = pb.SysPermRule
  154. SysPermVo = pb.SysPermVo
  155. SysRoleGetReq = pb.SysRoleGetReq
  156. SysRoleListReq = pb.SysRoleListReq
  157. SysRoleListResp = pb.SysRoleListResp
  158. SysRoleListWithPermsResp = pb.SysRoleListWithPermsResp
  159. SysRolePermGetReq = pb.SysRolePermGetReq
  160. SysRolePermListReq = pb.SysRolePermListReq
  161. SysRolePermListResp = pb.SysRolePermListResp
  162. SysRolePermVo = pb.SysRolePermVo
  163. SysRoleVo = pb.SysRoleVo
  164. SysRoleWithPermIds = pb.SysRoleWithPermIds
  165. SysRoleWithPerms = pb.SysRoleWithPerms
  166. SysUserGetReq = pb.SysUserGetReq
  167. SysUserListReq = pb.SysUserListReq
  168. SysUserListResp = pb.SysUserListResp
  169. SysUserListWithRolesAndPermsResp = pb.SysUserListWithRolesAndPermsResp
  170. SysUserPermGetReq = pb.SysUserPermGetReq
  171. SysUserPermListReq = pb.SysUserPermListReq
  172. SysUserPermListResp = pb.SysUserPermListResp
  173. SysUserPermVo = pb.SysUserPermVo
  174. SysUserRoleGetReq = pb.SysUserRoleGetReq
  175. SysUserRoleListReq = pb.SysUserRoleListReq
  176. SysUserRoleListResp = pb.SysUserRoleListResp
  177. SysUserRoleVo = pb.SysUserRoleVo
  178. SysUserVo = pb.SysUserVo
  179. SysUserWithRoleIdsAndPermRules = pb.SysUserWithRoleIdsAndPermRules
  180. SysUserWithRolesAndPerms = pb.SysUserWithRolesAndPerms
  181. TimeRange = pb.TimeRange
  182. TipGetReq = pb.TipGetReq
  183. TipListReq = pb.TipListReq
  184. TipListResp = pb.TipListResp
  185. TipVo = pb.TipVo
  186. TransactionOperation = pb.TransactionOperation
  187. TransactionReq = pb.TransactionReq
  188. UpgradePkgPlanDetailListReq = pb.UpgradePkgPlanDetailListReq
  189. UpgradePkgPlanDetailListResp = pb.UpgradePkgPlanDetailListResp
  190. UpgradePkgPlanDetailVo = pb.UpgradePkgPlanDetailVo
  191. UpgradePkgPlanListReq = pb.UpgradePkgPlanListReq
  192. UpgradePkgPlanListResp = pb.UpgradePkgPlanListResp
  193. UpgradePkgPlanVo = pb.UpgradePkgPlanVo
  194. UpgradeResPlanDetailListReq = pb.UpgradeResPlanDetailListReq
  195. UpgradeResPlanDetailListResp = pb.UpgradeResPlanDetailListResp
  196. UpgradeResPlanDetailVo = pb.UpgradeResPlanDetailVo
  197. UpgradeResPlanListReq = pb.UpgradeResPlanListReq
  198. UpgradeResPlanListResp = pb.UpgradeResPlanListResp
  199. UpgradeResPlanVo = pb.UpgradeResPlanVo
  200. UserAppConfigGetReq = pb.UserAppConfigGetReq
  201. UserAppConfigListReq = pb.UserAppConfigListReq
  202. UserAppConfigListRes = pb.UserAppConfigListRes
  203. UserAppConfigVo = pb.UserAppConfigVo
  204. VpnGroupAddReq = pb.VpnGroupAddReq
  205. VpnGroupBatchAddReq = pb.VpnGroupBatchAddReq
  206. VpnGroupBatchAddResp = pb.VpnGroupBatchAddResp
  207. VpnGroupBatchDelReq = pb.VpnGroupBatchDelReq
  208. VpnGroupBatchUpdateReq = pb.VpnGroupBatchUpdateReq
  209. VpnGroupBatchUpdateResp = pb.VpnGroupBatchUpdateResp
  210. VpnGroupExVo = pb.VpnGroupExVo
  211. VpnGroupGetReq = pb.VpnGroupGetReq
  212. VpnGroupListReq = pb.VpnGroupListReq
  213. VpnGroupListResp = pb.VpnGroupListResp
  214. VpnGroupTagListReq = pb.VpnGroupTagListReq
  215. VpnGroupTagListResp = pb.VpnGroupTagListResp
  216. VpnGroupTagVo = pb.VpnGroupTagVo
  217. VpnGroupVo = pb.VpnGroupVo
  218. VpnLocationBatchAddReq = pb.VpnLocationBatchAddReq
  219. VpnLocationBatchAddResp = pb.VpnLocationBatchAddResp
  220. VpnLocationBatchDelReq = pb.VpnLocationBatchDelReq
  221. VpnLocationBatchUpdateReq = pb.VpnLocationBatchUpdateReq
  222. VpnLocationBatchUpdateResp = pb.VpnLocationBatchUpdateResp
  223. VpnLocationExVo = pb.VpnLocationExVo
  224. VpnLocationGetReq = pb.VpnLocationGetReq
  225. VpnLocationListReq = pb.VpnLocationListReq
  226. VpnLocationListResp = pb.VpnLocationListResp
  227. VpnLocationServerCountReq = pb.VpnLocationServerCountReq
  228. VpnLocationServerCountResp = pb.VpnLocationServerCountResp
  229. VpnLocationServerCountVo = pb.VpnLocationServerCountVo
  230. VpnLocationVo = pb.VpnLocationVo
  231. VpnProbeTaskListReq = pb.VpnProbeTaskListReq
  232. VpnProbeTaskListResp = pb.VpnProbeTaskListResp
  233. VpnProbeTaskVo = pb.VpnProbeTaskVo
  234. VpnServerAddReq = pb.VpnServerAddReq
  235. VpnServerBatchAddReq = pb.VpnServerBatchAddReq
  236. VpnServerBatchAddResp = pb.VpnServerBatchAddResp
  237. VpnServerBatchDelReq = pb.VpnServerBatchDelReq
  238. VpnServerBatchUpdateReq = pb.VpnServerBatchUpdateReq
  239. VpnServerBatchUpdateResp = pb.VpnServerBatchUpdateResp
  240. VpnServerExListResp = pb.VpnServerExListResp
  241. VpnServerExVo = pb.VpnServerExVo
  242. VpnServerListReq = pb.VpnServerListReq
  243. VpnServerListResp = pb.VpnServerListResp
  244. VpnServerLocationListReq = pb.VpnServerLocationListReq
  245. VpnServerLocationListResp = pb.VpnServerLocationListResp
  246. VpnServerLocationVo = pb.VpnServerLocationVo
  247. VpnServerVo = pb.VpnServerVo
  248. VpnTagBatchAddReq = pb.VpnTagBatchAddReq
  249. VpnTagBatchAddResp = pb.VpnTagBatchAddResp
  250. VpnTagBatchDelReq = pb.VpnTagBatchDelReq
  251. VpnTagBatchUpdateReq = pb.VpnTagBatchUpdateReq
  252. VpnTagBatchUpdateResp = pb.VpnTagBatchUpdateResp
  253. VpnTagGetReq = pb.VpnTagGetReq
  254. VpnTagListReq = pb.VpnTagListReq
  255. VpnTagListResp = pb.VpnTagListResp
  256. VpnTagVo = pb.VpnTagVo
  257. GoPmpClient interface {
  258. Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)
  259. // GlobalParamVo
  260. GlobalParamAdd(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error)
  261. GlobalParamUpdate(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error)
  262. GlobalParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  263. GlobalParamGet(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error)
  264. GlobalParamGetWithLang(ctx context.Context, in *GlobalParamGetReq, opts ...grpc.CallOption) (*GlobalParamVo, error)
  265. GlobalParamList(ctx context.Context, in *GlobalParamListReq, opts ...grpc.CallOption) (*GlobalParamListResp, error)
  266. // ProductVo
  267. ProductAdd(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error)
  268. ProductUpdate(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error)
  269. ProductDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  270. ProductGet(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error)
  271. ProductList(ctx context.Context, in *ProductListReq, opts ...grpc.CallOption) (*ProductListResp, error)
  272. ProductAll(ctx context.Context, in *Request, opts ...grpc.CallOption) (*ProductListResp, error)
  273. // ProductParamVo
  274. ProductParamAdd(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error)
  275. ProductParamUpdate(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error)
  276. ProductParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  277. ProductParamGet(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error)
  278. ProductParamGetWithLang(ctx context.Context, in *ProductParamGetReq, opts ...grpc.CallOption) (*ProductParamVo, error)
  279. ProductParamList(ctx context.Context, in *ProductParamListReq, opts ...grpc.CallOption) (*ProductParamListResp, error)
  280. // ProductAction 产品行为配置
  281. ProductActionAdd(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error)
  282. ProductActionUpdate(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error)
  283. ProductActionDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  284. ProductActionGet(ctx context.Context, in *ProductActionReq, opts ...grpc.CallOption) (*ProductActionVo, error)
  285. ProductActionList(ctx context.Context, in *ProductActionListReq, opts ...grpc.CallOption) (*ProductActionListResp, error)
  286. // AreaParamVo
  287. AreaParamAdd(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error)
  288. AreaParamUpdate(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error)
  289. AreaParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  290. AreaParamGet(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error)
  291. AreaParamList(ctx context.Context, in *AreaParamListReq, opts ...grpc.CallOption) (*AreaParamListResp, error)
  292. // NationalLanguage
  293. NationalLanguageAdd(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error)
  294. NationalLanguageUpdate(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error)
  295. NationalLanguageDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  296. NationalLanguageGet(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error)
  297. NationalLanguageList(ctx context.Context, in *NationalLanguageListReq, opts ...grpc.CallOption) (*NationalLanguageListResp, error)
  298. // Tip
  299. TipAdd(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error)
  300. TipUpdate(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error)
  301. TipDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  302. TipGet(ctx context.Context, in *TipGetReq, opts ...grpc.CallOption) (*TipVo, error)
  303. TipList(ctx context.Context, in *TipListReq, opts ...grpc.CallOption) (*TipListResp, error)
  304. // Dict
  305. DictAdd(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error)
  306. DictUpdate(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error)
  307. DictDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  308. DictGet(ctx context.Context, in *DictGetReq, opts ...grpc.CallOption) (*DictVo, error)
  309. DictList(ctx context.Context, in *DictListReq, opts ...grpc.CallOption) (*DictListResp, error)
  310. // UpgradePkgPlan
  311. UpgradePkgPlanAdd(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error)
  312. UpgradePkgPlanUpdate(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error)
  313. UpgradePkgPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  314. UpgradePkgPlanGet(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error)
  315. UpgradePkgPlanList(ctx context.Context, in *UpgradePkgPlanListReq, opts ...grpc.CallOption) (*UpgradePkgPlanListResp, error)
  316. // UpgradePkgPlanDetail
  317. UpgradePkgPlanDetailAdd(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error)
  318. UpgradePkgPlanDetailUpdate(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error)
  319. UpgradePkgPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  320. UpgradePkgPlanDetailGet(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error)
  321. UpgradePkgPlanDetailList(ctx context.Context, in *UpgradePkgPlanDetailListReq, opts ...grpc.CallOption) (*UpgradePkgPlanDetailListResp, error)
  322. // UpgradeResPlan
  323. UpgradeResPlanAdd(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error)
  324. UpgradeResPlanUpdate(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error)
  325. UpgradeResPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  326. UpgradeResPlanGet(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error)
  327. UpgradeResPlanList(ctx context.Context, in *UpgradeResPlanListReq, opts ...grpc.CallOption) (*UpgradeResPlanListResp, error)
  328. // UpgradeResPlanDetail
  329. UpgradeResPlanDetailAdd(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error)
  330. UpgradeResPlanDetailUpdate(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error)
  331. UpgradeResPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  332. UpgradeResPlanDetailGet(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error)
  333. UpgradeResPlanDetailList(ctx context.Context, in *UpgradeResPlanDetailListReq, opts ...grpc.CallOption) (*UpgradeResPlanDetailListResp, error)
  334. // AdPlan
  335. AdPlanAdd(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error)
  336. AdPlanUpdate(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error)
  337. AdPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  338. AdPlanGet(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error)
  339. AdPlanList(ctx context.Context, in *AdPlanListReq, opts ...grpc.CallOption) (*AdPlanListResp, error)
  340. // AdPlanDetail
  341. AdPlanDetailAdd(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error)
  342. AdPlanDetailUpdate(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error)
  343. AdPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  344. AdPlanDetailGet(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error)
  345. AdPlanDetailList(ctx context.Context, in *AdPlanDetailListReq, opts ...grpc.CallOption) (*AdPlanDetailListResp, error)
  346. // AdGlobalConfig
  347. AdGlobalConfigGet(ctx context.Context, in *AdGlobalConfigGetReq, opts ...grpc.CallOption) (*AdGlobalConfigVo, error)
  348. AdGlobalConfigUpdate(ctx context.Context, in *AdGlobalConfigVo, opts ...grpc.CallOption) (*AdGlobalConfigVo, error)
  349. // JobBatch
  350. JobBatchAdd(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error)
  351. JobBatchAddWithTasks(ctx context.Context, in *JobBatchWithTasksVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error)
  352. JobBatchUpdate(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error)
  353. JobBatchDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  354. JobBatchGet(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error)
  355. JobBatchGetWithTasks(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error)
  356. JobBatchList(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListResp, error)
  357. JobBatchListWithTasks(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListWithTasksResp, error)
  358. // JobTasks
  359. JobTasksAdd(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error)
  360. JobTasksUpdate(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error)
  361. JobTasksDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  362. JobTasksGet(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error)
  363. JobTasksList(ctx context.Context, in *JobTasksListReq, opts ...grpc.CallOption) (*JobTasksListResp, error)
  364. // DeployConfig
  365. DeployConfigAdd(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error)
  366. DeployConfigUpdate(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error)
  367. DeployConfigDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  368. DeployConfigGet(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error)
  369. DeployConfigList(ctx context.Context, in *DeployConfigListReq, opts ...grpc.CallOption) (*DeployConfigListResp, error)
  370. // OperationLog
  371. OperationLogAdd(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error)
  372. OperationLogUpdate(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error)
  373. OperationLogGet(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error)
  374. OperationLogList(ctx context.Context, in *OperationLogListReq, opts ...grpc.CallOption) (*OperationLogListResp, error)
  375. // AnnouncePlan
  376. AnnouncePlanAdd(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error)
  377. AnnouncePlanUpdate(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error)
  378. AnnouncePlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  379. AnnouncePlanGet(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error)
  380. AnnouncePlanList(ctx context.Context, in *AnnouncePlanListReq, opts ...grpc.CallOption) (*AnnouncePlanListResp, error)
  381. // AnnouncePlanDetail
  382. AnnouncePlanDetailAdd(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error)
  383. AnnouncePlanDetailUpdate(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error)
  384. AnnouncePlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  385. AnnouncePlanDetailGet(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error)
  386. AnnouncePlanDetailList(ctx context.Context, in *AnnouncePlanDetailListReq, opts ...grpc.CallOption) (*AnnouncePlanDetailListResp, error)
  387. // ServiceTypes
  388. ServiceTypesAdd(ctx context.Context, in *ServiceTypesAddReq, opts ...grpc.CallOption) (*ServiceTypesVo, error)
  389. ServiceTypesUpdate(ctx context.Context, in *ServiceTypesUpdateReq, opts ...grpc.CallOption) (*ServiceTypesVo, error)
  390. ServiceTypesDel(ctx context.Context, in *ServiceTypesDelReq, opts ...grpc.CallOption) (*Empty, error)
  391. ServiceTypesGet(ctx context.Context, in *ServiceTypesGetReq, opts ...grpc.CallOption) (*ServiceTypesVo, error)
  392. ServiceTypesList(ctx context.Context, in *ServiceTypesListReq, opts ...grpc.CallOption) (*ServiceTypesListResp, error)
  393. // ServiceSets
  394. ServiceSetsAdd(ctx context.Context, in *ServiceSetsAddReq, opts ...grpc.CallOption) (*ServiceSetsVo, error)
  395. ServiceSetsUpdate(ctx context.Context, in *ServiceSetsUpdateReq, opts ...grpc.CallOption) (*ServiceSetsVo, error)
  396. ServiceSetsDel(ctx context.Context, in *ServiceSetsDelReq, opts ...grpc.CallOption) (*Empty, error)
  397. ServiceSetsGet(ctx context.Context, in *ServiceSetsGetReq, opts ...grpc.CallOption) (*ServiceSetsVo, error)
  398. ServiceSetsList(ctx context.Context, in *ServiceSetsListReq, opts ...grpc.CallOption) (*ServiceSetsListResp, error)
  399. // MessagePush
  400. MessagePushAdd(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error)
  401. MessagePushUpdate(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error)
  402. MessagePushList(ctx context.Context, in *MessagePushListReq, opts ...grpc.CallOption) (*MessagePushListResp, error)
  403. }
  404. defaultGoPmpClient struct {
  405. cli zrpc.Client
  406. }
  407. )
  408. func NewGoPmpClient(cli zrpc.Client) GoPmpClient {
  409. return &defaultGoPmpClient{
  410. cli: cli,
  411. }
  412. }
  413. func (m *defaultGoPmpClient) Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error) {
  414. client := pb.NewGoPmpClientClient(m.cli.Conn())
  415. return client.Ping(ctx, in, opts...)
  416. }
  417. // GlobalParamVo
  418. func (m *defaultGoPmpClient) GlobalParamAdd(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error) {
  419. client := pb.NewGoPmpClientClient(m.cli.Conn())
  420. return client.GlobalParamAdd(ctx, in, opts...)
  421. }
  422. func (m *defaultGoPmpClient) GlobalParamUpdate(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error) {
  423. client := pb.NewGoPmpClientClient(m.cli.Conn())
  424. return client.GlobalParamUpdate(ctx, in, opts...)
  425. }
  426. func (m *defaultGoPmpClient) GlobalParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  427. client := pb.NewGoPmpClientClient(m.cli.Conn())
  428. return client.GlobalParamDel(ctx, in, opts...)
  429. }
  430. func (m *defaultGoPmpClient) GlobalParamGet(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error) {
  431. client := pb.NewGoPmpClientClient(m.cli.Conn())
  432. return client.GlobalParamGet(ctx, in, opts...)
  433. }
  434. func (m *defaultGoPmpClient) GlobalParamGetWithLang(ctx context.Context, in *GlobalParamGetReq, opts ...grpc.CallOption) (*GlobalParamVo, error) {
  435. client := pb.NewGoPmpClientClient(m.cli.Conn())
  436. return client.GlobalParamGetWithLang(ctx, in, opts...)
  437. }
  438. func (m *defaultGoPmpClient) GlobalParamList(ctx context.Context, in *GlobalParamListReq, opts ...grpc.CallOption) (*GlobalParamListResp, error) {
  439. client := pb.NewGoPmpClientClient(m.cli.Conn())
  440. return client.GlobalParamList(ctx, in, opts...)
  441. }
  442. // ProductVo
  443. func (m *defaultGoPmpClient) ProductAdd(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error) {
  444. client := pb.NewGoPmpClientClient(m.cli.Conn())
  445. return client.ProductAdd(ctx, in, opts...)
  446. }
  447. func (m *defaultGoPmpClient) ProductUpdate(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error) {
  448. client := pb.NewGoPmpClientClient(m.cli.Conn())
  449. return client.ProductUpdate(ctx, in, opts...)
  450. }
  451. func (m *defaultGoPmpClient) ProductDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  452. client := pb.NewGoPmpClientClient(m.cli.Conn())
  453. return client.ProductDel(ctx, in, opts...)
  454. }
  455. func (m *defaultGoPmpClient) ProductGet(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error) {
  456. client := pb.NewGoPmpClientClient(m.cli.Conn())
  457. return client.ProductGet(ctx, in, opts...)
  458. }
  459. func (m *defaultGoPmpClient) ProductList(ctx context.Context, in *ProductListReq, opts ...grpc.CallOption) (*ProductListResp, error) {
  460. client := pb.NewGoPmpClientClient(m.cli.Conn())
  461. return client.ProductList(ctx, in, opts...)
  462. }
  463. func (m *defaultGoPmpClient) ProductAll(ctx context.Context, in *Request, opts ...grpc.CallOption) (*ProductListResp, error) {
  464. client := pb.NewGoPmpClientClient(m.cli.Conn())
  465. return client.ProductAll(ctx, in, opts...)
  466. }
  467. // ProductParamVo
  468. func (m *defaultGoPmpClient) ProductParamAdd(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error) {
  469. client := pb.NewGoPmpClientClient(m.cli.Conn())
  470. return client.ProductParamAdd(ctx, in, opts...)
  471. }
  472. func (m *defaultGoPmpClient) ProductParamUpdate(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error) {
  473. client := pb.NewGoPmpClientClient(m.cli.Conn())
  474. return client.ProductParamUpdate(ctx, in, opts...)
  475. }
  476. func (m *defaultGoPmpClient) ProductParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  477. client := pb.NewGoPmpClientClient(m.cli.Conn())
  478. return client.ProductParamDel(ctx, in, opts...)
  479. }
  480. func (m *defaultGoPmpClient) ProductParamGet(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error) {
  481. client := pb.NewGoPmpClientClient(m.cli.Conn())
  482. return client.ProductParamGet(ctx, in, opts...)
  483. }
  484. func (m *defaultGoPmpClient) ProductParamGetWithLang(ctx context.Context, in *ProductParamGetReq, opts ...grpc.CallOption) (*ProductParamVo, error) {
  485. client := pb.NewGoPmpClientClient(m.cli.Conn())
  486. return client.ProductParamGetWithLang(ctx, in, opts...)
  487. }
  488. func (m *defaultGoPmpClient) ProductParamList(ctx context.Context, in *ProductParamListReq, opts ...grpc.CallOption) (*ProductParamListResp, error) {
  489. client := pb.NewGoPmpClientClient(m.cli.Conn())
  490. return client.ProductParamList(ctx, in, opts...)
  491. }
  492. // ProductAction 产品行为配置
  493. func (m *defaultGoPmpClient) ProductActionAdd(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error) {
  494. client := pb.NewGoPmpClientClient(m.cli.Conn())
  495. return client.ProductActionAdd(ctx, in, opts...)
  496. }
  497. func (m *defaultGoPmpClient) ProductActionUpdate(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error) {
  498. client := pb.NewGoPmpClientClient(m.cli.Conn())
  499. return client.ProductActionUpdate(ctx, in, opts...)
  500. }
  501. func (m *defaultGoPmpClient) ProductActionDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  502. client := pb.NewGoPmpClientClient(m.cli.Conn())
  503. return client.ProductActionDel(ctx, in, opts...)
  504. }
  505. func (m *defaultGoPmpClient) ProductActionGet(ctx context.Context, in *ProductActionReq, opts ...grpc.CallOption) (*ProductActionVo, error) {
  506. client := pb.NewGoPmpClientClient(m.cli.Conn())
  507. return client.ProductActionGet(ctx, in, opts...)
  508. }
  509. func (m *defaultGoPmpClient) ProductActionList(ctx context.Context, in *ProductActionListReq, opts ...grpc.CallOption) (*ProductActionListResp, error) {
  510. client := pb.NewGoPmpClientClient(m.cli.Conn())
  511. return client.ProductActionList(ctx, in, opts...)
  512. }
  513. // AreaParamVo
  514. func (m *defaultGoPmpClient) AreaParamAdd(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error) {
  515. client := pb.NewGoPmpClientClient(m.cli.Conn())
  516. return client.AreaParamAdd(ctx, in, opts...)
  517. }
  518. func (m *defaultGoPmpClient) AreaParamUpdate(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error) {
  519. client := pb.NewGoPmpClientClient(m.cli.Conn())
  520. return client.AreaParamUpdate(ctx, in, opts...)
  521. }
  522. func (m *defaultGoPmpClient) AreaParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  523. client := pb.NewGoPmpClientClient(m.cli.Conn())
  524. return client.AreaParamDel(ctx, in, opts...)
  525. }
  526. func (m *defaultGoPmpClient) AreaParamGet(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error) {
  527. client := pb.NewGoPmpClientClient(m.cli.Conn())
  528. return client.AreaParamGet(ctx, in, opts...)
  529. }
  530. func (m *defaultGoPmpClient) AreaParamList(ctx context.Context, in *AreaParamListReq, opts ...grpc.CallOption) (*AreaParamListResp, error) {
  531. client := pb.NewGoPmpClientClient(m.cli.Conn())
  532. return client.AreaParamList(ctx, in, opts...)
  533. }
  534. // NationalLanguage
  535. func (m *defaultGoPmpClient) NationalLanguageAdd(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error) {
  536. client := pb.NewGoPmpClientClient(m.cli.Conn())
  537. return client.NationalLanguageAdd(ctx, in, opts...)
  538. }
  539. func (m *defaultGoPmpClient) NationalLanguageUpdate(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error) {
  540. client := pb.NewGoPmpClientClient(m.cli.Conn())
  541. return client.NationalLanguageUpdate(ctx, in, opts...)
  542. }
  543. func (m *defaultGoPmpClient) NationalLanguageDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  544. client := pb.NewGoPmpClientClient(m.cli.Conn())
  545. return client.NationalLanguageDel(ctx, in, opts...)
  546. }
  547. func (m *defaultGoPmpClient) NationalLanguageGet(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error) {
  548. client := pb.NewGoPmpClientClient(m.cli.Conn())
  549. return client.NationalLanguageGet(ctx, in, opts...)
  550. }
  551. func (m *defaultGoPmpClient) NationalLanguageList(ctx context.Context, in *NationalLanguageListReq, opts ...grpc.CallOption) (*NationalLanguageListResp, error) {
  552. client := pb.NewGoPmpClientClient(m.cli.Conn())
  553. return client.NationalLanguageList(ctx, in, opts...)
  554. }
  555. // Tip
  556. func (m *defaultGoPmpClient) TipAdd(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error) {
  557. client := pb.NewGoPmpClientClient(m.cli.Conn())
  558. return client.TipAdd(ctx, in, opts...)
  559. }
  560. func (m *defaultGoPmpClient) TipUpdate(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error) {
  561. client := pb.NewGoPmpClientClient(m.cli.Conn())
  562. return client.TipUpdate(ctx, in, opts...)
  563. }
  564. func (m *defaultGoPmpClient) TipDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  565. client := pb.NewGoPmpClientClient(m.cli.Conn())
  566. return client.TipDel(ctx, in, opts...)
  567. }
  568. func (m *defaultGoPmpClient) TipGet(ctx context.Context, in *TipGetReq, opts ...grpc.CallOption) (*TipVo, error) {
  569. client := pb.NewGoPmpClientClient(m.cli.Conn())
  570. return client.TipGet(ctx, in, opts...)
  571. }
  572. func (m *defaultGoPmpClient) TipList(ctx context.Context, in *TipListReq, opts ...grpc.CallOption) (*TipListResp, error) {
  573. client := pb.NewGoPmpClientClient(m.cli.Conn())
  574. return client.TipList(ctx, in, opts...)
  575. }
  576. // Dict
  577. func (m *defaultGoPmpClient) DictAdd(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error) {
  578. client := pb.NewGoPmpClientClient(m.cli.Conn())
  579. return client.DictAdd(ctx, in, opts...)
  580. }
  581. func (m *defaultGoPmpClient) DictUpdate(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error) {
  582. client := pb.NewGoPmpClientClient(m.cli.Conn())
  583. return client.DictUpdate(ctx, in, opts...)
  584. }
  585. func (m *defaultGoPmpClient) DictDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  586. client := pb.NewGoPmpClientClient(m.cli.Conn())
  587. return client.DictDel(ctx, in, opts...)
  588. }
  589. func (m *defaultGoPmpClient) DictGet(ctx context.Context, in *DictGetReq, opts ...grpc.CallOption) (*DictVo, error) {
  590. client := pb.NewGoPmpClientClient(m.cli.Conn())
  591. return client.DictGet(ctx, in, opts...)
  592. }
  593. func (m *defaultGoPmpClient) DictList(ctx context.Context, in *DictListReq, opts ...grpc.CallOption) (*DictListResp, error) {
  594. client := pb.NewGoPmpClientClient(m.cli.Conn())
  595. return client.DictList(ctx, in, opts...)
  596. }
  597. // UpgradePkgPlan
  598. func (m *defaultGoPmpClient) UpgradePkgPlanAdd(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error) {
  599. client := pb.NewGoPmpClientClient(m.cli.Conn())
  600. return client.UpgradePkgPlanAdd(ctx, in, opts...)
  601. }
  602. func (m *defaultGoPmpClient) UpgradePkgPlanUpdate(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error) {
  603. client := pb.NewGoPmpClientClient(m.cli.Conn())
  604. return client.UpgradePkgPlanUpdate(ctx, in, opts...)
  605. }
  606. func (m *defaultGoPmpClient) UpgradePkgPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  607. client := pb.NewGoPmpClientClient(m.cli.Conn())
  608. return client.UpgradePkgPlanDel(ctx, in, opts...)
  609. }
  610. func (m *defaultGoPmpClient) UpgradePkgPlanGet(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error) {
  611. client := pb.NewGoPmpClientClient(m.cli.Conn())
  612. return client.UpgradePkgPlanGet(ctx, in, opts...)
  613. }
  614. func (m *defaultGoPmpClient) UpgradePkgPlanList(ctx context.Context, in *UpgradePkgPlanListReq, opts ...grpc.CallOption) (*UpgradePkgPlanListResp, error) {
  615. client := pb.NewGoPmpClientClient(m.cli.Conn())
  616. return client.UpgradePkgPlanList(ctx, in, opts...)
  617. }
  618. // UpgradePkgPlanDetail
  619. func (m *defaultGoPmpClient) UpgradePkgPlanDetailAdd(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error) {
  620. client := pb.NewGoPmpClientClient(m.cli.Conn())
  621. return client.UpgradePkgPlanDetailAdd(ctx, in, opts...)
  622. }
  623. func (m *defaultGoPmpClient) UpgradePkgPlanDetailUpdate(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error) {
  624. client := pb.NewGoPmpClientClient(m.cli.Conn())
  625. return client.UpgradePkgPlanDetailUpdate(ctx, in, opts...)
  626. }
  627. func (m *defaultGoPmpClient) UpgradePkgPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  628. client := pb.NewGoPmpClientClient(m.cli.Conn())
  629. return client.UpgradePkgPlanDetailDel(ctx, in, opts...)
  630. }
  631. func (m *defaultGoPmpClient) UpgradePkgPlanDetailGet(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error) {
  632. client := pb.NewGoPmpClientClient(m.cli.Conn())
  633. return client.UpgradePkgPlanDetailGet(ctx, in, opts...)
  634. }
  635. func (m *defaultGoPmpClient) UpgradePkgPlanDetailList(ctx context.Context, in *UpgradePkgPlanDetailListReq, opts ...grpc.CallOption) (*UpgradePkgPlanDetailListResp, error) {
  636. client := pb.NewGoPmpClientClient(m.cli.Conn())
  637. return client.UpgradePkgPlanDetailList(ctx, in, opts...)
  638. }
  639. // UpgradeResPlan
  640. func (m *defaultGoPmpClient) UpgradeResPlanAdd(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error) {
  641. client := pb.NewGoPmpClientClient(m.cli.Conn())
  642. return client.UpgradeResPlanAdd(ctx, in, opts...)
  643. }
  644. func (m *defaultGoPmpClient) UpgradeResPlanUpdate(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error) {
  645. client := pb.NewGoPmpClientClient(m.cli.Conn())
  646. return client.UpgradeResPlanUpdate(ctx, in, opts...)
  647. }
  648. func (m *defaultGoPmpClient) UpgradeResPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  649. client := pb.NewGoPmpClientClient(m.cli.Conn())
  650. return client.UpgradeResPlanDel(ctx, in, opts...)
  651. }
  652. func (m *defaultGoPmpClient) UpgradeResPlanGet(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error) {
  653. client := pb.NewGoPmpClientClient(m.cli.Conn())
  654. return client.UpgradeResPlanGet(ctx, in, opts...)
  655. }
  656. func (m *defaultGoPmpClient) UpgradeResPlanList(ctx context.Context, in *UpgradeResPlanListReq, opts ...grpc.CallOption) (*UpgradeResPlanListResp, error) {
  657. client := pb.NewGoPmpClientClient(m.cli.Conn())
  658. return client.UpgradeResPlanList(ctx, in, opts...)
  659. }
  660. // UpgradeResPlanDetail
  661. func (m *defaultGoPmpClient) UpgradeResPlanDetailAdd(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error) {
  662. client := pb.NewGoPmpClientClient(m.cli.Conn())
  663. return client.UpgradeResPlanDetailAdd(ctx, in, opts...)
  664. }
  665. func (m *defaultGoPmpClient) UpgradeResPlanDetailUpdate(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error) {
  666. client := pb.NewGoPmpClientClient(m.cli.Conn())
  667. return client.UpgradeResPlanDetailUpdate(ctx, in, opts...)
  668. }
  669. func (m *defaultGoPmpClient) UpgradeResPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  670. client := pb.NewGoPmpClientClient(m.cli.Conn())
  671. return client.UpgradeResPlanDetailDel(ctx, in, opts...)
  672. }
  673. func (m *defaultGoPmpClient) UpgradeResPlanDetailGet(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error) {
  674. client := pb.NewGoPmpClientClient(m.cli.Conn())
  675. return client.UpgradeResPlanDetailGet(ctx, in, opts...)
  676. }
  677. func (m *defaultGoPmpClient) UpgradeResPlanDetailList(ctx context.Context, in *UpgradeResPlanDetailListReq, opts ...grpc.CallOption) (*UpgradeResPlanDetailListResp, error) {
  678. client := pb.NewGoPmpClientClient(m.cli.Conn())
  679. return client.UpgradeResPlanDetailList(ctx, in, opts...)
  680. }
  681. // AdPlan
  682. func (m *defaultGoPmpClient) AdPlanAdd(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error) {
  683. client := pb.NewGoPmpClientClient(m.cli.Conn())
  684. return client.AdPlanAdd(ctx, in, opts...)
  685. }
  686. func (m *defaultGoPmpClient) AdPlanUpdate(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error) {
  687. client := pb.NewGoPmpClientClient(m.cli.Conn())
  688. return client.AdPlanUpdate(ctx, in, opts...)
  689. }
  690. func (m *defaultGoPmpClient) AdPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  691. client := pb.NewGoPmpClientClient(m.cli.Conn())
  692. return client.AdPlanDel(ctx, in, opts...)
  693. }
  694. func (m *defaultGoPmpClient) AdPlanGet(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error) {
  695. client := pb.NewGoPmpClientClient(m.cli.Conn())
  696. return client.AdPlanGet(ctx, in, opts...)
  697. }
  698. func (m *defaultGoPmpClient) AdPlanList(ctx context.Context, in *AdPlanListReq, opts ...grpc.CallOption) (*AdPlanListResp, error) {
  699. client := pb.NewGoPmpClientClient(m.cli.Conn())
  700. return client.AdPlanList(ctx, in, opts...)
  701. }
  702. // AdPlanDetail
  703. func (m *defaultGoPmpClient) AdPlanDetailAdd(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error) {
  704. client := pb.NewGoPmpClientClient(m.cli.Conn())
  705. return client.AdPlanDetailAdd(ctx, in, opts...)
  706. }
  707. func (m *defaultGoPmpClient) AdPlanDetailUpdate(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error) {
  708. client := pb.NewGoPmpClientClient(m.cli.Conn())
  709. return client.AdPlanDetailUpdate(ctx, in, opts...)
  710. }
  711. func (m *defaultGoPmpClient) AdPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  712. client := pb.NewGoPmpClientClient(m.cli.Conn())
  713. return client.AdPlanDetailDel(ctx, in, opts...)
  714. }
  715. func (m *defaultGoPmpClient) AdPlanDetailGet(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error) {
  716. client := pb.NewGoPmpClientClient(m.cli.Conn())
  717. return client.AdPlanDetailGet(ctx, in, opts...)
  718. }
  719. func (m *defaultGoPmpClient) AdPlanDetailList(ctx context.Context, in *AdPlanDetailListReq, opts ...grpc.CallOption) (*AdPlanDetailListResp, error) {
  720. client := pb.NewGoPmpClientClient(m.cli.Conn())
  721. return client.AdPlanDetailList(ctx, in, opts...)
  722. }
  723. // AdGlobalConfig
  724. func (m *defaultGoPmpClient) AdGlobalConfigGet(ctx context.Context, in *AdGlobalConfigGetReq, opts ...grpc.CallOption) (*AdGlobalConfigVo, error) {
  725. client := pb.NewGoPmpClientClient(m.cli.Conn())
  726. return client.AdGlobalConfigGet(ctx, in, opts...)
  727. }
  728. func (m *defaultGoPmpClient) AdGlobalConfigUpdate(ctx context.Context, in *AdGlobalConfigVo, opts ...grpc.CallOption) (*AdGlobalConfigVo, error) {
  729. client := pb.NewGoPmpClientClient(m.cli.Conn())
  730. return client.AdGlobalConfigUpdate(ctx, in, opts...)
  731. }
  732. // JobBatch
  733. func (m *defaultGoPmpClient) JobBatchAdd(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error) {
  734. client := pb.NewGoPmpClientClient(m.cli.Conn())
  735. return client.JobBatchAdd(ctx, in, opts...)
  736. }
  737. func (m *defaultGoPmpClient) JobBatchAddWithTasks(ctx context.Context, in *JobBatchWithTasksVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error) {
  738. client := pb.NewGoPmpClientClient(m.cli.Conn())
  739. return client.JobBatchAddWithTasks(ctx, in, opts...)
  740. }
  741. func (m *defaultGoPmpClient) JobBatchUpdate(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error) {
  742. client := pb.NewGoPmpClientClient(m.cli.Conn())
  743. return client.JobBatchUpdate(ctx, in, opts...)
  744. }
  745. func (m *defaultGoPmpClient) JobBatchDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  746. client := pb.NewGoPmpClientClient(m.cli.Conn())
  747. return client.JobBatchDel(ctx, in, opts...)
  748. }
  749. func (m *defaultGoPmpClient) JobBatchGet(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error) {
  750. client := pb.NewGoPmpClientClient(m.cli.Conn())
  751. return client.JobBatchGet(ctx, in, opts...)
  752. }
  753. func (m *defaultGoPmpClient) JobBatchGetWithTasks(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error) {
  754. client := pb.NewGoPmpClientClient(m.cli.Conn())
  755. return client.JobBatchGetWithTasks(ctx, in, opts...)
  756. }
  757. func (m *defaultGoPmpClient) JobBatchList(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListResp, error) {
  758. client := pb.NewGoPmpClientClient(m.cli.Conn())
  759. return client.JobBatchList(ctx, in, opts...)
  760. }
  761. func (m *defaultGoPmpClient) JobBatchListWithTasks(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListWithTasksResp, error) {
  762. client := pb.NewGoPmpClientClient(m.cli.Conn())
  763. return client.JobBatchListWithTasks(ctx, in, opts...)
  764. }
  765. // JobTasks
  766. func (m *defaultGoPmpClient) JobTasksAdd(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error) {
  767. client := pb.NewGoPmpClientClient(m.cli.Conn())
  768. return client.JobTasksAdd(ctx, in, opts...)
  769. }
  770. func (m *defaultGoPmpClient) JobTasksUpdate(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error) {
  771. client := pb.NewGoPmpClientClient(m.cli.Conn())
  772. return client.JobTasksUpdate(ctx, in, opts...)
  773. }
  774. func (m *defaultGoPmpClient) JobTasksDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  775. client := pb.NewGoPmpClientClient(m.cli.Conn())
  776. return client.JobTasksDel(ctx, in, opts...)
  777. }
  778. func (m *defaultGoPmpClient) JobTasksGet(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error) {
  779. client := pb.NewGoPmpClientClient(m.cli.Conn())
  780. return client.JobTasksGet(ctx, in, opts...)
  781. }
  782. func (m *defaultGoPmpClient) JobTasksList(ctx context.Context, in *JobTasksListReq, opts ...grpc.CallOption) (*JobTasksListResp, error) {
  783. client := pb.NewGoPmpClientClient(m.cli.Conn())
  784. return client.JobTasksList(ctx, in, opts...)
  785. }
  786. // DeployConfig
  787. func (m *defaultGoPmpClient) DeployConfigAdd(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error) {
  788. client := pb.NewGoPmpClientClient(m.cli.Conn())
  789. return client.DeployConfigAdd(ctx, in, opts...)
  790. }
  791. func (m *defaultGoPmpClient) DeployConfigUpdate(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error) {
  792. client := pb.NewGoPmpClientClient(m.cli.Conn())
  793. return client.DeployConfigUpdate(ctx, in, opts...)
  794. }
  795. func (m *defaultGoPmpClient) DeployConfigDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  796. client := pb.NewGoPmpClientClient(m.cli.Conn())
  797. return client.DeployConfigDel(ctx, in, opts...)
  798. }
  799. func (m *defaultGoPmpClient) DeployConfigGet(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error) {
  800. client := pb.NewGoPmpClientClient(m.cli.Conn())
  801. return client.DeployConfigGet(ctx, in, opts...)
  802. }
  803. func (m *defaultGoPmpClient) DeployConfigList(ctx context.Context, in *DeployConfigListReq, opts ...grpc.CallOption) (*DeployConfigListResp, error) {
  804. client := pb.NewGoPmpClientClient(m.cli.Conn())
  805. return client.DeployConfigList(ctx, in, opts...)
  806. }
  807. // OperationLog
  808. func (m *defaultGoPmpClient) OperationLogAdd(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error) {
  809. client := pb.NewGoPmpClientClient(m.cli.Conn())
  810. return client.OperationLogAdd(ctx, in, opts...)
  811. }
  812. func (m *defaultGoPmpClient) OperationLogUpdate(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error) {
  813. client := pb.NewGoPmpClientClient(m.cli.Conn())
  814. return client.OperationLogUpdate(ctx, in, opts...)
  815. }
  816. func (m *defaultGoPmpClient) OperationLogGet(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error) {
  817. client := pb.NewGoPmpClientClient(m.cli.Conn())
  818. return client.OperationLogGet(ctx, in, opts...)
  819. }
  820. func (m *defaultGoPmpClient) OperationLogList(ctx context.Context, in *OperationLogListReq, opts ...grpc.CallOption) (*OperationLogListResp, error) {
  821. client := pb.NewGoPmpClientClient(m.cli.Conn())
  822. return client.OperationLogList(ctx, in, opts...)
  823. }
  824. // AnnouncePlan
  825. func (m *defaultGoPmpClient) AnnouncePlanAdd(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error) {
  826. client := pb.NewGoPmpClientClient(m.cli.Conn())
  827. return client.AnnouncePlanAdd(ctx, in, opts...)
  828. }
  829. func (m *defaultGoPmpClient) AnnouncePlanUpdate(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error) {
  830. client := pb.NewGoPmpClientClient(m.cli.Conn())
  831. return client.AnnouncePlanUpdate(ctx, in, opts...)
  832. }
  833. func (m *defaultGoPmpClient) AnnouncePlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  834. client := pb.NewGoPmpClientClient(m.cli.Conn())
  835. return client.AnnouncePlanDel(ctx, in, opts...)
  836. }
  837. func (m *defaultGoPmpClient) AnnouncePlanGet(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error) {
  838. client := pb.NewGoPmpClientClient(m.cli.Conn())
  839. return client.AnnouncePlanGet(ctx, in, opts...)
  840. }
  841. func (m *defaultGoPmpClient) AnnouncePlanList(ctx context.Context, in *AnnouncePlanListReq, opts ...grpc.CallOption) (*AnnouncePlanListResp, error) {
  842. client := pb.NewGoPmpClientClient(m.cli.Conn())
  843. return client.AnnouncePlanList(ctx, in, opts...)
  844. }
  845. // AnnouncePlanDetail
  846. func (m *defaultGoPmpClient) AnnouncePlanDetailAdd(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error) {
  847. client := pb.NewGoPmpClientClient(m.cli.Conn())
  848. return client.AnnouncePlanDetailAdd(ctx, in, opts...)
  849. }
  850. func (m *defaultGoPmpClient) AnnouncePlanDetailUpdate(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error) {
  851. client := pb.NewGoPmpClientClient(m.cli.Conn())
  852. return client.AnnouncePlanDetailUpdate(ctx, in, opts...)
  853. }
  854. func (m *defaultGoPmpClient) AnnouncePlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  855. client := pb.NewGoPmpClientClient(m.cli.Conn())
  856. return client.AnnouncePlanDetailDel(ctx, in, opts...)
  857. }
  858. func (m *defaultGoPmpClient) AnnouncePlanDetailGet(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error) {
  859. client := pb.NewGoPmpClientClient(m.cli.Conn())
  860. return client.AnnouncePlanDetailGet(ctx, in, opts...)
  861. }
  862. func (m *defaultGoPmpClient) AnnouncePlanDetailList(ctx context.Context, in *AnnouncePlanDetailListReq, opts ...grpc.CallOption) (*AnnouncePlanDetailListResp, error) {
  863. client := pb.NewGoPmpClientClient(m.cli.Conn())
  864. return client.AnnouncePlanDetailList(ctx, in, opts...)
  865. }
  866. // ServiceTypes
  867. func (m *defaultGoPmpClient) ServiceTypesAdd(ctx context.Context, in *ServiceTypesAddReq, opts ...grpc.CallOption) (*ServiceTypesVo, error) {
  868. client := pb.NewGoPmpClientClient(m.cli.Conn())
  869. return client.ServiceTypesAdd(ctx, in, opts...)
  870. }
  871. func (m *defaultGoPmpClient) ServiceTypesUpdate(ctx context.Context, in *ServiceTypesUpdateReq, opts ...grpc.CallOption) (*ServiceTypesVo, error) {
  872. client := pb.NewGoPmpClientClient(m.cli.Conn())
  873. return client.ServiceTypesUpdate(ctx, in, opts...)
  874. }
  875. func (m *defaultGoPmpClient) ServiceTypesDel(ctx context.Context, in *ServiceTypesDelReq, opts ...grpc.CallOption) (*Empty, error) {
  876. client := pb.NewGoPmpClientClient(m.cli.Conn())
  877. return client.ServiceTypesDel(ctx, in, opts...)
  878. }
  879. func (m *defaultGoPmpClient) ServiceTypesGet(ctx context.Context, in *ServiceTypesGetReq, opts ...grpc.CallOption) (*ServiceTypesVo, error) {
  880. client := pb.NewGoPmpClientClient(m.cli.Conn())
  881. return client.ServiceTypesGet(ctx, in, opts...)
  882. }
  883. func (m *defaultGoPmpClient) ServiceTypesList(ctx context.Context, in *ServiceTypesListReq, opts ...grpc.CallOption) (*ServiceTypesListResp, error) {
  884. client := pb.NewGoPmpClientClient(m.cli.Conn())
  885. return client.ServiceTypesList(ctx, in, opts...)
  886. }
  887. // ServiceSets
  888. func (m *defaultGoPmpClient) ServiceSetsAdd(ctx context.Context, in *ServiceSetsAddReq, opts ...grpc.CallOption) (*ServiceSetsVo, error) {
  889. client := pb.NewGoPmpClientClient(m.cli.Conn())
  890. return client.ServiceSetsAdd(ctx, in, opts...)
  891. }
  892. func (m *defaultGoPmpClient) ServiceSetsUpdate(ctx context.Context, in *ServiceSetsUpdateReq, opts ...grpc.CallOption) (*ServiceSetsVo, error) {
  893. client := pb.NewGoPmpClientClient(m.cli.Conn())
  894. return client.ServiceSetsUpdate(ctx, in, opts...)
  895. }
  896. func (m *defaultGoPmpClient) ServiceSetsDel(ctx context.Context, in *ServiceSetsDelReq, opts ...grpc.CallOption) (*Empty, error) {
  897. client := pb.NewGoPmpClientClient(m.cli.Conn())
  898. return client.ServiceSetsDel(ctx, in, opts...)
  899. }
  900. func (m *defaultGoPmpClient) ServiceSetsGet(ctx context.Context, in *ServiceSetsGetReq, opts ...grpc.CallOption) (*ServiceSetsVo, error) {
  901. client := pb.NewGoPmpClientClient(m.cli.Conn())
  902. return client.ServiceSetsGet(ctx, in, opts...)
  903. }
  904. func (m *defaultGoPmpClient) ServiceSetsList(ctx context.Context, in *ServiceSetsListReq, opts ...grpc.CallOption) (*ServiceSetsListResp, error) {
  905. client := pb.NewGoPmpClientClient(m.cli.Conn())
  906. return client.ServiceSetsList(ctx, in, opts...)
  907. }
  908. // MessagePush
  909. func (m *defaultGoPmpClient) MessagePushAdd(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error) {
  910. client := pb.NewGoPmpClientClient(m.cli.Conn())
  911. return client.MessagePushAdd(ctx, in, opts...)
  912. }
  913. func (m *defaultGoPmpClient) MessagePushUpdate(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error) {
  914. client := pb.NewGoPmpClientClient(m.cli.Conn())
  915. return client.MessagePushUpdate(ctx, in, opts...)
  916. }
  917. func (m *defaultGoPmpClient) MessagePushList(ctx context.Context, in *MessagePushListReq, opts ...grpc.CallOption) (*MessagePushListResp, error) {
  918. client := pb.NewGoPmpClientClient(m.cli.Conn())
  919. return client.MessagePushList(ctx, in, opts...)
  920. }