go_user_client.go 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  1. // Code generated by goctl. DO NOT EDIT.
  2. // goctl 1.9.2
  3. // Source: gorpc.proto
  4. package gouserclient
  5. import (
  6. "context"
  7. "code.clickto.dev/nomo-server/go-service-pb/pb/pb"
  8. "github.com/zeromicro/go-zero/zrpc"
  9. "google.golang.org/grpc"
  10. )
  11. type (
  12. AccountDeviceListReq = pb.AccountDeviceListReq
  13. AccountDeviceListResp = pb.AccountDeviceListResp
  14. AccountDeviceVo = pb.AccountDeviceVo
  15. AccountListReq = pb.AccountListReq
  16. AccountListResp = pb.AccountListResp
  17. AccountVo = pb.AccountVo
  18. AdGlobalConfigGetReq = pb.AdGlobalConfigGetReq
  19. AdGlobalConfigVo = pb.AdGlobalConfigVo
  20. AdPlanDetailListReq = pb.AdPlanDetailListReq
  21. AdPlanDetailListResp = pb.AdPlanDetailListResp
  22. AdPlanDetailVo = pb.AdPlanDetailVo
  23. AdPlanListReq = pb.AdPlanListReq
  24. AdPlanListResp = pb.AdPlanListResp
  25. AdPlanVo = pb.AdPlanVo
  26. AnnouncePlanDetailListReq = pb.AnnouncePlanDetailListReq
  27. AnnouncePlanDetailListResp = pb.AnnouncePlanDetailListResp
  28. AnnouncePlanDetailVo = pb.AnnouncePlanDetailVo
  29. AnnouncePlanListReq = pb.AnnouncePlanListReq
  30. AnnouncePlanListResp = pb.AnnouncePlanListResp
  31. AnnouncePlanVo = pb.AnnouncePlanVo
  32. AreaParamListReq = pb.AreaParamListReq
  33. AreaParamListResp = pb.AreaParamListResp
  34. AreaParamVo = pb.AreaParamVo
  35. BaseReq = pb.BaseReq
  36. CommonResult = pb.CommonResult
  37. ConfigGetReq = pb.ConfigGetReq
  38. DeleteIdResp = pb.DeleteIdResp
  39. DeployConfigListReq = pb.DeployConfigListReq
  40. DeployConfigListResp = pb.DeployConfigListResp
  41. DeployConfigVo = pb.DeployConfigVo
  42. DeviceListReq = pb.DeviceListReq
  43. DeviceListRes = pb.DeviceListRes
  44. DeviceVo = pb.DeviceVo
  45. DictGetReq = pb.DictGetReq
  46. DictListReq = pb.DictListReq
  47. DictListResp = pb.DictListResp
  48. DictVo = pb.DictVo
  49. Empty = pb.Empty
  50. FindSchedulePublishListReq = pb.FindSchedulePublishListReq
  51. FindSchedulePublishListResp = pb.FindSchedulePublishListResp
  52. GameCategoryListReq = pb.GameCategoryListReq
  53. GameCategoryListRes = pb.GameCategoryListRes
  54. GameCategoryReq = pb.GameCategoryReq
  55. GameCategoryVo = pb.GameCategoryVo
  56. GameCustomerAddResp = pb.GameCustomerAddResp
  57. GameCustomerListReq = pb.GameCustomerListReq
  58. GameCustomerListRes = pb.GameCustomerListRes
  59. GameCustomerVo = pb.GameCustomerVo
  60. GameListReq = pb.GameListReq
  61. GameListRes = pb.GameListRes
  62. GameRankOption = pb.GameRankOption
  63. GameRedisHScanByNameReq = pb.GameRedisHScanByNameReq
  64. GameRedisHScanByNameResp = pb.GameRedisHScanByNameResp
  65. GameReq = pb.GameReq
  66. GameVo = pb.GameVo
  67. GlobalParamGetReq = pb.GlobalParamGetReq
  68. GlobalParamListReq = pb.GlobalParamListReq
  69. GlobalParamListResp = pb.GlobalParamListResp
  70. GlobalParamVo = pb.GlobalParamVo
  71. I18NVo = pb.I18NVo
  72. Ids = pb.Ids
  73. Int64SelectController = pb.Int64SelectController
  74. IntSelectController = pb.IntSelectController
  75. JobBatchListReq = pb.JobBatchListReq
  76. JobBatchListResp = pb.JobBatchListResp
  77. JobBatchListWithTasksResp = pb.JobBatchListWithTasksResp
  78. JobBatchVo = pb.JobBatchVo
  79. JobBatchWithTasksVo = pb.JobBatchWithTasksVo
  80. JobTasksListReq = pb.JobTasksListReq
  81. JobTasksListResp = pb.JobTasksListResp
  82. JobTasksVo = pb.JobTasksVo
  83. MessagePushListReq = pb.MessagePushListReq
  84. MessagePushListResp = pb.MessagePushListResp
  85. MessagePushVo = pb.MessagePushVo
  86. NationalLanguageListReq = pb.NationalLanguageListReq
  87. NationalLanguageListResp = pb.NationalLanguageListResp
  88. NationalLanguageVo = pb.NationalLanguageVo
  89. OperationLogListReq = pb.OperationLogListReq
  90. OperationLogListResp = pb.OperationLogListResp
  91. OperationLogVo = pb.OperationLogVo
  92. Page = pb.Page
  93. Page_OrderItem = pb.Page_OrderItem
  94. ProductActionGroupDisableReq = pb.ProductActionGroupDisableReq
  95. ProductActionGroupEnableReq = pb.ProductActionGroupEnableReq
  96. ProductActionGroupListReq = pb.ProductActionGroupListReq
  97. ProductActionGroupListResp = pb.ProductActionGroupListResp
  98. ProductActionGroupReq = pb.ProductActionGroupReq
  99. ProductActionGroupVo = pb.ProductActionGroupVo
  100. ProductActionListReq = pb.ProductActionListReq
  101. ProductActionListResp = pb.ProductActionListResp
  102. ProductActionPolicyGroupDisableReq = pb.ProductActionPolicyGroupDisableReq
  103. ProductActionPolicyGroupEnableReq = pb.ProductActionPolicyGroupEnableReq
  104. ProductActionPolicyGroupListReq = pb.ProductActionPolicyGroupListReq
  105. ProductActionPolicyGroupListResp = pb.ProductActionPolicyGroupListResp
  106. ProductActionPolicyGroupReq = pb.ProductActionPolicyGroupReq
  107. ProductActionPolicyGroupVo = pb.ProductActionPolicyGroupVo
  108. ProductActionReq = pb.ProductActionReq
  109. ProductActionTypeListReq = pb.ProductActionTypeListReq
  110. ProductActionTypeListResp = pb.ProductActionTypeListResp
  111. ProductActionTypeReq = pb.ProductActionTypeReq
  112. ProductActionTypeVo = pb.ProductActionTypeVo
  113. ProductActionVo = pb.ProductActionVo
  114. ProductListReq = pb.ProductListReq
  115. ProductListResp = pb.ProductListResp
  116. ProductParamGetReq = pb.ProductParamGetReq
  117. ProductParamListReq = pb.ProductParamListReq
  118. ProductParamListResp = pb.ProductParamListResp
  119. ProductParamVo = pb.ProductParamVo
  120. ProductVo = pb.ProductVo
  121. PublishScheduleDramaReq = pb.PublishScheduleDramaReq
  122. RelGameRankListReq = pb.RelGameRankListReq
  123. RelGameRankListRes = pb.RelGameRankListRes
  124. RelGameRankReq = pb.RelGameRankReq
  125. RelGameRankVo = pb.RelGameRankVo
  126. RelGameVpnGroupListReq = pb.RelGameVpnGroupListReq
  127. RelGameVpnGroupListRes = pb.RelGameVpnGroupListRes
  128. RelGameVpnGroupReq = pb.RelGameVpnGroupReq
  129. RelGameVpnGroupVo = pb.RelGameVpnGroupVo
  130. Request = pb.Request
  131. Response = pb.Response
  132. ServiceSetsAddReq = pb.ServiceSetsAddReq
  133. ServiceSetsDelReq = pb.ServiceSetsDelReq
  134. ServiceSetsGetReq = pb.ServiceSetsGetReq
  135. ServiceSetsListReq = pb.ServiceSetsListReq
  136. ServiceSetsListResp = pb.ServiceSetsListResp
  137. ServiceSetsUpdateReq = pb.ServiceSetsUpdateReq
  138. ServiceSetsVo = pb.ServiceSetsVo
  139. ServiceTypesAddReq = pb.ServiceTypesAddReq
  140. ServiceTypesDelReq = pb.ServiceTypesDelReq
  141. ServiceTypesGetReq = pb.ServiceTypesGetReq
  142. ServiceTypesListReq = pb.ServiceTypesListReq
  143. ServiceTypesListResp = pb.ServiceTypesListResp
  144. ServiceTypesUpdateReq = pb.ServiceTypesUpdateReq
  145. ServiceTypesVo = pb.ServiceTypesVo
  146. SetTotalStatsReq = pb.SetTotalStatsReq
  147. ShortDramaCheckNameReq = pb.ShortDramaCheckNameReq
  148. ShortDramaCheckNameResp = pb.ShortDramaCheckNameResp
  149. ShortDramaCopyrightInfoVo = pb.ShortDramaCopyrightInfoVo
  150. ShortDramaEpisodeBatchAddReq = pb.ShortDramaEpisodeBatchAddReq
  151. ShortDramaEpisodeBatchRefreshUpdateTimeReq = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
  152. ShortDramaEpisodeCountReq = pb.ShortDramaEpisodeCountReq
  153. ShortDramaEpisodeCountResp = pb.ShortDramaEpisodeCountResp
  154. ShortDramaEpisodeCountVo = pb.ShortDramaEpisodeCountVo
  155. ShortDramaEpisodeGetReq = pb.ShortDramaEpisodeGetReq
  156. ShortDramaEpisodeListReq = pb.ShortDramaEpisodeListReq
  157. ShortDramaEpisodeListResp = pb.ShortDramaEpisodeListResp
  158. ShortDramaEpisodeVo = pb.ShortDramaEpisodeVo
  159. ShortDramaFindIdsWithCopyrightResp = pb.ShortDramaFindIdsWithCopyrightResp
  160. ShortDramaGetReq = pb.ShortDramaGetReq
  161. ShortDramaLanguageListReq = pb.ShortDramaLanguageListReq
  162. ShortDramaLanguageListResp = pb.ShortDramaLanguageListResp
  163. ShortDramaLanguageVo = pb.ShortDramaLanguageVo
  164. ShortDramaListReq = pb.ShortDramaListReq
  165. ShortDramaListResp = pb.ShortDramaListResp
  166. ShortDramaStatsPlaysTotalListReq = pb.ShortDramaStatsPlaysTotalListReq
  167. ShortDramaStatsPlaysTotalListResp = pb.ShortDramaStatsPlaysTotalListResp
  168. ShortDramaStatsPlaysTotalVo = pb.ShortDramaStatsPlaysTotalVo
  169. ShortDramaUpdateModifierReq = pb.ShortDramaUpdateModifierReq
  170. ShortDramaUpdateReleaseRegionsReq = pb.ShortDramaUpdateReleaseRegionsReq
  171. ShortDramaVo = pb.ShortDramaVo
  172. StringSelectController = pb.StringSelectController
  173. SysPermGetReq = pb.SysPermGetReq
  174. SysPermListReq = pb.SysPermListReq
  175. SysPermListResp = pb.SysPermListResp
  176. SysPermRule = pb.SysPermRule
  177. SysPermVo = pb.SysPermVo
  178. SysRoleGetReq = pb.SysRoleGetReq
  179. SysRoleListReq = pb.SysRoleListReq
  180. SysRoleListResp = pb.SysRoleListResp
  181. SysRoleListWithPermsResp = pb.SysRoleListWithPermsResp
  182. SysRolePermGetReq = pb.SysRolePermGetReq
  183. SysRolePermListReq = pb.SysRolePermListReq
  184. SysRolePermListResp = pb.SysRolePermListResp
  185. SysRolePermVo = pb.SysRolePermVo
  186. SysRoleVo = pb.SysRoleVo
  187. SysRoleWithPermIds = pb.SysRoleWithPermIds
  188. SysRoleWithPerms = pb.SysRoleWithPerms
  189. SysUserGetReq = pb.SysUserGetReq
  190. SysUserListReq = pb.SysUserListReq
  191. SysUserListResp = pb.SysUserListResp
  192. SysUserListWithRolesAndPermsResp = pb.SysUserListWithRolesAndPermsResp
  193. SysUserPermGetReq = pb.SysUserPermGetReq
  194. SysUserPermListReq = pb.SysUserPermListReq
  195. SysUserPermListResp = pb.SysUserPermListResp
  196. SysUserPermVo = pb.SysUserPermVo
  197. SysUserRoleGetReq = pb.SysUserRoleGetReq
  198. SysUserRoleListReq = pb.SysUserRoleListReq
  199. SysUserRoleListResp = pb.SysUserRoleListResp
  200. SysUserRoleVo = pb.SysUserRoleVo
  201. SysUserVo = pb.SysUserVo
  202. SysUserWithRoleIdsAndPermRules = pb.SysUserWithRoleIdsAndPermRules
  203. SysUserWithRolesAndPerms = pb.SysUserWithRolesAndPerms
  204. TimeRange = pb.TimeRange
  205. TipGetReq = pb.TipGetReq
  206. TipListReq = pb.TipListReq
  207. TipListResp = pb.TipListResp
  208. TipVo = pb.TipVo
  209. TransactionOperation = pb.TransactionOperation
  210. TransactionReq = pb.TransactionReq
  211. UpgradePkgPlanDetailListReq = pb.UpgradePkgPlanDetailListReq
  212. UpgradePkgPlanDetailListResp = pb.UpgradePkgPlanDetailListResp
  213. UpgradePkgPlanDetailVo = pb.UpgradePkgPlanDetailVo
  214. UpgradePkgPlanListReq = pb.UpgradePkgPlanListReq
  215. UpgradePkgPlanListResp = pb.UpgradePkgPlanListResp
  216. UpgradePkgPlanVo = pb.UpgradePkgPlanVo
  217. UpgradeResPlanDetailListReq = pb.UpgradeResPlanDetailListReq
  218. UpgradeResPlanDetailListResp = pb.UpgradeResPlanDetailListResp
  219. UpgradeResPlanDetailVo = pb.UpgradeResPlanDetailVo
  220. UpgradeResPlanListReq = pb.UpgradeResPlanListReq
  221. UpgradeResPlanListResp = pb.UpgradeResPlanListResp
  222. UpgradeResPlanVo = pb.UpgradeResPlanVo
  223. UserAppConfigGetReq = pb.UserAppConfigGetReq
  224. UserAppConfigListReq = pb.UserAppConfigListReq
  225. UserAppConfigListRes = pb.UserAppConfigListRes
  226. UserAppConfigVo = pb.UserAppConfigVo
  227. VpnConfigTemplatePlanAddReq = pb.VpnConfigTemplatePlanAddReq
  228. VpnConfigTemplatePlanAddResp = pb.VpnConfigTemplatePlanAddResp
  229. VpnConfigTemplatePlanDelReq = pb.VpnConfigTemplatePlanDelReq
  230. VpnConfigTemplatePlanDetailAddReq = pb.VpnConfigTemplatePlanDetailAddReq
  231. VpnConfigTemplatePlanDetailAddResp = pb.VpnConfigTemplatePlanDetailAddResp
  232. VpnConfigTemplatePlanDetailDelReq = pb.VpnConfigTemplatePlanDetailDelReq
  233. VpnConfigTemplatePlanDetailGetReq = pb.VpnConfigTemplatePlanDetailGetReq
  234. VpnConfigTemplatePlanDetailGetResp = pb.VpnConfigTemplatePlanDetailGetResp
  235. VpnConfigTemplatePlanDetailListReq = pb.VpnConfigTemplatePlanDetailListReq
  236. VpnConfigTemplatePlanDetailListResp = pb.VpnConfigTemplatePlanDetailListResp
  237. VpnConfigTemplatePlanDetailUpdateReq = pb.VpnConfigTemplatePlanDetailUpdateReq
  238. VpnConfigTemplatePlanDetailUpdateResp = pb.VpnConfigTemplatePlanDetailUpdateResp
  239. VpnConfigTemplatePlanDetailVo = pb.VpnConfigTemplatePlanDetailVo
  240. VpnConfigTemplatePlanGetReq = pb.VpnConfigTemplatePlanGetReq
  241. VpnConfigTemplatePlanGetResp = pb.VpnConfigTemplatePlanGetResp
  242. VpnConfigTemplatePlanListReq = pb.VpnConfigTemplatePlanListReq
  243. VpnConfigTemplatePlanListResp = pb.VpnConfigTemplatePlanListResp
  244. VpnConfigTemplatePlanUpdateReq = pb.VpnConfigTemplatePlanUpdateReq
  245. VpnConfigTemplatePlanUpdateResp = pb.VpnConfigTemplatePlanUpdateResp
  246. VpnConfigTemplatePlanVo = pb.VpnConfigTemplatePlanVo
  247. VpnGroupAddReq = pb.VpnGroupAddReq
  248. VpnGroupBatchAddReq = pb.VpnGroupBatchAddReq
  249. VpnGroupBatchAddResp = pb.VpnGroupBatchAddResp
  250. VpnGroupBatchDelReq = pb.VpnGroupBatchDelReq
  251. VpnGroupBatchUpdateReq = pb.VpnGroupBatchUpdateReq
  252. VpnGroupBatchUpdateResp = pb.VpnGroupBatchUpdateResp
  253. VpnGroupExVo = pb.VpnGroupExVo
  254. VpnGroupGetReq = pb.VpnGroupGetReq
  255. VpnGroupListReq = pb.VpnGroupListReq
  256. VpnGroupListResp = pb.VpnGroupListResp
  257. VpnGroupTagListReq = pb.VpnGroupTagListReq
  258. VpnGroupTagListResp = pb.VpnGroupTagListResp
  259. VpnGroupTagVo = pb.VpnGroupTagVo
  260. VpnGroupVo = pb.VpnGroupVo
  261. VpnLocationBatchAddReq = pb.VpnLocationBatchAddReq
  262. VpnLocationBatchAddResp = pb.VpnLocationBatchAddResp
  263. VpnLocationBatchDelReq = pb.VpnLocationBatchDelReq
  264. VpnLocationBatchUpdateReq = pb.VpnLocationBatchUpdateReq
  265. VpnLocationBatchUpdateResp = pb.VpnLocationBatchUpdateResp
  266. VpnLocationExVo = pb.VpnLocationExVo
  267. VpnLocationGetReq = pb.VpnLocationGetReq
  268. VpnLocationListReq = pb.VpnLocationListReq
  269. VpnLocationListResp = pb.VpnLocationListResp
  270. VpnLocationServerCountReq = pb.VpnLocationServerCountReq
  271. VpnLocationServerCountResp = pb.VpnLocationServerCountResp
  272. VpnLocationServerCountVo = pb.VpnLocationServerCountVo
  273. VpnLocationVo = pb.VpnLocationVo
  274. VpnProbeTaskListReq = pb.VpnProbeTaskListReq
  275. VpnProbeTaskListResp = pb.VpnProbeTaskListResp
  276. VpnProbeTaskVo = pb.VpnProbeTaskVo
  277. VpnServerAddReq = pb.VpnServerAddReq
  278. VpnServerBatchAddReq = pb.VpnServerBatchAddReq
  279. VpnServerBatchAddResp = pb.VpnServerBatchAddResp
  280. VpnServerBatchDelReq = pb.VpnServerBatchDelReq
  281. VpnServerBatchUpdateReq = pb.VpnServerBatchUpdateReq
  282. VpnServerBatchUpdateResp = pb.VpnServerBatchUpdateResp
  283. VpnServerExListResp = pb.VpnServerExListResp
  284. VpnServerExVo = pb.VpnServerExVo
  285. VpnServerListReq = pb.VpnServerListReq
  286. VpnServerListResp = pb.VpnServerListResp
  287. VpnServerLocationListReq = pb.VpnServerLocationListReq
  288. VpnServerLocationListResp = pb.VpnServerLocationListResp
  289. VpnServerLocationVo = pb.VpnServerLocationVo
  290. VpnServerVo = pb.VpnServerVo
  291. VpnTagBatchAddReq = pb.VpnTagBatchAddReq
  292. VpnTagBatchAddResp = pb.VpnTagBatchAddResp
  293. VpnTagBatchDelReq = pb.VpnTagBatchDelReq
  294. VpnTagBatchUpdateReq = pb.VpnTagBatchUpdateReq
  295. VpnTagBatchUpdateResp = pb.VpnTagBatchUpdateResp
  296. VpnTagGetReq = pb.VpnTagGetReq
  297. VpnTagListReq = pb.VpnTagListReq
  298. VpnTagListResp = pb.VpnTagListResp
  299. VpnTagVo = pb.VpnTagVo
  300. VpnipAddReq = pb.VpnipAddReq
  301. VpnipAddResp = pb.VpnipAddResp
  302. VpnipBatchAddReq = pb.VpnipBatchAddReq
  303. VpnipBatchAddResp = pb.VpnipBatchAddResp
  304. VpnipBatchUpdateReq = pb.VpnipBatchUpdateReq
  305. VpnipBatchUpdateResp = pb.VpnipBatchUpdateResp
  306. VpnipBindAddReq = pb.VpnipBindAddReq
  307. VpnipBindAddResp = pb.VpnipBindAddResp
  308. VpnipBindBatchAddReq = pb.VpnipBindBatchAddReq
  309. VpnipBindBatchAddResp = pb.VpnipBindBatchAddResp
  310. VpnipBindBatchUpdateReq = pb.VpnipBindBatchUpdateReq
  311. VpnipBindBatchUpdateResp = pb.VpnipBindBatchUpdateResp
  312. VpnipBindGetReq = pb.VpnipBindGetReq
  313. VpnipBindGetResp = pb.VpnipBindGetResp
  314. VpnipBindListReq = pb.VpnipBindListReq
  315. VpnipBindListResp = pb.VpnipBindListResp
  316. VpnipBindUpdateReq = pb.VpnipBindUpdateReq
  317. VpnipBindUpdateResp = pb.VpnipBindUpdateResp
  318. VpnipBindVo = pb.VpnipBindVo
  319. VpnipExAddReq = pb.VpnipExAddReq
  320. VpnipExAddResp = pb.VpnipExAddResp
  321. VpnipExBatchAddReq = pb.VpnipExBatchAddReq
  322. VpnipExBatchAddResp = pb.VpnipExBatchAddResp
  323. VpnipExBatchUpdateReq = pb.VpnipExBatchUpdateReq
  324. VpnipExBatchUpdateResp = pb.VpnipExBatchUpdateResp
  325. VpnipExGetResp = pb.VpnipExGetResp
  326. VpnipExListResp = pb.VpnipExListResp
  327. VpnipExUpdateReq = pb.VpnipExUpdateReq
  328. VpnipExUpdateResp = pb.VpnipExUpdateResp
  329. VpnipExVo = pb.VpnipExVo
  330. VpnipGetReq = pb.VpnipGetReq
  331. VpnipGetResp = pb.VpnipGetResp
  332. VpnipListReq = pb.VpnipListReq
  333. VpnipListResp = pb.VpnipListResp
  334. VpnipRangeAddReq = pb.VpnipRangeAddReq
  335. VpnipRangeAddResp = pb.VpnipRangeAddResp
  336. VpnipRangeBatchAddReq = pb.VpnipRangeBatchAddReq
  337. VpnipRangeBatchAddResp = pb.VpnipRangeBatchAddResp
  338. VpnipRangeBatchUpdateReq = pb.VpnipRangeBatchUpdateReq
  339. VpnipRangeBatchUpdateResp = pb.VpnipRangeBatchUpdateResp
  340. VpnipRangeExAddReq = pb.VpnipRangeExAddReq
  341. VpnipRangeExAddResp = pb.VpnipRangeExAddResp
  342. VpnipRangeExBatchAddReq = pb.VpnipRangeExBatchAddReq
  343. VpnipRangeExBatchAddResp = pb.VpnipRangeExBatchAddResp
  344. VpnipRangeExBatchUpdateReq = pb.VpnipRangeExBatchUpdateReq
  345. VpnipRangeExBatchUpdateResp = pb.VpnipRangeExBatchUpdateResp
  346. VpnipRangeExGetResp = pb.VpnipRangeExGetResp
  347. VpnipRangeExListResp = pb.VpnipRangeExListResp
  348. VpnipRangeExUpdateReq = pb.VpnipRangeExUpdateReq
  349. VpnipRangeExUpdateResp = pb.VpnipRangeExUpdateResp
  350. VpnipRangeExVo = pb.VpnipRangeExVo
  351. VpnipRangeGetReq = pb.VpnipRangeGetReq
  352. VpnipRangeGetResp = pb.VpnipRangeGetResp
  353. VpnipRangeListReq = pb.VpnipRangeListReq
  354. VpnipRangeListResp = pb.VpnipRangeListResp
  355. VpnipRangeUpdateReq = pb.VpnipRangeUpdateReq
  356. VpnipRangeUpdateResp = pb.VpnipRangeUpdateResp
  357. VpnipRangeVo = pb.VpnipRangeVo
  358. VpnipUpdateReq = pb.VpnipUpdateReq
  359. VpnipUpdateResp = pb.VpnipUpdateResp
  360. VpnipVo = pb.VpnipVo
  361. VpnipWalledAddReq = pb.VpnipWalledAddReq
  362. VpnipWalledAddResp = pb.VpnipWalledAddResp
  363. VpnipWalledBatchAddReq = pb.VpnipWalledBatchAddReq
  364. VpnipWalledBatchAddResp = pb.VpnipWalledBatchAddResp
  365. VpnipWalledBatchUpdateReq = pb.VpnipWalledBatchUpdateReq
  366. VpnipWalledBatchUpdateResp = pb.VpnipWalledBatchUpdateResp
  367. VpnipWalledGetReq = pb.VpnipWalledGetReq
  368. VpnipWalledGetResp = pb.VpnipWalledGetResp
  369. VpnipWalledListReq = pb.VpnipWalledListReq
  370. VpnipWalledListResp = pb.VpnipWalledListResp
  371. VpnipWalledUpdateReq = pb.VpnipWalledUpdateReq
  372. VpnipWalledUpdateResp = pb.VpnipWalledUpdateResp
  373. VpnipWalledVo = pb.VpnipWalledVo
  374. GoUserClient interface {
  375. Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)
  376. // 用户app配置管理(ring)
  377. UserAppConfigAdd(ctx context.Context, in *UserAppConfigVo, opts ...grpc.CallOption) (*UserAppConfigVo, error)
  378. UserAppConfigUpdate(ctx context.Context, in *UserAppConfigVo, opts ...grpc.CallOption) (*UserAppConfigVo, error)
  379. UserAppConfigDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  380. UserAppConfigGet(ctx context.Context, in *UserAppConfigGetReq, opts ...grpc.CallOption) (*UserAppConfigVo, error)
  381. UserAppConfigList(ctx context.Context, in *UserAppConfigListReq, opts ...grpc.CallOption) (*UserAppConfigListRes, error)
  382. // 设备管理
  383. DeviceAdd(ctx context.Context, in *DeviceVo, opts ...grpc.CallOption) (*DeviceVo, error)
  384. DeviceUpdate(ctx context.Context, in *DeviceVo, opts ...grpc.CallOption) (*DeviceVo, error)
  385. DeviceDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  386. DeviceGet(ctx context.Context, in *DeviceVo, opts ...grpc.CallOption) (*DeviceVo, error)
  387. DeviceList(ctx context.Context, in *DeviceListReq, opts ...grpc.CallOption) (*DeviceListRes, error)
  388. // Account
  389. AccountAdd(ctx context.Context, in *AccountVo, opts ...grpc.CallOption) (*AccountVo, error)
  390. AccountUpdate(ctx context.Context, in *AccountVo, opts ...grpc.CallOption) (*AccountVo, error)
  391. AccountDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  392. AccountGet(ctx context.Context, in *AccountVo, opts ...grpc.CallOption) (*AccountVo, error)
  393. AccountList(ctx context.Context, in *AccountListReq, opts ...grpc.CallOption) (*AccountListResp, error)
  394. // AccountDevice
  395. AccountDeviceAdd(ctx context.Context, in *AccountDeviceVo, opts ...grpc.CallOption) (*AccountDeviceVo, error)
  396. AccountDeviceUpdate(ctx context.Context, in *AccountDeviceVo, opts ...grpc.CallOption) (*AccountDeviceVo, error)
  397. AccountDeviceDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  398. AccountDeviceGet(ctx context.Context, in *AccountDeviceVo, opts ...grpc.CallOption) (*AccountDeviceVo, error)
  399. AccountDeviceList(ctx context.Context, in *AccountDeviceListReq, opts ...grpc.CallOption) (*AccountDeviceListResp, error)
  400. }
  401. defaultGoUserClient struct {
  402. cli zrpc.Client
  403. }
  404. )
  405. func NewGoUserClient(cli zrpc.Client) GoUserClient {
  406. return &defaultGoUserClient{
  407. cli: cli,
  408. }
  409. }
  410. func (m *defaultGoUserClient) Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error) {
  411. client := pb.NewGoUserClientClient(m.cli.Conn())
  412. return client.Ping(ctx, in, opts...)
  413. }
  414. // 用户app配置管理(ring)
  415. func (m *defaultGoUserClient) UserAppConfigAdd(ctx context.Context, in *UserAppConfigVo, opts ...grpc.CallOption) (*UserAppConfigVo, error) {
  416. client := pb.NewGoUserClientClient(m.cli.Conn())
  417. return client.UserAppConfigAdd(ctx, in, opts...)
  418. }
  419. func (m *defaultGoUserClient) UserAppConfigUpdate(ctx context.Context, in *UserAppConfigVo, opts ...grpc.CallOption) (*UserAppConfigVo, error) {
  420. client := pb.NewGoUserClientClient(m.cli.Conn())
  421. return client.UserAppConfigUpdate(ctx, in, opts...)
  422. }
  423. func (m *defaultGoUserClient) UserAppConfigDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  424. client := pb.NewGoUserClientClient(m.cli.Conn())
  425. return client.UserAppConfigDel(ctx, in, opts...)
  426. }
  427. func (m *defaultGoUserClient) UserAppConfigGet(ctx context.Context, in *UserAppConfigGetReq, opts ...grpc.CallOption) (*UserAppConfigVo, error) {
  428. client := pb.NewGoUserClientClient(m.cli.Conn())
  429. return client.UserAppConfigGet(ctx, in, opts...)
  430. }
  431. func (m *defaultGoUserClient) UserAppConfigList(ctx context.Context, in *UserAppConfigListReq, opts ...grpc.CallOption) (*UserAppConfigListRes, error) {
  432. client := pb.NewGoUserClientClient(m.cli.Conn())
  433. return client.UserAppConfigList(ctx, in, opts...)
  434. }
  435. // 设备管理
  436. func (m *defaultGoUserClient) DeviceAdd(ctx context.Context, in *DeviceVo, opts ...grpc.CallOption) (*DeviceVo, error) {
  437. client := pb.NewGoUserClientClient(m.cli.Conn())
  438. return client.DeviceAdd(ctx, in, opts...)
  439. }
  440. func (m *defaultGoUserClient) DeviceUpdate(ctx context.Context, in *DeviceVo, opts ...grpc.CallOption) (*DeviceVo, error) {
  441. client := pb.NewGoUserClientClient(m.cli.Conn())
  442. return client.DeviceUpdate(ctx, in, opts...)
  443. }
  444. func (m *defaultGoUserClient) DeviceDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  445. client := pb.NewGoUserClientClient(m.cli.Conn())
  446. return client.DeviceDel(ctx, in, opts...)
  447. }
  448. func (m *defaultGoUserClient) DeviceGet(ctx context.Context, in *DeviceVo, opts ...grpc.CallOption) (*DeviceVo, error) {
  449. client := pb.NewGoUserClientClient(m.cli.Conn())
  450. return client.DeviceGet(ctx, in, opts...)
  451. }
  452. func (m *defaultGoUserClient) DeviceList(ctx context.Context, in *DeviceListReq, opts ...grpc.CallOption) (*DeviceListRes, error) {
  453. client := pb.NewGoUserClientClient(m.cli.Conn())
  454. return client.DeviceList(ctx, in, opts...)
  455. }
  456. // Account
  457. func (m *defaultGoUserClient) AccountAdd(ctx context.Context, in *AccountVo, opts ...grpc.CallOption) (*AccountVo, error) {
  458. client := pb.NewGoUserClientClient(m.cli.Conn())
  459. return client.AccountAdd(ctx, in, opts...)
  460. }
  461. func (m *defaultGoUserClient) AccountUpdate(ctx context.Context, in *AccountVo, opts ...grpc.CallOption) (*AccountVo, error) {
  462. client := pb.NewGoUserClientClient(m.cli.Conn())
  463. return client.AccountUpdate(ctx, in, opts...)
  464. }
  465. func (m *defaultGoUserClient) AccountDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  466. client := pb.NewGoUserClientClient(m.cli.Conn())
  467. return client.AccountDel(ctx, in, opts...)
  468. }
  469. func (m *defaultGoUserClient) AccountGet(ctx context.Context, in *AccountVo, opts ...grpc.CallOption) (*AccountVo, error) {
  470. client := pb.NewGoUserClientClient(m.cli.Conn())
  471. return client.AccountGet(ctx, in, opts...)
  472. }
  473. func (m *defaultGoUserClient) AccountList(ctx context.Context, in *AccountListReq, opts ...grpc.CallOption) (*AccountListResp, error) {
  474. client := pb.NewGoUserClientClient(m.cli.Conn())
  475. return client.AccountList(ctx, in, opts...)
  476. }
  477. // AccountDevice
  478. func (m *defaultGoUserClient) AccountDeviceAdd(ctx context.Context, in *AccountDeviceVo, opts ...grpc.CallOption) (*AccountDeviceVo, error) {
  479. client := pb.NewGoUserClientClient(m.cli.Conn())
  480. return client.AccountDeviceAdd(ctx, in, opts...)
  481. }
  482. func (m *defaultGoUserClient) AccountDeviceUpdate(ctx context.Context, in *AccountDeviceVo, opts ...grpc.CallOption) (*AccountDeviceVo, error) {
  483. client := pb.NewGoUserClientClient(m.cli.Conn())
  484. return client.AccountDeviceUpdate(ctx, in, opts...)
  485. }
  486. func (m *defaultGoUserClient) AccountDeviceDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  487. client := pb.NewGoUserClientClient(m.cli.Conn())
  488. return client.AccountDeviceDel(ctx, in, opts...)
  489. }
  490. func (m *defaultGoUserClient) AccountDeviceGet(ctx context.Context, in *AccountDeviceVo, opts ...grpc.CallOption) (*AccountDeviceVo, error) {
  491. client := pb.NewGoUserClientClient(m.cli.Conn())
  492. return client.AccountDeviceGet(ctx, in, opts...)
  493. }
  494. func (m *defaultGoUserClient) AccountDeviceList(ctx context.Context, in *AccountDeviceListReq, opts ...grpc.CallOption) (*AccountDeviceListResp, error) {
  495. client := pb.NewGoUserClientClient(m.cli.Conn())
  496. return client.AccountDeviceList(ctx, in, opts...)
  497. }