go_short_drama_client.go 43 KB

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