go_short_drama_client.go 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593
  1. // Code generated by goctl. DO NOT EDIT.
  2. // goctl 1.8.5
  3. // Source: gorpc.proto
  4. package goshortdramaclient
  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. DeviceAddFirebaseTokenReq = pb.DeviceAddFirebaseTokenReq
  43. DeviceFirebaseTokenMapReq = pb.DeviceFirebaseTokenMapReq
  44. DeviceFirebaseTokenMapRes = pb.DeviceFirebaseTokenMapRes
  45. DeviceListReq = pb.DeviceListReq
  46. DeviceListRes = pb.DeviceListRes
  47. DeviceUpdateFirebaseTokenReq = pb.DeviceUpdateFirebaseTokenReq
  48. DeviceVo = pb.DeviceVo
  49. DictGetReq = pb.DictGetReq
  50. DictListReq = pb.DictListReq
  51. DictListResp = pb.DictListResp
  52. DictVo = pb.DictVo
  53. Empty = pb.Empty
  54. FindSchedulePublishListReq = pb.FindSchedulePublishListReq
  55. FindSchedulePublishListResp = pb.FindSchedulePublishListResp
  56. GameCategoryListReq = pb.GameCategoryListReq
  57. GameCategoryListRes = pb.GameCategoryListRes
  58. GameCategoryReq = pb.GameCategoryReq
  59. GameCategoryVo = pb.GameCategoryVo
  60. GameCustomerAddResp = pb.GameCustomerAddResp
  61. GameCustomerListReq = pb.GameCustomerListReq
  62. GameCustomerListRes = pb.GameCustomerListRes
  63. GameCustomerVo = pb.GameCustomerVo
  64. GameListReq = pb.GameListReq
  65. GameListRes = pb.GameListRes
  66. GameRankOption = pb.GameRankOption
  67. GameRedisHScanByNameReq = pb.GameRedisHScanByNameReq
  68. GameRedisHScanByNameResp = pb.GameRedisHScanByNameResp
  69. GameReq = pb.GameReq
  70. GameVo = pb.GameVo
  71. GlobalParamGetReq = pb.GlobalParamGetReq
  72. GlobalParamListReq = pb.GlobalParamListReq
  73. GlobalParamListResp = pb.GlobalParamListResp
  74. GlobalParamVo = pb.GlobalParamVo
  75. I18NVo = pb.I18NVo
  76. Ids = pb.Ids
  77. Int64SelectController = pb.Int64SelectController
  78. IntSelectController = pb.IntSelectController
  79. JobBatchListReq = pb.JobBatchListReq
  80. JobBatchListResp = pb.JobBatchListResp
  81. JobBatchListWithTasksResp = pb.JobBatchListWithTasksResp
  82. JobBatchVo = pb.JobBatchVo
  83. JobBatchWithTasksVo = pb.JobBatchWithTasksVo
  84. JobTasksListReq = pb.JobTasksListReq
  85. JobTasksListResp = pb.JobTasksListResp
  86. JobTasksVo = pb.JobTasksVo
  87. MessagePushListReq = pb.MessagePushListReq
  88. MessagePushListResp = pb.MessagePushListResp
  89. MessagePushVo = pb.MessagePushVo
  90. NationalLanguageListReq = pb.NationalLanguageListReq
  91. NationalLanguageListResp = pb.NationalLanguageListResp
  92. NationalLanguageVo = pb.NationalLanguageVo
  93. OperationLogListReq = pb.OperationLogListReq
  94. OperationLogListResp = pb.OperationLogListResp
  95. OperationLogVo = pb.OperationLogVo
  96. Page = pb.Page
  97. Page_OrderItem = pb.Page_OrderItem
  98. ProductActionGroupDisableReq = pb.ProductActionGroupDisableReq
  99. ProductActionGroupEnableReq = pb.ProductActionGroupEnableReq
  100. ProductActionGroupListReq = pb.ProductActionGroupListReq
  101. ProductActionGroupListResp = pb.ProductActionGroupListResp
  102. ProductActionGroupReq = pb.ProductActionGroupReq
  103. ProductActionGroupVo = pb.ProductActionGroupVo
  104. ProductActionListReq = pb.ProductActionListReq
  105. ProductActionListResp = pb.ProductActionListResp
  106. ProductActionPolicyGroupDisableReq = pb.ProductActionPolicyGroupDisableReq
  107. ProductActionPolicyGroupEnableReq = pb.ProductActionPolicyGroupEnableReq
  108. ProductActionPolicyGroupListReq = pb.ProductActionPolicyGroupListReq
  109. ProductActionPolicyGroupListResp = pb.ProductActionPolicyGroupListResp
  110. ProductActionPolicyGroupReq = pb.ProductActionPolicyGroupReq
  111. ProductActionPolicyGroupVo = pb.ProductActionPolicyGroupVo
  112. ProductActionReq = pb.ProductActionReq
  113. ProductActionTypeListReq = pb.ProductActionTypeListReq
  114. ProductActionTypeListResp = pb.ProductActionTypeListResp
  115. ProductActionTypeReq = pb.ProductActionTypeReq
  116. ProductActionTypeVo = pb.ProductActionTypeVo
  117. ProductActionVo = pb.ProductActionVo
  118. ProductListReq = pb.ProductListReq
  119. ProductListResp = pb.ProductListResp
  120. ProductParamGetReq = pb.ProductParamGetReq
  121. ProductParamListReq = pb.ProductParamListReq
  122. ProductParamListResp = pb.ProductParamListResp
  123. ProductParamVo = pb.ProductParamVo
  124. ProductVo = pb.ProductVo
  125. PublishScheduleDramaReq = pb.PublishScheduleDramaReq
  126. RelGameRankListReq = pb.RelGameRankListReq
  127. RelGameRankListRes = pb.RelGameRankListRes
  128. RelGameRankReq = pb.RelGameRankReq
  129. RelGameRankVo = pb.RelGameRankVo
  130. RelGameVpnGroupListReq = pb.RelGameVpnGroupListReq
  131. RelGameVpnGroupListRes = pb.RelGameVpnGroupListRes
  132. RelGameVpnGroupReq = pb.RelGameVpnGroupReq
  133. RelGameVpnGroupVo = pb.RelGameVpnGroupVo
  134. Request = pb.Request
  135. Response = pb.Response
  136. ServiceSetsAddReq = pb.ServiceSetsAddReq
  137. ServiceSetsDelReq = pb.ServiceSetsDelReq
  138. ServiceSetsGetReq = pb.ServiceSetsGetReq
  139. ServiceSetsListReq = pb.ServiceSetsListReq
  140. ServiceSetsListResp = pb.ServiceSetsListResp
  141. ServiceSetsUpdateReq = pb.ServiceSetsUpdateReq
  142. ServiceSetsVo = pb.ServiceSetsVo
  143. ServiceTypesAddReq = pb.ServiceTypesAddReq
  144. ServiceTypesDelReq = pb.ServiceTypesDelReq
  145. ServiceTypesGetReq = pb.ServiceTypesGetReq
  146. ServiceTypesListReq = pb.ServiceTypesListReq
  147. ServiceTypesListResp = pb.ServiceTypesListResp
  148. ServiceTypesUpdateReq = pb.ServiceTypesUpdateReq
  149. ServiceTypesVo = pb.ServiceTypesVo
  150. SetTotalStatsReq = pb.SetTotalStatsReq
  151. ShortDramaCheckNameReq = pb.ShortDramaCheckNameReq
  152. ShortDramaCheckNameResp = pb.ShortDramaCheckNameResp
  153. ShortDramaCopyrightInfoVo = pb.ShortDramaCopyrightInfoVo
  154. ShortDramaEpisodeBatchAddReq = pb.ShortDramaEpisodeBatchAddReq
  155. ShortDramaEpisodeBatchRefreshUpdateTimeReq = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
  156. ShortDramaEpisodeCountReq = pb.ShortDramaEpisodeCountReq
  157. ShortDramaEpisodeCountResp = pb.ShortDramaEpisodeCountResp
  158. ShortDramaEpisodeCountVo = pb.ShortDramaEpisodeCountVo
  159. ShortDramaEpisodeGetReq = pb.ShortDramaEpisodeGetReq
  160. ShortDramaEpisodeListReq = pb.ShortDramaEpisodeListReq
  161. ShortDramaEpisodeListResp = pb.ShortDramaEpisodeListResp
  162. ShortDramaEpisodeVo = pb.ShortDramaEpisodeVo
  163. ShortDramaFindIdsWithCopyrightResp = pb.ShortDramaFindIdsWithCopyrightResp
  164. ShortDramaGetReq = pb.ShortDramaGetReq
  165. ShortDramaLanguageListReq = pb.ShortDramaLanguageListReq
  166. ShortDramaLanguageListResp = pb.ShortDramaLanguageListResp
  167. ShortDramaLanguageVo = pb.ShortDramaLanguageVo
  168. ShortDramaListReq = pb.ShortDramaListReq
  169. ShortDramaListResp = pb.ShortDramaListResp
  170. ShortDramaStatsPlaysTotalListReq = pb.ShortDramaStatsPlaysTotalListReq
  171. ShortDramaStatsPlaysTotalListResp = pb.ShortDramaStatsPlaysTotalListResp
  172. ShortDramaStatsPlaysTotalVo = pb.ShortDramaStatsPlaysTotalVo
  173. ShortDramaUpdateModifierReq = pb.ShortDramaUpdateModifierReq
  174. ShortDramaUpdateReleaseRegionsReq = pb.ShortDramaUpdateReleaseRegionsReq
  175. ShortDramaVo = pb.ShortDramaVo
  176. StringSelectController = pb.StringSelectController
  177. SysPermGetReq = pb.SysPermGetReq
  178. SysPermListReq = pb.SysPermListReq
  179. SysPermListResp = pb.SysPermListResp
  180. SysPermRule = pb.SysPermRule
  181. SysPermVo = pb.SysPermVo
  182. SysRoleGetReq = pb.SysRoleGetReq
  183. SysRoleListReq = pb.SysRoleListReq
  184. SysRoleListResp = pb.SysRoleListResp
  185. SysRoleListWithPermsResp = pb.SysRoleListWithPermsResp
  186. SysRolePermGetReq = pb.SysRolePermGetReq
  187. SysRolePermListReq = pb.SysRolePermListReq
  188. SysRolePermListResp = pb.SysRolePermListResp
  189. SysRolePermVo = pb.SysRolePermVo
  190. SysRoleVo = pb.SysRoleVo
  191. SysRoleWithPermIds = pb.SysRoleWithPermIds
  192. SysRoleWithPerms = pb.SysRoleWithPerms
  193. SysUserGetReq = pb.SysUserGetReq
  194. SysUserListReq = pb.SysUserListReq
  195. SysUserListResp = pb.SysUserListResp
  196. SysUserListWithRolesAndPermsResp = pb.SysUserListWithRolesAndPermsResp
  197. SysUserPermGetReq = pb.SysUserPermGetReq
  198. SysUserPermListReq = pb.SysUserPermListReq
  199. SysUserPermListResp = pb.SysUserPermListResp
  200. SysUserPermVo = pb.SysUserPermVo
  201. SysUserRoleGetReq = pb.SysUserRoleGetReq
  202. SysUserRoleListReq = pb.SysUserRoleListReq
  203. SysUserRoleListResp = pb.SysUserRoleListResp
  204. SysUserRoleVo = pb.SysUserRoleVo
  205. SysUserVo = pb.SysUserVo
  206. SysUserWithRoleIdsAndPermRules = pb.SysUserWithRoleIdsAndPermRules
  207. SysUserWithRolesAndPerms = pb.SysUserWithRolesAndPerms
  208. TimeRange = pb.TimeRange
  209. TipGetReq = pb.TipGetReq
  210. TipListReq = pb.TipListReq
  211. TipListResp = pb.TipListResp
  212. TipVo = pb.TipVo
  213. TransactionOperation = pb.TransactionOperation
  214. TransactionReq = pb.TransactionReq
  215. UpgradePkgPlanDetailListReq = pb.UpgradePkgPlanDetailListReq
  216. UpgradePkgPlanDetailListResp = pb.UpgradePkgPlanDetailListResp
  217. UpgradePkgPlanDetailVo = pb.UpgradePkgPlanDetailVo
  218. UpgradePkgPlanListReq = pb.UpgradePkgPlanListReq
  219. UpgradePkgPlanListResp = pb.UpgradePkgPlanListResp
  220. UpgradePkgPlanVo = pb.UpgradePkgPlanVo
  221. UpgradeResPlanDetailListReq = pb.UpgradeResPlanDetailListReq
  222. UpgradeResPlanDetailListResp = pb.UpgradeResPlanDetailListResp
  223. UpgradeResPlanDetailVo = pb.UpgradeResPlanDetailVo
  224. UpgradeResPlanListReq = pb.UpgradeResPlanListReq
  225. UpgradeResPlanListResp = pb.UpgradeResPlanListResp
  226. UpgradeResPlanVo = pb.UpgradeResPlanVo
  227. UserAddReq = pb.UserAddReq
  228. UserAddResp = pb.UserAddResp
  229. UserAppConfigGetReq = pb.UserAppConfigGetReq
  230. UserAppConfigListReq = pb.UserAppConfigListReq
  231. UserAppConfigListRes = pb.UserAppConfigListRes
  232. UserAppConfigVo = pb.UserAppConfigVo
  233. UserCredentialAddReq = pb.UserCredentialAddReq
  234. UserCredentialAddResp = pb.UserCredentialAddResp
  235. UserCredentialDelReq = pb.UserCredentialDelReq
  236. UserCredentialGetReq = pb.UserCredentialGetReq
  237. UserCredentialGetResp = pb.UserCredentialGetResp
  238. UserCredentialListReq = pb.UserCredentialListReq
  239. UserCredentialListResp = pb.UserCredentialListResp
  240. UserCredentialUpdateReq = pb.UserCredentialUpdateReq
  241. UserCredentialUpdateResp = pb.UserCredentialUpdateResp
  242. UserCredentialVo = pb.UserCredentialVo
  243. UserDelReq = pb.UserDelReq
  244. UserDeviceAddReq = pb.UserDeviceAddReq
  245. UserDeviceAddResp = pb.UserDeviceAddResp
  246. UserDeviceDelReq = pb.UserDeviceDelReq
  247. UserDeviceGetReq = pb.UserDeviceGetReq
  248. UserDeviceGetResp = pb.UserDeviceGetResp
  249. UserDeviceListReq = pb.UserDeviceListReq
  250. UserDeviceListResp = pb.UserDeviceListResp
  251. UserDeviceUpdateReq = pb.UserDeviceUpdateReq
  252. UserDeviceUpdateResp = pb.UserDeviceUpdateResp
  253. UserDeviceVo = pb.UserDeviceVo
  254. UserGetReq = pb.UserGetReq
  255. UserGetResp = pb.UserGetResp
  256. UserListReq = pb.UserListReq
  257. UserListResp = pb.UserListResp
  258. UserTestAddReq = pb.UserTestAddReq
  259. UserTestAddResp = pb.UserTestAddResp
  260. UserTestDelReq = pb.UserTestDelReq
  261. UserTestGetReq = pb.UserTestGetReq
  262. UserTestGetResp = pb.UserTestGetResp
  263. UserTestListReq = pb.UserTestListReq
  264. UserTestListResp = pb.UserTestListResp
  265. UserTestUpdateReq = pb.UserTestUpdateReq
  266. UserTestUpdateResp = pb.UserTestUpdateResp
  267. UserTestVo = pb.UserTestVo
  268. UserUpdateReq = pb.UserUpdateReq
  269. UserUpdateResp = pb.UserUpdateResp
  270. UserVo = pb.UserVo
  271. UserWhiteAddReq = pb.UserWhiteAddReq
  272. UserWhiteAddResp = pb.UserWhiteAddResp
  273. UserWhiteDelReq = pb.UserWhiteDelReq
  274. UserWhiteGetReq = pb.UserWhiteGetReq
  275. UserWhiteGetResp = pb.UserWhiteGetResp
  276. UserWhiteListReq = pb.UserWhiteListReq
  277. UserWhiteListResp = pb.UserWhiteListResp
  278. UserWhiteUpdateReq = pb.UserWhiteUpdateReq
  279. UserWhiteUpdateResp = pb.UserWhiteUpdateResp
  280. UserWhiteVo = pb.UserWhiteVo
  281. VpnConfigTemplatePlanAddReq = pb.VpnConfigTemplatePlanAddReq
  282. VpnConfigTemplatePlanAddResp = pb.VpnConfigTemplatePlanAddResp
  283. VpnConfigTemplatePlanDelReq = pb.VpnConfigTemplatePlanDelReq
  284. VpnConfigTemplatePlanDetailAddReq = pb.VpnConfigTemplatePlanDetailAddReq
  285. VpnConfigTemplatePlanDetailAddResp = pb.VpnConfigTemplatePlanDetailAddResp
  286. VpnConfigTemplatePlanDetailDelReq = pb.VpnConfigTemplatePlanDetailDelReq
  287. VpnConfigTemplatePlanDetailGetReq = pb.VpnConfigTemplatePlanDetailGetReq
  288. VpnConfigTemplatePlanDetailGetResp = pb.VpnConfigTemplatePlanDetailGetResp
  289. VpnConfigTemplatePlanDetailListReq = pb.VpnConfigTemplatePlanDetailListReq
  290. VpnConfigTemplatePlanDetailListResp = pb.VpnConfigTemplatePlanDetailListResp
  291. VpnConfigTemplatePlanDetailUpdateReq = pb.VpnConfigTemplatePlanDetailUpdateReq
  292. VpnConfigTemplatePlanDetailUpdateResp = pb.VpnConfigTemplatePlanDetailUpdateResp
  293. VpnConfigTemplatePlanDetailVo = pb.VpnConfigTemplatePlanDetailVo
  294. VpnConfigTemplatePlanGetReq = pb.VpnConfigTemplatePlanGetReq
  295. VpnConfigTemplatePlanGetResp = pb.VpnConfigTemplatePlanGetResp
  296. VpnConfigTemplatePlanListReq = pb.VpnConfigTemplatePlanListReq
  297. VpnConfigTemplatePlanListResp = pb.VpnConfigTemplatePlanListResp
  298. VpnConfigTemplatePlanUpdateReq = pb.VpnConfigTemplatePlanUpdateReq
  299. VpnConfigTemplatePlanUpdateResp = pb.VpnConfigTemplatePlanUpdateResp
  300. VpnConfigTemplatePlanVo = pb.VpnConfigTemplatePlanVo
  301. VpnGroupAddReq = pb.VpnGroupAddReq
  302. VpnGroupBatchAddReq = pb.VpnGroupBatchAddReq
  303. VpnGroupBatchAddResp = pb.VpnGroupBatchAddResp
  304. VpnGroupBatchDelReq = pb.VpnGroupBatchDelReq
  305. VpnGroupBatchUpdateReq = pb.VpnGroupBatchUpdateReq
  306. VpnGroupBatchUpdateResp = pb.VpnGroupBatchUpdateResp
  307. VpnGroupExVo = pb.VpnGroupExVo
  308. VpnGroupGetReq = pb.VpnGroupGetReq
  309. VpnGroupListReq = pb.VpnGroupListReq
  310. VpnGroupListResp = pb.VpnGroupListResp
  311. VpnGroupTagListReq = pb.VpnGroupTagListReq
  312. VpnGroupTagListResp = pb.VpnGroupTagListResp
  313. VpnGroupTagVo = pb.VpnGroupTagVo
  314. VpnGroupVo = pb.VpnGroupVo
  315. VpnLocationBatchAddReq = pb.VpnLocationBatchAddReq
  316. VpnLocationBatchAddResp = pb.VpnLocationBatchAddResp
  317. VpnLocationBatchDelReq = pb.VpnLocationBatchDelReq
  318. VpnLocationBatchUpdateReq = pb.VpnLocationBatchUpdateReq
  319. VpnLocationBatchUpdateResp = pb.VpnLocationBatchUpdateResp
  320. VpnLocationExVo = pb.VpnLocationExVo
  321. VpnLocationGetReq = pb.VpnLocationGetReq
  322. VpnLocationListReq = pb.VpnLocationListReq
  323. VpnLocationListResp = pb.VpnLocationListResp
  324. VpnLocationServerCountReq = pb.VpnLocationServerCountReq
  325. VpnLocationServerCountResp = pb.VpnLocationServerCountResp
  326. VpnLocationServerCountVo = pb.VpnLocationServerCountVo
  327. VpnLocationVo = pb.VpnLocationVo
  328. VpnProbeTaskListReq = pb.VpnProbeTaskListReq
  329. VpnProbeTaskListResp = pb.VpnProbeTaskListResp
  330. VpnProbeTaskVo = pb.VpnProbeTaskVo
  331. VpnServerAddReq = pb.VpnServerAddReq
  332. VpnServerBatchAddReq = pb.VpnServerBatchAddReq
  333. VpnServerBatchAddResp = pb.VpnServerBatchAddResp
  334. VpnServerBatchDelReq = pb.VpnServerBatchDelReq
  335. VpnServerBatchUpdateReq = pb.VpnServerBatchUpdateReq
  336. VpnServerBatchUpdateResp = pb.VpnServerBatchUpdateResp
  337. VpnServerExListResp = pb.VpnServerExListResp
  338. VpnServerExVo = pb.VpnServerExVo
  339. VpnServerListReq = pb.VpnServerListReq
  340. VpnServerListResp = pb.VpnServerListResp
  341. VpnServerLocationListReq = pb.VpnServerLocationListReq
  342. VpnServerLocationListResp = pb.VpnServerLocationListResp
  343. VpnServerLocationVo = pb.VpnServerLocationVo
  344. VpnServerVo = pb.VpnServerVo
  345. VpnTagBatchAddReq = pb.VpnTagBatchAddReq
  346. VpnTagBatchAddResp = pb.VpnTagBatchAddResp
  347. VpnTagBatchDelReq = pb.VpnTagBatchDelReq
  348. VpnTagBatchUpdateReq = pb.VpnTagBatchUpdateReq
  349. VpnTagBatchUpdateResp = pb.VpnTagBatchUpdateResp
  350. VpnTagGetReq = pb.VpnTagGetReq
  351. VpnTagListReq = pb.VpnTagListReq
  352. VpnTagListResp = pb.VpnTagListResp
  353. VpnTagVo = pb.VpnTagVo
  354. VpnWithIPAndPortItem = pb.VpnWithIPAndPortItem
  355. VpnWithIPAndPortReq = pb.VpnWithIPAndPortReq
  356. VpnWithIPAndPortResp = pb.VpnWithIPAndPortResp
  357. VpnipAddReq = pb.VpnipAddReq
  358. VpnipAddResp = pb.VpnipAddResp
  359. VpnipBatchAddReq = pb.VpnipBatchAddReq
  360. VpnipBatchAddResp = pb.VpnipBatchAddResp
  361. VpnipBatchUpdateReq = pb.VpnipBatchUpdateReq
  362. VpnipBatchUpdateResp = pb.VpnipBatchUpdateResp
  363. VpnipBindAddReq = pb.VpnipBindAddReq
  364. VpnipBindAddResp = pb.VpnipBindAddResp
  365. VpnipBindBatchAddReq = pb.VpnipBindBatchAddReq
  366. VpnipBindBatchAddResp = pb.VpnipBindBatchAddResp
  367. VpnipBindBatchUpdateReq = pb.VpnipBindBatchUpdateReq
  368. VpnipBindBatchUpdateResp = pb.VpnipBindBatchUpdateResp
  369. VpnipBindGetReq = pb.VpnipBindGetReq
  370. VpnipBindGetResp = pb.VpnipBindGetResp
  371. VpnipBindListReq = pb.VpnipBindListReq
  372. VpnipBindListResp = pb.VpnipBindListResp
  373. VpnipBindUpdateReq = pb.VpnipBindUpdateReq
  374. VpnipBindUpdateResp = pb.VpnipBindUpdateResp
  375. VpnipBindVo = pb.VpnipBindVo
  376. VpnipExAddReq = pb.VpnipExAddReq
  377. VpnipExAddResp = pb.VpnipExAddResp
  378. VpnipExBatchAddReq = pb.VpnipExBatchAddReq
  379. VpnipExBatchAddResp = pb.VpnipExBatchAddResp
  380. VpnipExBatchUpdateReq = pb.VpnipExBatchUpdateReq
  381. VpnipExBatchUpdateResp = pb.VpnipExBatchUpdateResp
  382. VpnipExGetResp = pb.VpnipExGetResp
  383. VpnipExListResp = pb.VpnipExListResp
  384. VpnipExUpdateReq = pb.VpnipExUpdateReq
  385. VpnipExUpdateResp = pb.VpnipExUpdateResp
  386. VpnipExVo = pb.VpnipExVo
  387. VpnipGetReq = pb.VpnipGetReq
  388. VpnipGetResp = pb.VpnipGetResp
  389. VpnipListReq = pb.VpnipListReq
  390. VpnipListResp = pb.VpnipListResp
  391. VpnipRangeAddReq = pb.VpnipRangeAddReq
  392. VpnipRangeAddResp = pb.VpnipRangeAddResp
  393. VpnipRangeBatchAddReq = pb.VpnipRangeBatchAddReq
  394. VpnipRangeBatchAddResp = pb.VpnipRangeBatchAddResp
  395. VpnipRangeBatchUpdateReq = pb.VpnipRangeBatchUpdateReq
  396. VpnipRangeBatchUpdateResp = pb.VpnipRangeBatchUpdateResp
  397. VpnipRangeExAddReq = pb.VpnipRangeExAddReq
  398. VpnipRangeExAddResp = pb.VpnipRangeExAddResp
  399. VpnipRangeExBatchAddReq = pb.VpnipRangeExBatchAddReq
  400. VpnipRangeExBatchAddResp = pb.VpnipRangeExBatchAddResp
  401. VpnipRangeExBatchUpdateReq = pb.VpnipRangeExBatchUpdateReq
  402. VpnipRangeExBatchUpdateResp = pb.VpnipRangeExBatchUpdateResp
  403. VpnipRangeExGetResp = pb.VpnipRangeExGetResp
  404. VpnipRangeExListResp = pb.VpnipRangeExListResp
  405. VpnipRangeExUpdateReq = pb.VpnipRangeExUpdateReq
  406. VpnipRangeExUpdateResp = pb.VpnipRangeExUpdateResp
  407. VpnipRangeExVo = pb.VpnipRangeExVo
  408. VpnipRangeGetReq = pb.VpnipRangeGetReq
  409. VpnipRangeGetResp = pb.VpnipRangeGetResp
  410. VpnipRangeListReq = pb.VpnipRangeListReq
  411. VpnipRangeListResp = pb.VpnipRangeListResp
  412. VpnipRangeUpdateReq = pb.VpnipRangeUpdateReq
  413. VpnipRangeUpdateResp = pb.VpnipRangeUpdateResp
  414. VpnipRangeVo = pb.VpnipRangeVo
  415. VpnipUpdateReq = pb.VpnipUpdateReq
  416. VpnipUpdateResp = pb.VpnipUpdateResp
  417. VpnipVo = pb.VpnipVo
  418. VpnipWalledAddReq = pb.VpnipWalledAddReq
  419. VpnipWalledAddResp = pb.VpnipWalledAddResp
  420. VpnipWalledBatchAddReq = pb.VpnipWalledBatchAddReq
  421. VpnipWalledBatchAddResp = pb.VpnipWalledBatchAddResp
  422. VpnipWalledBatchUpdateReq = pb.VpnipWalledBatchUpdateReq
  423. VpnipWalledBatchUpdateResp = pb.VpnipWalledBatchUpdateResp
  424. VpnipWalledGetReq = pb.VpnipWalledGetReq
  425. VpnipWalledGetResp = pb.VpnipWalledGetResp
  426. VpnipWalledListReq = pb.VpnipWalledListReq
  427. VpnipWalledListResp = pb.VpnipWalledListResp
  428. VpnipWalledUpdateReq = pb.VpnipWalledUpdateReq
  429. VpnipWalledUpdateResp = pb.VpnipWalledUpdateResp
  430. VpnipWalledVo = pb.VpnipWalledVo
  431. GoShortDramaClient interface {
  432. // ShortDrama
  433. ShortDramaAdd(ctx context.Context, in *ShortDramaVo, opts ...grpc.CallOption) (*ShortDramaVo, error)
  434. ShortDramaUpdate(ctx context.Context, in *ShortDramaVo, opts ...grpc.CallOption) (*Empty, error)
  435. ShortDramaDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  436. ShortDramaGet(ctx context.Context, in *ShortDramaGetReq, opts ...grpc.CallOption) (*ShortDramaVo, error)
  437. ShortDramaList(ctx context.Context, in *ShortDramaListReq, opts ...grpc.CallOption) (*ShortDramaListResp, error)
  438. ShortDramaUpdateModifier(ctx context.Context, in *ShortDramaUpdateModifierReq, opts ...grpc.CallOption) (*Empty, error)
  439. ShortDramaUpdateReleaseRegions(ctx context.Context, in *ShortDramaUpdateReleaseRegionsReq, opts ...grpc.CallOption) (*Empty, error)
  440. ShortDramaFindIdsWithCopyright(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ShortDramaFindIdsWithCopyrightResp, error)
  441. ShortDramaFindSchedulePublishList(ctx context.Context, in *FindSchedulePublishListReq, opts ...grpc.CallOption) (*FindSchedulePublishListResp, error)
  442. ShortDramaPublishSchedule(ctx context.Context, in *PublishScheduleDramaReq, opts ...grpc.CallOption) (*Empty, error)
  443. // ShortDramaLanguage
  444. ShortDramaLanguageList(ctx context.Context, in *ShortDramaLanguageListReq, opts ...grpc.CallOption) (*ShortDramaLanguageListResp, error)
  445. // ShortDramaEpisode
  446. ShortDramaEpisodeAdd(ctx context.Context, in *ShortDramaEpisodeVo, opts ...grpc.CallOption) (*ShortDramaEpisodeVo, error)
  447. ShortDramaEpisodeBatchAdd(ctx context.Context, in *ShortDramaEpisodeBatchAddReq, opts ...grpc.CallOption) (*Empty, error)
  448. ShortDramaEpisodeUpdate(ctx context.Context, in *ShortDramaEpisodeVo, opts ...grpc.CallOption) (*Empty, error)
  449. ShortDramaEpisodeDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  450. ShortDramaEpisodeGet(ctx context.Context, in *ShortDramaEpisodeGetReq, opts ...grpc.CallOption) (*ShortDramaEpisodeVo, error)
  451. ShortDramaEpisodeList(ctx context.Context, in *ShortDramaEpisodeListReq, opts ...grpc.CallOption) (*ShortDramaEpisodeListResp, error)
  452. ShortDramaEpisodeBatchRefreshUpdateTime(ctx context.Context, in *ShortDramaEpisodeBatchRefreshUpdateTimeReq, opts ...grpc.CallOption) (*Empty, error)
  453. // ShortDramaEpisodeCount
  454. ShortDramaEpisodeCount(ctx context.Context, in *ShortDramaEpisodeCountReq, opts ...grpc.CallOption) (*ShortDramaEpisodeCountResp, error)
  455. ShortDramaCheckName(ctx context.Context, in *ShortDramaCheckNameReq, opts ...grpc.CallOption) (*ShortDramaCheckNameResp, error)
  456. // ShortDramaStats
  457. SetTotalStats(ctx context.Context, in *SetTotalStatsReq, opts ...grpc.CallOption) (*Empty, error)
  458. // ShortDramaStatsPlaysTotal
  459. ShortDramaStatsPlaysTotalList(ctx context.Context, in *ShortDramaStatsPlaysTotalListReq, opts ...grpc.CallOption) (*ShortDramaStatsPlaysTotalListResp, error)
  460. }
  461. defaultGoShortDramaClient struct {
  462. cli zrpc.Client
  463. }
  464. )
  465. func NewGoShortDramaClient(cli zrpc.Client) GoShortDramaClient {
  466. return &defaultGoShortDramaClient{
  467. cli: cli,
  468. }
  469. }
  470. // ShortDrama
  471. func (m *defaultGoShortDramaClient) ShortDramaAdd(ctx context.Context, in *ShortDramaVo, opts ...grpc.CallOption) (*ShortDramaVo, error) {
  472. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  473. return client.ShortDramaAdd(ctx, in, opts...)
  474. }
  475. func (m *defaultGoShortDramaClient) ShortDramaUpdate(ctx context.Context, in *ShortDramaVo, opts ...grpc.CallOption) (*Empty, error) {
  476. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  477. return client.ShortDramaUpdate(ctx, in, opts...)
  478. }
  479. func (m *defaultGoShortDramaClient) ShortDramaDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  480. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  481. return client.ShortDramaDel(ctx, in, opts...)
  482. }
  483. func (m *defaultGoShortDramaClient) ShortDramaGet(ctx context.Context, in *ShortDramaGetReq, opts ...grpc.CallOption) (*ShortDramaVo, error) {
  484. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  485. return client.ShortDramaGet(ctx, in, opts...)
  486. }
  487. func (m *defaultGoShortDramaClient) ShortDramaList(ctx context.Context, in *ShortDramaListReq, opts ...grpc.CallOption) (*ShortDramaListResp, error) {
  488. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  489. return client.ShortDramaList(ctx, in, opts...)
  490. }
  491. func (m *defaultGoShortDramaClient) ShortDramaUpdateModifier(ctx context.Context, in *ShortDramaUpdateModifierReq, opts ...grpc.CallOption) (*Empty, error) {
  492. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  493. return client.ShortDramaUpdateModifier(ctx, in, opts...)
  494. }
  495. func (m *defaultGoShortDramaClient) ShortDramaUpdateReleaseRegions(ctx context.Context, in *ShortDramaUpdateReleaseRegionsReq, opts ...grpc.CallOption) (*Empty, error) {
  496. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  497. return client.ShortDramaUpdateReleaseRegions(ctx, in, opts...)
  498. }
  499. func (m *defaultGoShortDramaClient) ShortDramaFindIdsWithCopyright(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ShortDramaFindIdsWithCopyrightResp, error) {
  500. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  501. return client.ShortDramaFindIdsWithCopyright(ctx, in, opts...)
  502. }
  503. func (m *defaultGoShortDramaClient) ShortDramaFindSchedulePublishList(ctx context.Context, in *FindSchedulePublishListReq, opts ...grpc.CallOption) (*FindSchedulePublishListResp, error) {
  504. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  505. return client.ShortDramaFindSchedulePublishList(ctx, in, opts...)
  506. }
  507. func (m *defaultGoShortDramaClient) ShortDramaPublishSchedule(ctx context.Context, in *PublishScheduleDramaReq, opts ...grpc.CallOption) (*Empty, error) {
  508. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  509. return client.ShortDramaPublishSchedule(ctx, in, opts...)
  510. }
  511. // ShortDramaLanguage
  512. func (m *defaultGoShortDramaClient) ShortDramaLanguageList(ctx context.Context, in *ShortDramaLanguageListReq, opts ...grpc.CallOption) (*ShortDramaLanguageListResp, error) {
  513. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  514. return client.ShortDramaLanguageList(ctx, in, opts...)
  515. }
  516. // ShortDramaEpisode
  517. func (m *defaultGoShortDramaClient) ShortDramaEpisodeAdd(ctx context.Context, in *ShortDramaEpisodeVo, opts ...grpc.CallOption) (*ShortDramaEpisodeVo, error) {
  518. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  519. return client.ShortDramaEpisodeAdd(ctx, in, opts...)
  520. }
  521. func (m *defaultGoShortDramaClient) ShortDramaEpisodeBatchAdd(ctx context.Context, in *ShortDramaEpisodeBatchAddReq, opts ...grpc.CallOption) (*Empty, error) {
  522. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  523. return client.ShortDramaEpisodeBatchAdd(ctx, in, opts...)
  524. }
  525. func (m *defaultGoShortDramaClient) ShortDramaEpisodeUpdate(ctx context.Context, in *ShortDramaEpisodeVo, opts ...grpc.CallOption) (*Empty, error) {
  526. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  527. return client.ShortDramaEpisodeUpdate(ctx, in, opts...)
  528. }
  529. func (m *defaultGoShortDramaClient) ShortDramaEpisodeDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  530. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  531. return client.ShortDramaEpisodeDel(ctx, in, opts...)
  532. }
  533. func (m *defaultGoShortDramaClient) ShortDramaEpisodeGet(ctx context.Context, in *ShortDramaEpisodeGetReq, opts ...grpc.CallOption) (*ShortDramaEpisodeVo, error) {
  534. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  535. return client.ShortDramaEpisodeGet(ctx, in, opts...)
  536. }
  537. func (m *defaultGoShortDramaClient) ShortDramaEpisodeList(ctx context.Context, in *ShortDramaEpisodeListReq, opts ...grpc.CallOption) (*ShortDramaEpisodeListResp, error) {
  538. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  539. return client.ShortDramaEpisodeList(ctx, in, opts...)
  540. }
  541. func (m *defaultGoShortDramaClient) ShortDramaEpisodeBatchRefreshUpdateTime(ctx context.Context, in *ShortDramaEpisodeBatchRefreshUpdateTimeReq, opts ...grpc.CallOption) (*Empty, error) {
  542. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  543. return client.ShortDramaEpisodeBatchRefreshUpdateTime(ctx, in, opts...)
  544. }
  545. // ShortDramaEpisodeCount
  546. func (m *defaultGoShortDramaClient) ShortDramaEpisodeCount(ctx context.Context, in *ShortDramaEpisodeCountReq, opts ...grpc.CallOption) (*ShortDramaEpisodeCountResp, error) {
  547. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  548. return client.ShortDramaEpisodeCount(ctx, in, opts...)
  549. }
  550. func (m *defaultGoShortDramaClient) ShortDramaCheckName(ctx context.Context, in *ShortDramaCheckNameReq, opts ...grpc.CallOption) (*ShortDramaCheckNameResp, error) {
  551. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  552. return client.ShortDramaCheckName(ctx, in, opts...)
  553. }
  554. // ShortDramaStats
  555. func (m *defaultGoShortDramaClient) SetTotalStats(ctx context.Context, in *SetTotalStatsReq, opts ...grpc.CallOption) (*Empty, error) {
  556. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  557. return client.SetTotalStats(ctx, in, opts...)
  558. }
  559. // ShortDramaStatsPlaysTotal
  560. func (m *defaultGoShortDramaClient) ShortDramaStatsPlaysTotalList(ctx context.Context, in *ShortDramaStatsPlaysTotalListReq, opts ...grpc.CallOption) (*ShortDramaStatsPlaysTotalListResp, error) {
  561. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  562. return client.ShortDramaStatsPlaysTotalList(ctx, in, opts...)
  563. }