go_goods_client.go 63 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861
  1. // Code generated by goctl. DO NOT EDIT.
  2. // goctl 1.9.2
  3. // Source: gorpc.proto
  4. package gogoodsclient
  5. import (
  6. "context"
  7. "code.clickto.dev/nomo-server/go-service-pb/pb/pb"
  8. "github.com/zeromicro/go-zero/zrpc"
  9. "google.golang.org/grpc"
  10. )
  11. type (
  12. AccountDeviceListReq = pb.AccountDeviceListReq
  13. AccountDeviceListResp = pb.AccountDeviceListResp
  14. AccountDeviceVo = pb.AccountDeviceVo
  15. AccountListReq = pb.AccountListReq
  16. AccountListResp = pb.AccountListResp
  17. AccountVo = pb.AccountVo
  18. AdGlobalConfigGetReq = pb.AdGlobalConfigGetReq
  19. AdGlobalConfigVo = pb.AdGlobalConfigVo
  20. AdPlanDetailListReq = pb.AdPlanDetailListReq
  21. AdPlanDetailListResp = pb.AdPlanDetailListResp
  22. AdPlanDetailVo = pb.AdPlanDetailVo
  23. AdPlanListReq = pb.AdPlanListReq
  24. AdPlanListResp = pb.AdPlanListResp
  25. AdPlanVo = pb.AdPlanVo
  26. AnnouncePlanDetailListReq = pb.AnnouncePlanDetailListReq
  27. AnnouncePlanDetailListResp = pb.AnnouncePlanDetailListResp
  28. AnnouncePlanDetailVo = pb.AnnouncePlanDetailVo
  29. AnnouncePlanListReq = pb.AnnouncePlanListReq
  30. AnnouncePlanListResp = pb.AnnouncePlanListResp
  31. AnnouncePlanVo = pb.AnnouncePlanVo
  32. AreaParamListReq = pb.AreaParamListReq
  33. AreaParamListResp = pb.AreaParamListResp
  34. AreaParamVo = pb.AreaParamVo
  35. BaseReq = pb.BaseReq
  36. CommonResult = pb.CommonResult
  37. ConfigGetReq = pb.ConfigGetReq
  38. DeleteIdResp = pb.DeleteIdResp
  39. DeployConfigListReq = pb.DeployConfigListReq
  40. DeployConfigListResp = pb.DeployConfigListResp
  41. DeployConfigVo = pb.DeployConfigVo
  42. DeviceListReq = pb.DeviceListReq
  43. DeviceListRes = pb.DeviceListRes
  44. DeviceVo = pb.DeviceVo
  45. DictGetReq = pb.DictGetReq
  46. DictListReq = pb.DictListReq
  47. DictListResp = pb.DictListResp
  48. DictVo = pb.DictVo
  49. Empty = pb.Empty
  50. FindSchedulePublishListReq = pb.FindSchedulePublishListReq
  51. FindSchedulePublishListResp = pb.FindSchedulePublishListResp
  52. GameCategoryListReq = pb.GameCategoryListReq
  53. GameCategoryListRes = pb.GameCategoryListRes
  54. GameCategoryReq = pb.GameCategoryReq
  55. GameCategoryVo = pb.GameCategoryVo
  56. GameCustomerAddResp = pb.GameCustomerAddResp
  57. GameCustomerListReq = pb.GameCustomerListReq
  58. GameCustomerListRes = pb.GameCustomerListRes
  59. GameCustomerVo = pb.GameCustomerVo
  60. GameListReq = pb.GameListReq
  61. GameListRes = pb.GameListRes
  62. GameRankOption = pb.GameRankOption
  63. GameRedisHScanByNameReq = pb.GameRedisHScanByNameReq
  64. GameRedisHScanByNameResp = pb.GameRedisHScanByNameResp
  65. GameReq = pb.GameReq
  66. GameVo = pb.GameVo
  67. GlobalParamGetReq = pb.GlobalParamGetReq
  68. GlobalParamListReq = pb.GlobalParamListReq
  69. GlobalParamListResp = pb.GlobalParamListResp
  70. GlobalParamVo = pb.GlobalParamVo
  71. I18NVo = pb.I18NVo
  72. Ids = pb.Ids
  73. Int64SelectController = pb.Int64SelectController
  74. IntSelectController = pb.IntSelectController
  75. JobBatchListReq = pb.JobBatchListReq
  76. JobBatchListResp = pb.JobBatchListResp
  77. JobBatchListWithTasksResp = pb.JobBatchListWithTasksResp
  78. JobBatchVo = pb.JobBatchVo
  79. JobBatchWithTasksVo = pb.JobBatchWithTasksVo
  80. JobTasksListReq = pb.JobTasksListReq
  81. JobTasksListResp = pb.JobTasksListResp
  82. JobTasksVo = pb.JobTasksVo
  83. MessagePushListReq = pb.MessagePushListReq
  84. MessagePushListResp = pb.MessagePushListResp
  85. MessagePushVo = pb.MessagePushVo
  86. NationalLanguageListReq = pb.NationalLanguageListReq
  87. NationalLanguageListResp = pb.NationalLanguageListResp
  88. NationalLanguageVo = pb.NationalLanguageVo
  89. OperationLogListReq = pb.OperationLogListReq
  90. OperationLogListResp = pb.OperationLogListResp
  91. OperationLogVo = pb.OperationLogVo
  92. Page = pb.Page
  93. Page_OrderItem = pb.Page_OrderItem
  94. ProductActionGroupDisableReq = pb.ProductActionGroupDisableReq
  95. ProductActionGroupEnableReq = pb.ProductActionGroupEnableReq
  96. ProductActionGroupListReq = pb.ProductActionGroupListReq
  97. ProductActionGroupListResp = pb.ProductActionGroupListResp
  98. ProductActionGroupReq = pb.ProductActionGroupReq
  99. ProductActionGroupVo = pb.ProductActionGroupVo
  100. ProductActionListReq = pb.ProductActionListReq
  101. ProductActionListResp = pb.ProductActionListResp
  102. ProductActionPolicyGroupDisableReq = pb.ProductActionPolicyGroupDisableReq
  103. ProductActionPolicyGroupEnableReq = pb.ProductActionPolicyGroupEnableReq
  104. ProductActionPolicyGroupListReq = pb.ProductActionPolicyGroupListReq
  105. ProductActionPolicyGroupListResp = pb.ProductActionPolicyGroupListResp
  106. ProductActionPolicyGroupReq = pb.ProductActionPolicyGroupReq
  107. ProductActionPolicyGroupVo = pb.ProductActionPolicyGroupVo
  108. ProductActionReq = pb.ProductActionReq
  109. ProductActionTypeListReq = pb.ProductActionTypeListReq
  110. ProductActionTypeListResp = pb.ProductActionTypeListResp
  111. ProductActionTypeReq = pb.ProductActionTypeReq
  112. ProductActionTypeVo = pb.ProductActionTypeVo
  113. ProductActionVo = pb.ProductActionVo
  114. ProductListReq = pb.ProductListReq
  115. ProductListResp = pb.ProductListResp
  116. ProductParamGetReq = pb.ProductParamGetReq
  117. ProductParamListReq = pb.ProductParamListReq
  118. ProductParamListResp = pb.ProductParamListResp
  119. ProductParamVo = pb.ProductParamVo
  120. ProductVo = pb.ProductVo
  121. PublishScheduleDramaReq = pb.PublishScheduleDramaReq
  122. RelGameRankListReq = pb.RelGameRankListReq
  123. RelGameRankListRes = pb.RelGameRankListRes
  124. RelGameRankReq = pb.RelGameRankReq
  125. RelGameRankVo = pb.RelGameRankVo
  126. RelGameVpnGroupListReq = pb.RelGameVpnGroupListReq
  127. RelGameVpnGroupListRes = pb.RelGameVpnGroupListRes
  128. RelGameVpnGroupReq = pb.RelGameVpnGroupReq
  129. RelGameVpnGroupVo = pb.RelGameVpnGroupVo
  130. Request = pb.Request
  131. Response = pb.Response
  132. ServiceGoodsAddReq = pb.ServiceGoodsAddReq
  133. ServiceGoodsAddResp = pb.ServiceGoodsAddResp
  134. ServiceGoodsAddWithPlansAndDetailsReq = pb.ServiceGoodsAddWithPlansAndDetailsReq
  135. ServiceGoodsAddWithPlansAndDetailsResp = pb.ServiceGoodsAddWithPlansAndDetailsResp
  136. ServiceGoodsAddWithPlansReq = pb.ServiceGoodsAddWithPlansReq
  137. ServiceGoodsAddWithPlansResp = pb.ServiceGoodsAddWithPlansResp
  138. ServiceGoodsChannelAddReq = pb.ServiceGoodsChannelAddReq
  139. ServiceGoodsChannelAddResp = pb.ServiceGoodsChannelAddResp
  140. ServiceGoodsChannelDelReq = pb.ServiceGoodsChannelDelReq
  141. ServiceGoodsChannelGetReq = pb.ServiceGoodsChannelGetReq
  142. ServiceGoodsChannelGetResp = pb.ServiceGoodsChannelGetResp
  143. ServiceGoodsChannelGetWithGoodsAndPlansAndDetailsReq = pb.ServiceGoodsChannelGetWithGoodsAndPlansAndDetailsReq
  144. ServiceGoodsChannelGetWithGoodsAndPlansAndDetailsResp = pb.ServiceGoodsChannelGetWithGoodsAndPlansAndDetailsResp
  145. ServiceGoodsChannelGetWithGoodsAndPlansReq = pb.ServiceGoodsChannelGetWithGoodsAndPlansReq
  146. ServiceGoodsChannelGetWithGoodsAndPlansResp = pb.ServiceGoodsChannelGetWithGoodsAndPlansResp
  147. ServiceGoodsChannelGetWithGoodsReq = pb.ServiceGoodsChannelGetWithGoodsReq
  148. ServiceGoodsChannelGetWithGoodsResp = pb.ServiceGoodsChannelGetWithGoodsResp
  149. ServiceGoodsChannelListReq = pb.ServiceGoodsChannelListReq
  150. ServiceGoodsChannelListResp = pb.ServiceGoodsChannelListResp
  151. ServiceGoodsChannelListWithGoodsAndPlansAndDetailsReq = pb.ServiceGoodsChannelListWithGoodsAndPlansAndDetailsReq
  152. ServiceGoodsChannelListWithGoodsAndPlansAndDetailsResp = pb.ServiceGoodsChannelListWithGoodsAndPlansAndDetailsResp
  153. ServiceGoodsChannelListWithGoodsAndPlansReq = pb.ServiceGoodsChannelListWithGoodsAndPlansReq
  154. ServiceGoodsChannelListWithGoodsAndPlansResp = pb.ServiceGoodsChannelListWithGoodsAndPlansResp
  155. ServiceGoodsChannelListWithGoodsReq = pb.ServiceGoodsChannelListWithGoodsReq
  156. ServiceGoodsChannelListWithGoodsResp = pb.ServiceGoodsChannelListWithGoodsResp
  157. ServiceGoodsChannelUpdateReq = pb.ServiceGoodsChannelUpdateReq
  158. ServiceGoodsChannelUpdateResp = pb.ServiceGoodsChannelUpdateResp
  159. ServiceGoodsChannelVo = pb.ServiceGoodsChannelVo
  160. ServiceGoodsChannelWithGoodsAndPlansAndDetailsVo = pb.ServiceGoodsChannelWithGoodsAndPlansAndDetailsVo
  161. ServiceGoodsChannelWithGoodsAndPlansVo = pb.ServiceGoodsChannelWithGoodsAndPlansVo
  162. ServiceGoodsChannelWithGoodsVo = pb.ServiceGoodsChannelWithGoodsVo
  163. ServiceGoodsDelReq = pb.ServiceGoodsDelReq
  164. ServiceGoodsGetReq = pb.ServiceGoodsGetReq
  165. ServiceGoodsGetResp = pb.ServiceGoodsGetResp
  166. ServiceGoodsGetWithPlansAndDetailsReq = pb.ServiceGoodsGetWithPlansAndDetailsReq
  167. ServiceGoodsGetWithPlansAndDetailsResp = pb.ServiceGoodsGetWithPlansAndDetailsResp
  168. ServiceGoodsGetWithPlansReq = pb.ServiceGoodsGetWithPlansReq
  169. ServiceGoodsGetWithPlansResp = pb.ServiceGoodsGetWithPlansResp
  170. ServiceGoodsListReq = pb.ServiceGoodsListReq
  171. ServiceGoodsListResp = pb.ServiceGoodsListResp
  172. ServiceGoodsListWithPlansAndDetailsReq = pb.ServiceGoodsListWithPlansAndDetailsReq
  173. ServiceGoodsListWithPlansAndDetailsResp = pb.ServiceGoodsListWithPlansAndDetailsResp
  174. ServiceGoodsListWithPlansReq = pb.ServiceGoodsListWithPlansReq
  175. ServiceGoodsListWithPlansResp = pb.ServiceGoodsListWithPlansResp
  176. ServiceGoodsPlansAddReq = pb.ServiceGoodsPlansAddReq
  177. ServiceGoodsPlansAddResp = pb.ServiceGoodsPlansAddResp
  178. ServiceGoodsPlansDelReq = pb.ServiceGoodsPlansDelReq
  179. ServiceGoodsPlansGetReq = pb.ServiceGoodsPlansGetReq
  180. ServiceGoodsPlansGetResp = pb.ServiceGoodsPlansGetResp
  181. ServiceGoodsPlansListReq = pb.ServiceGoodsPlansListReq
  182. ServiceGoodsPlansListResp = pb.ServiceGoodsPlansListResp
  183. ServiceGoodsPlansUpdateReq = pb.ServiceGoodsPlansUpdateReq
  184. ServiceGoodsPlansUpdateResp = pb.ServiceGoodsPlansUpdateResp
  185. ServiceGoodsPlansVo = pb.ServiceGoodsPlansVo
  186. ServiceGoodsUpdateReq = pb.ServiceGoodsUpdateReq
  187. ServiceGoodsUpdateResp = pb.ServiceGoodsUpdateResp
  188. ServiceGoodsUpdateWithPlansAndDetailsReq = pb.ServiceGoodsUpdateWithPlansAndDetailsReq
  189. ServiceGoodsUpdateWithPlansAndDetailsResp = pb.ServiceGoodsUpdateWithPlansAndDetailsResp
  190. ServiceGoodsUpdateWithPlansReq = pb.ServiceGoodsUpdateWithPlansReq
  191. ServiceGoodsUpdateWithPlansResp = pb.ServiceGoodsUpdateWithPlansResp
  192. ServiceGoodsVo = pb.ServiceGoodsVo
  193. ServiceGoodsWithPlansAndDetailsVo = pb.ServiceGoodsWithPlansAndDetailsVo
  194. ServiceGoodsWithPlansVo = pb.ServiceGoodsWithPlansVo
  195. ServicePlanAddReq = pb.ServicePlanAddReq
  196. ServicePlanAddResp = pb.ServicePlanAddResp
  197. ServicePlanAddWithDetailsReq = pb.ServicePlanAddWithDetailsReq
  198. ServicePlanAddWithDetailsResp = pb.ServicePlanAddWithDetailsResp
  199. ServicePlanDelReq = pb.ServicePlanDelReq
  200. ServicePlanGetReq = pb.ServicePlanGetReq
  201. ServicePlanGetResp = pb.ServicePlanGetResp
  202. ServicePlanGetWithDetailsReq = pb.ServicePlanGetWithDetailsReq
  203. ServicePlanGetWithDetailsResp = pb.ServicePlanGetWithDetailsResp
  204. ServicePlanListReq = pb.ServicePlanListReq
  205. ServicePlanListResp = pb.ServicePlanListResp
  206. ServicePlanListWithDetailsReq = pb.ServicePlanListWithDetailsReq
  207. ServicePlanListWithDetailsResp = pb.ServicePlanListWithDetailsResp
  208. ServicePlanTypesAddReq = pb.ServicePlanTypesAddReq
  209. ServicePlanTypesAddResp = pb.ServicePlanTypesAddResp
  210. ServicePlanTypesDelReq = pb.ServicePlanTypesDelReq
  211. ServicePlanTypesGetReq = pb.ServicePlanTypesGetReq
  212. ServicePlanTypesGetResp = pb.ServicePlanTypesGetResp
  213. ServicePlanTypesListReq = pb.ServicePlanTypesListReq
  214. ServicePlanTypesListResp = pb.ServicePlanTypesListResp
  215. ServicePlanTypesUpdateReq = pb.ServicePlanTypesUpdateReq
  216. ServicePlanTypesUpdateResp = pb.ServicePlanTypesUpdateResp
  217. ServicePlanTypesVo = pb.ServicePlanTypesVo
  218. ServicePlanUpdateReq = pb.ServicePlanUpdateReq
  219. ServicePlanUpdateResp = pb.ServicePlanUpdateResp
  220. ServicePlanUpdateWithDetailsReq = pb.ServicePlanUpdateWithDetailsReq
  221. ServicePlanUpdateWithDetailsResp = pb.ServicePlanUpdateWithDetailsResp
  222. ServicePlanVo = pb.ServicePlanVo
  223. ServicePlanWithDetailsVo = pb.ServicePlanWithDetailsVo
  224. ServicePlanWithDurationAndDetailsVo = pb.ServicePlanWithDurationAndDetailsVo
  225. ServicePlanWithDurationVo = pb.ServicePlanWithDurationVo
  226. ServiceTypesAddReq = pb.ServiceTypesAddReq
  227. ServiceTypesAddResp = pb.ServiceTypesAddResp
  228. ServiceTypesDelReq = pb.ServiceTypesDelReq
  229. ServiceTypesGetReq = pb.ServiceTypesGetReq
  230. ServiceTypesGetResp = pb.ServiceTypesGetResp
  231. ServiceTypesGetWithValueReq = pb.ServiceTypesGetWithValueReq
  232. ServiceTypesGetWithValueResp = pb.ServiceTypesGetWithValueResp
  233. ServiceTypesListReq = pb.ServiceTypesListReq
  234. ServiceTypesListResp = pb.ServiceTypesListResp
  235. ServiceTypesListWithValueReq = pb.ServiceTypesListWithValueReq
  236. ServiceTypesListWithValueResp = pb.ServiceTypesListWithValueResp
  237. ServiceTypesUpdateReq = pb.ServiceTypesUpdateReq
  238. ServiceTypesUpdateResp = pb.ServiceTypesUpdateResp
  239. ServiceTypesVo = pb.ServiceTypesVo
  240. ServiceTypesWithValueVo = pb.ServiceTypesWithValueVo
  241. SetTotalStatsReq = pb.SetTotalStatsReq
  242. ShortDramaCheckNameReq = pb.ShortDramaCheckNameReq
  243. ShortDramaCheckNameResp = pb.ShortDramaCheckNameResp
  244. ShortDramaCopyrightInfoVo = pb.ShortDramaCopyrightInfoVo
  245. ShortDramaEpisodeBatchAddReq = pb.ShortDramaEpisodeBatchAddReq
  246. ShortDramaEpisodeBatchRefreshUpdateTimeReq = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
  247. ShortDramaEpisodeCountReq = pb.ShortDramaEpisodeCountReq
  248. ShortDramaEpisodeCountResp = pb.ShortDramaEpisodeCountResp
  249. ShortDramaEpisodeCountVo = pb.ShortDramaEpisodeCountVo
  250. ShortDramaEpisodeGetReq = pb.ShortDramaEpisodeGetReq
  251. ShortDramaEpisodeListReq = pb.ShortDramaEpisodeListReq
  252. ShortDramaEpisodeListResp = pb.ShortDramaEpisodeListResp
  253. ShortDramaEpisodeVo = pb.ShortDramaEpisodeVo
  254. ShortDramaFindIdsWithCopyrightResp = pb.ShortDramaFindIdsWithCopyrightResp
  255. ShortDramaGetReq = pb.ShortDramaGetReq
  256. ShortDramaLanguageListReq = pb.ShortDramaLanguageListReq
  257. ShortDramaLanguageListResp = pb.ShortDramaLanguageListResp
  258. ShortDramaLanguageVo = pb.ShortDramaLanguageVo
  259. ShortDramaListReq = pb.ShortDramaListReq
  260. ShortDramaListResp = pb.ShortDramaListResp
  261. ShortDramaStatsPlaysTotalListReq = pb.ShortDramaStatsPlaysTotalListReq
  262. ShortDramaStatsPlaysTotalListResp = pb.ShortDramaStatsPlaysTotalListResp
  263. ShortDramaStatsPlaysTotalVo = pb.ShortDramaStatsPlaysTotalVo
  264. ShortDramaUpdateModifierReq = pb.ShortDramaUpdateModifierReq
  265. ShortDramaUpdateReleaseRegionsReq = pb.ShortDramaUpdateReleaseRegionsReq
  266. ShortDramaVo = pb.ShortDramaVo
  267. StringSelectController = pb.StringSelectController
  268. SysPermGetReq = pb.SysPermGetReq
  269. SysPermListReq = pb.SysPermListReq
  270. SysPermListResp = pb.SysPermListResp
  271. SysPermRule = pb.SysPermRule
  272. SysPermVo = pb.SysPermVo
  273. SysRoleGetReq = pb.SysRoleGetReq
  274. SysRoleListReq = pb.SysRoleListReq
  275. SysRoleListResp = pb.SysRoleListResp
  276. SysRoleListWithPermsResp = pb.SysRoleListWithPermsResp
  277. SysRolePermGetReq = pb.SysRolePermGetReq
  278. SysRolePermListReq = pb.SysRolePermListReq
  279. SysRolePermListResp = pb.SysRolePermListResp
  280. SysRolePermVo = pb.SysRolePermVo
  281. SysRoleVo = pb.SysRoleVo
  282. SysRoleWithPermIds = pb.SysRoleWithPermIds
  283. SysRoleWithPerms = pb.SysRoleWithPerms
  284. SysUserGetReq = pb.SysUserGetReq
  285. SysUserListReq = pb.SysUserListReq
  286. SysUserListResp = pb.SysUserListResp
  287. SysUserListWithRolesAndPermsResp = pb.SysUserListWithRolesAndPermsResp
  288. SysUserPermGetReq = pb.SysUserPermGetReq
  289. SysUserPermListReq = pb.SysUserPermListReq
  290. SysUserPermListResp = pb.SysUserPermListResp
  291. SysUserPermVo = pb.SysUserPermVo
  292. SysUserRoleGetReq = pb.SysUserRoleGetReq
  293. SysUserRoleListReq = pb.SysUserRoleListReq
  294. SysUserRoleListResp = pb.SysUserRoleListResp
  295. SysUserRoleVo = pb.SysUserRoleVo
  296. SysUserVo = pb.SysUserVo
  297. SysUserWithRoleIdsAndPermRules = pb.SysUserWithRoleIdsAndPermRules
  298. SysUserWithRolesAndPerms = pb.SysUserWithRolesAndPerms
  299. TimeRange = pb.TimeRange
  300. TipGetReq = pb.TipGetReq
  301. TipListReq = pb.TipListReq
  302. TipListResp = pb.TipListResp
  303. TipVo = pb.TipVo
  304. TransactionOperation = pb.TransactionOperation
  305. TransactionReq = pb.TransactionReq
  306. UpgradePkgPlanDetailListReq = pb.UpgradePkgPlanDetailListReq
  307. UpgradePkgPlanDetailListResp = pb.UpgradePkgPlanDetailListResp
  308. UpgradePkgPlanDetailVo = pb.UpgradePkgPlanDetailVo
  309. UpgradePkgPlanListReq = pb.UpgradePkgPlanListReq
  310. UpgradePkgPlanListResp = pb.UpgradePkgPlanListResp
  311. UpgradePkgPlanVo = pb.UpgradePkgPlanVo
  312. UpgradeResPlanDetailListReq = pb.UpgradeResPlanDetailListReq
  313. UpgradeResPlanDetailListResp = pb.UpgradeResPlanDetailListResp
  314. UpgradeResPlanDetailVo = pb.UpgradeResPlanDetailVo
  315. UpgradeResPlanListReq = pb.UpgradeResPlanListReq
  316. UpgradeResPlanListResp = pb.UpgradeResPlanListResp
  317. UpgradeResPlanVo = pb.UpgradeResPlanVo
  318. UserAddReq = pb.UserAddReq
  319. UserAddResp = pb.UserAddResp
  320. UserAppConfigGetReq = pb.UserAppConfigGetReq
  321. UserAppConfigListReq = pb.UserAppConfigListReq
  322. UserAppConfigListRes = pb.UserAppConfigListRes
  323. UserAppConfigVo = pb.UserAppConfigVo
  324. UserCredentialAddReq = pb.UserCredentialAddReq
  325. UserCredentialAddResp = pb.UserCredentialAddResp
  326. UserCredentialDelReq = pb.UserCredentialDelReq
  327. UserCredentialGetReq = pb.UserCredentialGetReq
  328. UserCredentialGetResp = pb.UserCredentialGetResp
  329. UserCredentialListReq = pb.UserCredentialListReq
  330. UserCredentialListResp = pb.UserCredentialListResp
  331. UserCredentialUpdateReq = pb.UserCredentialUpdateReq
  332. UserCredentialUpdateResp = pb.UserCredentialUpdateResp
  333. UserCredentialVo = pb.UserCredentialVo
  334. UserDelReq = pb.UserDelReq
  335. UserDeviceAddReq = pb.UserDeviceAddReq
  336. UserDeviceAddResp = pb.UserDeviceAddResp
  337. UserDeviceDelReq = pb.UserDeviceDelReq
  338. UserDeviceGetReq = pb.UserDeviceGetReq
  339. UserDeviceGetResp = pb.UserDeviceGetResp
  340. UserDeviceListReq = pb.UserDeviceListReq
  341. UserDeviceListResp = pb.UserDeviceListResp
  342. UserDeviceUpdateReq = pb.UserDeviceUpdateReq
  343. UserDeviceUpdateResp = pb.UserDeviceUpdateResp
  344. UserDeviceVo = pb.UserDeviceVo
  345. UserGetReq = pb.UserGetReq
  346. UserGetResp = pb.UserGetResp
  347. UserListReq = pb.UserListReq
  348. UserListResp = pb.UserListResp
  349. UserServiceAddReq = pb.UserServiceAddReq
  350. UserServiceAddResp = pb.UserServiceAddResp
  351. UserServiceDelReq = pb.UserServiceDelReq
  352. UserServiceGetReq = pb.UserServiceGetReq
  353. UserServiceGetResp = pb.UserServiceGetResp
  354. UserServiceListReq = pb.UserServiceListReq
  355. UserServiceListResp = pb.UserServiceListResp
  356. UserServiceUpdateReq = pb.UserServiceUpdateReq
  357. UserServiceUpdateResp = pb.UserServiceUpdateResp
  358. UserServiceVo = pb.UserServiceVo
  359. UserTestAddReq = pb.UserTestAddReq
  360. UserTestAddResp = pb.UserTestAddResp
  361. UserTestDelReq = pb.UserTestDelReq
  362. UserTestGetReq = pb.UserTestGetReq
  363. UserTestGetResp = pb.UserTestGetResp
  364. UserTestListReq = pb.UserTestListReq
  365. UserTestListResp = pb.UserTestListResp
  366. UserTestUpdateReq = pb.UserTestUpdateReq
  367. UserTestUpdateResp = pb.UserTestUpdateResp
  368. UserTestVo = pb.UserTestVo
  369. UserUpdateReq = pb.UserUpdateReq
  370. UserUpdateResp = pb.UserUpdateResp
  371. UserVo = pb.UserVo
  372. UserWhiteAddReq = pb.UserWhiteAddReq
  373. UserWhiteAddResp = pb.UserWhiteAddResp
  374. UserWhiteDelReq = pb.UserWhiteDelReq
  375. UserWhiteGetReq = pb.UserWhiteGetReq
  376. UserWhiteGetResp = pb.UserWhiteGetResp
  377. UserWhiteListReq = pb.UserWhiteListReq
  378. UserWhiteListResp = pb.UserWhiteListResp
  379. UserWhiteUpdateReq = pb.UserWhiteUpdateReq
  380. UserWhiteUpdateResp = pb.UserWhiteUpdateResp
  381. UserWhiteVo = pb.UserWhiteVo
  382. VpnConfigTemplatePlanAddReq = pb.VpnConfigTemplatePlanAddReq
  383. VpnConfigTemplatePlanAddResp = pb.VpnConfigTemplatePlanAddResp
  384. VpnConfigTemplatePlanDelReq = pb.VpnConfigTemplatePlanDelReq
  385. VpnConfigTemplatePlanDetailAddReq = pb.VpnConfigTemplatePlanDetailAddReq
  386. VpnConfigTemplatePlanDetailAddResp = pb.VpnConfigTemplatePlanDetailAddResp
  387. VpnConfigTemplatePlanDetailDelReq = pb.VpnConfigTemplatePlanDetailDelReq
  388. VpnConfigTemplatePlanDetailGetReq = pb.VpnConfigTemplatePlanDetailGetReq
  389. VpnConfigTemplatePlanDetailGetResp = pb.VpnConfigTemplatePlanDetailGetResp
  390. VpnConfigTemplatePlanDetailListReq = pb.VpnConfigTemplatePlanDetailListReq
  391. VpnConfigTemplatePlanDetailListResp = pb.VpnConfigTemplatePlanDetailListResp
  392. VpnConfigTemplatePlanDetailUpdateReq = pb.VpnConfigTemplatePlanDetailUpdateReq
  393. VpnConfigTemplatePlanDetailUpdateResp = pb.VpnConfigTemplatePlanDetailUpdateResp
  394. VpnConfigTemplatePlanDetailVo = pb.VpnConfigTemplatePlanDetailVo
  395. VpnConfigTemplatePlanGetReq = pb.VpnConfigTemplatePlanGetReq
  396. VpnConfigTemplatePlanGetResp = pb.VpnConfigTemplatePlanGetResp
  397. VpnConfigTemplatePlanListReq = pb.VpnConfigTemplatePlanListReq
  398. VpnConfigTemplatePlanListResp = pb.VpnConfigTemplatePlanListResp
  399. VpnConfigTemplatePlanUpdateReq = pb.VpnConfigTemplatePlanUpdateReq
  400. VpnConfigTemplatePlanUpdateResp = pb.VpnConfigTemplatePlanUpdateResp
  401. VpnConfigTemplatePlanVo = pb.VpnConfigTemplatePlanVo
  402. VpnGroupAddReq = pb.VpnGroupAddReq
  403. VpnGroupBatchAddReq = pb.VpnGroupBatchAddReq
  404. VpnGroupBatchAddResp = pb.VpnGroupBatchAddResp
  405. VpnGroupBatchDelReq = pb.VpnGroupBatchDelReq
  406. VpnGroupBatchUpdateReq = pb.VpnGroupBatchUpdateReq
  407. VpnGroupBatchUpdateResp = pb.VpnGroupBatchUpdateResp
  408. VpnGroupExVo = pb.VpnGroupExVo
  409. VpnGroupGetReq = pb.VpnGroupGetReq
  410. VpnGroupListReq = pb.VpnGroupListReq
  411. VpnGroupListResp = pb.VpnGroupListResp
  412. VpnGroupTagListReq = pb.VpnGroupTagListReq
  413. VpnGroupTagListResp = pb.VpnGroupTagListResp
  414. VpnGroupTagVo = pb.VpnGroupTagVo
  415. VpnGroupVo = pb.VpnGroupVo
  416. VpnLocationBatchAddReq = pb.VpnLocationBatchAddReq
  417. VpnLocationBatchAddResp = pb.VpnLocationBatchAddResp
  418. VpnLocationBatchDelReq = pb.VpnLocationBatchDelReq
  419. VpnLocationBatchUpdateReq = pb.VpnLocationBatchUpdateReq
  420. VpnLocationBatchUpdateResp = pb.VpnLocationBatchUpdateResp
  421. VpnLocationExVo = pb.VpnLocationExVo
  422. VpnLocationGetReq = pb.VpnLocationGetReq
  423. VpnLocationListReq = pb.VpnLocationListReq
  424. VpnLocationListResp = pb.VpnLocationListResp
  425. VpnLocationServerCountReq = pb.VpnLocationServerCountReq
  426. VpnLocationServerCountResp = pb.VpnLocationServerCountResp
  427. VpnLocationServerCountVo = pb.VpnLocationServerCountVo
  428. VpnLocationVo = pb.VpnLocationVo
  429. VpnProbeTaskListReq = pb.VpnProbeTaskListReq
  430. VpnProbeTaskListResp = pb.VpnProbeTaskListResp
  431. VpnProbeTaskVo = pb.VpnProbeTaskVo
  432. VpnServerAddReq = pb.VpnServerAddReq
  433. VpnServerBatchAddReq = pb.VpnServerBatchAddReq
  434. VpnServerBatchAddResp = pb.VpnServerBatchAddResp
  435. VpnServerBatchDelReq = pb.VpnServerBatchDelReq
  436. VpnServerBatchUpdateReq = pb.VpnServerBatchUpdateReq
  437. VpnServerBatchUpdateResp = pb.VpnServerBatchUpdateResp
  438. VpnServerExListResp = pb.VpnServerExListResp
  439. VpnServerExVo = pb.VpnServerExVo
  440. VpnServerListReq = pb.VpnServerListReq
  441. VpnServerListResp = pb.VpnServerListResp
  442. VpnServerLocationListReq = pb.VpnServerLocationListReq
  443. VpnServerLocationListResp = pb.VpnServerLocationListResp
  444. VpnServerLocationVo = pb.VpnServerLocationVo
  445. VpnServerVo = pb.VpnServerVo
  446. VpnTagBatchAddReq = pb.VpnTagBatchAddReq
  447. VpnTagBatchAddResp = pb.VpnTagBatchAddResp
  448. VpnTagBatchDelReq = pb.VpnTagBatchDelReq
  449. VpnTagBatchUpdateReq = pb.VpnTagBatchUpdateReq
  450. VpnTagBatchUpdateResp = pb.VpnTagBatchUpdateResp
  451. VpnTagGetReq = pb.VpnTagGetReq
  452. VpnTagListReq = pb.VpnTagListReq
  453. VpnTagListResp = pb.VpnTagListResp
  454. VpnTagVo = pb.VpnTagVo
  455. VpnWithIPAndPortReq = pb.VpnWithIPAndPortReq
  456. VpnWithIPAndPortResp = pb.VpnWithIPAndPortResp
  457. VpnipAddReq = pb.VpnipAddReq
  458. VpnipAddResp = pb.VpnipAddResp
  459. VpnipBatchAddReq = pb.VpnipBatchAddReq
  460. VpnipBatchAddResp = pb.VpnipBatchAddResp
  461. VpnipBatchUpdateReq = pb.VpnipBatchUpdateReq
  462. VpnipBatchUpdateResp = pb.VpnipBatchUpdateResp
  463. VpnipBindAddReq = pb.VpnipBindAddReq
  464. VpnipBindAddResp = pb.VpnipBindAddResp
  465. VpnipBindBatchAddReq = pb.VpnipBindBatchAddReq
  466. VpnipBindBatchAddResp = pb.VpnipBindBatchAddResp
  467. VpnipBindBatchUpdateReq = pb.VpnipBindBatchUpdateReq
  468. VpnipBindBatchUpdateResp = pb.VpnipBindBatchUpdateResp
  469. VpnipBindGetReq = pb.VpnipBindGetReq
  470. VpnipBindGetResp = pb.VpnipBindGetResp
  471. VpnipBindListReq = pb.VpnipBindListReq
  472. VpnipBindListResp = pb.VpnipBindListResp
  473. VpnipBindUpdateReq = pb.VpnipBindUpdateReq
  474. VpnipBindUpdateResp = pb.VpnipBindUpdateResp
  475. VpnipBindVo = pb.VpnipBindVo
  476. VpnipExAddReq = pb.VpnipExAddReq
  477. VpnipExAddResp = pb.VpnipExAddResp
  478. VpnipExBatchAddReq = pb.VpnipExBatchAddReq
  479. VpnipExBatchAddResp = pb.VpnipExBatchAddResp
  480. VpnipExBatchUpdateReq = pb.VpnipExBatchUpdateReq
  481. VpnipExBatchUpdateResp = pb.VpnipExBatchUpdateResp
  482. VpnipExGetResp = pb.VpnipExGetResp
  483. VpnipExListResp = pb.VpnipExListResp
  484. VpnipExUpdateReq = pb.VpnipExUpdateReq
  485. VpnipExUpdateResp = pb.VpnipExUpdateResp
  486. VpnipExVo = pb.VpnipExVo
  487. VpnipGetReq = pb.VpnipGetReq
  488. VpnipGetResp = pb.VpnipGetResp
  489. VpnipListReq = pb.VpnipListReq
  490. VpnipListResp = pb.VpnipListResp
  491. VpnipRangeAddReq = pb.VpnipRangeAddReq
  492. VpnipRangeAddResp = pb.VpnipRangeAddResp
  493. VpnipRangeBatchAddReq = pb.VpnipRangeBatchAddReq
  494. VpnipRangeBatchAddResp = pb.VpnipRangeBatchAddResp
  495. VpnipRangeBatchUpdateReq = pb.VpnipRangeBatchUpdateReq
  496. VpnipRangeBatchUpdateResp = pb.VpnipRangeBatchUpdateResp
  497. VpnipRangeExAddReq = pb.VpnipRangeExAddReq
  498. VpnipRangeExAddResp = pb.VpnipRangeExAddResp
  499. VpnipRangeExBatchAddReq = pb.VpnipRangeExBatchAddReq
  500. VpnipRangeExBatchAddResp = pb.VpnipRangeExBatchAddResp
  501. VpnipRangeExBatchUpdateReq = pb.VpnipRangeExBatchUpdateReq
  502. VpnipRangeExBatchUpdateResp = pb.VpnipRangeExBatchUpdateResp
  503. VpnipRangeExGetResp = pb.VpnipRangeExGetResp
  504. VpnipRangeExListResp = pb.VpnipRangeExListResp
  505. VpnipRangeExUpdateReq = pb.VpnipRangeExUpdateReq
  506. VpnipRangeExUpdateResp = pb.VpnipRangeExUpdateResp
  507. VpnipRangeExVo = pb.VpnipRangeExVo
  508. VpnipRangeGetReq = pb.VpnipRangeGetReq
  509. VpnipRangeGetResp = pb.VpnipRangeGetResp
  510. VpnipRangeListReq = pb.VpnipRangeListReq
  511. VpnipRangeListResp = pb.VpnipRangeListResp
  512. VpnipRangeUpdateReq = pb.VpnipRangeUpdateReq
  513. VpnipRangeUpdateResp = pb.VpnipRangeUpdateResp
  514. VpnipRangeVo = pb.VpnipRangeVo
  515. VpnipUpdateReq = pb.VpnipUpdateReq
  516. VpnipUpdateResp = pb.VpnipUpdateResp
  517. VpnipVo = pb.VpnipVo
  518. VpnipWalledAddReq = pb.VpnipWalledAddReq
  519. VpnipWalledAddResp = pb.VpnipWalledAddResp
  520. VpnipWalledBatchAddReq = pb.VpnipWalledBatchAddReq
  521. VpnipWalledBatchAddResp = pb.VpnipWalledBatchAddResp
  522. VpnipWalledBatchUpdateReq = pb.VpnipWalledBatchUpdateReq
  523. VpnipWalledBatchUpdateResp = pb.VpnipWalledBatchUpdateResp
  524. VpnipWalledGetReq = pb.VpnipWalledGetReq
  525. VpnipWalledGetResp = pb.VpnipWalledGetResp
  526. VpnipWalledListReq = pb.VpnipWalledListReq
  527. VpnipWalledListResp = pb.VpnipWalledListResp
  528. VpnipWalledUpdateReq = pb.VpnipWalledUpdateReq
  529. VpnipWalledUpdateResp = pb.VpnipWalledUpdateResp
  530. VpnipWalledVo = pb.VpnipWalledVo
  531. GoGoodsClient interface {
  532. // ServiceTypesAdd
  533. ServiceTypesAdd(ctx context.Context, in *ServiceTypesAddReq, opts ...grpc.CallOption) (*ServiceTypesAddResp, error)
  534. ServiceTypesUpdate(ctx context.Context, in *ServiceTypesUpdateReq, opts ...grpc.CallOption) (*ServiceTypesUpdateResp, error)
  535. ServiceTypesDel(ctx context.Context, in *ServiceTypesDelReq, opts ...grpc.CallOption) (*Empty, error)
  536. ServiceTypesGet(ctx context.Context, in *ServiceTypesGetReq, opts ...grpc.CallOption) (*ServiceTypesGetResp, error)
  537. ServiceTypesGetWithValue(ctx context.Context, in *ServiceTypesGetWithValueReq, opts ...grpc.CallOption) (*ServiceTypesGetWithValueResp, error)
  538. ServiceTypesList(ctx context.Context, in *ServiceTypesListReq, opts ...grpc.CallOption) (*ServiceTypesListResp, error)
  539. ServiceTypesListWithValue(ctx context.Context, in *ServiceTypesListWithValueReq, opts ...grpc.CallOption) (*ServiceTypesListWithValueResp, error)
  540. // ServicePlanAdd
  541. ServicePlanAdd(ctx context.Context, in *ServicePlanAddReq, opts ...grpc.CallOption) (*ServicePlanAddResp, error)
  542. ServicePlanAddWithDetails(ctx context.Context, in *ServicePlanAddWithDetailsReq, opts ...grpc.CallOption) (*ServicePlanAddWithDetailsResp, error)
  543. ServicePlanUpdate(ctx context.Context, in *ServicePlanUpdateReq, opts ...grpc.CallOption) (*ServicePlanUpdateResp, error)
  544. ServicePlanUpdateWithDetails(ctx context.Context, in *ServicePlanUpdateWithDetailsReq, opts ...grpc.CallOption) (*ServicePlanUpdateWithDetailsResp, error)
  545. ServicePlanDel(ctx context.Context, in *ServicePlanDelReq, opts ...grpc.CallOption) (*Empty, error)
  546. ServicePlanGet(ctx context.Context, in *ServicePlanGetReq, opts ...grpc.CallOption) (*ServicePlanGetResp, error)
  547. ServicePlanGetWithDetails(ctx context.Context, in *ServicePlanGetWithDetailsReq, opts ...grpc.CallOption) (*ServicePlanGetWithDetailsResp, error)
  548. ServicePlanList(ctx context.Context, in *ServicePlanListReq, opts ...grpc.CallOption) (*ServicePlanListResp, error)
  549. ServicePlanListWithDetails(ctx context.Context, in *ServicePlanListWithDetailsReq, opts ...grpc.CallOption) (*ServicePlanListWithDetailsResp, error)
  550. // ServicePlanTypesAdd
  551. ServicePlanTypesAdd(ctx context.Context, in *ServicePlanTypesAddReq, opts ...grpc.CallOption) (*ServicePlanTypesAddResp, error)
  552. ServicePlanTypesUpdate(ctx context.Context, in *ServicePlanTypesUpdateReq, opts ...grpc.CallOption) (*ServicePlanTypesUpdateResp, error)
  553. ServicePlanTypesDel(ctx context.Context, in *ServicePlanTypesDelReq, opts ...grpc.CallOption) (*Empty, error)
  554. ServicePlanTypesGet(ctx context.Context, in *ServicePlanTypesGetReq, opts ...grpc.CallOption) (*ServicePlanTypesGetResp, error)
  555. ServicePlanTypesList(ctx context.Context, in *ServicePlanTypesListReq, opts ...grpc.CallOption) (*ServicePlanTypesListResp, error)
  556. // ServiceGoodsAdd
  557. ServiceGoodsAdd(ctx context.Context, in *ServiceGoodsAddReq, opts ...grpc.CallOption) (*ServiceGoodsAddResp, error)
  558. ServiceGoodsAddWithPlans(ctx context.Context, in *ServiceGoodsAddWithPlansReq, opts ...grpc.CallOption) (*ServiceGoodsAddWithPlansResp, error)
  559. ServiceGoodsAddWithPlansAndDetails(ctx context.Context, in *ServiceGoodsAddWithPlansAndDetailsReq, opts ...grpc.CallOption) (*ServiceGoodsAddWithPlansAndDetailsResp, error)
  560. ServiceGoodsUpdate(ctx context.Context, in *ServiceGoodsUpdateReq, opts ...grpc.CallOption) (*ServiceGoodsUpdateResp, error)
  561. ServiceGoodsUpdateWithPlans(ctx context.Context, in *ServiceGoodsUpdateWithPlansReq, opts ...grpc.CallOption) (*ServiceGoodsUpdateWithPlansResp, error)
  562. ServiceGoodsUpdateWithPlansAndDetails(ctx context.Context, in *ServiceGoodsUpdateWithPlansAndDetailsReq, opts ...grpc.CallOption) (*ServiceGoodsUpdateWithPlansAndDetailsResp, error)
  563. ServiceGoodsDel(ctx context.Context, in *ServiceGoodsDelReq, opts ...grpc.CallOption) (*Empty, error)
  564. ServiceGoodsGet(ctx context.Context, in *ServiceGoodsGetReq, opts ...grpc.CallOption) (*ServiceGoodsGetResp, error)
  565. ServiceGoodsGetWithPlans(ctx context.Context, in *ServiceGoodsGetWithPlansReq, opts ...grpc.CallOption) (*ServiceGoodsGetWithPlansResp, error)
  566. ServiceGoodsGetWithPlansAndDetails(ctx context.Context, in *ServiceGoodsGetWithPlansAndDetailsReq, opts ...grpc.CallOption) (*ServiceGoodsGetWithPlansAndDetailsResp, error)
  567. ServiceGoodsList(ctx context.Context, in *ServiceGoodsListReq, opts ...grpc.CallOption) (*ServiceGoodsListResp, error)
  568. ServiceGoodsListWithPlans(ctx context.Context, in *ServiceGoodsListWithPlansReq, opts ...grpc.CallOption) (*ServiceGoodsListWithPlansResp, error)
  569. ServiceGoodsListWithPlansAndDetails(ctx context.Context, in *ServiceGoodsListWithPlansAndDetailsReq, opts ...grpc.CallOption) (*ServiceGoodsListWithPlansAndDetailsResp, error)
  570. // ServiceGoodsPlansAdd
  571. ServiceGoodsPlansAdd(ctx context.Context, in *ServiceGoodsPlansAddReq, opts ...grpc.CallOption) (*ServiceGoodsPlansAddResp, error)
  572. ServiceGoodsPlansUpdate(ctx context.Context, in *ServiceGoodsPlansUpdateReq, opts ...grpc.CallOption) (*ServiceGoodsPlansUpdateResp, error)
  573. ServiceGoodsPlansDel(ctx context.Context, in *ServiceGoodsPlansDelReq, opts ...grpc.CallOption) (*Empty, error)
  574. ServiceGoodsPlansGet(ctx context.Context, in *ServiceGoodsPlansGetReq, opts ...grpc.CallOption) (*ServiceGoodsPlansGetResp, error)
  575. ServiceGoodsPlansList(ctx context.Context, in *ServiceGoodsPlansListReq, opts ...grpc.CallOption) (*ServiceGoodsPlansListResp, error)
  576. // ServiceGoodsChannelAdd
  577. ServiceGoodsChannelAdd(ctx context.Context, in *ServiceGoodsChannelAddReq, opts ...grpc.CallOption) (*ServiceGoodsChannelAddResp, error)
  578. ServiceGoodsChannelUpdate(ctx context.Context, in *ServiceGoodsChannelUpdateReq, opts ...grpc.CallOption) (*ServiceGoodsChannelUpdateResp, error)
  579. ServiceGoodsChannelDel(ctx context.Context, in *ServiceGoodsChannelDelReq, opts ...grpc.CallOption) (*Empty, error)
  580. ServiceGoodsChannelGet(ctx context.Context, in *ServiceGoodsChannelGetReq, opts ...grpc.CallOption) (*ServiceGoodsChannelGetResp, error)
  581. ServiceGoodsChannelGetWithGoods(ctx context.Context, in *ServiceGoodsChannelGetWithGoodsReq, opts ...grpc.CallOption) (*ServiceGoodsChannelGetWithGoodsResp, error)
  582. ServiceGoodsChannelGetWithGoodsAndPlans(ctx context.Context, in *ServiceGoodsChannelGetWithGoodsAndPlansReq, opts ...grpc.CallOption) (*ServiceGoodsChannelGetWithGoodsAndPlansResp, error)
  583. ServiceGoodsChannelGetWithGoodsAndPlansAndDetails(ctx context.Context, in *ServiceGoodsChannelGetWithGoodsAndPlansAndDetailsReq, opts ...grpc.CallOption) (*ServiceGoodsChannelGetWithGoodsAndPlansAndDetailsResp, error)
  584. ServiceGoodsChannelList(ctx context.Context, in *ServiceGoodsChannelListReq, opts ...grpc.CallOption) (*ServiceGoodsChannelListResp, error)
  585. ServiceGoodsChannelListWithGoods(ctx context.Context, in *ServiceGoodsChannelListWithGoodsReq, opts ...grpc.CallOption) (*ServiceGoodsChannelListWithGoodsResp, error)
  586. ServiceGoodsChannelListWithGoodsAndPlans(ctx context.Context, in *ServiceGoodsChannelListWithGoodsAndPlansReq, opts ...grpc.CallOption) (*ServiceGoodsChannelListWithGoodsAndPlansResp, error)
  587. ServiceGoodsChannelListWithGoodsAndPlansAndDetails(ctx context.Context, in *ServiceGoodsChannelListWithGoodsAndPlansAndDetailsReq, opts ...grpc.CallOption) (*ServiceGoodsChannelListWithGoodsAndPlansAndDetailsResp, error)
  588. }
  589. defaultGoGoodsClient struct {
  590. cli zrpc.Client
  591. }
  592. )
  593. func NewGoGoodsClient(cli zrpc.Client) GoGoodsClient {
  594. return &defaultGoGoodsClient{
  595. cli: cli,
  596. }
  597. }
  598. // ServiceTypesAdd
  599. func (m *defaultGoGoodsClient) ServiceTypesAdd(ctx context.Context, in *ServiceTypesAddReq, opts ...grpc.CallOption) (*ServiceTypesAddResp, error) {
  600. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  601. return client.ServiceTypesAdd(ctx, in, opts...)
  602. }
  603. func (m *defaultGoGoodsClient) ServiceTypesUpdate(ctx context.Context, in *ServiceTypesUpdateReq, opts ...grpc.CallOption) (*ServiceTypesUpdateResp, error) {
  604. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  605. return client.ServiceTypesUpdate(ctx, in, opts...)
  606. }
  607. func (m *defaultGoGoodsClient) ServiceTypesDel(ctx context.Context, in *ServiceTypesDelReq, opts ...grpc.CallOption) (*Empty, error) {
  608. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  609. return client.ServiceTypesDel(ctx, in, opts...)
  610. }
  611. func (m *defaultGoGoodsClient) ServiceTypesGet(ctx context.Context, in *ServiceTypesGetReq, opts ...grpc.CallOption) (*ServiceTypesGetResp, error) {
  612. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  613. return client.ServiceTypesGet(ctx, in, opts...)
  614. }
  615. func (m *defaultGoGoodsClient) ServiceTypesGetWithValue(ctx context.Context, in *ServiceTypesGetWithValueReq, opts ...grpc.CallOption) (*ServiceTypesGetWithValueResp, error) {
  616. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  617. return client.ServiceTypesGetWithValue(ctx, in, opts...)
  618. }
  619. func (m *defaultGoGoodsClient) ServiceTypesList(ctx context.Context, in *ServiceTypesListReq, opts ...grpc.CallOption) (*ServiceTypesListResp, error) {
  620. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  621. return client.ServiceTypesList(ctx, in, opts...)
  622. }
  623. func (m *defaultGoGoodsClient) ServiceTypesListWithValue(ctx context.Context, in *ServiceTypesListWithValueReq, opts ...grpc.CallOption) (*ServiceTypesListWithValueResp, error) {
  624. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  625. return client.ServiceTypesListWithValue(ctx, in, opts...)
  626. }
  627. // ServicePlanAdd
  628. func (m *defaultGoGoodsClient) ServicePlanAdd(ctx context.Context, in *ServicePlanAddReq, opts ...grpc.CallOption) (*ServicePlanAddResp, error) {
  629. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  630. return client.ServicePlanAdd(ctx, in, opts...)
  631. }
  632. func (m *defaultGoGoodsClient) ServicePlanAddWithDetails(ctx context.Context, in *ServicePlanAddWithDetailsReq, opts ...grpc.CallOption) (*ServicePlanAddWithDetailsResp, error) {
  633. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  634. return client.ServicePlanAddWithDetails(ctx, in, opts...)
  635. }
  636. func (m *defaultGoGoodsClient) ServicePlanUpdate(ctx context.Context, in *ServicePlanUpdateReq, opts ...grpc.CallOption) (*ServicePlanUpdateResp, error) {
  637. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  638. return client.ServicePlanUpdate(ctx, in, opts...)
  639. }
  640. func (m *defaultGoGoodsClient) ServicePlanUpdateWithDetails(ctx context.Context, in *ServicePlanUpdateWithDetailsReq, opts ...grpc.CallOption) (*ServicePlanUpdateWithDetailsResp, error) {
  641. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  642. return client.ServicePlanUpdateWithDetails(ctx, in, opts...)
  643. }
  644. func (m *defaultGoGoodsClient) ServicePlanDel(ctx context.Context, in *ServicePlanDelReq, opts ...grpc.CallOption) (*Empty, error) {
  645. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  646. return client.ServicePlanDel(ctx, in, opts...)
  647. }
  648. func (m *defaultGoGoodsClient) ServicePlanGet(ctx context.Context, in *ServicePlanGetReq, opts ...grpc.CallOption) (*ServicePlanGetResp, error) {
  649. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  650. return client.ServicePlanGet(ctx, in, opts...)
  651. }
  652. func (m *defaultGoGoodsClient) ServicePlanGetWithDetails(ctx context.Context, in *ServicePlanGetWithDetailsReq, opts ...grpc.CallOption) (*ServicePlanGetWithDetailsResp, error) {
  653. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  654. return client.ServicePlanGetWithDetails(ctx, in, opts...)
  655. }
  656. func (m *defaultGoGoodsClient) ServicePlanList(ctx context.Context, in *ServicePlanListReq, opts ...grpc.CallOption) (*ServicePlanListResp, error) {
  657. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  658. return client.ServicePlanList(ctx, in, opts...)
  659. }
  660. func (m *defaultGoGoodsClient) ServicePlanListWithDetails(ctx context.Context, in *ServicePlanListWithDetailsReq, opts ...grpc.CallOption) (*ServicePlanListWithDetailsResp, error) {
  661. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  662. return client.ServicePlanListWithDetails(ctx, in, opts...)
  663. }
  664. // ServicePlanTypesAdd
  665. func (m *defaultGoGoodsClient) ServicePlanTypesAdd(ctx context.Context, in *ServicePlanTypesAddReq, opts ...grpc.CallOption) (*ServicePlanTypesAddResp, error) {
  666. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  667. return client.ServicePlanTypesAdd(ctx, in, opts...)
  668. }
  669. func (m *defaultGoGoodsClient) ServicePlanTypesUpdate(ctx context.Context, in *ServicePlanTypesUpdateReq, opts ...grpc.CallOption) (*ServicePlanTypesUpdateResp, error) {
  670. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  671. return client.ServicePlanTypesUpdate(ctx, in, opts...)
  672. }
  673. func (m *defaultGoGoodsClient) ServicePlanTypesDel(ctx context.Context, in *ServicePlanTypesDelReq, opts ...grpc.CallOption) (*Empty, error) {
  674. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  675. return client.ServicePlanTypesDel(ctx, in, opts...)
  676. }
  677. func (m *defaultGoGoodsClient) ServicePlanTypesGet(ctx context.Context, in *ServicePlanTypesGetReq, opts ...grpc.CallOption) (*ServicePlanTypesGetResp, error) {
  678. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  679. return client.ServicePlanTypesGet(ctx, in, opts...)
  680. }
  681. func (m *defaultGoGoodsClient) ServicePlanTypesList(ctx context.Context, in *ServicePlanTypesListReq, opts ...grpc.CallOption) (*ServicePlanTypesListResp, error) {
  682. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  683. return client.ServicePlanTypesList(ctx, in, opts...)
  684. }
  685. // ServiceGoodsAdd
  686. func (m *defaultGoGoodsClient) ServiceGoodsAdd(ctx context.Context, in *ServiceGoodsAddReq, opts ...grpc.CallOption) (*ServiceGoodsAddResp, error) {
  687. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  688. return client.ServiceGoodsAdd(ctx, in, opts...)
  689. }
  690. func (m *defaultGoGoodsClient) ServiceGoodsAddWithPlans(ctx context.Context, in *ServiceGoodsAddWithPlansReq, opts ...grpc.CallOption) (*ServiceGoodsAddWithPlansResp, error) {
  691. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  692. return client.ServiceGoodsAddWithPlans(ctx, in, opts...)
  693. }
  694. func (m *defaultGoGoodsClient) ServiceGoodsAddWithPlansAndDetails(ctx context.Context, in *ServiceGoodsAddWithPlansAndDetailsReq, opts ...grpc.CallOption) (*ServiceGoodsAddWithPlansAndDetailsResp, error) {
  695. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  696. return client.ServiceGoodsAddWithPlansAndDetails(ctx, in, opts...)
  697. }
  698. func (m *defaultGoGoodsClient) ServiceGoodsUpdate(ctx context.Context, in *ServiceGoodsUpdateReq, opts ...grpc.CallOption) (*ServiceGoodsUpdateResp, error) {
  699. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  700. return client.ServiceGoodsUpdate(ctx, in, opts...)
  701. }
  702. func (m *defaultGoGoodsClient) ServiceGoodsUpdateWithPlans(ctx context.Context, in *ServiceGoodsUpdateWithPlansReq, opts ...grpc.CallOption) (*ServiceGoodsUpdateWithPlansResp, error) {
  703. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  704. return client.ServiceGoodsUpdateWithPlans(ctx, in, opts...)
  705. }
  706. func (m *defaultGoGoodsClient) ServiceGoodsUpdateWithPlansAndDetails(ctx context.Context, in *ServiceGoodsUpdateWithPlansAndDetailsReq, opts ...grpc.CallOption) (*ServiceGoodsUpdateWithPlansAndDetailsResp, error) {
  707. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  708. return client.ServiceGoodsUpdateWithPlansAndDetails(ctx, in, opts...)
  709. }
  710. func (m *defaultGoGoodsClient) ServiceGoodsDel(ctx context.Context, in *ServiceGoodsDelReq, opts ...grpc.CallOption) (*Empty, error) {
  711. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  712. return client.ServiceGoodsDel(ctx, in, opts...)
  713. }
  714. func (m *defaultGoGoodsClient) ServiceGoodsGet(ctx context.Context, in *ServiceGoodsGetReq, opts ...grpc.CallOption) (*ServiceGoodsGetResp, error) {
  715. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  716. return client.ServiceGoodsGet(ctx, in, opts...)
  717. }
  718. func (m *defaultGoGoodsClient) ServiceGoodsGetWithPlans(ctx context.Context, in *ServiceGoodsGetWithPlansReq, opts ...grpc.CallOption) (*ServiceGoodsGetWithPlansResp, error) {
  719. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  720. return client.ServiceGoodsGetWithPlans(ctx, in, opts...)
  721. }
  722. func (m *defaultGoGoodsClient) ServiceGoodsGetWithPlansAndDetails(ctx context.Context, in *ServiceGoodsGetWithPlansAndDetailsReq, opts ...grpc.CallOption) (*ServiceGoodsGetWithPlansAndDetailsResp, error) {
  723. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  724. return client.ServiceGoodsGetWithPlansAndDetails(ctx, in, opts...)
  725. }
  726. func (m *defaultGoGoodsClient) ServiceGoodsList(ctx context.Context, in *ServiceGoodsListReq, opts ...grpc.CallOption) (*ServiceGoodsListResp, error) {
  727. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  728. return client.ServiceGoodsList(ctx, in, opts...)
  729. }
  730. func (m *defaultGoGoodsClient) ServiceGoodsListWithPlans(ctx context.Context, in *ServiceGoodsListWithPlansReq, opts ...grpc.CallOption) (*ServiceGoodsListWithPlansResp, error) {
  731. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  732. return client.ServiceGoodsListWithPlans(ctx, in, opts...)
  733. }
  734. func (m *defaultGoGoodsClient) ServiceGoodsListWithPlansAndDetails(ctx context.Context, in *ServiceGoodsListWithPlansAndDetailsReq, opts ...grpc.CallOption) (*ServiceGoodsListWithPlansAndDetailsResp, error) {
  735. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  736. return client.ServiceGoodsListWithPlansAndDetails(ctx, in, opts...)
  737. }
  738. // ServiceGoodsPlansAdd
  739. func (m *defaultGoGoodsClient) ServiceGoodsPlansAdd(ctx context.Context, in *ServiceGoodsPlansAddReq, opts ...grpc.CallOption) (*ServiceGoodsPlansAddResp, error) {
  740. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  741. return client.ServiceGoodsPlansAdd(ctx, in, opts...)
  742. }
  743. func (m *defaultGoGoodsClient) ServiceGoodsPlansUpdate(ctx context.Context, in *ServiceGoodsPlansUpdateReq, opts ...grpc.CallOption) (*ServiceGoodsPlansUpdateResp, error) {
  744. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  745. return client.ServiceGoodsPlansUpdate(ctx, in, opts...)
  746. }
  747. func (m *defaultGoGoodsClient) ServiceGoodsPlansDel(ctx context.Context, in *ServiceGoodsPlansDelReq, opts ...grpc.CallOption) (*Empty, error) {
  748. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  749. return client.ServiceGoodsPlansDel(ctx, in, opts...)
  750. }
  751. func (m *defaultGoGoodsClient) ServiceGoodsPlansGet(ctx context.Context, in *ServiceGoodsPlansGetReq, opts ...grpc.CallOption) (*ServiceGoodsPlansGetResp, error) {
  752. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  753. return client.ServiceGoodsPlansGet(ctx, in, opts...)
  754. }
  755. func (m *defaultGoGoodsClient) ServiceGoodsPlansList(ctx context.Context, in *ServiceGoodsPlansListReq, opts ...grpc.CallOption) (*ServiceGoodsPlansListResp, error) {
  756. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  757. return client.ServiceGoodsPlansList(ctx, in, opts...)
  758. }
  759. // ServiceGoodsChannelAdd
  760. func (m *defaultGoGoodsClient) ServiceGoodsChannelAdd(ctx context.Context, in *ServiceGoodsChannelAddReq, opts ...grpc.CallOption) (*ServiceGoodsChannelAddResp, error) {
  761. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  762. return client.ServiceGoodsChannelAdd(ctx, in, opts...)
  763. }
  764. func (m *defaultGoGoodsClient) ServiceGoodsChannelUpdate(ctx context.Context, in *ServiceGoodsChannelUpdateReq, opts ...grpc.CallOption) (*ServiceGoodsChannelUpdateResp, error) {
  765. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  766. return client.ServiceGoodsChannelUpdate(ctx, in, opts...)
  767. }
  768. func (m *defaultGoGoodsClient) ServiceGoodsChannelDel(ctx context.Context, in *ServiceGoodsChannelDelReq, opts ...grpc.CallOption) (*Empty, error) {
  769. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  770. return client.ServiceGoodsChannelDel(ctx, in, opts...)
  771. }
  772. func (m *defaultGoGoodsClient) ServiceGoodsChannelGet(ctx context.Context, in *ServiceGoodsChannelGetReq, opts ...grpc.CallOption) (*ServiceGoodsChannelGetResp, error) {
  773. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  774. return client.ServiceGoodsChannelGet(ctx, in, opts...)
  775. }
  776. func (m *defaultGoGoodsClient) ServiceGoodsChannelGetWithGoods(ctx context.Context, in *ServiceGoodsChannelGetWithGoodsReq, opts ...grpc.CallOption) (*ServiceGoodsChannelGetWithGoodsResp, error) {
  777. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  778. return client.ServiceGoodsChannelGetWithGoods(ctx, in, opts...)
  779. }
  780. func (m *defaultGoGoodsClient) ServiceGoodsChannelGetWithGoodsAndPlans(ctx context.Context, in *ServiceGoodsChannelGetWithGoodsAndPlansReq, opts ...grpc.CallOption) (*ServiceGoodsChannelGetWithGoodsAndPlansResp, error) {
  781. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  782. return client.ServiceGoodsChannelGetWithGoodsAndPlans(ctx, in, opts...)
  783. }
  784. func (m *defaultGoGoodsClient) ServiceGoodsChannelGetWithGoodsAndPlansAndDetails(ctx context.Context, in *ServiceGoodsChannelGetWithGoodsAndPlansAndDetailsReq, opts ...grpc.CallOption) (*ServiceGoodsChannelGetWithGoodsAndPlansAndDetailsResp, error) {
  785. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  786. return client.ServiceGoodsChannelGetWithGoodsAndPlansAndDetails(ctx, in, opts...)
  787. }
  788. func (m *defaultGoGoodsClient) ServiceGoodsChannelList(ctx context.Context, in *ServiceGoodsChannelListReq, opts ...grpc.CallOption) (*ServiceGoodsChannelListResp, error) {
  789. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  790. return client.ServiceGoodsChannelList(ctx, in, opts...)
  791. }
  792. func (m *defaultGoGoodsClient) ServiceGoodsChannelListWithGoods(ctx context.Context, in *ServiceGoodsChannelListWithGoodsReq, opts ...grpc.CallOption) (*ServiceGoodsChannelListWithGoodsResp, error) {
  793. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  794. return client.ServiceGoodsChannelListWithGoods(ctx, in, opts...)
  795. }
  796. func (m *defaultGoGoodsClient) ServiceGoodsChannelListWithGoodsAndPlans(ctx context.Context, in *ServiceGoodsChannelListWithGoodsAndPlansReq, opts ...grpc.CallOption) (*ServiceGoodsChannelListWithGoodsAndPlansResp, error) {
  797. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  798. return client.ServiceGoodsChannelListWithGoodsAndPlans(ctx, in, opts...)
  799. }
  800. func (m *defaultGoGoodsClient) ServiceGoodsChannelListWithGoodsAndPlansAndDetails(ctx context.Context, in *ServiceGoodsChannelListWithGoodsAndPlansAndDetailsReq, opts ...grpc.CallOption) (*ServiceGoodsChannelListWithGoodsAndPlansAndDetailsResp, error) {
  801. client := pb.NewGoGoodsClientClient(m.cli.Conn())
  802. return client.ServiceGoodsChannelListWithGoodsAndPlansAndDetails(ctx, in, opts...)
  803. }