go_short_drama_client.go 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521
  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. ShortDramaEpisodeBatchAddReq = pb.ShortDramaEpisodeBatchAddReq
  150. ShortDramaEpisodeBatchRefreshUpdateTimeReq = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
  151. ShortDramaEpisodeCountReq = pb.ShortDramaEpisodeCountReq
  152. ShortDramaEpisodeCountResp = pb.ShortDramaEpisodeCountResp
  153. ShortDramaEpisodeCountVo = pb.ShortDramaEpisodeCountVo
  154. ShortDramaEpisodeGetReq = pb.ShortDramaEpisodeGetReq
  155. ShortDramaEpisodeListReq = pb.ShortDramaEpisodeListReq
  156. ShortDramaEpisodeListResp = pb.ShortDramaEpisodeListResp
  157. ShortDramaEpisodeVo = pb.ShortDramaEpisodeVo
  158. ShortDramaGetReq = pb.ShortDramaGetReq
  159. ShortDramaLanguageListReq = pb.ShortDramaLanguageListReq
  160. ShortDramaLanguageListResp = pb.ShortDramaLanguageListResp
  161. ShortDramaLanguageVo = pb.ShortDramaLanguageVo
  162. ShortDramaListReq = pb.ShortDramaListReq
  163. ShortDramaListResp = pb.ShortDramaListResp
  164. ShortDramaStatsPlaysTotalListReq = pb.ShortDramaStatsPlaysTotalListReq
  165. ShortDramaStatsPlaysTotalListResp = pb.ShortDramaStatsPlaysTotalListResp
  166. ShortDramaStatsPlaysTotalVo = pb.ShortDramaStatsPlaysTotalVo
  167. ShortDramaUpdateModifierReq = pb.ShortDramaUpdateModifierReq
  168. ShortDramaVo = pb.ShortDramaVo
  169. StringSelectController = pb.StringSelectController
  170. SysPermGetReq = pb.SysPermGetReq
  171. SysPermListReq = pb.SysPermListReq
  172. SysPermListResp = pb.SysPermListResp
  173. SysPermRule = pb.SysPermRule
  174. SysPermVo = pb.SysPermVo
  175. SysRoleGetReq = pb.SysRoleGetReq
  176. SysRoleListReq = pb.SysRoleListReq
  177. SysRoleListResp = pb.SysRoleListResp
  178. SysRoleListWithPermsResp = pb.SysRoleListWithPermsResp
  179. SysRolePermGetReq = pb.SysRolePermGetReq
  180. SysRolePermListReq = pb.SysRolePermListReq
  181. SysRolePermListResp = pb.SysRolePermListResp
  182. SysRolePermVo = pb.SysRolePermVo
  183. SysRoleVo = pb.SysRoleVo
  184. SysRoleWithPermIds = pb.SysRoleWithPermIds
  185. SysRoleWithPerms = pb.SysRoleWithPerms
  186. SysUserGetReq = pb.SysUserGetReq
  187. SysUserListReq = pb.SysUserListReq
  188. SysUserListResp = pb.SysUserListResp
  189. SysUserListWithRolesAndPermsResp = pb.SysUserListWithRolesAndPermsResp
  190. SysUserPermGetReq = pb.SysUserPermGetReq
  191. SysUserPermListReq = pb.SysUserPermListReq
  192. SysUserPermListResp = pb.SysUserPermListResp
  193. SysUserPermVo = pb.SysUserPermVo
  194. SysUserRoleGetReq = pb.SysUserRoleGetReq
  195. SysUserRoleListReq = pb.SysUserRoleListReq
  196. SysUserRoleListResp = pb.SysUserRoleListResp
  197. SysUserRoleVo = pb.SysUserRoleVo
  198. SysUserVo = pb.SysUserVo
  199. SysUserWithRoleIdsAndPermRules = pb.SysUserWithRoleIdsAndPermRules
  200. SysUserWithRolesAndPerms = pb.SysUserWithRolesAndPerms
  201. TimeRange = pb.TimeRange
  202. TipGetReq = pb.TipGetReq
  203. TipListReq = pb.TipListReq
  204. TipListResp = pb.TipListResp
  205. TipVo = pb.TipVo
  206. TransactionOperation = pb.TransactionOperation
  207. TransactionReq = pb.TransactionReq
  208. UpgradePkgPlanDetailListReq = pb.UpgradePkgPlanDetailListReq
  209. UpgradePkgPlanDetailListResp = pb.UpgradePkgPlanDetailListResp
  210. UpgradePkgPlanDetailVo = pb.UpgradePkgPlanDetailVo
  211. UpgradePkgPlanListReq = pb.UpgradePkgPlanListReq
  212. UpgradePkgPlanListResp = pb.UpgradePkgPlanListResp
  213. UpgradePkgPlanVo = pb.UpgradePkgPlanVo
  214. UpgradeResPlanDetailListReq = pb.UpgradeResPlanDetailListReq
  215. UpgradeResPlanDetailListResp = pb.UpgradeResPlanDetailListResp
  216. UpgradeResPlanDetailVo = pb.UpgradeResPlanDetailVo
  217. UpgradeResPlanListReq = pb.UpgradeResPlanListReq
  218. UpgradeResPlanListResp = pb.UpgradeResPlanListResp
  219. UpgradeResPlanVo = pb.UpgradeResPlanVo
  220. UserAppConfigGetReq = pb.UserAppConfigGetReq
  221. UserAppConfigListReq = pb.UserAppConfigListReq
  222. UserAppConfigListRes = pb.UserAppConfigListRes
  223. UserAppConfigVo = pb.UserAppConfigVo
  224. VpnConfigTemplatePlanAddReq = pb.VpnConfigTemplatePlanAddReq
  225. VpnConfigTemplatePlanAddResp = pb.VpnConfigTemplatePlanAddResp
  226. VpnConfigTemplatePlanDelReq = pb.VpnConfigTemplatePlanDelReq
  227. VpnConfigTemplatePlanDetailAddReq = pb.VpnConfigTemplatePlanDetailAddReq
  228. VpnConfigTemplatePlanDetailAddResp = pb.VpnConfigTemplatePlanDetailAddResp
  229. VpnConfigTemplatePlanDetailDelReq = pb.VpnConfigTemplatePlanDetailDelReq
  230. VpnConfigTemplatePlanDetailGetReq = pb.VpnConfigTemplatePlanDetailGetReq
  231. VpnConfigTemplatePlanDetailGetResp = pb.VpnConfigTemplatePlanDetailGetResp
  232. VpnConfigTemplatePlanDetailListReq = pb.VpnConfigTemplatePlanDetailListReq
  233. VpnConfigTemplatePlanDetailListResp = pb.VpnConfigTemplatePlanDetailListResp
  234. VpnConfigTemplatePlanDetailUpdateReq = pb.VpnConfigTemplatePlanDetailUpdateReq
  235. VpnConfigTemplatePlanDetailUpdateResp = pb.VpnConfigTemplatePlanDetailUpdateResp
  236. VpnConfigTemplatePlanDetailVo = pb.VpnConfigTemplatePlanDetailVo
  237. VpnConfigTemplatePlanGetReq = pb.VpnConfigTemplatePlanGetReq
  238. VpnConfigTemplatePlanGetResp = pb.VpnConfigTemplatePlanGetResp
  239. VpnConfigTemplatePlanListReq = pb.VpnConfigTemplatePlanListReq
  240. VpnConfigTemplatePlanListResp = pb.VpnConfigTemplatePlanListResp
  241. VpnConfigTemplatePlanUpdateReq = pb.VpnConfigTemplatePlanUpdateReq
  242. VpnConfigTemplatePlanUpdateResp = pb.VpnConfigTemplatePlanUpdateResp
  243. VpnConfigTemplatePlanVo = pb.VpnConfigTemplatePlanVo
  244. VpnGroupAddReq = pb.VpnGroupAddReq
  245. VpnGroupBatchAddReq = pb.VpnGroupBatchAddReq
  246. VpnGroupBatchAddResp = pb.VpnGroupBatchAddResp
  247. VpnGroupBatchDelReq = pb.VpnGroupBatchDelReq
  248. VpnGroupBatchUpdateReq = pb.VpnGroupBatchUpdateReq
  249. VpnGroupBatchUpdateResp = pb.VpnGroupBatchUpdateResp
  250. VpnGroupExVo = pb.VpnGroupExVo
  251. VpnGroupGetReq = pb.VpnGroupGetReq
  252. VpnGroupListReq = pb.VpnGroupListReq
  253. VpnGroupListResp = pb.VpnGroupListResp
  254. VpnGroupTagListReq = pb.VpnGroupTagListReq
  255. VpnGroupTagListResp = pb.VpnGroupTagListResp
  256. VpnGroupTagVo = pb.VpnGroupTagVo
  257. VpnGroupVo = pb.VpnGroupVo
  258. VpnLocationBatchAddReq = pb.VpnLocationBatchAddReq
  259. VpnLocationBatchAddResp = pb.VpnLocationBatchAddResp
  260. VpnLocationBatchDelReq = pb.VpnLocationBatchDelReq
  261. VpnLocationBatchUpdateReq = pb.VpnLocationBatchUpdateReq
  262. VpnLocationBatchUpdateResp = pb.VpnLocationBatchUpdateResp
  263. VpnLocationExVo = pb.VpnLocationExVo
  264. VpnLocationGetReq = pb.VpnLocationGetReq
  265. VpnLocationListReq = pb.VpnLocationListReq
  266. VpnLocationListResp = pb.VpnLocationListResp
  267. VpnLocationServerCountReq = pb.VpnLocationServerCountReq
  268. VpnLocationServerCountResp = pb.VpnLocationServerCountResp
  269. VpnLocationServerCountVo = pb.VpnLocationServerCountVo
  270. VpnLocationVo = pb.VpnLocationVo
  271. VpnProbeTaskListReq = pb.VpnProbeTaskListReq
  272. VpnProbeTaskListResp = pb.VpnProbeTaskListResp
  273. VpnProbeTaskVo = pb.VpnProbeTaskVo
  274. VpnServerAddReq = pb.VpnServerAddReq
  275. VpnServerBatchAddReq = pb.VpnServerBatchAddReq
  276. VpnServerBatchAddResp = pb.VpnServerBatchAddResp
  277. VpnServerBatchDelReq = pb.VpnServerBatchDelReq
  278. VpnServerBatchUpdateReq = pb.VpnServerBatchUpdateReq
  279. VpnServerBatchUpdateResp = pb.VpnServerBatchUpdateResp
  280. VpnServerExListResp = pb.VpnServerExListResp
  281. VpnServerExVo = pb.VpnServerExVo
  282. VpnServerListReq = pb.VpnServerListReq
  283. VpnServerListResp = pb.VpnServerListResp
  284. VpnServerLocationListReq = pb.VpnServerLocationListReq
  285. VpnServerLocationListResp = pb.VpnServerLocationListResp
  286. VpnServerLocationVo = pb.VpnServerLocationVo
  287. VpnServerVo = pb.VpnServerVo
  288. VpnTagBatchAddReq = pb.VpnTagBatchAddReq
  289. VpnTagBatchAddResp = pb.VpnTagBatchAddResp
  290. VpnTagBatchDelReq = pb.VpnTagBatchDelReq
  291. VpnTagBatchUpdateReq = pb.VpnTagBatchUpdateReq
  292. VpnTagBatchUpdateResp = pb.VpnTagBatchUpdateResp
  293. VpnTagGetReq = pb.VpnTagGetReq
  294. VpnTagListReq = pb.VpnTagListReq
  295. VpnTagListResp = pb.VpnTagListResp
  296. VpnTagVo = pb.VpnTagVo
  297. VpnipAddReq = pb.VpnipAddReq
  298. VpnipAddResp = pb.VpnipAddResp
  299. VpnipBatchAddReq = pb.VpnipBatchAddReq
  300. VpnipBatchAddResp = pb.VpnipBatchAddResp
  301. VpnipBatchUpdateReq = pb.VpnipBatchUpdateReq
  302. VpnipBatchUpdateResp = pb.VpnipBatchUpdateResp
  303. VpnipBindAddReq = pb.VpnipBindAddReq
  304. VpnipBindAddResp = pb.VpnipBindAddResp
  305. VpnipBindBatchAddReq = pb.VpnipBindBatchAddReq
  306. VpnipBindBatchAddResp = pb.VpnipBindBatchAddResp
  307. VpnipBindBatchUpdateReq = pb.VpnipBindBatchUpdateReq
  308. VpnipBindBatchUpdateResp = pb.VpnipBindBatchUpdateResp
  309. VpnipBindGetReq = pb.VpnipBindGetReq
  310. VpnipBindGetResp = pb.VpnipBindGetResp
  311. VpnipBindListReq = pb.VpnipBindListReq
  312. VpnipBindListResp = pb.VpnipBindListResp
  313. VpnipBindUpdateReq = pb.VpnipBindUpdateReq
  314. VpnipBindUpdateResp = pb.VpnipBindUpdateResp
  315. VpnipBindVo = pb.VpnipBindVo
  316. VpnipExAddReq = pb.VpnipExAddReq
  317. VpnipExAddResp = pb.VpnipExAddResp
  318. VpnipExBatchAddReq = pb.VpnipExBatchAddReq
  319. VpnipExBatchAddResp = pb.VpnipExBatchAddResp
  320. VpnipExBatchUpdateReq = pb.VpnipExBatchUpdateReq
  321. VpnipExBatchUpdateResp = pb.VpnipExBatchUpdateResp
  322. VpnipExGetResp = pb.VpnipExGetResp
  323. VpnipExListResp = pb.VpnipExListResp
  324. VpnipExUpdateReq = pb.VpnipExUpdateReq
  325. VpnipExUpdateResp = pb.VpnipExUpdateResp
  326. VpnipExVo = pb.VpnipExVo
  327. VpnipGetReq = pb.VpnipGetReq
  328. VpnipGetResp = pb.VpnipGetResp
  329. VpnipListReq = pb.VpnipListReq
  330. VpnipListResp = pb.VpnipListResp
  331. VpnipRangeAddReq = pb.VpnipRangeAddReq
  332. VpnipRangeAddResp = pb.VpnipRangeAddResp
  333. VpnipRangeBatchAddReq = pb.VpnipRangeBatchAddReq
  334. VpnipRangeBatchAddResp = pb.VpnipRangeBatchAddResp
  335. VpnipRangeBatchUpdateReq = pb.VpnipRangeBatchUpdateReq
  336. VpnipRangeBatchUpdateResp = pb.VpnipRangeBatchUpdateResp
  337. VpnipRangeExAddReq = pb.VpnipRangeExAddReq
  338. VpnipRangeExAddResp = pb.VpnipRangeExAddResp
  339. VpnipRangeExBatchAddReq = pb.VpnipRangeExBatchAddReq
  340. VpnipRangeExBatchAddResp = pb.VpnipRangeExBatchAddResp
  341. VpnipRangeExBatchUpdateReq = pb.VpnipRangeExBatchUpdateReq
  342. VpnipRangeExBatchUpdateResp = pb.VpnipRangeExBatchUpdateResp
  343. VpnipRangeExGetResp = pb.VpnipRangeExGetResp
  344. VpnipRangeExListResp = pb.VpnipRangeExListResp
  345. VpnipRangeExUpdateReq = pb.VpnipRangeExUpdateReq
  346. VpnipRangeExUpdateResp = pb.VpnipRangeExUpdateResp
  347. VpnipRangeExVo = pb.VpnipRangeExVo
  348. VpnipRangeGetReq = pb.VpnipRangeGetReq
  349. VpnipRangeGetResp = pb.VpnipRangeGetResp
  350. VpnipRangeListReq = pb.VpnipRangeListReq
  351. VpnipRangeListResp = pb.VpnipRangeListResp
  352. VpnipRangeUpdateReq = pb.VpnipRangeUpdateReq
  353. VpnipRangeUpdateResp = pb.VpnipRangeUpdateResp
  354. VpnipRangeVo = pb.VpnipRangeVo
  355. VpnipUpdateReq = pb.VpnipUpdateReq
  356. VpnipUpdateResp = pb.VpnipUpdateResp
  357. VpnipVo = pb.VpnipVo
  358. VpnipWalledAddReq = pb.VpnipWalledAddReq
  359. VpnipWalledAddResp = pb.VpnipWalledAddResp
  360. VpnipWalledBatchAddReq = pb.VpnipWalledBatchAddReq
  361. VpnipWalledBatchAddResp = pb.VpnipWalledBatchAddResp
  362. VpnipWalledBatchUpdateReq = pb.VpnipWalledBatchUpdateReq
  363. VpnipWalledBatchUpdateResp = pb.VpnipWalledBatchUpdateResp
  364. VpnipWalledGetReq = pb.VpnipWalledGetReq
  365. VpnipWalledGetResp = pb.VpnipWalledGetResp
  366. VpnipWalledListReq = pb.VpnipWalledListReq
  367. VpnipWalledListResp = pb.VpnipWalledListResp
  368. VpnipWalledUpdateReq = pb.VpnipWalledUpdateReq
  369. VpnipWalledUpdateResp = pb.VpnipWalledUpdateResp
  370. VpnipWalledVo = pb.VpnipWalledVo
  371. GoShortDramaClient interface {
  372. // ShortDrama
  373. ShortDramaAdd(ctx context.Context, in *ShortDramaVo, opts ...grpc.CallOption) (*ShortDramaVo, error)
  374. ShortDramaUpdate(ctx context.Context, in *ShortDramaVo, opts ...grpc.CallOption) (*Empty, error)
  375. ShortDramaDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  376. ShortDramaGet(ctx context.Context, in *ShortDramaGetReq, opts ...grpc.CallOption) (*ShortDramaVo, error)
  377. ShortDramaList(ctx context.Context, in *ShortDramaListReq, opts ...grpc.CallOption) (*ShortDramaListResp, error)
  378. ShortDramaUpdateModifier(ctx context.Context, in *ShortDramaUpdateModifierReq, opts ...grpc.CallOption) (*Empty, error)
  379. ShortDramaFindSchedulePublishList(ctx context.Context, in *FindSchedulePublishListReq, opts ...grpc.CallOption) (*FindSchedulePublishListResp, error)
  380. ShortDramaPublishSchedule(ctx context.Context, in *PublishScheduleDramaReq, opts ...grpc.CallOption) (*Empty, error)
  381. // ShortDramaLanguage
  382. ShortDramaLanguageList(ctx context.Context, in *ShortDramaLanguageListReq, opts ...grpc.CallOption) (*ShortDramaLanguageListResp, error)
  383. // ShortDramaEpisode
  384. ShortDramaEpisodeAdd(ctx context.Context, in *ShortDramaEpisodeVo, opts ...grpc.CallOption) (*ShortDramaEpisodeVo, error)
  385. ShortDramaEpisodeBatchAdd(ctx context.Context, in *ShortDramaEpisodeBatchAddReq, opts ...grpc.CallOption) (*Empty, error)
  386. ShortDramaEpisodeUpdate(ctx context.Context, in *ShortDramaEpisodeVo, opts ...grpc.CallOption) (*Empty, error)
  387. ShortDramaEpisodeDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  388. ShortDramaEpisodeGet(ctx context.Context, in *ShortDramaEpisodeGetReq, opts ...grpc.CallOption) (*ShortDramaEpisodeVo, error)
  389. ShortDramaEpisodeList(ctx context.Context, in *ShortDramaEpisodeListReq, opts ...grpc.CallOption) (*ShortDramaEpisodeListResp, error)
  390. ShortDramaEpisodeBatchRefreshUpdateTime(ctx context.Context, in *ShortDramaEpisodeBatchRefreshUpdateTimeReq, opts ...grpc.CallOption) (*Empty, error)
  391. // ShortDramaEpisodeCount
  392. ShortDramaEpisodeCount(ctx context.Context, in *ShortDramaEpisodeCountReq, opts ...grpc.CallOption) (*ShortDramaEpisodeCountResp, error)
  393. ShortDramaCheckName(ctx context.Context, in *ShortDramaCheckNameReq, opts ...grpc.CallOption) (*ShortDramaCheckNameResp, error)
  394. // ShortDramaStats
  395. SetTotalStats(ctx context.Context, in *SetTotalStatsReq, opts ...grpc.CallOption) (*Empty, error)
  396. // ShortDramaStatsPlaysTotal
  397. ShortDramaStatsPlaysTotalList(ctx context.Context, in *ShortDramaStatsPlaysTotalListReq, opts ...grpc.CallOption) (*ShortDramaStatsPlaysTotalListResp, error)
  398. }
  399. defaultGoShortDramaClient struct {
  400. cli zrpc.Client
  401. }
  402. )
  403. func NewGoShortDramaClient(cli zrpc.Client) GoShortDramaClient {
  404. return &defaultGoShortDramaClient{
  405. cli: cli,
  406. }
  407. }
  408. // ShortDrama
  409. func (m *defaultGoShortDramaClient) ShortDramaAdd(ctx context.Context, in *ShortDramaVo, opts ...grpc.CallOption) (*ShortDramaVo, error) {
  410. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  411. return client.ShortDramaAdd(ctx, in, opts...)
  412. }
  413. func (m *defaultGoShortDramaClient) ShortDramaUpdate(ctx context.Context, in *ShortDramaVo, opts ...grpc.CallOption) (*Empty, error) {
  414. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  415. return client.ShortDramaUpdate(ctx, in, opts...)
  416. }
  417. func (m *defaultGoShortDramaClient) ShortDramaDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  418. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  419. return client.ShortDramaDel(ctx, in, opts...)
  420. }
  421. func (m *defaultGoShortDramaClient) ShortDramaGet(ctx context.Context, in *ShortDramaGetReq, opts ...grpc.CallOption) (*ShortDramaVo, error) {
  422. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  423. return client.ShortDramaGet(ctx, in, opts...)
  424. }
  425. func (m *defaultGoShortDramaClient) ShortDramaList(ctx context.Context, in *ShortDramaListReq, opts ...grpc.CallOption) (*ShortDramaListResp, error) {
  426. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  427. return client.ShortDramaList(ctx, in, opts...)
  428. }
  429. func (m *defaultGoShortDramaClient) ShortDramaUpdateModifier(ctx context.Context, in *ShortDramaUpdateModifierReq, opts ...grpc.CallOption) (*Empty, error) {
  430. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  431. return client.ShortDramaUpdateModifier(ctx, in, opts...)
  432. }
  433. func (m *defaultGoShortDramaClient) ShortDramaFindSchedulePublishList(ctx context.Context, in *FindSchedulePublishListReq, opts ...grpc.CallOption) (*FindSchedulePublishListResp, error) {
  434. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  435. return client.ShortDramaFindSchedulePublishList(ctx, in, opts...)
  436. }
  437. func (m *defaultGoShortDramaClient) ShortDramaPublishSchedule(ctx context.Context, in *PublishScheduleDramaReq, opts ...grpc.CallOption) (*Empty, error) {
  438. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  439. return client.ShortDramaPublishSchedule(ctx, in, opts...)
  440. }
  441. // ShortDramaLanguage
  442. func (m *defaultGoShortDramaClient) ShortDramaLanguageList(ctx context.Context, in *ShortDramaLanguageListReq, opts ...grpc.CallOption) (*ShortDramaLanguageListResp, error) {
  443. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  444. return client.ShortDramaLanguageList(ctx, in, opts...)
  445. }
  446. // ShortDramaEpisode
  447. func (m *defaultGoShortDramaClient) ShortDramaEpisodeAdd(ctx context.Context, in *ShortDramaEpisodeVo, opts ...grpc.CallOption) (*ShortDramaEpisodeVo, error) {
  448. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  449. return client.ShortDramaEpisodeAdd(ctx, in, opts...)
  450. }
  451. func (m *defaultGoShortDramaClient) ShortDramaEpisodeBatchAdd(ctx context.Context, in *ShortDramaEpisodeBatchAddReq, opts ...grpc.CallOption) (*Empty, error) {
  452. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  453. return client.ShortDramaEpisodeBatchAdd(ctx, in, opts...)
  454. }
  455. func (m *defaultGoShortDramaClient) ShortDramaEpisodeUpdate(ctx context.Context, in *ShortDramaEpisodeVo, opts ...grpc.CallOption) (*Empty, error) {
  456. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  457. return client.ShortDramaEpisodeUpdate(ctx, in, opts...)
  458. }
  459. func (m *defaultGoShortDramaClient) ShortDramaEpisodeDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  460. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  461. return client.ShortDramaEpisodeDel(ctx, in, opts...)
  462. }
  463. func (m *defaultGoShortDramaClient) ShortDramaEpisodeGet(ctx context.Context, in *ShortDramaEpisodeGetReq, opts ...grpc.CallOption) (*ShortDramaEpisodeVo, error) {
  464. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  465. return client.ShortDramaEpisodeGet(ctx, in, opts...)
  466. }
  467. func (m *defaultGoShortDramaClient) ShortDramaEpisodeList(ctx context.Context, in *ShortDramaEpisodeListReq, opts ...grpc.CallOption) (*ShortDramaEpisodeListResp, error) {
  468. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  469. return client.ShortDramaEpisodeList(ctx, in, opts...)
  470. }
  471. func (m *defaultGoShortDramaClient) ShortDramaEpisodeBatchRefreshUpdateTime(ctx context.Context, in *ShortDramaEpisodeBatchRefreshUpdateTimeReq, opts ...grpc.CallOption) (*Empty, error) {
  472. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  473. return client.ShortDramaEpisodeBatchRefreshUpdateTime(ctx, in, opts...)
  474. }
  475. // ShortDramaEpisodeCount
  476. func (m *defaultGoShortDramaClient) ShortDramaEpisodeCount(ctx context.Context, in *ShortDramaEpisodeCountReq, opts ...grpc.CallOption) (*ShortDramaEpisodeCountResp, error) {
  477. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  478. return client.ShortDramaEpisodeCount(ctx, in, opts...)
  479. }
  480. func (m *defaultGoShortDramaClient) ShortDramaCheckName(ctx context.Context, in *ShortDramaCheckNameReq, opts ...grpc.CallOption) (*ShortDramaCheckNameResp, error) {
  481. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  482. return client.ShortDramaCheckName(ctx, in, opts...)
  483. }
  484. // ShortDramaStats
  485. func (m *defaultGoShortDramaClient) SetTotalStats(ctx context.Context, in *SetTotalStatsReq, opts ...grpc.CallOption) (*Empty, error) {
  486. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  487. return client.SetTotalStats(ctx, in, opts...)
  488. }
  489. // ShortDramaStatsPlaysTotal
  490. func (m *defaultGoShortDramaClient) ShortDramaStatsPlaysTotalList(ctx context.Context, in *ShortDramaStatsPlaysTotalListReq, opts ...grpc.CallOption) (*ShortDramaStatsPlaysTotalListResp, error) {
  491. client := pb.NewGoShortDramaClientClient(m.cli.Conn())
  492. return client.ShortDramaStatsPlaysTotalList(ctx, in, opts...)
  493. }