go_short_drama_client.go 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575
  1. // Code generated by goctl. DO NOT EDIT.
  2. // goctl 1.9.2
  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. 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. UserTestListReq = pb.UserTestListReq
  255. UserTestListResp = pb.UserTestListResp
  256. UserTestVo = pb.UserTestVo
  257. UserUpdateReq = pb.UserUpdateReq
  258. UserUpdateResp = pb.UserUpdateResp
  259. UserVo = pb.UserVo
  260. UserWhiteListReq = pb.UserWhiteListReq
  261. UserWhiteListResp = pb.UserWhiteListResp
  262. UserWhiteVo = pb.UserWhiteVo
  263. VpnConfigTemplatePlanAddReq = pb.VpnConfigTemplatePlanAddReq
  264. VpnConfigTemplatePlanAddResp = pb.VpnConfigTemplatePlanAddResp
  265. VpnConfigTemplatePlanDelReq = pb.VpnConfigTemplatePlanDelReq
  266. VpnConfigTemplatePlanDetailAddReq = pb.VpnConfigTemplatePlanDetailAddReq
  267. VpnConfigTemplatePlanDetailAddResp = pb.VpnConfigTemplatePlanDetailAddResp
  268. VpnConfigTemplatePlanDetailDelReq = pb.VpnConfigTemplatePlanDetailDelReq
  269. VpnConfigTemplatePlanDetailGetReq = pb.VpnConfigTemplatePlanDetailGetReq
  270. VpnConfigTemplatePlanDetailGetResp = pb.VpnConfigTemplatePlanDetailGetResp
  271. VpnConfigTemplatePlanDetailListReq = pb.VpnConfigTemplatePlanDetailListReq
  272. VpnConfigTemplatePlanDetailListResp = pb.VpnConfigTemplatePlanDetailListResp
  273. VpnConfigTemplatePlanDetailUpdateReq = pb.VpnConfigTemplatePlanDetailUpdateReq
  274. VpnConfigTemplatePlanDetailUpdateResp = pb.VpnConfigTemplatePlanDetailUpdateResp
  275. VpnConfigTemplatePlanDetailVo = pb.VpnConfigTemplatePlanDetailVo
  276. VpnConfigTemplatePlanGetReq = pb.VpnConfigTemplatePlanGetReq
  277. VpnConfigTemplatePlanGetResp = pb.VpnConfigTemplatePlanGetResp
  278. VpnConfigTemplatePlanListReq = pb.VpnConfigTemplatePlanListReq
  279. VpnConfigTemplatePlanListResp = pb.VpnConfigTemplatePlanListResp
  280. VpnConfigTemplatePlanUpdateReq = pb.VpnConfigTemplatePlanUpdateReq
  281. VpnConfigTemplatePlanUpdateResp = pb.VpnConfigTemplatePlanUpdateResp
  282. VpnConfigTemplatePlanVo = pb.VpnConfigTemplatePlanVo
  283. VpnGroupAddReq = pb.VpnGroupAddReq
  284. VpnGroupBatchAddReq = pb.VpnGroupBatchAddReq
  285. VpnGroupBatchAddResp = pb.VpnGroupBatchAddResp
  286. VpnGroupBatchDelReq = pb.VpnGroupBatchDelReq
  287. VpnGroupBatchUpdateReq = pb.VpnGroupBatchUpdateReq
  288. VpnGroupBatchUpdateResp = pb.VpnGroupBatchUpdateResp
  289. VpnGroupExVo = pb.VpnGroupExVo
  290. VpnGroupGetReq = pb.VpnGroupGetReq
  291. VpnGroupListReq = pb.VpnGroupListReq
  292. VpnGroupListResp = pb.VpnGroupListResp
  293. VpnGroupTagListReq = pb.VpnGroupTagListReq
  294. VpnGroupTagListResp = pb.VpnGroupTagListResp
  295. VpnGroupTagVo = pb.VpnGroupTagVo
  296. VpnGroupVo = pb.VpnGroupVo
  297. VpnLocationBatchAddReq = pb.VpnLocationBatchAddReq
  298. VpnLocationBatchAddResp = pb.VpnLocationBatchAddResp
  299. VpnLocationBatchDelReq = pb.VpnLocationBatchDelReq
  300. VpnLocationBatchUpdateReq = pb.VpnLocationBatchUpdateReq
  301. VpnLocationBatchUpdateResp = pb.VpnLocationBatchUpdateResp
  302. VpnLocationExVo = pb.VpnLocationExVo
  303. VpnLocationGetReq = pb.VpnLocationGetReq
  304. VpnLocationListReq = pb.VpnLocationListReq
  305. VpnLocationListResp = pb.VpnLocationListResp
  306. VpnLocationServerCountReq = pb.VpnLocationServerCountReq
  307. VpnLocationServerCountResp = pb.VpnLocationServerCountResp
  308. VpnLocationServerCountVo = pb.VpnLocationServerCountVo
  309. VpnLocationVo = pb.VpnLocationVo
  310. VpnProbeTaskListReq = pb.VpnProbeTaskListReq
  311. VpnProbeTaskListResp = pb.VpnProbeTaskListResp
  312. VpnProbeTaskVo = pb.VpnProbeTaskVo
  313. VpnServerAddReq = pb.VpnServerAddReq
  314. VpnServerBatchAddReq = pb.VpnServerBatchAddReq
  315. VpnServerBatchAddResp = pb.VpnServerBatchAddResp
  316. VpnServerBatchDelReq = pb.VpnServerBatchDelReq
  317. VpnServerBatchUpdateReq = pb.VpnServerBatchUpdateReq
  318. VpnServerBatchUpdateResp = pb.VpnServerBatchUpdateResp
  319. VpnServerExListResp = pb.VpnServerExListResp
  320. VpnServerExVo = pb.VpnServerExVo
  321. VpnServerListReq = pb.VpnServerListReq
  322. VpnServerListResp = pb.VpnServerListResp
  323. VpnServerLocationListReq = pb.VpnServerLocationListReq
  324. VpnServerLocationListResp = pb.VpnServerLocationListResp
  325. VpnServerLocationVo = pb.VpnServerLocationVo
  326. VpnServerVo = pb.VpnServerVo
  327. VpnTagBatchAddReq = pb.VpnTagBatchAddReq
  328. VpnTagBatchAddResp = pb.VpnTagBatchAddResp
  329. VpnTagBatchDelReq = pb.VpnTagBatchDelReq
  330. VpnTagBatchUpdateReq = pb.VpnTagBatchUpdateReq
  331. VpnTagBatchUpdateResp = pb.VpnTagBatchUpdateResp
  332. VpnTagGetReq = pb.VpnTagGetReq
  333. VpnTagListReq = pb.VpnTagListReq
  334. VpnTagListResp = pb.VpnTagListResp
  335. VpnTagVo = pb.VpnTagVo
  336. VpnWithIPAndPortItem = pb.VpnWithIPAndPortItem
  337. VpnWithIPAndPortReq = pb.VpnWithIPAndPortReq
  338. VpnWithIPAndPortResp = pb.VpnWithIPAndPortResp
  339. VpnipAddReq = pb.VpnipAddReq
  340. VpnipAddResp = pb.VpnipAddResp
  341. VpnipBatchAddReq = pb.VpnipBatchAddReq
  342. VpnipBatchAddResp = pb.VpnipBatchAddResp
  343. VpnipBatchUpdateReq = pb.VpnipBatchUpdateReq
  344. VpnipBatchUpdateResp = pb.VpnipBatchUpdateResp
  345. VpnipBindAddReq = pb.VpnipBindAddReq
  346. VpnipBindAddResp = pb.VpnipBindAddResp
  347. VpnipBindBatchAddReq = pb.VpnipBindBatchAddReq
  348. VpnipBindBatchAddResp = pb.VpnipBindBatchAddResp
  349. VpnipBindBatchUpdateReq = pb.VpnipBindBatchUpdateReq
  350. VpnipBindBatchUpdateResp = pb.VpnipBindBatchUpdateResp
  351. VpnipBindGetReq = pb.VpnipBindGetReq
  352. VpnipBindGetResp = pb.VpnipBindGetResp
  353. VpnipBindListReq = pb.VpnipBindListReq
  354. VpnipBindListResp = pb.VpnipBindListResp
  355. VpnipBindUpdateReq = pb.VpnipBindUpdateReq
  356. VpnipBindUpdateResp = pb.VpnipBindUpdateResp
  357. VpnipBindVo = pb.VpnipBindVo
  358. VpnipExAddReq = pb.VpnipExAddReq
  359. VpnipExAddResp = pb.VpnipExAddResp
  360. VpnipExBatchAddReq = pb.VpnipExBatchAddReq
  361. VpnipExBatchAddResp = pb.VpnipExBatchAddResp
  362. VpnipExBatchUpdateReq = pb.VpnipExBatchUpdateReq
  363. VpnipExBatchUpdateResp = pb.VpnipExBatchUpdateResp
  364. VpnipExGetResp = pb.VpnipExGetResp
  365. VpnipExListResp = pb.VpnipExListResp
  366. VpnipExUpdateReq = pb.VpnipExUpdateReq
  367. VpnipExUpdateResp = pb.VpnipExUpdateResp
  368. VpnipExVo = pb.VpnipExVo
  369. VpnipGetReq = pb.VpnipGetReq
  370. VpnipGetResp = pb.VpnipGetResp
  371. VpnipListReq = pb.VpnipListReq
  372. VpnipListResp = pb.VpnipListResp
  373. VpnipRangeAddReq = pb.VpnipRangeAddReq
  374. VpnipRangeAddResp = pb.VpnipRangeAddResp
  375. VpnipRangeBatchAddReq = pb.VpnipRangeBatchAddReq
  376. VpnipRangeBatchAddResp = pb.VpnipRangeBatchAddResp
  377. VpnipRangeBatchUpdateReq = pb.VpnipRangeBatchUpdateReq
  378. VpnipRangeBatchUpdateResp = pb.VpnipRangeBatchUpdateResp
  379. VpnipRangeExAddReq = pb.VpnipRangeExAddReq
  380. VpnipRangeExAddResp = pb.VpnipRangeExAddResp
  381. VpnipRangeExBatchAddReq = pb.VpnipRangeExBatchAddReq
  382. VpnipRangeExBatchAddResp = pb.VpnipRangeExBatchAddResp
  383. VpnipRangeExBatchUpdateReq = pb.VpnipRangeExBatchUpdateReq
  384. VpnipRangeExBatchUpdateResp = pb.VpnipRangeExBatchUpdateResp
  385. VpnipRangeExGetResp = pb.VpnipRangeExGetResp
  386. VpnipRangeExListResp = pb.VpnipRangeExListResp
  387. VpnipRangeExUpdateReq = pb.VpnipRangeExUpdateReq
  388. VpnipRangeExUpdateResp = pb.VpnipRangeExUpdateResp
  389. VpnipRangeExVo = pb.VpnipRangeExVo
  390. VpnipRangeGetReq = pb.VpnipRangeGetReq
  391. VpnipRangeGetResp = pb.VpnipRangeGetResp
  392. VpnipRangeListReq = pb.VpnipRangeListReq
  393. VpnipRangeListResp = pb.VpnipRangeListResp
  394. VpnipRangeUpdateReq = pb.VpnipRangeUpdateReq
  395. VpnipRangeUpdateResp = pb.VpnipRangeUpdateResp
  396. VpnipRangeVo = pb.VpnipRangeVo
  397. VpnipUpdateReq = pb.VpnipUpdateReq
  398. VpnipUpdateResp = pb.VpnipUpdateResp
  399. VpnipVo = pb.VpnipVo
  400. VpnipWalledAddReq = pb.VpnipWalledAddReq
  401. VpnipWalledAddResp = pb.VpnipWalledAddResp
  402. VpnipWalledBatchAddReq = pb.VpnipWalledBatchAddReq
  403. VpnipWalledBatchAddResp = pb.VpnipWalledBatchAddResp
  404. VpnipWalledBatchUpdateReq = pb.VpnipWalledBatchUpdateReq
  405. VpnipWalledBatchUpdateResp = pb.VpnipWalledBatchUpdateResp
  406. VpnipWalledGetReq = pb.VpnipWalledGetReq
  407. VpnipWalledGetResp = pb.VpnipWalledGetResp
  408. VpnipWalledListReq = pb.VpnipWalledListReq
  409. VpnipWalledListResp = pb.VpnipWalledListResp
  410. VpnipWalledUpdateReq = pb.VpnipWalledUpdateReq
  411. VpnipWalledUpdateResp = pb.VpnipWalledUpdateResp
  412. VpnipWalledVo = pb.VpnipWalledVo
  413. GoShortDramaClient interface {
  414. // ShortDrama
  415. ShortDramaAdd(ctx context.Context, in *ShortDramaVo, opts ...grpc.CallOption) (*ShortDramaVo, error)
  416. ShortDramaUpdate(ctx context.Context, in *ShortDramaVo, opts ...grpc.CallOption) (*Empty, error)
  417. ShortDramaDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  418. ShortDramaGet(ctx context.Context, in *ShortDramaGetReq, opts ...grpc.CallOption) (*ShortDramaVo, error)
  419. ShortDramaList(ctx context.Context, in *ShortDramaListReq, opts ...grpc.CallOption) (*ShortDramaListResp, error)
  420. ShortDramaUpdateModifier(ctx context.Context, in *ShortDramaUpdateModifierReq, opts ...grpc.CallOption) (*Empty, error)
  421. ShortDramaUpdateReleaseRegions(ctx context.Context, in *ShortDramaUpdateReleaseRegionsReq, opts ...grpc.CallOption) (*Empty, error)
  422. ShortDramaFindIdsWithCopyright(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ShortDramaFindIdsWithCopyrightResp, error)
  423. ShortDramaFindSchedulePublishList(ctx context.Context, in *FindSchedulePublishListReq, opts ...grpc.CallOption) (*FindSchedulePublishListResp, error)
  424. ShortDramaPublishSchedule(ctx context.Context, in *PublishScheduleDramaReq, opts ...grpc.CallOption) (*Empty, error)
  425. // ShortDramaLanguage
  426. ShortDramaLanguageList(ctx context.Context, in *ShortDramaLanguageListReq, opts ...grpc.CallOption) (*ShortDramaLanguageListResp, error)
  427. // ShortDramaEpisode
  428. ShortDramaEpisodeAdd(ctx context.Context, in *ShortDramaEpisodeVo, opts ...grpc.CallOption) (*ShortDramaEpisodeVo, error)
  429. ShortDramaEpisodeBatchAdd(ctx context.Context, in *ShortDramaEpisodeBatchAddReq, opts ...grpc.CallOption) (*Empty, error)
  430. ShortDramaEpisodeUpdate(ctx context.Context, in *ShortDramaEpisodeVo, opts ...grpc.CallOption) (*Empty, error)
  431. ShortDramaEpisodeDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  432. ShortDramaEpisodeGet(ctx context.Context, in *ShortDramaEpisodeGetReq, opts ...grpc.CallOption) (*ShortDramaEpisodeVo, error)
  433. ShortDramaEpisodeList(ctx context.Context, in *ShortDramaEpisodeListReq, opts ...grpc.CallOption) (*ShortDramaEpisodeListResp, error)
  434. ShortDramaEpisodeBatchRefreshUpdateTime(ctx context.Context, in *ShortDramaEpisodeBatchRefreshUpdateTimeReq, opts ...grpc.CallOption) (*Empty, error)
  435. // ShortDramaEpisodeCount
  436. ShortDramaEpisodeCount(ctx context.Context, in *ShortDramaEpisodeCountReq, opts ...grpc.CallOption) (*ShortDramaEpisodeCountResp, error)
  437. ShortDramaCheckName(ctx context.Context, in *ShortDramaCheckNameReq, opts ...grpc.CallOption) (*ShortDramaCheckNameResp, error)
  438. // ShortDramaStats
  439. SetTotalStats(ctx context.Context, in *SetTotalStatsReq, opts ...grpc.CallOption) (*Empty, error)
  440. // ShortDramaStatsPlaysTotal
  441. ShortDramaStatsPlaysTotalList(ctx context.Context, in *ShortDramaStatsPlaysTotalListReq, opts ...grpc.CallOption) (*ShortDramaStatsPlaysTotalListResp, error)
  442. }
  443. defaultGoShortDramaClient struct {
  444. cli zrpc.Client
  445. }
  446. )
  447. func NewGoShortDramaClient(cli zrpc.Client) GoShortDramaClient {
  448. return &defaultGoShortDramaClient{
  449. cli: cli,
  450. }
  451. }
  452. // ShortDrama
  453. func (m *defaultGoShortDramaClient) ShortDramaAdd(ctx context.Context, in *ShortDramaVo, opts ...grpc.CallOption) (*ShortDramaVo, error) {
  454. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  455. return client.ShortDramaAdd(ctx, in, opts...)
  456. }
  457. func (m *defaultGoShortDramaClient) ShortDramaUpdate(ctx context.Context, in *ShortDramaVo, opts ...grpc.CallOption) (*Empty, error) {
  458. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  459. return client.ShortDramaUpdate(ctx, in, opts...)
  460. }
  461. func (m *defaultGoShortDramaClient) ShortDramaDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  462. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  463. return client.ShortDramaDel(ctx, in, opts...)
  464. }
  465. func (m *defaultGoShortDramaClient) ShortDramaGet(ctx context.Context, in *ShortDramaGetReq, opts ...grpc.CallOption) (*ShortDramaVo, error) {
  466. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  467. return client.ShortDramaGet(ctx, in, opts...)
  468. }
  469. func (m *defaultGoShortDramaClient) ShortDramaList(ctx context.Context, in *ShortDramaListReq, opts ...grpc.CallOption) (*ShortDramaListResp, error) {
  470. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  471. return client.ShortDramaList(ctx, in, opts...)
  472. }
  473. func (m *defaultGoShortDramaClient) ShortDramaUpdateModifier(ctx context.Context, in *ShortDramaUpdateModifierReq, opts ...grpc.CallOption) (*Empty, error) {
  474. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  475. return client.ShortDramaUpdateModifier(ctx, in, opts...)
  476. }
  477. func (m *defaultGoShortDramaClient) ShortDramaUpdateReleaseRegions(ctx context.Context, in *ShortDramaUpdateReleaseRegionsReq, opts ...grpc.CallOption) (*Empty, error) {
  478. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  479. return client.ShortDramaUpdateReleaseRegions(ctx, in, opts...)
  480. }
  481. func (m *defaultGoShortDramaClient) ShortDramaFindIdsWithCopyright(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ShortDramaFindIdsWithCopyrightResp, error) {
  482. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  483. return client.ShortDramaFindIdsWithCopyright(ctx, in, opts...)
  484. }
  485. func (m *defaultGoShortDramaClient) ShortDramaFindSchedulePublishList(ctx context.Context, in *FindSchedulePublishListReq, opts ...grpc.CallOption) (*FindSchedulePublishListResp, error) {
  486. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  487. return client.ShortDramaFindSchedulePublishList(ctx, in, opts...)
  488. }
  489. func (m *defaultGoShortDramaClient) ShortDramaPublishSchedule(ctx context.Context, in *PublishScheduleDramaReq, opts ...grpc.CallOption) (*Empty, error) {
  490. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  491. return client.ShortDramaPublishSchedule(ctx, in, opts...)
  492. }
  493. // ShortDramaLanguage
  494. func (m *defaultGoShortDramaClient) ShortDramaLanguageList(ctx context.Context, in *ShortDramaLanguageListReq, opts ...grpc.CallOption) (*ShortDramaLanguageListResp, error) {
  495. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  496. return client.ShortDramaLanguageList(ctx, in, opts...)
  497. }
  498. // ShortDramaEpisode
  499. func (m *defaultGoShortDramaClient) ShortDramaEpisodeAdd(ctx context.Context, in *ShortDramaEpisodeVo, opts ...grpc.CallOption) (*ShortDramaEpisodeVo, error) {
  500. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  501. return client.ShortDramaEpisodeAdd(ctx, in, opts...)
  502. }
  503. func (m *defaultGoShortDramaClient) ShortDramaEpisodeBatchAdd(ctx context.Context, in *ShortDramaEpisodeBatchAddReq, opts ...grpc.CallOption) (*Empty, error) {
  504. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  505. return client.ShortDramaEpisodeBatchAdd(ctx, in, opts...)
  506. }
  507. func (m *defaultGoShortDramaClient) ShortDramaEpisodeUpdate(ctx context.Context, in *ShortDramaEpisodeVo, opts ...grpc.CallOption) (*Empty, error) {
  508. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  509. return client.ShortDramaEpisodeUpdate(ctx, in, opts...)
  510. }
  511. func (m *defaultGoShortDramaClient) ShortDramaEpisodeDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  512. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  513. return client.ShortDramaEpisodeDel(ctx, in, opts...)
  514. }
  515. func (m *defaultGoShortDramaClient) ShortDramaEpisodeGet(ctx context.Context, in *ShortDramaEpisodeGetReq, opts ...grpc.CallOption) (*ShortDramaEpisodeVo, error) {
  516. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  517. return client.ShortDramaEpisodeGet(ctx, in, opts...)
  518. }
  519. func (m *defaultGoShortDramaClient) ShortDramaEpisodeList(ctx context.Context, in *ShortDramaEpisodeListReq, opts ...grpc.CallOption) (*ShortDramaEpisodeListResp, error) {
  520. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  521. return client.ShortDramaEpisodeList(ctx, in, opts...)
  522. }
  523. func (m *defaultGoShortDramaClient) ShortDramaEpisodeBatchRefreshUpdateTime(ctx context.Context, in *ShortDramaEpisodeBatchRefreshUpdateTimeReq, opts ...grpc.CallOption) (*Empty, error) {
  524. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  525. return client.ShortDramaEpisodeBatchRefreshUpdateTime(ctx, in, opts...)
  526. }
  527. // ShortDramaEpisodeCount
  528. func (m *defaultGoShortDramaClient) ShortDramaEpisodeCount(ctx context.Context, in *ShortDramaEpisodeCountReq, opts ...grpc.CallOption) (*ShortDramaEpisodeCountResp, error) {
  529. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  530. return client.ShortDramaEpisodeCount(ctx, in, opts...)
  531. }
  532. func (m *defaultGoShortDramaClient) ShortDramaCheckName(ctx context.Context, in *ShortDramaCheckNameReq, opts ...grpc.CallOption) (*ShortDramaCheckNameResp, error) {
  533. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  534. return client.ShortDramaCheckName(ctx, in, opts...)
  535. }
  536. // ShortDramaStats
  537. func (m *defaultGoShortDramaClient) SetTotalStats(ctx context.Context, in *SetTotalStatsReq, opts ...grpc.CallOption) (*Empty, error) {
  538. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  539. return client.SetTotalStats(ctx, in, opts...)
  540. }
  541. // ShortDramaStatsPlaysTotal
  542. func (m *defaultGoShortDramaClient) ShortDramaStatsPlaysTotalList(ctx context.Context, in *ShortDramaStatsPlaysTotalListReq, opts ...grpc.CallOption) (*ShortDramaStatsPlaysTotalListResp, error) {
  543. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  544. return client.ShortDramaStatsPlaysTotalList(ctx, in, opts...)
  545. }