go_user_client.go 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864
  1. // Code generated by goctl. DO NOT EDIT.
  2. // goctl 1.8.5
  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. 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. ServiceBoxTypesAddReq = pb.ServiceBoxTypesAddReq
  144. ServiceBoxTypesAddResp = pb.ServiceBoxTypesAddResp
  145. ServiceBoxTypesDelReq = pb.ServiceBoxTypesDelReq
  146. ServiceBoxTypesGetReq = pb.ServiceBoxTypesGetReq
  147. ServiceBoxTypesGetResp = pb.ServiceBoxTypesGetResp
  148. ServiceBoxTypesListReq = pb.ServiceBoxTypesListReq
  149. ServiceBoxTypesListResp = pb.ServiceBoxTypesListResp
  150. ServiceBoxTypesUpdateReq = pb.ServiceBoxTypesUpdateReq
  151. ServiceBoxTypesUpdateResp = pb.ServiceBoxTypesUpdateResp
  152. ServiceBoxTypesVo = pb.ServiceBoxTypesVo
  153. ServiceBoxUpdateReq = pb.ServiceBoxUpdateReq
  154. ServiceBoxUpdateResp = pb.ServiceBoxUpdateResp
  155. ServiceBoxUpdateWithDetailsReq = pb.ServiceBoxUpdateWithDetailsReq
  156. ServiceBoxUpdateWithDetailsResp = pb.ServiceBoxUpdateWithDetailsResp
  157. ServiceBoxVo = pb.ServiceBoxVo
  158. ServiceBoxWithDetailsVo = pb.ServiceBoxWithDetailsVo
  159. ServiceBoxWithDurationVo = pb.ServiceBoxWithDurationVo
  160. ServicePlanAddReq = pb.ServicePlanAddReq
  161. ServicePlanAddResp = pb.ServicePlanAddResp
  162. ServicePlanAddWithBoxesReq = pb.ServicePlanAddWithBoxesReq
  163. ServicePlanAddWithBoxesResp = pb.ServicePlanAddWithBoxesResp
  164. ServicePlanBoxesAddReq = pb.ServicePlanBoxesAddReq
  165. ServicePlanBoxesAddResp = pb.ServicePlanBoxesAddResp
  166. ServicePlanBoxesDelReq = pb.ServicePlanBoxesDelReq
  167. ServicePlanBoxesGetReq = pb.ServicePlanBoxesGetReq
  168. ServicePlanBoxesGetResp = pb.ServicePlanBoxesGetResp
  169. ServicePlanBoxesListReq = pb.ServicePlanBoxesListReq
  170. ServicePlanBoxesListResp = pb.ServicePlanBoxesListResp
  171. ServicePlanBoxesUpdateReq = pb.ServicePlanBoxesUpdateReq
  172. ServicePlanBoxesUpdateResp = pb.ServicePlanBoxesUpdateResp
  173. ServicePlanBoxesVo = pb.ServicePlanBoxesVo
  174. ServicePlanChannelAddReq = pb.ServicePlanChannelAddReq
  175. ServicePlanChannelAddResp = pb.ServicePlanChannelAddResp
  176. ServicePlanChannelDelReq = pb.ServicePlanChannelDelReq
  177. ServicePlanChannelGetReq = pb.ServicePlanChannelGetReq
  178. ServicePlanChannelGetResp = pb.ServicePlanChannelGetResp
  179. ServicePlanChannelListReq = pb.ServicePlanChannelListReq
  180. ServicePlanChannelListResp = pb.ServicePlanChannelListResp
  181. ServicePlanChannelUpdateReq = pb.ServicePlanChannelUpdateReq
  182. ServicePlanChannelUpdateResp = pb.ServicePlanChannelUpdateResp
  183. ServicePlanChannelVo = pb.ServicePlanChannelVo
  184. ServicePlanDelReq = pb.ServicePlanDelReq
  185. ServicePlanGetReq = pb.ServicePlanGetReq
  186. ServicePlanGetResp = pb.ServicePlanGetResp
  187. ServicePlanGetWithBoxesReq = pb.ServicePlanGetWithBoxesReq
  188. ServicePlanGetWithBoxesResp = pb.ServicePlanGetWithBoxesResp
  189. ServicePlanListReq = pb.ServicePlanListReq
  190. ServicePlanListResp = pb.ServicePlanListResp
  191. ServicePlanListWithBoxesReq = pb.ServicePlanListWithBoxesReq
  192. ServicePlanListWithBoxesResp = pb.ServicePlanListWithBoxesResp
  193. ServicePlanUpdateReq = pb.ServicePlanUpdateReq
  194. ServicePlanUpdateResp = pb.ServicePlanUpdateResp
  195. ServicePlanUpdateWithBoxesReq = pb.ServicePlanUpdateWithBoxesReq
  196. ServicePlanUpdateWithBoxesResp = pb.ServicePlanUpdateWithBoxesResp
  197. ServicePlanVo = pb.ServicePlanVo
  198. ServicePlanWithBoxesVo = pb.ServicePlanWithBoxesVo
  199. ServiceTypesAddReq = pb.ServiceTypesAddReq
  200. ServiceTypesAddResp = pb.ServiceTypesAddResp
  201. ServiceTypesDelReq = pb.ServiceTypesDelReq
  202. ServiceTypesGetReq = pb.ServiceTypesGetReq
  203. ServiceTypesGetResp = pb.ServiceTypesGetResp
  204. ServiceTypesListReq = pb.ServiceTypesListReq
  205. ServiceTypesListResp = pb.ServiceTypesListResp
  206. ServiceTypesUpdateReq = pb.ServiceTypesUpdateReq
  207. ServiceTypesUpdateResp = pb.ServiceTypesUpdateResp
  208. ServiceTypesVo = pb.ServiceTypesVo
  209. ServiceTypesWithValueVo = pb.ServiceTypesWithValueVo
  210. SetTotalStatsReq = pb.SetTotalStatsReq
  211. ShortDramaCheckNameReq = pb.ShortDramaCheckNameReq
  212. ShortDramaCheckNameResp = pb.ShortDramaCheckNameResp
  213. ShortDramaCopyrightInfoVo = pb.ShortDramaCopyrightInfoVo
  214. ShortDramaEpisodeBatchAddReq = pb.ShortDramaEpisodeBatchAddReq
  215. ShortDramaEpisodeBatchRefreshUpdateTimeReq = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
  216. ShortDramaEpisodeCountReq = pb.ShortDramaEpisodeCountReq
  217. ShortDramaEpisodeCountResp = pb.ShortDramaEpisodeCountResp
  218. ShortDramaEpisodeCountVo = pb.ShortDramaEpisodeCountVo
  219. ShortDramaEpisodeGetReq = pb.ShortDramaEpisodeGetReq
  220. ShortDramaEpisodeListReq = pb.ShortDramaEpisodeListReq
  221. ShortDramaEpisodeListResp = pb.ShortDramaEpisodeListResp
  222. ShortDramaEpisodeVo = pb.ShortDramaEpisodeVo
  223. ShortDramaFindIdsWithCopyrightResp = pb.ShortDramaFindIdsWithCopyrightResp
  224. ShortDramaGetReq = pb.ShortDramaGetReq
  225. ShortDramaLanguageListReq = pb.ShortDramaLanguageListReq
  226. ShortDramaLanguageListResp = pb.ShortDramaLanguageListResp
  227. ShortDramaLanguageVo = pb.ShortDramaLanguageVo
  228. ShortDramaListReq = pb.ShortDramaListReq
  229. ShortDramaListResp = pb.ShortDramaListResp
  230. ShortDramaStatsPlaysTotalListReq = pb.ShortDramaStatsPlaysTotalListReq
  231. ShortDramaStatsPlaysTotalListResp = pb.ShortDramaStatsPlaysTotalListResp
  232. ShortDramaStatsPlaysTotalVo = pb.ShortDramaStatsPlaysTotalVo
  233. ShortDramaUpdateModifierReq = pb.ShortDramaUpdateModifierReq
  234. ShortDramaUpdateReleaseRegionsReq = pb.ShortDramaUpdateReleaseRegionsReq
  235. ShortDramaVo = pb.ShortDramaVo
  236. StringSelectController = pb.StringSelectController
  237. SysPermGetReq = pb.SysPermGetReq
  238. SysPermListReq = pb.SysPermListReq
  239. SysPermListResp = pb.SysPermListResp
  240. SysPermRule = pb.SysPermRule
  241. SysPermVo = pb.SysPermVo
  242. SysRoleGetReq = pb.SysRoleGetReq
  243. SysRoleListReq = pb.SysRoleListReq
  244. SysRoleListResp = pb.SysRoleListResp
  245. SysRoleListWithPermsResp = pb.SysRoleListWithPermsResp
  246. SysRolePermGetReq = pb.SysRolePermGetReq
  247. SysRolePermListReq = pb.SysRolePermListReq
  248. SysRolePermListResp = pb.SysRolePermListResp
  249. SysRolePermVo = pb.SysRolePermVo
  250. SysRoleVo = pb.SysRoleVo
  251. SysRoleWithPermIds = pb.SysRoleWithPermIds
  252. SysRoleWithPerms = pb.SysRoleWithPerms
  253. SysUserGetReq = pb.SysUserGetReq
  254. SysUserListReq = pb.SysUserListReq
  255. SysUserListResp = pb.SysUserListResp
  256. SysUserListWithRolesAndPermsResp = pb.SysUserListWithRolesAndPermsResp
  257. SysUserPermGetReq = pb.SysUserPermGetReq
  258. SysUserPermListReq = pb.SysUserPermListReq
  259. SysUserPermListResp = pb.SysUserPermListResp
  260. SysUserPermVo = pb.SysUserPermVo
  261. SysUserRoleGetReq = pb.SysUserRoleGetReq
  262. SysUserRoleListReq = pb.SysUserRoleListReq
  263. SysUserRoleListResp = pb.SysUserRoleListResp
  264. SysUserRoleVo = pb.SysUserRoleVo
  265. SysUserVo = pb.SysUserVo
  266. SysUserWithRoleIdsAndPermRules = pb.SysUserWithRoleIdsAndPermRules
  267. SysUserWithRolesAndPerms = pb.SysUserWithRolesAndPerms
  268. TimeRange = pb.TimeRange
  269. TipGetReq = pb.TipGetReq
  270. TipListReq = pb.TipListReq
  271. TipListResp = pb.TipListResp
  272. TipVo = pb.TipVo
  273. TransactionOperation = pb.TransactionOperation
  274. TransactionReq = pb.TransactionReq
  275. UpgradePkgPlanDetailListReq = pb.UpgradePkgPlanDetailListReq
  276. UpgradePkgPlanDetailListResp = pb.UpgradePkgPlanDetailListResp
  277. UpgradePkgPlanDetailVo = pb.UpgradePkgPlanDetailVo
  278. UpgradePkgPlanListReq = pb.UpgradePkgPlanListReq
  279. UpgradePkgPlanListResp = pb.UpgradePkgPlanListResp
  280. UpgradePkgPlanVo = pb.UpgradePkgPlanVo
  281. UpgradeResPlanDetailListReq = pb.UpgradeResPlanDetailListReq
  282. UpgradeResPlanDetailListResp = pb.UpgradeResPlanDetailListResp
  283. UpgradeResPlanDetailVo = pb.UpgradeResPlanDetailVo
  284. UpgradeResPlanListReq = pb.UpgradeResPlanListReq
  285. UpgradeResPlanListResp = pb.UpgradeResPlanListResp
  286. UpgradeResPlanVo = pb.UpgradeResPlanVo
  287. UserAddReq = pb.UserAddReq
  288. UserAddResp = pb.UserAddResp
  289. UserAppConfigGetReq = pb.UserAppConfigGetReq
  290. UserAppConfigListReq = pb.UserAppConfigListReq
  291. UserAppConfigListRes = pb.UserAppConfigListRes
  292. UserAppConfigVo = pb.UserAppConfigVo
  293. UserAuthLogAddReq = pb.UserAuthLogAddReq
  294. UserAuthLogAddResp = pb.UserAuthLogAddResp
  295. UserAuthLogDelReq = pb.UserAuthLogDelReq
  296. UserAuthLogGetReq = pb.UserAuthLogGetReq
  297. UserAuthLogGetResp = pb.UserAuthLogGetResp
  298. UserAuthLogListReq = pb.UserAuthLogListReq
  299. UserAuthLogListResp = pb.UserAuthLogListResp
  300. UserAuthLogUpdateReq = pb.UserAuthLogUpdateReq
  301. UserAuthLogUpdateResp = pb.UserAuthLogUpdateResp
  302. UserAuthLogVo = pb.UserAuthLogVo
  303. UserCredentialAddReq = pb.UserCredentialAddReq
  304. UserCredentialAddResp = pb.UserCredentialAddResp
  305. UserCredentialDelReq = pb.UserCredentialDelReq
  306. UserCredentialGetReq = pb.UserCredentialGetReq
  307. UserCredentialGetResp = pb.UserCredentialGetResp
  308. UserCredentialListReq = pb.UserCredentialListReq
  309. UserCredentialListResp = pb.UserCredentialListResp
  310. UserCredentialUpdateReq = pb.UserCredentialUpdateReq
  311. UserCredentialUpdateResp = pb.UserCredentialUpdateResp
  312. UserCredentialVo = pb.UserCredentialVo
  313. UserDelReq = pb.UserDelReq
  314. UserDeviceAddReq = pb.UserDeviceAddReq
  315. UserDeviceAddResp = pb.UserDeviceAddResp
  316. UserDeviceDelReq = pb.UserDeviceDelReq
  317. UserDeviceGetReq = pb.UserDeviceGetReq
  318. UserDeviceGetResp = pb.UserDeviceGetResp
  319. UserDeviceListReq = pb.UserDeviceListReq
  320. UserDeviceListResp = pb.UserDeviceListResp
  321. UserDeviceUpdateReq = pb.UserDeviceUpdateReq
  322. UserDeviceUpdateResp = pb.UserDeviceUpdateResp
  323. UserDeviceVo = pb.UserDeviceVo
  324. UserGetReq = pb.UserGetReq
  325. UserGetResp = pb.UserGetResp
  326. UserListReq = pb.UserListReq
  327. UserListResp = pb.UserListResp
  328. UserPayOrderAddReq = pb.UserPayOrderAddReq
  329. UserPayOrderAddResp = pb.UserPayOrderAddResp
  330. UserPayOrderDelReq = pb.UserPayOrderDelReq
  331. UserPayOrderGetReq = pb.UserPayOrderGetReq
  332. UserPayOrderGetResp = pb.UserPayOrderGetResp
  333. UserPayOrderListReq = pb.UserPayOrderListReq
  334. UserPayOrderListResp = pb.UserPayOrderListResp
  335. UserPayOrderUpdateReq = pb.UserPayOrderUpdateReq
  336. UserPayOrderUpdateResp = pb.UserPayOrderUpdateResp
  337. UserPayOrderVo = pb.UserPayOrderVo
  338. UserServiceAddReq = pb.UserServiceAddReq
  339. UserServiceAddResp = pb.UserServiceAddResp
  340. UserServiceDelReq = pb.UserServiceDelReq
  341. UserServiceGetReq = pb.UserServiceGetReq
  342. UserServiceGetResp = pb.UserServiceGetResp
  343. UserServiceListReq = pb.UserServiceListReq
  344. UserServiceListResp = pb.UserServiceListResp
  345. UserServiceUpdateReq = pb.UserServiceUpdateReq
  346. UserServiceUpdateResp = pb.UserServiceUpdateResp
  347. UserServiceVo = pb.UserServiceVo
  348. UserTestAddReq = pb.UserTestAddReq
  349. UserTestAddResp = pb.UserTestAddResp
  350. UserTestDelReq = pb.UserTestDelReq
  351. UserTestGetReq = pb.UserTestGetReq
  352. UserTestGetResp = pb.UserTestGetResp
  353. UserTestListReq = pb.UserTestListReq
  354. UserTestListResp = pb.UserTestListResp
  355. UserTestUpdateReq = pb.UserTestUpdateReq
  356. UserTestUpdateResp = pb.UserTestUpdateResp
  357. UserTestVo = pb.UserTestVo
  358. UserUpdateReq = pb.UserUpdateReq
  359. UserUpdateResp = pb.UserUpdateResp
  360. UserVo = pb.UserVo
  361. UserWhiteAddReq = pb.UserWhiteAddReq
  362. UserWhiteAddResp = pb.UserWhiteAddResp
  363. UserWhiteDelReq = pb.UserWhiteDelReq
  364. UserWhiteGetReq = pb.UserWhiteGetReq
  365. UserWhiteGetResp = pb.UserWhiteGetResp
  366. UserWhiteListReq = pb.UserWhiteListReq
  367. UserWhiteListResp = pb.UserWhiteListResp
  368. UserWhiteUpdateReq = pb.UserWhiteUpdateReq
  369. UserWhiteUpdateResp = pb.UserWhiteUpdateResp
  370. UserWhiteVo = pb.UserWhiteVo
  371. VpnConfigTemplatePlanAddReq = pb.VpnConfigTemplatePlanAddReq
  372. VpnConfigTemplatePlanAddResp = pb.VpnConfigTemplatePlanAddResp
  373. VpnConfigTemplatePlanDelReq = pb.VpnConfigTemplatePlanDelReq
  374. VpnConfigTemplatePlanDetailAddReq = pb.VpnConfigTemplatePlanDetailAddReq
  375. VpnConfigTemplatePlanDetailAddResp = pb.VpnConfigTemplatePlanDetailAddResp
  376. VpnConfigTemplatePlanDetailDelReq = pb.VpnConfigTemplatePlanDetailDelReq
  377. VpnConfigTemplatePlanDetailGetReq = pb.VpnConfigTemplatePlanDetailGetReq
  378. VpnConfigTemplatePlanDetailGetResp = pb.VpnConfigTemplatePlanDetailGetResp
  379. VpnConfigTemplatePlanDetailListReq = pb.VpnConfigTemplatePlanDetailListReq
  380. VpnConfigTemplatePlanDetailListResp = pb.VpnConfigTemplatePlanDetailListResp
  381. VpnConfigTemplatePlanDetailUpdateReq = pb.VpnConfigTemplatePlanDetailUpdateReq
  382. VpnConfigTemplatePlanDetailUpdateResp = pb.VpnConfigTemplatePlanDetailUpdateResp
  383. VpnConfigTemplatePlanDetailVo = pb.VpnConfigTemplatePlanDetailVo
  384. VpnConfigTemplatePlanGetReq = pb.VpnConfigTemplatePlanGetReq
  385. VpnConfigTemplatePlanGetResp = pb.VpnConfigTemplatePlanGetResp
  386. VpnConfigTemplatePlanListReq = pb.VpnConfigTemplatePlanListReq
  387. VpnConfigTemplatePlanListResp = pb.VpnConfigTemplatePlanListResp
  388. VpnConfigTemplatePlanUpdateReq = pb.VpnConfigTemplatePlanUpdateReq
  389. VpnConfigTemplatePlanUpdateResp = pb.VpnConfigTemplatePlanUpdateResp
  390. VpnConfigTemplatePlanVo = pb.VpnConfigTemplatePlanVo
  391. VpnGroupAddReq = pb.VpnGroupAddReq
  392. VpnGroupBatchAddReq = pb.VpnGroupBatchAddReq
  393. VpnGroupBatchAddResp = pb.VpnGroupBatchAddResp
  394. VpnGroupBatchDelReq = pb.VpnGroupBatchDelReq
  395. VpnGroupBatchUpdateReq = pb.VpnGroupBatchUpdateReq
  396. VpnGroupBatchUpdateResp = pb.VpnGroupBatchUpdateResp
  397. VpnGroupExVo = pb.VpnGroupExVo
  398. VpnGroupGetReq = pb.VpnGroupGetReq
  399. VpnGroupListReq = pb.VpnGroupListReq
  400. VpnGroupListResp = pb.VpnGroupListResp
  401. VpnGroupTagListReq = pb.VpnGroupTagListReq
  402. VpnGroupTagListResp = pb.VpnGroupTagListResp
  403. VpnGroupTagVo = pb.VpnGroupTagVo
  404. VpnGroupVo = pb.VpnGroupVo
  405. VpnLocationBatchAddReq = pb.VpnLocationBatchAddReq
  406. VpnLocationBatchAddResp = pb.VpnLocationBatchAddResp
  407. VpnLocationBatchDelReq = pb.VpnLocationBatchDelReq
  408. VpnLocationBatchUpdateReq = pb.VpnLocationBatchUpdateReq
  409. VpnLocationBatchUpdateResp = pb.VpnLocationBatchUpdateResp
  410. VpnLocationExVo = pb.VpnLocationExVo
  411. VpnLocationGetReq = pb.VpnLocationGetReq
  412. VpnLocationListReq = pb.VpnLocationListReq
  413. VpnLocationListResp = pb.VpnLocationListResp
  414. VpnLocationServerCountReq = pb.VpnLocationServerCountReq
  415. VpnLocationServerCountResp = pb.VpnLocationServerCountResp
  416. VpnLocationServerCountVo = pb.VpnLocationServerCountVo
  417. VpnLocationVo = pb.VpnLocationVo
  418. VpnProbeTaskListReq = pb.VpnProbeTaskListReq
  419. VpnProbeTaskListResp = pb.VpnProbeTaskListResp
  420. VpnProbeTaskVo = pb.VpnProbeTaskVo
  421. VpnServerAddReq = pb.VpnServerAddReq
  422. VpnServerBatchAddReq = pb.VpnServerBatchAddReq
  423. VpnServerBatchAddResp = pb.VpnServerBatchAddResp
  424. VpnServerBatchDelReq = pb.VpnServerBatchDelReq
  425. VpnServerBatchUpdateReq = pb.VpnServerBatchUpdateReq
  426. VpnServerBatchUpdateResp = pb.VpnServerBatchUpdateResp
  427. VpnServerExListResp = pb.VpnServerExListResp
  428. VpnServerExVo = pb.VpnServerExVo
  429. VpnServerListReq = pb.VpnServerListReq
  430. VpnServerListResp = pb.VpnServerListResp
  431. VpnServerLocationListReq = pb.VpnServerLocationListReq
  432. VpnServerLocationListResp = pb.VpnServerLocationListResp
  433. VpnServerLocationVo = pb.VpnServerLocationVo
  434. VpnServerVo = pb.VpnServerVo
  435. VpnTagBatchAddReq = pb.VpnTagBatchAddReq
  436. VpnTagBatchAddResp = pb.VpnTagBatchAddResp
  437. VpnTagBatchDelReq = pb.VpnTagBatchDelReq
  438. VpnTagBatchUpdateReq = pb.VpnTagBatchUpdateReq
  439. VpnTagBatchUpdateResp = pb.VpnTagBatchUpdateResp
  440. VpnTagGetReq = pb.VpnTagGetReq
  441. VpnTagListReq = pb.VpnTagListReq
  442. VpnTagListResp = pb.VpnTagListResp
  443. VpnTagVo = pb.VpnTagVo
  444. VpnWithIPAndPortReq = pb.VpnWithIPAndPortReq
  445. VpnWithIPAndPortResp = pb.VpnWithIPAndPortResp
  446. VpnipAddReq = pb.VpnipAddReq
  447. VpnipAddResp = pb.VpnipAddResp
  448. VpnipBatchAddReq = pb.VpnipBatchAddReq
  449. VpnipBatchAddResp = pb.VpnipBatchAddResp
  450. VpnipBatchUpdateReq = pb.VpnipBatchUpdateReq
  451. VpnipBatchUpdateResp = pb.VpnipBatchUpdateResp
  452. VpnipBindAddReq = pb.VpnipBindAddReq
  453. VpnipBindAddResp = pb.VpnipBindAddResp
  454. VpnipBindBatchAddReq = pb.VpnipBindBatchAddReq
  455. VpnipBindBatchAddResp = pb.VpnipBindBatchAddResp
  456. VpnipBindBatchUpdateReq = pb.VpnipBindBatchUpdateReq
  457. VpnipBindBatchUpdateResp = pb.VpnipBindBatchUpdateResp
  458. VpnipBindGetReq = pb.VpnipBindGetReq
  459. VpnipBindGetResp = pb.VpnipBindGetResp
  460. VpnipBindListReq = pb.VpnipBindListReq
  461. VpnipBindListResp = pb.VpnipBindListResp
  462. VpnipBindUpdateReq = pb.VpnipBindUpdateReq
  463. VpnipBindUpdateResp = pb.VpnipBindUpdateResp
  464. VpnipBindVo = pb.VpnipBindVo
  465. VpnipExAddReq = pb.VpnipExAddReq
  466. VpnipExAddResp = pb.VpnipExAddResp
  467. VpnipExBatchAddReq = pb.VpnipExBatchAddReq
  468. VpnipExBatchAddResp = pb.VpnipExBatchAddResp
  469. VpnipExBatchUpdateReq = pb.VpnipExBatchUpdateReq
  470. VpnipExBatchUpdateResp = pb.VpnipExBatchUpdateResp
  471. VpnipExGetResp = pb.VpnipExGetResp
  472. VpnipExListResp = pb.VpnipExListResp
  473. VpnipExUpdateReq = pb.VpnipExUpdateReq
  474. VpnipExUpdateResp = pb.VpnipExUpdateResp
  475. VpnipExVo = pb.VpnipExVo
  476. VpnipGetReq = pb.VpnipGetReq
  477. VpnipGetResp = pb.VpnipGetResp
  478. VpnipListReq = pb.VpnipListReq
  479. VpnipListResp = pb.VpnipListResp
  480. VpnipRangeAddReq = pb.VpnipRangeAddReq
  481. VpnipRangeAddResp = pb.VpnipRangeAddResp
  482. VpnipRangeBatchAddReq = pb.VpnipRangeBatchAddReq
  483. VpnipRangeBatchAddResp = pb.VpnipRangeBatchAddResp
  484. VpnipRangeBatchUpdateReq = pb.VpnipRangeBatchUpdateReq
  485. VpnipRangeBatchUpdateResp = pb.VpnipRangeBatchUpdateResp
  486. VpnipRangeExAddReq = pb.VpnipRangeExAddReq
  487. VpnipRangeExAddResp = pb.VpnipRangeExAddResp
  488. VpnipRangeExBatchAddReq = pb.VpnipRangeExBatchAddReq
  489. VpnipRangeExBatchAddResp = pb.VpnipRangeExBatchAddResp
  490. VpnipRangeExBatchUpdateReq = pb.VpnipRangeExBatchUpdateReq
  491. VpnipRangeExBatchUpdateResp = pb.VpnipRangeExBatchUpdateResp
  492. VpnipRangeExGetResp = pb.VpnipRangeExGetResp
  493. VpnipRangeExListResp = pb.VpnipRangeExListResp
  494. VpnipRangeExUpdateReq = pb.VpnipRangeExUpdateReq
  495. VpnipRangeExUpdateResp = pb.VpnipRangeExUpdateResp
  496. VpnipRangeExVo = pb.VpnipRangeExVo
  497. VpnipRangeGetReq = pb.VpnipRangeGetReq
  498. VpnipRangeGetResp = pb.VpnipRangeGetResp
  499. VpnipRangeListReq = pb.VpnipRangeListReq
  500. VpnipRangeListResp = pb.VpnipRangeListResp
  501. VpnipRangeUpdateReq = pb.VpnipRangeUpdateReq
  502. VpnipRangeUpdateResp = pb.VpnipRangeUpdateResp
  503. VpnipRangeVo = pb.VpnipRangeVo
  504. VpnipUpdateReq = pb.VpnipUpdateReq
  505. VpnipUpdateResp = pb.VpnipUpdateResp
  506. VpnipVo = pb.VpnipVo
  507. VpnipWalledAddReq = pb.VpnipWalledAddReq
  508. VpnipWalledAddResp = pb.VpnipWalledAddResp
  509. VpnipWalledBatchAddReq = pb.VpnipWalledBatchAddReq
  510. VpnipWalledBatchAddResp = pb.VpnipWalledBatchAddResp
  511. VpnipWalledBatchUpdateReq = pb.VpnipWalledBatchUpdateReq
  512. VpnipWalledBatchUpdateResp = pb.VpnipWalledBatchUpdateResp
  513. VpnipWalledGetReq = pb.VpnipWalledGetReq
  514. VpnipWalledGetResp = pb.VpnipWalledGetResp
  515. VpnipWalledListReq = pb.VpnipWalledListReq
  516. VpnipWalledListResp = pb.VpnipWalledListResp
  517. VpnipWalledUpdateReq = pb.VpnipWalledUpdateReq
  518. VpnipWalledUpdateResp = pb.VpnipWalledUpdateResp
  519. VpnipWalledVo = pb.VpnipWalledVo
  520. GoUserClient interface {
  521. Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)
  522. // 用户app配置管理(ring)
  523. UserAppConfigAdd(ctx context.Context, in *UserAppConfigVo, opts ...grpc.CallOption) (*UserAppConfigVo, error)
  524. UserAppConfigUpdate(ctx context.Context, in *UserAppConfigVo, opts ...grpc.CallOption) (*UserAppConfigVo, error)
  525. UserAppConfigDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  526. UserAppConfigGet(ctx context.Context, in *UserAppConfigGetReq, opts ...grpc.CallOption) (*UserAppConfigVo, error)
  527. UserAppConfigList(ctx context.Context, in *UserAppConfigListReq, opts ...grpc.CallOption) (*UserAppConfigListRes, error)
  528. // Device Model
  529. DeviceAdd(ctx context.Context, in *DeviceVo, opts ...grpc.CallOption) (*DeviceVo, error)
  530. DeviceUpdate(ctx context.Context, in *DeviceVo, opts ...grpc.CallOption) (*DeviceVo, error)
  531. DeviceDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  532. DeviceGet(ctx context.Context, in *DeviceVo, opts ...grpc.CallOption) (*DeviceVo, error)
  533. DeviceList(ctx context.Context, in *DeviceListReq, opts ...grpc.CallOption) (*DeviceListRes, error)
  534. // Account Model
  535. AccountAdd(ctx context.Context, in *AccountVo, opts ...grpc.CallOption) (*AccountVo, error)
  536. AccountUpdate(ctx context.Context, in *AccountVo, opts ...grpc.CallOption) (*AccountVo, error)
  537. AccountDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  538. AccountGet(ctx context.Context, in *AccountVo, opts ...grpc.CallOption) (*AccountVo, error)
  539. AccountList(ctx context.Context, in *AccountListReq, opts ...grpc.CallOption) (*AccountListResp, error)
  540. // AccountDevice Model
  541. AccountDeviceAdd(ctx context.Context, in *AccountDeviceVo, opts ...grpc.CallOption) (*AccountDeviceVo, error)
  542. AccountDeviceUpdate(ctx context.Context, in *AccountDeviceVo, opts ...grpc.CallOption) (*AccountDeviceVo, error)
  543. AccountDeviceDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  544. AccountDeviceGet(ctx context.Context, in *AccountDeviceVo, opts ...grpc.CallOption) (*AccountDeviceVo, error)
  545. AccountDeviceList(ctx context.Context, in *AccountDeviceListReq, opts ...grpc.CallOption) (*AccountDeviceListResp, error)
  546. // 用户白名单管理
  547. UserWhiteAdd(ctx context.Context, in *UserWhiteAddReq, opts ...grpc.CallOption) (*UserWhiteAddResp, error)
  548. UserWhiteUpdate(ctx context.Context, in *UserWhiteUpdateReq, opts ...grpc.CallOption) (*UserWhiteUpdateResp, error)
  549. UserWhiteDel(ctx context.Context, in *UserWhiteDelReq, opts ...grpc.CallOption) (*Empty, error)
  550. UserWhiteGet(ctx context.Context, in *UserWhiteGetReq, opts ...grpc.CallOption) (*UserWhiteGetResp, error)
  551. UserWhiteList(ctx context.Context, in *UserWhiteListReq, opts ...grpc.CallOption) (*UserWhiteListResp, error)
  552. // 测试用户管理
  553. UserTestAdd(ctx context.Context, in *UserTestAddReq, opts ...grpc.CallOption) (*UserTestAddResp, error)
  554. UserTestUpdate(ctx context.Context, in *UserTestUpdateReq, opts ...grpc.CallOption) (*UserTestUpdateResp, error)
  555. UserTestDel(ctx context.Context, in *UserTestDelReq, opts ...grpc.CallOption) (*Empty, error)
  556. UserTestGet(ctx context.Context, in *UserTestGetReq, opts ...grpc.CallOption) (*UserTestGetResp, error)
  557. UserTestList(ctx context.Context, in *UserTestListReq, opts ...grpc.CallOption) (*UserTestListResp, error)
  558. // User Model
  559. UserAdd(ctx context.Context, in *UserAddReq, opts ...grpc.CallOption) (*UserAddResp, error)
  560. UserUpdate(ctx context.Context, in *UserUpdateReq, opts ...grpc.CallOption) (*UserUpdateResp, error)
  561. UserDel(ctx context.Context, in *UserDelReq, opts ...grpc.CallOption) (*Empty, error)
  562. UserGet(ctx context.Context, in *UserGetReq, opts ...grpc.CallOption) (*UserGetResp, error)
  563. UserList(ctx context.Context, in *UserListReq, opts ...grpc.CallOption) (*UserListResp, error)
  564. // UserCredential Model
  565. UserCredentialAdd(ctx context.Context, in *UserCredentialAddReq, opts ...grpc.CallOption) (*UserCredentialAddResp, error)
  566. UserCredentialUpdate(ctx context.Context, in *UserCredentialUpdateReq, opts ...grpc.CallOption) (*UserCredentialUpdateResp, error)
  567. UserCredentialDel(ctx context.Context, in *UserCredentialDelReq, opts ...grpc.CallOption) (*Empty, error)
  568. UserCredentialGet(ctx context.Context, in *UserCredentialGetReq, opts ...grpc.CallOption) (*UserCredentialGetResp, error)
  569. UserCredentialList(ctx context.Context, in *UserCredentialListReq, opts ...grpc.CallOption) (*UserCredentialListResp, error)
  570. // UserDevice Model
  571. UserDeviceAdd(ctx context.Context, in *UserDeviceAddReq, opts ...grpc.CallOption) (*UserDeviceAddResp, error)
  572. UserDeviceUpdate(ctx context.Context, in *UserDeviceUpdateReq, opts ...grpc.CallOption) (*UserDeviceUpdateResp, error)
  573. UserDeviceDel(ctx context.Context, in *UserDeviceDelReq, opts ...grpc.CallOption) (*Empty, error)
  574. UserDeviceGet(ctx context.Context, in *UserDeviceGetReq, opts ...grpc.CallOption) (*UserDeviceGetResp, error)
  575. UserDeviceList(ctx context.Context, in *UserDeviceListReq, opts ...grpc.CallOption) (*UserDeviceListResp, error)
  576. // UserService
  577. UserServiceAdd(ctx context.Context, in *UserServiceAddReq, opts ...grpc.CallOption) (*UserServiceAddResp, error)
  578. UserServiceUpdate(ctx context.Context, in *UserServiceUpdateReq, opts ...grpc.CallOption) (*UserServiceUpdateResp, error)
  579. UserServiceDel(ctx context.Context, in *UserServiceDelReq, opts ...grpc.CallOption) (*Empty, error)
  580. UserServiceGet(ctx context.Context, in *UserServiceGetReq, opts ...grpc.CallOption) (*UserServiceGetResp, error)
  581. UserServiceList(ctx context.Context, in *UserServiceListReq, opts ...grpc.CallOption) (*UserServiceListResp, error)
  582. }
  583. defaultGoUserClient struct {
  584. cli zrpc.Client
  585. }
  586. )
  587. func NewGoUserClient(cli zrpc.Client) GoUserClient {
  588. return &defaultGoUserClient{
  589. cli: cli,
  590. }
  591. }
  592. func (m *defaultGoUserClient) Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error) {
  593. client := pb.NewGoUserClientClient(m.cli.Conn())
  594. return client.Ping(ctx, in, opts...)
  595. }
  596. // 用户app配置管理(ring)
  597. func (m *defaultGoUserClient) UserAppConfigAdd(ctx context.Context, in *UserAppConfigVo, opts ...grpc.CallOption) (*UserAppConfigVo, error) {
  598. client := pb.NewGoUserClientClient(m.cli.Conn())
  599. return client.UserAppConfigAdd(ctx, in, opts...)
  600. }
  601. func (m *defaultGoUserClient) UserAppConfigUpdate(ctx context.Context, in *UserAppConfigVo, opts ...grpc.CallOption) (*UserAppConfigVo, error) {
  602. client := pb.NewGoUserClientClient(m.cli.Conn())
  603. return client.UserAppConfigUpdate(ctx, in, opts...)
  604. }
  605. func (m *defaultGoUserClient) UserAppConfigDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  606. client := pb.NewGoUserClientClient(m.cli.Conn())
  607. return client.UserAppConfigDel(ctx, in, opts...)
  608. }
  609. func (m *defaultGoUserClient) UserAppConfigGet(ctx context.Context, in *UserAppConfigGetReq, opts ...grpc.CallOption) (*UserAppConfigVo, error) {
  610. client := pb.NewGoUserClientClient(m.cli.Conn())
  611. return client.UserAppConfigGet(ctx, in, opts...)
  612. }
  613. func (m *defaultGoUserClient) UserAppConfigList(ctx context.Context, in *UserAppConfigListReq, opts ...grpc.CallOption) (*UserAppConfigListRes, error) {
  614. client := pb.NewGoUserClientClient(m.cli.Conn())
  615. return client.UserAppConfigList(ctx, in, opts...)
  616. }
  617. // Device Model
  618. func (m *defaultGoUserClient) DeviceAdd(ctx context.Context, in *DeviceVo, opts ...grpc.CallOption) (*DeviceVo, error) {
  619. client := pb.NewGoUserClientClient(m.cli.Conn())
  620. return client.DeviceAdd(ctx, in, opts...)
  621. }
  622. func (m *defaultGoUserClient) DeviceUpdate(ctx context.Context, in *DeviceVo, opts ...grpc.CallOption) (*DeviceVo, error) {
  623. client := pb.NewGoUserClientClient(m.cli.Conn())
  624. return client.DeviceUpdate(ctx, in, opts...)
  625. }
  626. func (m *defaultGoUserClient) DeviceDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  627. client := pb.NewGoUserClientClient(m.cli.Conn())
  628. return client.DeviceDel(ctx, in, opts...)
  629. }
  630. func (m *defaultGoUserClient) DeviceGet(ctx context.Context, in *DeviceVo, opts ...grpc.CallOption) (*DeviceVo, error) {
  631. client := pb.NewGoUserClientClient(m.cli.Conn())
  632. return client.DeviceGet(ctx, in, opts...)
  633. }
  634. func (m *defaultGoUserClient) DeviceList(ctx context.Context, in *DeviceListReq, opts ...grpc.CallOption) (*DeviceListRes, error) {
  635. client := pb.NewGoUserClientClient(m.cli.Conn())
  636. return client.DeviceList(ctx, in, opts...)
  637. }
  638. // Account Model
  639. func (m *defaultGoUserClient) AccountAdd(ctx context.Context, in *AccountVo, opts ...grpc.CallOption) (*AccountVo, error) {
  640. client := pb.NewGoUserClientClient(m.cli.Conn())
  641. return client.AccountAdd(ctx, in, opts...)
  642. }
  643. func (m *defaultGoUserClient) AccountUpdate(ctx context.Context, in *AccountVo, opts ...grpc.CallOption) (*AccountVo, error) {
  644. client := pb.NewGoUserClientClient(m.cli.Conn())
  645. return client.AccountUpdate(ctx, in, opts...)
  646. }
  647. func (m *defaultGoUserClient) AccountDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  648. client := pb.NewGoUserClientClient(m.cli.Conn())
  649. return client.AccountDel(ctx, in, opts...)
  650. }
  651. func (m *defaultGoUserClient) AccountGet(ctx context.Context, in *AccountVo, opts ...grpc.CallOption) (*AccountVo, error) {
  652. client := pb.NewGoUserClientClient(m.cli.Conn())
  653. return client.AccountGet(ctx, in, opts...)
  654. }
  655. func (m *defaultGoUserClient) AccountList(ctx context.Context, in *AccountListReq, opts ...grpc.CallOption) (*AccountListResp, error) {
  656. client := pb.NewGoUserClientClient(m.cli.Conn())
  657. return client.AccountList(ctx, in, opts...)
  658. }
  659. // AccountDevice Model
  660. func (m *defaultGoUserClient) AccountDeviceAdd(ctx context.Context, in *AccountDeviceVo, opts ...grpc.CallOption) (*AccountDeviceVo, error) {
  661. client := pb.NewGoUserClientClient(m.cli.Conn())
  662. return client.AccountDeviceAdd(ctx, in, opts...)
  663. }
  664. func (m *defaultGoUserClient) AccountDeviceUpdate(ctx context.Context, in *AccountDeviceVo, opts ...grpc.CallOption) (*AccountDeviceVo, error) {
  665. client := pb.NewGoUserClientClient(m.cli.Conn())
  666. return client.AccountDeviceUpdate(ctx, in, opts...)
  667. }
  668. func (m *defaultGoUserClient) AccountDeviceDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  669. client := pb.NewGoUserClientClient(m.cli.Conn())
  670. return client.AccountDeviceDel(ctx, in, opts...)
  671. }
  672. func (m *defaultGoUserClient) AccountDeviceGet(ctx context.Context, in *AccountDeviceVo, opts ...grpc.CallOption) (*AccountDeviceVo, error) {
  673. client := pb.NewGoUserClientClient(m.cli.Conn())
  674. return client.AccountDeviceGet(ctx, in, opts...)
  675. }
  676. func (m *defaultGoUserClient) AccountDeviceList(ctx context.Context, in *AccountDeviceListReq, opts ...grpc.CallOption) (*AccountDeviceListResp, error) {
  677. client := pb.NewGoUserClientClient(m.cli.Conn())
  678. return client.AccountDeviceList(ctx, in, opts...)
  679. }
  680. // 用户白名单管理
  681. func (m *defaultGoUserClient) UserWhiteAdd(ctx context.Context, in *UserWhiteAddReq, opts ...grpc.CallOption) (*UserWhiteAddResp, error) {
  682. client := pb.NewGoUserClientClient(m.cli.Conn())
  683. return client.UserWhiteAdd(ctx, in, opts...)
  684. }
  685. func (m *defaultGoUserClient) UserWhiteUpdate(ctx context.Context, in *UserWhiteUpdateReq, opts ...grpc.CallOption) (*UserWhiteUpdateResp, error) {
  686. client := pb.NewGoUserClientClient(m.cli.Conn())
  687. return client.UserWhiteUpdate(ctx, in, opts...)
  688. }
  689. func (m *defaultGoUserClient) UserWhiteDel(ctx context.Context, in *UserWhiteDelReq, opts ...grpc.CallOption) (*Empty, error) {
  690. client := pb.NewGoUserClientClient(m.cli.Conn())
  691. return client.UserWhiteDel(ctx, in, opts...)
  692. }
  693. func (m *defaultGoUserClient) UserWhiteGet(ctx context.Context, in *UserWhiteGetReq, opts ...grpc.CallOption) (*UserWhiteGetResp, error) {
  694. client := pb.NewGoUserClientClient(m.cli.Conn())
  695. return client.UserWhiteGet(ctx, in, opts...)
  696. }
  697. func (m *defaultGoUserClient) UserWhiteList(ctx context.Context, in *UserWhiteListReq, opts ...grpc.CallOption) (*UserWhiteListResp, error) {
  698. client := pb.NewGoUserClientClient(m.cli.Conn())
  699. return client.UserWhiteList(ctx, in, opts...)
  700. }
  701. // 测试用户管理
  702. func (m *defaultGoUserClient) UserTestAdd(ctx context.Context, in *UserTestAddReq, opts ...grpc.CallOption) (*UserTestAddResp, error) {
  703. client := pb.NewGoUserClientClient(m.cli.Conn())
  704. return client.UserTestAdd(ctx, in, opts...)
  705. }
  706. func (m *defaultGoUserClient) UserTestUpdate(ctx context.Context, in *UserTestUpdateReq, opts ...grpc.CallOption) (*UserTestUpdateResp, error) {
  707. client := pb.NewGoUserClientClient(m.cli.Conn())
  708. return client.UserTestUpdate(ctx, in, opts...)
  709. }
  710. func (m *defaultGoUserClient) UserTestDel(ctx context.Context, in *UserTestDelReq, opts ...grpc.CallOption) (*Empty, error) {
  711. client := pb.NewGoUserClientClient(m.cli.Conn())
  712. return client.UserTestDel(ctx, in, opts...)
  713. }
  714. func (m *defaultGoUserClient) UserTestGet(ctx context.Context, in *UserTestGetReq, opts ...grpc.CallOption) (*UserTestGetResp, error) {
  715. client := pb.NewGoUserClientClient(m.cli.Conn())
  716. return client.UserTestGet(ctx, in, opts...)
  717. }
  718. func (m *defaultGoUserClient) UserTestList(ctx context.Context, in *UserTestListReq, opts ...grpc.CallOption) (*UserTestListResp, error) {
  719. client := pb.NewGoUserClientClient(m.cli.Conn())
  720. return client.UserTestList(ctx, in, opts...)
  721. }
  722. // User Model
  723. func (m *defaultGoUserClient) UserAdd(ctx context.Context, in *UserAddReq, opts ...grpc.CallOption) (*UserAddResp, error) {
  724. client := pb.NewGoUserClientClient(m.cli.Conn())
  725. return client.UserAdd(ctx, in, opts...)
  726. }
  727. func (m *defaultGoUserClient) UserUpdate(ctx context.Context, in *UserUpdateReq, opts ...grpc.CallOption) (*UserUpdateResp, error) {
  728. client := pb.NewGoUserClientClient(m.cli.Conn())
  729. return client.UserUpdate(ctx, in, opts...)
  730. }
  731. func (m *defaultGoUserClient) UserDel(ctx context.Context, in *UserDelReq, opts ...grpc.CallOption) (*Empty, error) {
  732. client := pb.NewGoUserClientClient(m.cli.Conn())
  733. return client.UserDel(ctx, in, opts...)
  734. }
  735. func (m *defaultGoUserClient) UserGet(ctx context.Context, in *UserGetReq, opts ...grpc.CallOption) (*UserGetResp, error) {
  736. client := pb.NewGoUserClientClient(m.cli.Conn())
  737. return client.UserGet(ctx, in, opts...)
  738. }
  739. func (m *defaultGoUserClient) UserList(ctx context.Context, in *UserListReq, opts ...grpc.CallOption) (*UserListResp, error) {
  740. client := pb.NewGoUserClientClient(m.cli.Conn())
  741. return client.UserList(ctx, in, opts...)
  742. }
  743. // UserCredential Model
  744. func (m *defaultGoUserClient) UserCredentialAdd(ctx context.Context, in *UserCredentialAddReq, opts ...grpc.CallOption) (*UserCredentialAddResp, error) {
  745. client := pb.NewGoUserClientClient(m.cli.Conn())
  746. return client.UserCredentialAdd(ctx, in, opts...)
  747. }
  748. func (m *defaultGoUserClient) UserCredentialUpdate(ctx context.Context, in *UserCredentialUpdateReq, opts ...grpc.CallOption) (*UserCredentialUpdateResp, error) {
  749. client := pb.NewGoUserClientClient(m.cli.Conn())
  750. return client.UserCredentialUpdate(ctx, in, opts...)
  751. }
  752. func (m *defaultGoUserClient) UserCredentialDel(ctx context.Context, in *UserCredentialDelReq, opts ...grpc.CallOption) (*Empty, error) {
  753. client := pb.NewGoUserClientClient(m.cli.Conn())
  754. return client.UserCredentialDel(ctx, in, opts...)
  755. }
  756. func (m *defaultGoUserClient) UserCredentialGet(ctx context.Context, in *UserCredentialGetReq, opts ...grpc.CallOption) (*UserCredentialGetResp, error) {
  757. client := pb.NewGoUserClientClient(m.cli.Conn())
  758. return client.UserCredentialGet(ctx, in, opts...)
  759. }
  760. func (m *defaultGoUserClient) UserCredentialList(ctx context.Context, in *UserCredentialListReq, opts ...grpc.CallOption) (*UserCredentialListResp, error) {
  761. client := pb.NewGoUserClientClient(m.cli.Conn())
  762. return client.UserCredentialList(ctx, in, opts...)
  763. }
  764. // UserDevice Model
  765. func (m *defaultGoUserClient) UserDeviceAdd(ctx context.Context, in *UserDeviceAddReq, opts ...grpc.CallOption) (*UserDeviceAddResp, error) {
  766. client := pb.NewGoUserClientClient(m.cli.Conn())
  767. return client.UserDeviceAdd(ctx, in, opts...)
  768. }
  769. func (m *defaultGoUserClient) UserDeviceUpdate(ctx context.Context, in *UserDeviceUpdateReq, opts ...grpc.CallOption) (*UserDeviceUpdateResp, error) {
  770. client := pb.NewGoUserClientClient(m.cli.Conn())
  771. return client.UserDeviceUpdate(ctx, in, opts...)
  772. }
  773. func (m *defaultGoUserClient) UserDeviceDel(ctx context.Context, in *UserDeviceDelReq, opts ...grpc.CallOption) (*Empty, error) {
  774. client := pb.NewGoUserClientClient(m.cli.Conn())
  775. return client.UserDeviceDel(ctx, in, opts...)
  776. }
  777. func (m *defaultGoUserClient) UserDeviceGet(ctx context.Context, in *UserDeviceGetReq, opts ...grpc.CallOption) (*UserDeviceGetResp, error) {
  778. client := pb.NewGoUserClientClient(m.cli.Conn())
  779. return client.UserDeviceGet(ctx, in, opts...)
  780. }
  781. func (m *defaultGoUserClient) UserDeviceList(ctx context.Context, in *UserDeviceListReq, opts ...grpc.CallOption) (*UserDeviceListResp, error) {
  782. client := pb.NewGoUserClientClient(m.cli.Conn())
  783. return client.UserDeviceList(ctx, in, opts...)
  784. }
  785. // UserService
  786. func (m *defaultGoUserClient) UserServiceAdd(ctx context.Context, in *UserServiceAddReq, opts ...grpc.CallOption) (*UserServiceAddResp, error) {
  787. client := pb.NewGoUserClientClient(m.cli.Conn())
  788. return client.UserServiceAdd(ctx, in, opts...)
  789. }
  790. func (m *defaultGoUserClient) UserServiceUpdate(ctx context.Context, in *UserServiceUpdateReq, opts ...grpc.CallOption) (*UserServiceUpdateResp, error) {
  791. client := pb.NewGoUserClientClient(m.cli.Conn())
  792. return client.UserServiceUpdate(ctx, in, opts...)
  793. }
  794. func (m *defaultGoUserClient) UserServiceDel(ctx context.Context, in *UserServiceDelReq, opts ...grpc.CallOption) (*Empty, error) {
  795. client := pb.NewGoUserClientClient(m.cli.Conn())
  796. return client.UserServiceDel(ctx, in, opts...)
  797. }
  798. func (m *defaultGoUserClient) UserServiceGet(ctx context.Context, in *UserServiceGetReq, opts ...grpc.CallOption) (*UserServiceGetResp, error) {
  799. client := pb.NewGoUserClientClient(m.cli.Conn())
  800. return client.UserServiceGet(ctx, in, opts...)
  801. }
  802. func (m *defaultGoUserClient) UserServiceList(ctx context.Context, in *UserServiceListReq, opts ...grpc.CallOption) (*UserServiceListResp, error) {
  803. client := pb.NewGoUserClientClient(m.cli.Conn())
  804. return client.UserServiceList(ctx, in, opts...)
  805. }