go_plan_client.go 63 KB

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