go_game_client.go 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  1. // Code generated by goctl. DO NOT EDIT.
  2. // goctl 1.8.5
  3. // Source: gorpc.proto
  4. package gogameclient
  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. UserAddReq = pb.UserAddReq
  224. UserAddResp = pb.UserAddResp
  225. UserAppConfigGetReq = pb.UserAppConfigGetReq
  226. UserAppConfigListReq = pb.UserAppConfigListReq
  227. UserAppConfigListRes = pb.UserAppConfigListRes
  228. UserAppConfigVo = pb.UserAppConfigVo
  229. UserCredentialAddReq = pb.UserCredentialAddReq
  230. UserCredentialAddResp = pb.UserCredentialAddResp
  231. UserCredentialDelReq = pb.UserCredentialDelReq
  232. UserCredentialGetReq = pb.UserCredentialGetReq
  233. UserCredentialGetResp = pb.UserCredentialGetResp
  234. UserCredentialListReq = pb.UserCredentialListReq
  235. UserCredentialListResp = pb.UserCredentialListResp
  236. UserCredentialUpdateReq = pb.UserCredentialUpdateReq
  237. UserCredentialUpdateResp = pb.UserCredentialUpdateResp
  238. UserCredentialVo = pb.UserCredentialVo
  239. UserDelReq = pb.UserDelReq
  240. UserDeviceAddReq = pb.UserDeviceAddReq
  241. UserDeviceAddResp = pb.UserDeviceAddResp
  242. UserDeviceDelReq = pb.UserDeviceDelReq
  243. UserDeviceGetReq = pb.UserDeviceGetReq
  244. UserDeviceGetResp = pb.UserDeviceGetResp
  245. UserDeviceListReq = pb.UserDeviceListReq
  246. UserDeviceListResp = pb.UserDeviceListResp
  247. UserDeviceUpdateReq = pb.UserDeviceUpdateReq
  248. UserDeviceUpdateResp = pb.UserDeviceUpdateResp
  249. UserDeviceVo = pb.UserDeviceVo
  250. UserGetReq = pb.UserGetReq
  251. UserGetResp = pb.UserGetResp
  252. UserListReq = pb.UserListReq
  253. UserListResp = pb.UserListResp
  254. UserServiceAddReq = pb.UserServiceAddReq
  255. UserServiceAddResp = pb.UserServiceAddResp
  256. UserServiceDelReq = pb.UserServiceDelReq
  257. UserServiceGetReq = pb.UserServiceGetReq
  258. UserServiceGetResp = pb.UserServiceGetResp
  259. UserServiceListReq = pb.UserServiceListReq
  260. UserServiceListResp = pb.UserServiceListResp
  261. UserServiceUpdateReq = pb.UserServiceUpdateReq
  262. UserServiceUpdateResp = pb.UserServiceUpdateResp
  263. UserServiceVo = pb.UserServiceVo
  264. UserTestAddReq = pb.UserTestAddReq
  265. UserTestAddResp = pb.UserTestAddResp
  266. UserTestDelReq = pb.UserTestDelReq
  267. UserTestGetReq = pb.UserTestGetReq
  268. UserTestGetResp = pb.UserTestGetResp
  269. UserTestListReq = pb.UserTestListReq
  270. UserTestListResp = pb.UserTestListResp
  271. UserTestUpdateReq = pb.UserTestUpdateReq
  272. UserTestUpdateResp = pb.UserTestUpdateResp
  273. UserTestVo = pb.UserTestVo
  274. UserUpdateReq = pb.UserUpdateReq
  275. UserUpdateResp = pb.UserUpdateResp
  276. UserVo = pb.UserVo
  277. UserWhiteAddReq = pb.UserWhiteAddReq
  278. UserWhiteAddResp = pb.UserWhiteAddResp
  279. UserWhiteDelReq = pb.UserWhiteDelReq
  280. UserWhiteGetReq = pb.UserWhiteGetReq
  281. UserWhiteGetResp = pb.UserWhiteGetResp
  282. UserWhiteListReq = pb.UserWhiteListReq
  283. UserWhiteListResp = pb.UserWhiteListResp
  284. UserWhiteUpdateReq = pb.UserWhiteUpdateReq
  285. UserWhiteUpdateResp = pb.UserWhiteUpdateResp
  286. UserWhiteVo = pb.UserWhiteVo
  287. VpnConfigTemplatePlanAddReq = pb.VpnConfigTemplatePlanAddReq
  288. VpnConfigTemplatePlanAddResp = pb.VpnConfigTemplatePlanAddResp
  289. VpnConfigTemplatePlanDelReq = pb.VpnConfigTemplatePlanDelReq
  290. VpnConfigTemplatePlanDetailAddReq = pb.VpnConfigTemplatePlanDetailAddReq
  291. VpnConfigTemplatePlanDetailAddResp = pb.VpnConfigTemplatePlanDetailAddResp
  292. VpnConfigTemplatePlanDetailDelReq = pb.VpnConfigTemplatePlanDetailDelReq
  293. VpnConfigTemplatePlanDetailGetReq = pb.VpnConfigTemplatePlanDetailGetReq
  294. VpnConfigTemplatePlanDetailGetResp = pb.VpnConfigTemplatePlanDetailGetResp
  295. VpnConfigTemplatePlanDetailListReq = pb.VpnConfigTemplatePlanDetailListReq
  296. VpnConfigTemplatePlanDetailListResp = pb.VpnConfigTemplatePlanDetailListResp
  297. VpnConfigTemplatePlanDetailUpdateReq = pb.VpnConfigTemplatePlanDetailUpdateReq
  298. VpnConfigTemplatePlanDetailUpdateResp = pb.VpnConfigTemplatePlanDetailUpdateResp
  299. VpnConfigTemplatePlanDetailVo = pb.VpnConfigTemplatePlanDetailVo
  300. VpnConfigTemplatePlanGetReq = pb.VpnConfigTemplatePlanGetReq
  301. VpnConfigTemplatePlanGetResp = pb.VpnConfigTemplatePlanGetResp
  302. VpnConfigTemplatePlanListReq = pb.VpnConfigTemplatePlanListReq
  303. VpnConfigTemplatePlanListResp = pb.VpnConfigTemplatePlanListResp
  304. VpnConfigTemplatePlanUpdateReq = pb.VpnConfigTemplatePlanUpdateReq
  305. VpnConfigTemplatePlanUpdateResp = pb.VpnConfigTemplatePlanUpdateResp
  306. VpnConfigTemplatePlanVo = pb.VpnConfigTemplatePlanVo
  307. VpnGroupAddReq = pb.VpnGroupAddReq
  308. VpnGroupBatchAddReq = pb.VpnGroupBatchAddReq
  309. VpnGroupBatchAddResp = pb.VpnGroupBatchAddResp
  310. VpnGroupBatchDelReq = pb.VpnGroupBatchDelReq
  311. VpnGroupBatchUpdateReq = pb.VpnGroupBatchUpdateReq
  312. VpnGroupBatchUpdateResp = pb.VpnGroupBatchUpdateResp
  313. VpnGroupExVo = pb.VpnGroupExVo
  314. VpnGroupGetReq = pb.VpnGroupGetReq
  315. VpnGroupListReq = pb.VpnGroupListReq
  316. VpnGroupListResp = pb.VpnGroupListResp
  317. VpnGroupTagListReq = pb.VpnGroupTagListReq
  318. VpnGroupTagListResp = pb.VpnGroupTagListResp
  319. VpnGroupTagVo = pb.VpnGroupTagVo
  320. VpnGroupVo = pb.VpnGroupVo
  321. VpnLocationBatchAddReq = pb.VpnLocationBatchAddReq
  322. VpnLocationBatchAddResp = pb.VpnLocationBatchAddResp
  323. VpnLocationBatchDelReq = pb.VpnLocationBatchDelReq
  324. VpnLocationBatchUpdateReq = pb.VpnLocationBatchUpdateReq
  325. VpnLocationBatchUpdateResp = pb.VpnLocationBatchUpdateResp
  326. VpnLocationExVo = pb.VpnLocationExVo
  327. VpnLocationGetReq = pb.VpnLocationGetReq
  328. VpnLocationListReq = pb.VpnLocationListReq
  329. VpnLocationListResp = pb.VpnLocationListResp
  330. VpnLocationServerCountReq = pb.VpnLocationServerCountReq
  331. VpnLocationServerCountResp = pb.VpnLocationServerCountResp
  332. VpnLocationServerCountVo = pb.VpnLocationServerCountVo
  333. VpnLocationVo = pb.VpnLocationVo
  334. VpnProbeTaskListReq = pb.VpnProbeTaskListReq
  335. VpnProbeTaskListResp = pb.VpnProbeTaskListResp
  336. VpnProbeTaskVo = pb.VpnProbeTaskVo
  337. VpnServerAddReq = pb.VpnServerAddReq
  338. VpnServerBatchAddReq = pb.VpnServerBatchAddReq
  339. VpnServerBatchAddResp = pb.VpnServerBatchAddResp
  340. VpnServerBatchDelReq = pb.VpnServerBatchDelReq
  341. VpnServerBatchUpdateReq = pb.VpnServerBatchUpdateReq
  342. VpnServerBatchUpdateResp = pb.VpnServerBatchUpdateResp
  343. VpnServerExListResp = pb.VpnServerExListResp
  344. VpnServerExVo = pb.VpnServerExVo
  345. VpnServerListReq = pb.VpnServerListReq
  346. VpnServerListResp = pb.VpnServerListResp
  347. VpnServerLocationListReq = pb.VpnServerLocationListReq
  348. VpnServerLocationListResp = pb.VpnServerLocationListResp
  349. VpnServerLocationVo = pb.VpnServerLocationVo
  350. VpnServerVo = pb.VpnServerVo
  351. VpnTagBatchAddReq = pb.VpnTagBatchAddReq
  352. VpnTagBatchAddResp = pb.VpnTagBatchAddResp
  353. VpnTagBatchDelReq = pb.VpnTagBatchDelReq
  354. VpnTagBatchUpdateReq = pb.VpnTagBatchUpdateReq
  355. VpnTagBatchUpdateResp = pb.VpnTagBatchUpdateResp
  356. VpnTagGetReq = pb.VpnTagGetReq
  357. VpnTagListReq = pb.VpnTagListReq
  358. VpnTagListResp = pb.VpnTagListResp
  359. VpnTagVo = pb.VpnTagVo
  360. VpnWithIPAndPortReq = pb.VpnWithIPAndPortReq
  361. VpnWithIPAndPortResp = pb.VpnWithIPAndPortResp
  362. VpnipAddReq = pb.VpnipAddReq
  363. VpnipAddResp = pb.VpnipAddResp
  364. VpnipBatchAddReq = pb.VpnipBatchAddReq
  365. VpnipBatchAddResp = pb.VpnipBatchAddResp
  366. VpnipBatchUpdateReq = pb.VpnipBatchUpdateReq
  367. VpnipBatchUpdateResp = pb.VpnipBatchUpdateResp
  368. VpnipBindAddReq = pb.VpnipBindAddReq
  369. VpnipBindAddResp = pb.VpnipBindAddResp
  370. VpnipBindBatchAddReq = pb.VpnipBindBatchAddReq
  371. VpnipBindBatchAddResp = pb.VpnipBindBatchAddResp
  372. VpnipBindBatchUpdateReq = pb.VpnipBindBatchUpdateReq
  373. VpnipBindBatchUpdateResp = pb.VpnipBindBatchUpdateResp
  374. VpnipBindGetReq = pb.VpnipBindGetReq
  375. VpnipBindGetResp = pb.VpnipBindGetResp
  376. VpnipBindListReq = pb.VpnipBindListReq
  377. VpnipBindListResp = pb.VpnipBindListResp
  378. VpnipBindUpdateReq = pb.VpnipBindUpdateReq
  379. VpnipBindUpdateResp = pb.VpnipBindUpdateResp
  380. VpnipBindVo = pb.VpnipBindVo
  381. VpnipExAddReq = pb.VpnipExAddReq
  382. VpnipExAddResp = pb.VpnipExAddResp
  383. VpnipExBatchAddReq = pb.VpnipExBatchAddReq
  384. VpnipExBatchAddResp = pb.VpnipExBatchAddResp
  385. VpnipExBatchUpdateReq = pb.VpnipExBatchUpdateReq
  386. VpnipExBatchUpdateResp = pb.VpnipExBatchUpdateResp
  387. VpnipExGetResp = pb.VpnipExGetResp
  388. VpnipExListResp = pb.VpnipExListResp
  389. VpnipExUpdateReq = pb.VpnipExUpdateReq
  390. VpnipExUpdateResp = pb.VpnipExUpdateResp
  391. VpnipExVo = pb.VpnipExVo
  392. VpnipGetReq = pb.VpnipGetReq
  393. VpnipGetResp = pb.VpnipGetResp
  394. VpnipListReq = pb.VpnipListReq
  395. VpnipListResp = pb.VpnipListResp
  396. VpnipRangeAddReq = pb.VpnipRangeAddReq
  397. VpnipRangeAddResp = pb.VpnipRangeAddResp
  398. VpnipRangeBatchAddReq = pb.VpnipRangeBatchAddReq
  399. VpnipRangeBatchAddResp = pb.VpnipRangeBatchAddResp
  400. VpnipRangeBatchUpdateReq = pb.VpnipRangeBatchUpdateReq
  401. VpnipRangeBatchUpdateResp = pb.VpnipRangeBatchUpdateResp
  402. VpnipRangeExAddReq = pb.VpnipRangeExAddReq
  403. VpnipRangeExAddResp = pb.VpnipRangeExAddResp
  404. VpnipRangeExBatchAddReq = pb.VpnipRangeExBatchAddReq
  405. VpnipRangeExBatchAddResp = pb.VpnipRangeExBatchAddResp
  406. VpnipRangeExBatchUpdateReq = pb.VpnipRangeExBatchUpdateReq
  407. VpnipRangeExBatchUpdateResp = pb.VpnipRangeExBatchUpdateResp
  408. VpnipRangeExGetResp = pb.VpnipRangeExGetResp
  409. VpnipRangeExListResp = pb.VpnipRangeExListResp
  410. VpnipRangeExUpdateReq = pb.VpnipRangeExUpdateReq
  411. VpnipRangeExUpdateResp = pb.VpnipRangeExUpdateResp
  412. VpnipRangeExVo = pb.VpnipRangeExVo
  413. VpnipRangeGetReq = pb.VpnipRangeGetReq
  414. VpnipRangeGetResp = pb.VpnipRangeGetResp
  415. VpnipRangeListReq = pb.VpnipRangeListReq
  416. VpnipRangeListResp = pb.VpnipRangeListResp
  417. VpnipRangeUpdateReq = pb.VpnipRangeUpdateReq
  418. VpnipRangeUpdateResp = pb.VpnipRangeUpdateResp
  419. VpnipRangeVo = pb.VpnipRangeVo
  420. VpnipUpdateReq = pb.VpnipUpdateReq
  421. VpnipUpdateResp = pb.VpnipUpdateResp
  422. VpnipVo = pb.VpnipVo
  423. VpnipWalledAddReq = pb.VpnipWalledAddReq
  424. VpnipWalledAddResp = pb.VpnipWalledAddResp
  425. VpnipWalledBatchAddReq = pb.VpnipWalledBatchAddReq
  426. VpnipWalledBatchAddResp = pb.VpnipWalledBatchAddResp
  427. VpnipWalledBatchUpdateReq = pb.VpnipWalledBatchUpdateReq
  428. VpnipWalledBatchUpdateResp = pb.VpnipWalledBatchUpdateResp
  429. VpnipWalledGetReq = pb.VpnipWalledGetReq
  430. VpnipWalledGetResp = pb.VpnipWalledGetResp
  431. VpnipWalledListReq = pb.VpnipWalledListReq
  432. VpnipWalledListResp = pb.VpnipWalledListResp
  433. VpnipWalledUpdateReq = pb.VpnipWalledUpdateReq
  434. VpnipWalledUpdateResp = pb.VpnipWalledUpdateResp
  435. VpnipWalledVo = pb.VpnipWalledVo
  436. GoGameClient interface {
  437. // 加速器游戏管理
  438. GameAdd(ctx context.Context, in *GameVo, opts ...grpc.CallOption) (*GameVo, error)
  439. GameUpdate(ctx context.Context, in *GameVo, opts ...grpc.CallOption) (*Empty, error)
  440. GameDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  441. GameGet(ctx context.Context, in *GameReq, opts ...grpc.CallOption) (*GameVo, error)
  442. GameList(ctx context.Context, in *GameListReq, opts ...grpc.CallOption) (*GameListRes, error)
  443. GameAll(ctx context.Context, in *Request, opts ...grpc.CallOption) (*GameListRes, error)
  444. GameRedisHScanByName(ctx context.Context, in *GameRedisHScanByNameReq, opts ...grpc.CallOption) (*GameRedisHScanByNameResp, error)
  445. // 游戏榜单关联关系
  446. RelGameRankAdd(ctx context.Context, in *RelGameRankVo, opts ...grpc.CallOption) (*RelGameRankVo, error)
  447. RelGameRankUpdate(ctx context.Context, in *RelGameRankVo, opts ...grpc.CallOption) (*Empty, error)
  448. RelGameRankDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  449. RelGameRankGet(ctx context.Context, in *RelGameRankReq, opts ...grpc.CallOption) (*RelGameRankVo, error)
  450. RelGameRankList(ctx context.Context, in *RelGameRankListReq, opts ...grpc.CallOption) (*RelGameRankListRes, error)
  451. // 游戏地域关联关系
  452. RelGameVpnGroupAdd(ctx context.Context, in *RelGameVpnGroupVo, opts ...grpc.CallOption) (*RelGameVpnGroupVo, error)
  453. RelGameVpnGroupUpdate(ctx context.Context, in *RelGameVpnGroupVo, opts ...grpc.CallOption) (*Empty, error)
  454. RelGameVpnGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  455. RelGameVpnGroupGet(ctx context.Context, in *RelGameVpnGroupReq, opts ...grpc.CallOption) (*RelGameVpnGroupVo, error)
  456. RelGameVpnGroupList(ctx context.Context, in *RelGameVpnGroupListReq, opts ...grpc.CallOption) (*RelGameVpnGroupListRes, error)
  457. // 用户提交游戏
  458. GameCustomerList(ctx context.Context, in *GameCustomerListReq, opts ...grpc.CallOption) (*GameCustomerListRes, error)
  459. GameCustomerAdd(ctx context.Context, in *GameCustomerVo, opts ...grpc.CallOption) (*GameCustomerAddResp, error)
  460. GameCustomerDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  461. GameCategoryAdd(ctx context.Context, in *GameCategoryVo, opts ...grpc.CallOption) (*GameCategoryVo, error)
  462. GameCategoryUpdate(ctx context.Context, in *GameCategoryVo, opts ...grpc.CallOption) (*Empty, error)
  463. GameCategoryDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  464. GameCategoryGet(ctx context.Context, in *GameCategoryReq, opts ...grpc.CallOption) (*GameCategoryVo, error)
  465. GameCategoryList(ctx context.Context, in *GameCategoryListReq, opts ...grpc.CallOption) (*GameCategoryListRes, error)
  466. GameCategoryAll(ctx context.Context, in *Request, opts ...grpc.CallOption) (*GameCategoryListRes, error)
  467. }
  468. defaultGoGameClient struct {
  469. cli zrpc.Client
  470. }
  471. )
  472. func NewGoGameClient(cli zrpc.Client) GoGameClient {
  473. return &defaultGoGameClient{
  474. cli: cli,
  475. }
  476. }
  477. // 加速器游戏管理
  478. func (m *defaultGoGameClient) GameAdd(ctx context.Context, in *GameVo, opts ...grpc.CallOption) (*GameVo, error) {
  479. client := pb.NewGoGameClientClient(m.cli.Conn())
  480. return client.GameAdd(ctx, in, opts...)
  481. }
  482. func (m *defaultGoGameClient) GameUpdate(ctx context.Context, in *GameVo, opts ...grpc.CallOption) (*Empty, error) {
  483. client := pb.NewGoGameClientClient(m.cli.Conn())
  484. return client.GameUpdate(ctx, in, opts...)
  485. }
  486. func (m *defaultGoGameClient) GameDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  487. client := pb.NewGoGameClientClient(m.cli.Conn())
  488. return client.GameDel(ctx, in, opts...)
  489. }
  490. func (m *defaultGoGameClient) GameGet(ctx context.Context, in *GameReq, opts ...grpc.CallOption) (*GameVo, error) {
  491. client := pb.NewGoGameClientClient(m.cli.Conn())
  492. return client.GameGet(ctx, in, opts...)
  493. }
  494. func (m *defaultGoGameClient) GameList(ctx context.Context, in *GameListReq, opts ...grpc.CallOption) (*GameListRes, error) {
  495. client := pb.NewGoGameClientClient(m.cli.Conn())
  496. return client.GameList(ctx, in, opts...)
  497. }
  498. func (m *defaultGoGameClient) GameAll(ctx context.Context, in *Request, opts ...grpc.CallOption) (*GameListRes, error) {
  499. client := pb.NewGoGameClientClient(m.cli.Conn())
  500. return client.GameAll(ctx, in, opts...)
  501. }
  502. func (m *defaultGoGameClient) GameRedisHScanByName(ctx context.Context, in *GameRedisHScanByNameReq, opts ...grpc.CallOption) (*GameRedisHScanByNameResp, error) {
  503. client := pb.NewGoGameClientClient(m.cli.Conn())
  504. return client.GameRedisHScanByName(ctx, in, opts...)
  505. }
  506. // 游戏榜单关联关系
  507. func (m *defaultGoGameClient) RelGameRankAdd(ctx context.Context, in *RelGameRankVo, opts ...grpc.CallOption) (*RelGameRankVo, error) {
  508. client := pb.NewGoGameClientClient(m.cli.Conn())
  509. return client.RelGameRankAdd(ctx, in, opts...)
  510. }
  511. func (m *defaultGoGameClient) RelGameRankUpdate(ctx context.Context, in *RelGameRankVo, opts ...grpc.CallOption) (*Empty, error) {
  512. client := pb.NewGoGameClientClient(m.cli.Conn())
  513. return client.RelGameRankUpdate(ctx, in, opts...)
  514. }
  515. func (m *defaultGoGameClient) RelGameRankDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  516. client := pb.NewGoGameClientClient(m.cli.Conn())
  517. return client.RelGameRankDel(ctx, in, opts...)
  518. }
  519. func (m *defaultGoGameClient) RelGameRankGet(ctx context.Context, in *RelGameRankReq, opts ...grpc.CallOption) (*RelGameRankVo, error) {
  520. client := pb.NewGoGameClientClient(m.cli.Conn())
  521. return client.RelGameRankGet(ctx, in, opts...)
  522. }
  523. func (m *defaultGoGameClient) RelGameRankList(ctx context.Context, in *RelGameRankListReq, opts ...grpc.CallOption) (*RelGameRankListRes, error) {
  524. client := pb.NewGoGameClientClient(m.cli.Conn())
  525. return client.RelGameRankList(ctx, in, opts...)
  526. }
  527. // 游戏地域关联关系
  528. func (m *defaultGoGameClient) RelGameVpnGroupAdd(ctx context.Context, in *RelGameVpnGroupVo, opts ...grpc.CallOption) (*RelGameVpnGroupVo, error) {
  529. client := pb.NewGoGameClientClient(m.cli.Conn())
  530. return client.RelGameVpnGroupAdd(ctx, in, opts...)
  531. }
  532. func (m *defaultGoGameClient) RelGameVpnGroupUpdate(ctx context.Context, in *RelGameVpnGroupVo, opts ...grpc.CallOption) (*Empty, error) {
  533. client := pb.NewGoGameClientClient(m.cli.Conn())
  534. return client.RelGameVpnGroupUpdate(ctx, in, opts...)
  535. }
  536. func (m *defaultGoGameClient) RelGameVpnGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  537. client := pb.NewGoGameClientClient(m.cli.Conn())
  538. return client.RelGameVpnGroupDel(ctx, in, opts...)
  539. }
  540. func (m *defaultGoGameClient) RelGameVpnGroupGet(ctx context.Context, in *RelGameVpnGroupReq, opts ...grpc.CallOption) (*RelGameVpnGroupVo, error) {
  541. client := pb.NewGoGameClientClient(m.cli.Conn())
  542. return client.RelGameVpnGroupGet(ctx, in, opts...)
  543. }
  544. func (m *defaultGoGameClient) RelGameVpnGroupList(ctx context.Context, in *RelGameVpnGroupListReq, opts ...grpc.CallOption) (*RelGameVpnGroupListRes, error) {
  545. client := pb.NewGoGameClientClient(m.cli.Conn())
  546. return client.RelGameVpnGroupList(ctx, in, opts...)
  547. }
  548. // 用户提交游戏
  549. func (m *defaultGoGameClient) GameCustomerList(ctx context.Context, in *GameCustomerListReq, opts ...grpc.CallOption) (*GameCustomerListRes, error) {
  550. client := pb.NewGoGameClientClient(m.cli.Conn())
  551. return client.GameCustomerList(ctx, in, opts...)
  552. }
  553. func (m *defaultGoGameClient) GameCustomerAdd(ctx context.Context, in *GameCustomerVo, opts ...grpc.CallOption) (*GameCustomerAddResp, error) {
  554. client := pb.NewGoGameClientClient(m.cli.Conn())
  555. return client.GameCustomerAdd(ctx, in, opts...)
  556. }
  557. func (m *defaultGoGameClient) GameCustomerDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  558. client := pb.NewGoGameClientClient(m.cli.Conn())
  559. return client.GameCustomerDel(ctx, in, opts...)
  560. }
  561. func (m *defaultGoGameClient) GameCategoryAdd(ctx context.Context, in *GameCategoryVo, opts ...grpc.CallOption) (*GameCategoryVo, error) {
  562. client := pb.NewGoGameClientClient(m.cli.Conn())
  563. return client.GameCategoryAdd(ctx, in, opts...)
  564. }
  565. func (m *defaultGoGameClient) GameCategoryUpdate(ctx context.Context, in *GameCategoryVo, opts ...grpc.CallOption) (*Empty, error) {
  566. client := pb.NewGoGameClientClient(m.cli.Conn())
  567. return client.GameCategoryUpdate(ctx, in, opts...)
  568. }
  569. func (m *defaultGoGameClient) GameCategoryDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  570. client := pb.NewGoGameClientClient(m.cli.Conn())
  571. return client.GameCategoryDel(ctx, in, opts...)
  572. }
  573. func (m *defaultGoGameClient) GameCategoryGet(ctx context.Context, in *GameCategoryReq, opts ...grpc.CallOption) (*GameCategoryVo, error) {
  574. client := pb.NewGoGameClientClient(m.cli.Conn())
  575. return client.GameCategoryGet(ctx, in, opts...)
  576. }
  577. func (m *defaultGoGameClient) GameCategoryList(ctx context.Context, in *GameCategoryListReq, opts ...grpc.CallOption) (*GameCategoryListRes, error) {
  578. client := pb.NewGoGameClientClient(m.cli.Conn())
  579. return client.GameCategoryList(ctx, in, opts...)
  580. }
  581. func (m *defaultGoGameClient) GameCategoryAll(ctx context.Context, in *Request, opts ...grpc.CallOption) (*GameCategoryListRes, error) {
  582. client := pb.NewGoGameClientClient(m.cli.Conn())
  583. return client.GameCategoryAll(ctx, in, opts...)
  584. }