go_vpn_client.go 79 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173
  1. // Code generated by goctl. DO NOT EDIT.
  2. // goctl 1.9.2
  3. // Source: gorpc.proto
  4. package govpnclient
  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. ServiceGoodsAddReq = pb.ServiceGoodsAddReq
  133. ServiceGoodsAddResp = pb.ServiceGoodsAddResp
  134. ServiceGoodsAddWithPlansAndDetailsReq = pb.ServiceGoodsAddWithPlansAndDetailsReq
  135. ServiceGoodsAddWithPlansAndDetailsResp = pb.ServiceGoodsAddWithPlansAndDetailsResp
  136. ServiceGoodsAddWithPlansReq = pb.ServiceGoodsAddWithPlansReq
  137. ServiceGoodsAddWithPlansResp = pb.ServiceGoodsAddWithPlansResp
  138. ServiceGoodsChannelAddReq = pb.ServiceGoodsChannelAddReq
  139. ServiceGoodsChannelAddResp = pb.ServiceGoodsChannelAddResp
  140. ServiceGoodsChannelDelReq = pb.ServiceGoodsChannelDelReq
  141. ServiceGoodsChannelGetReq = pb.ServiceGoodsChannelGetReq
  142. ServiceGoodsChannelGetResp = pb.ServiceGoodsChannelGetResp
  143. ServiceGoodsChannelGetWithGoodsAndPlansAndDetailsReq = pb.ServiceGoodsChannelGetWithGoodsAndPlansAndDetailsReq
  144. ServiceGoodsChannelGetWithGoodsAndPlansAndDetailsResp = pb.ServiceGoodsChannelGetWithGoodsAndPlansAndDetailsResp
  145. ServiceGoodsChannelGetWithGoodsAndPlansReq = pb.ServiceGoodsChannelGetWithGoodsAndPlansReq
  146. ServiceGoodsChannelGetWithGoodsAndPlansResp = pb.ServiceGoodsChannelGetWithGoodsAndPlansResp
  147. ServiceGoodsChannelGetWithGoodsReq = pb.ServiceGoodsChannelGetWithGoodsReq
  148. ServiceGoodsChannelGetWithGoodsResp = pb.ServiceGoodsChannelGetWithGoodsResp
  149. ServiceGoodsChannelListReq = pb.ServiceGoodsChannelListReq
  150. ServiceGoodsChannelListResp = pb.ServiceGoodsChannelListResp
  151. ServiceGoodsChannelListWithGoodsAndPlansAndDetailsReq = pb.ServiceGoodsChannelListWithGoodsAndPlansAndDetailsReq
  152. ServiceGoodsChannelListWithGoodsAndPlansAndDetailsResp = pb.ServiceGoodsChannelListWithGoodsAndPlansAndDetailsResp
  153. ServiceGoodsChannelListWithGoodsAndPlansReq = pb.ServiceGoodsChannelListWithGoodsAndPlansReq
  154. ServiceGoodsChannelListWithGoodsAndPlansResp = pb.ServiceGoodsChannelListWithGoodsAndPlansResp
  155. ServiceGoodsChannelListWithGoodsReq = pb.ServiceGoodsChannelListWithGoodsReq
  156. ServiceGoodsChannelListWithGoodsResp = pb.ServiceGoodsChannelListWithGoodsResp
  157. ServiceGoodsChannelUpdateReq = pb.ServiceGoodsChannelUpdateReq
  158. ServiceGoodsChannelUpdateResp = pb.ServiceGoodsChannelUpdateResp
  159. ServiceGoodsChannelVo = pb.ServiceGoodsChannelVo
  160. ServiceGoodsChannelWithGoodsAndPlansAndDetailsVo = pb.ServiceGoodsChannelWithGoodsAndPlansAndDetailsVo
  161. ServiceGoodsChannelWithGoodsAndPlansVo = pb.ServiceGoodsChannelWithGoodsAndPlansVo
  162. ServiceGoodsChannelWithGoodsVo = pb.ServiceGoodsChannelWithGoodsVo
  163. ServiceGoodsDelReq = pb.ServiceGoodsDelReq
  164. ServiceGoodsGetReq = pb.ServiceGoodsGetReq
  165. ServiceGoodsGetResp = pb.ServiceGoodsGetResp
  166. ServiceGoodsGetWithPlansAndDetailsReq = pb.ServiceGoodsGetWithPlansAndDetailsReq
  167. ServiceGoodsGetWithPlansAndDetailsResp = pb.ServiceGoodsGetWithPlansAndDetailsResp
  168. ServiceGoodsGetWithPlansReq = pb.ServiceGoodsGetWithPlansReq
  169. ServiceGoodsGetWithPlansResp = pb.ServiceGoodsGetWithPlansResp
  170. ServiceGoodsListReq = pb.ServiceGoodsListReq
  171. ServiceGoodsListResp = pb.ServiceGoodsListResp
  172. ServiceGoodsListWithPlansAndDetailsReq = pb.ServiceGoodsListWithPlansAndDetailsReq
  173. ServiceGoodsListWithPlansAndDetailsResp = pb.ServiceGoodsListWithPlansAndDetailsResp
  174. ServiceGoodsListWithPlansReq = pb.ServiceGoodsListWithPlansReq
  175. ServiceGoodsListWithPlansResp = pb.ServiceGoodsListWithPlansResp
  176. ServiceGoodsPlansAddReq = pb.ServiceGoodsPlansAddReq
  177. ServiceGoodsPlansAddResp = pb.ServiceGoodsPlansAddResp
  178. ServiceGoodsPlansDelReq = pb.ServiceGoodsPlansDelReq
  179. ServiceGoodsPlansGetReq = pb.ServiceGoodsPlansGetReq
  180. ServiceGoodsPlansGetResp = pb.ServiceGoodsPlansGetResp
  181. ServiceGoodsPlansListReq = pb.ServiceGoodsPlansListReq
  182. ServiceGoodsPlansListResp = pb.ServiceGoodsPlansListResp
  183. ServiceGoodsPlansUpdateReq = pb.ServiceGoodsPlansUpdateReq
  184. ServiceGoodsPlansUpdateResp = pb.ServiceGoodsPlansUpdateResp
  185. ServiceGoodsPlansVo = pb.ServiceGoodsPlansVo
  186. ServiceGoodsUpdateReq = pb.ServiceGoodsUpdateReq
  187. ServiceGoodsUpdateResp = pb.ServiceGoodsUpdateResp
  188. ServiceGoodsUpdateWithPlansAndDetailsReq = pb.ServiceGoodsUpdateWithPlansAndDetailsReq
  189. ServiceGoodsUpdateWithPlansAndDetailsResp = pb.ServiceGoodsUpdateWithPlansAndDetailsResp
  190. ServiceGoodsUpdateWithPlansReq = pb.ServiceGoodsUpdateWithPlansReq
  191. ServiceGoodsUpdateWithPlansResp = pb.ServiceGoodsUpdateWithPlansResp
  192. ServiceGoodsVo = pb.ServiceGoodsVo
  193. ServiceGoodsWithPlansAndDetailsVo = pb.ServiceGoodsWithPlansAndDetailsVo
  194. ServiceGoodsWithPlansVo = pb.ServiceGoodsWithPlansVo
  195. ServicePlanAddReq = pb.ServicePlanAddReq
  196. ServicePlanAddResp = pb.ServicePlanAddResp
  197. ServicePlanAddWithDetailsReq = pb.ServicePlanAddWithDetailsReq
  198. ServicePlanAddWithDetailsResp = pb.ServicePlanAddWithDetailsResp
  199. ServicePlanDelReq = pb.ServicePlanDelReq
  200. ServicePlanGetReq = pb.ServicePlanGetReq
  201. ServicePlanGetResp = pb.ServicePlanGetResp
  202. ServicePlanGetWithDetailsReq = pb.ServicePlanGetWithDetailsReq
  203. ServicePlanGetWithDetailsResp = pb.ServicePlanGetWithDetailsResp
  204. ServicePlanListReq = pb.ServicePlanListReq
  205. ServicePlanListResp = pb.ServicePlanListResp
  206. ServicePlanListWithDetailsReq = pb.ServicePlanListWithDetailsReq
  207. ServicePlanListWithDetailsResp = pb.ServicePlanListWithDetailsResp
  208. ServicePlanTypesAddReq = pb.ServicePlanTypesAddReq
  209. ServicePlanTypesAddResp = pb.ServicePlanTypesAddResp
  210. ServicePlanTypesDelReq = pb.ServicePlanTypesDelReq
  211. ServicePlanTypesGetReq = pb.ServicePlanTypesGetReq
  212. ServicePlanTypesGetResp = pb.ServicePlanTypesGetResp
  213. ServicePlanTypesListReq = pb.ServicePlanTypesListReq
  214. ServicePlanTypesListResp = pb.ServicePlanTypesListResp
  215. ServicePlanTypesUpdateReq = pb.ServicePlanTypesUpdateReq
  216. ServicePlanTypesUpdateResp = pb.ServicePlanTypesUpdateResp
  217. ServicePlanTypesVo = pb.ServicePlanTypesVo
  218. ServicePlanUpdateReq = pb.ServicePlanUpdateReq
  219. ServicePlanUpdateResp = pb.ServicePlanUpdateResp
  220. ServicePlanUpdateWithDetailsReq = pb.ServicePlanUpdateWithDetailsReq
  221. ServicePlanUpdateWithDetailsResp = pb.ServicePlanUpdateWithDetailsResp
  222. ServicePlanVo = pb.ServicePlanVo
  223. ServicePlanWithDetailsVo = pb.ServicePlanWithDetailsVo
  224. ServicePlanWithDurationAndDetailsVo = pb.ServicePlanWithDurationAndDetailsVo
  225. ServicePlanWithDurationVo = pb.ServicePlanWithDurationVo
  226. ServiceTypesAddReq = pb.ServiceTypesAddReq
  227. ServiceTypesAddResp = pb.ServiceTypesAddResp
  228. ServiceTypesDelReq = pb.ServiceTypesDelReq
  229. ServiceTypesGetReq = pb.ServiceTypesGetReq
  230. ServiceTypesGetResp = pb.ServiceTypesGetResp
  231. ServiceTypesGetWithValueReq = pb.ServiceTypesGetWithValueReq
  232. ServiceTypesGetWithValueResp = pb.ServiceTypesGetWithValueResp
  233. ServiceTypesListReq = pb.ServiceTypesListReq
  234. ServiceTypesListResp = pb.ServiceTypesListResp
  235. ServiceTypesListWithValueReq = pb.ServiceTypesListWithValueReq
  236. ServiceTypesListWithValueResp = pb.ServiceTypesListWithValueResp
  237. ServiceTypesUpdateReq = pb.ServiceTypesUpdateReq
  238. ServiceTypesUpdateResp = pb.ServiceTypesUpdateResp
  239. ServiceTypesVo = pb.ServiceTypesVo
  240. ServiceTypesWithValueVo = pb.ServiceTypesWithValueVo
  241. SetTotalStatsReq = pb.SetTotalStatsReq
  242. ShortDramaCheckNameReq = pb.ShortDramaCheckNameReq
  243. ShortDramaCheckNameResp = pb.ShortDramaCheckNameResp
  244. ShortDramaCopyrightInfoVo = pb.ShortDramaCopyrightInfoVo
  245. ShortDramaEpisodeBatchAddReq = pb.ShortDramaEpisodeBatchAddReq
  246. ShortDramaEpisodeBatchRefreshUpdateTimeReq = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
  247. ShortDramaEpisodeCountReq = pb.ShortDramaEpisodeCountReq
  248. ShortDramaEpisodeCountResp = pb.ShortDramaEpisodeCountResp
  249. ShortDramaEpisodeCountVo = pb.ShortDramaEpisodeCountVo
  250. ShortDramaEpisodeGetReq = pb.ShortDramaEpisodeGetReq
  251. ShortDramaEpisodeListReq = pb.ShortDramaEpisodeListReq
  252. ShortDramaEpisodeListResp = pb.ShortDramaEpisodeListResp
  253. ShortDramaEpisodeVo = pb.ShortDramaEpisodeVo
  254. ShortDramaFindIdsWithCopyrightResp = pb.ShortDramaFindIdsWithCopyrightResp
  255. ShortDramaGetReq = pb.ShortDramaGetReq
  256. ShortDramaLanguageListReq = pb.ShortDramaLanguageListReq
  257. ShortDramaLanguageListResp = pb.ShortDramaLanguageListResp
  258. ShortDramaLanguageVo = pb.ShortDramaLanguageVo
  259. ShortDramaListReq = pb.ShortDramaListReq
  260. ShortDramaListResp = pb.ShortDramaListResp
  261. ShortDramaStatsPlaysTotalListReq = pb.ShortDramaStatsPlaysTotalListReq
  262. ShortDramaStatsPlaysTotalListResp = pb.ShortDramaStatsPlaysTotalListResp
  263. ShortDramaStatsPlaysTotalVo = pb.ShortDramaStatsPlaysTotalVo
  264. ShortDramaUpdateModifierReq = pb.ShortDramaUpdateModifierReq
  265. ShortDramaUpdateReleaseRegionsReq = pb.ShortDramaUpdateReleaseRegionsReq
  266. ShortDramaVo = pb.ShortDramaVo
  267. StringSelectController = pb.StringSelectController
  268. SysPermGetReq = pb.SysPermGetReq
  269. SysPermListReq = pb.SysPermListReq
  270. SysPermListResp = pb.SysPermListResp
  271. SysPermRule = pb.SysPermRule
  272. SysPermVo = pb.SysPermVo
  273. SysRoleGetReq = pb.SysRoleGetReq
  274. SysRoleListReq = pb.SysRoleListReq
  275. SysRoleListResp = pb.SysRoleListResp
  276. SysRoleListWithPermsResp = pb.SysRoleListWithPermsResp
  277. SysRolePermGetReq = pb.SysRolePermGetReq
  278. SysRolePermListReq = pb.SysRolePermListReq
  279. SysRolePermListResp = pb.SysRolePermListResp
  280. SysRolePermVo = pb.SysRolePermVo
  281. SysRoleVo = pb.SysRoleVo
  282. SysRoleWithPermIds = pb.SysRoleWithPermIds
  283. SysRoleWithPerms = pb.SysRoleWithPerms
  284. SysUserGetReq = pb.SysUserGetReq
  285. SysUserListReq = pb.SysUserListReq
  286. SysUserListResp = pb.SysUserListResp
  287. SysUserListWithRolesAndPermsResp = pb.SysUserListWithRolesAndPermsResp
  288. SysUserPermGetReq = pb.SysUserPermGetReq
  289. SysUserPermListReq = pb.SysUserPermListReq
  290. SysUserPermListResp = pb.SysUserPermListResp
  291. SysUserPermVo = pb.SysUserPermVo
  292. SysUserRoleGetReq = pb.SysUserRoleGetReq
  293. SysUserRoleListReq = pb.SysUserRoleListReq
  294. SysUserRoleListResp = pb.SysUserRoleListResp
  295. SysUserRoleVo = pb.SysUserRoleVo
  296. SysUserVo = pb.SysUserVo
  297. SysUserWithRoleIdsAndPermRules = pb.SysUserWithRoleIdsAndPermRules
  298. SysUserWithRolesAndPerms = pb.SysUserWithRolesAndPerms
  299. TimeRange = pb.TimeRange
  300. TipGetReq = pb.TipGetReq
  301. TipListReq = pb.TipListReq
  302. TipListResp = pb.TipListResp
  303. TipVo = pb.TipVo
  304. TransactionOperation = pb.TransactionOperation
  305. TransactionReq = pb.TransactionReq
  306. UpgradePkgPlanDetailListReq = pb.UpgradePkgPlanDetailListReq
  307. UpgradePkgPlanDetailListResp = pb.UpgradePkgPlanDetailListResp
  308. UpgradePkgPlanDetailVo = pb.UpgradePkgPlanDetailVo
  309. UpgradePkgPlanListReq = pb.UpgradePkgPlanListReq
  310. UpgradePkgPlanListResp = pb.UpgradePkgPlanListResp
  311. UpgradePkgPlanVo = pb.UpgradePkgPlanVo
  312. UpgradeResPlanDetailListReq = pb.UpgradeResPlanDetailListReq
  313. UpgradeResPlanDetailListResp = pb.UpgradeResPlanDetailListResp
  314. UpgradeResPlanDetailVo = pb.UpgradeResPlanDetailVo
  315. UpgradeResPlanListReq = pb.UpgradeResPlanListReq
  316. UpgradeResPlanListResp = pb.UpgradeResPlanListResp
  317. UpgradeResPlanVo = pb.UpgradeResPlanVo
  318. UserAddReq = pb.UserAddReq
  319. UserAddResp = pb.UserAddResp
  320. UserAppConfigGetReq = pb.UserAppConfigGetReq
  321. UserAppConfigListReq = pb.UserAppConfigListReq
  322. UserAppConfigListRes = pb.UserAppConfigListRes
  323. UserAppConfigVo = pb.UserAppConfigVo
  324. UserCredentialAddReq = pb.UserCredentialAddReq
  325. UserCredentialAddResp = pb.UserCredentialAddResp
  326. UserCredentialDelReq = pb.UserCredentialDelReq
  327. UserCredentialGetReq = pb.UserCredentialGetReq
  328. UserCredentialGetResp = pb.UserCredentialGetResp
  329. UserCredentialListReq = pb.UserCredentialListReq
  330. UserCredentialListResp = pb.UserCredentialListResp
  331. UserCredentialUpdateReq = pb.UserCredentialUpdateReq
  332. UserCredentialUpdateResp = pb.UserCredentialUpdateResp
  333. UserCredentialVo = pb.UserCredentialVo
  334. UserDelReq = pb.UserDelReq
  335. UserDeviceAddReq = pb.UserDeviceAddReq
  336. UserDeviceAddResp = pb.UserDeviceAddResp
  337. UserDeviceDelReq = pb.UserDeviceDelReq
  338. UserDeviceGetReq = pb.UserDeviceGetReq
  339. UserDeviceGetResp = pb.UserDeviceGetResp
  340. UserDeviceListReq = pb.UserDeviceListReq
  341. UserDeviceListResp = pb.UserDeviceListResp
  342. UserDeviceUpdateReq = pb.UserDeviceUpdateReq
  343. UserDeviceUpdateResp = pb.UserDeviceUpdateResp
  344. UserDeviceVo = pb.UserDeviceVo
  345. UserGetReq = pb.UserGetReq
  346. UserGetResp = pb.UserGetResp
  347. UserListReq = pb.UserListReq
  348. UserListResp = pb.UserListResp
  349. UserServiceAddReq = pb.UserServiceAddReq
  350. UserServiceAddResp = pb.UserServiceAddResp
  351. UserServiceDelReq = pb.UserServiceDelReq
  352. UserServiceGetReq = pb.UserServiceGetReq
  353. UserServiceGetResp = pb.UserServiceGetResp
  354. UserServiceListReq = pb.UserServiceListReq
  355. UserServiceListResp = pb.UserServiceListResp
  356. UserServiceUpdateReq = pb.UserServiceUpdateReq
  357. UserServiceUpdateResp = pb.UserServiceUpdateResp
  358. UserServiceVo = pb.UserServiceVo
  359. UserTestAddReq = pb.UserTestAddReq
  360. UserTestAddResp = pb.UserTestAddResp
  361. UserTestDelReq = pb.UserTestDelReq
  362. UserTestGetReq = pb.UserTestGetReq
  363. UserTestGetResp = pb.UserTestGetResp
  364. UserTestListReq = pb.UserTestListReq
  365. UserTestListResp = pb.UserTestListResp
  366. UserTestUpdateReq = pb.UserTestUpdateReq
  367. UserTestUpdateResp = pb.UserTestUpdateResp
  368. UserTestVo = pb.UserTestVo
  369. UserUpdateReq = pb.UserUpdateReq
  370. UserUpdateResp = pb.UserUpdateResp
  371. UserVo = pb.UserVo
  372. UserWhiteAddReq = pb.UserWhiteAddReq
  373. UserWhiteAddResp = pb.UserWhiteAddResp
  374. UserWhiteDelReq = pb.UserWhiteDelReq
  375. UserWhiteGetReq = pb.UserWhiteGetReq
  376. UserWhiteGetResp = pb.UserWhiteGetResp
  377. UserWhiteListReq = pb.UserWhiteListReq
  378. UserWhiteListResp = pb.UserWhiteListResp
  379. UserWhiteUpdateReq = pb.UserWhiteUpdateReq
  380. UserWhiteUpdateResp = pb.UserWhiteUpdateResp
  381. UserWhiteVo = pb.UserWhiteVo
  382. VpnConfigTemplatePlanAddReq = pb.VpnConfigTemplatePlanAddReq
  383. VpnConfigTemplatePlanAddResp = pb.VpnConfigTemplatePlanAddResp
  384. VpnConfigTemplatePlanDelReq = pb.VpnConfigTemplatePlanDelReq
  385. VpnConfigTemplatePlanDetailAddReq = pb.VpnConfigTemplatePlanDetailAddReq
  386. VpnConfigTemplatePlanDetailAddResp = pb.VpnConfigTemplatePlanDetailAddResp
  387. VpnConfigTemplatePlanDetailDelReq = pb.VpnConfigTemplatePlanDetailDelReq
  388. VpnConfigTemplatePlanDetailGetReq = pb.VpnConfigTemplatePlanDetailGetReq
  389. VpnConfigTemplatePlanDetailGetResp = pb.VpnConfigTemplatePlanDetailGetResp
  390. VpnConfigTemplatePlanDetailListReq = pb.VpnConfigTemplatePlanDetailListReq
  391. VpnConfigTemplatePlanDetailListResp = pb.VpnConfigTemplatePlanDetailListResp
  392. VpnConfigTemplatePlanDetailUpdateReq = pb.VpnConfigTemplatePlanDetailUpdateReq
  393. VpnConfigTemplatePlanDetailUpdateResp = pb.VpnConfigTemplatePlanDetailUpdateResp
  394. VpnConfigTemplatePlanDetailVo = pb.VpnConfigTemplatePlanDetailVo
  395. VpnConfigTemplatePlanGetReq = pb.VpnConfigTemplatePlanGetReq
  396. VpnConfigTemplatePlanGetResp = pb.VpnConfigTemplatePlanGetResp
  397. VpnConfigTemplatePlanListReq = pb.VpnConfigTemplatePlanListReq
  398. VpnConfigTemplatePlanListResp = pb.VpnConfigTemplatePlanListResp
  399. VpnConfigTemplatePlanUpdateReq = pb.VpnConfigTemplatePlanUpdateReq
  400. VpnConfigTemplatePlanUpdateResp = pb.VpnConfigTemplatePlanUpdateResp
  401. VpnConfigTemplatePlanVo = pb.VpnConfigTemplatePlanVo
  402. VpnGroupAddReq = pb.VpnGroupAddReq
  403. VpnGroupBatchAddReq = pb.VpnGroupBatchAddReq
  404. VpnGroupBatchAddResp = pb.VpnGroupBatchAddResp
  405. VpnGroupBatchDelReq = pb.VpnGroupBatchDelReq
  406. VpnGroupBatchUpdateReq = pb.VpnGroupBatchUpdateReq
  407. VpnGroupBatchUpdateResp = pb.VpnGroupBatchUpdateResp
  408. VpnGroupExVo = pb.VpnGroupExVo
  409. VpnGroupGetReq = pb.VpnGroupGetReq
  410. VpnGroupListReq = pb.VpnGroupListReq
  411. VpnGroupListResp = pb.VpnGroupListResp
  412. VpnGroupTagListReq = pb.VpnGroupTagListReq
  413. VpnGroupTagListResp = pb.VpnGroupTagListResp
  414. VpnGroupTagVo = pb.VpnGroupTagVo
  415. VpnGroupVo = pb.VpnGroupVo
  416. VpnLocationBatchAddReq = pb.VpnLocationBatchAddReq
  417. VpnLocationBatchAddResp = pb.VpnLocationBatchAddResp
  418. VpnLocationBatchDelReq = pb.VpnLocationBatchDelReq
  419. VpnLocationBatchUpdateReq = pb.VpnLocationBatchUpdateReq
  420. VpnLocationBatchUpdateResp = pb.VpnLocationBatchUpdateResp
  421. VpnLocationExVo = pb.VpnLocationExVo
  422. VpnLocationGetReq = pb.VpnLocationGetReq
  423. VpnLocationListReq = pb.VpnLocationListReq
  424. VpnLocationListResp = pb.VpnLocationListResp
  425. VpnLocationServerCountReq = pb.VpnLocationServerCountReq
  426. VpnLocationServerCountResp = pb.VpnLocationServerCountResp
  427. VpnLocationServerCountVo = pb.VpnLocationServerCountVo
  428. VpnLocationVo = pb.VpnLocationVo
  429. VpnProbeTaskListReq = pb.VpnProbeTaskListReq
  430. VpnProbeTaskListResp = pb.VpnProbeTaskListResp
  431. VpnProbeTaskVo = pb.VpnProbeTaskVo
  432. VpnServerAddReq = pb.VpnServerAddReq
  433. VpnServerBatchAddReq = pb.VpnServerBatchAddReq
  434. VpnServerBatchAddResp = pb.VpnServerBatchAddResp
  435. VpnServerBatchDelReq = pb.VpnServerBatchDelReq
  436. VpnServerBatchUpdateReq = pb.VpnServerBatchUpdateReq
  437. VpnServerBatchUpdateResp = pb.VpnServerBatchUpdateResp
  438. VpnServerExListResp = pb.VpnServerExListResp
  439. VpnServerExVo = pb.VpnServerExVo
  440. VpnServerListReq = pb.VpnServerListReq
  441. VpnServerListResp = pb.VpnServerListResp
  442. VpnServerLocationListReq = pb.VpnServerLocationListReq
  443. VpnServerLocationListResp = pb.VpnServerLocationListResp
  444. VpnServerLocationVo = pb.VpnServerLocationVo
  445. VpnServerVo = pb.VpnServerVo
  446. VpnTagBatchAddReq = pb.VpnTagBatchAddReq
  447. VpnTagBatchAddResp = pb.VpnTagBatchAddResp
  448. VpnTagBatchDelReq = pb.VpnTagBatchDelReq
  449. VpnTagBatchUpdateReq = pb.VpnTagBatchUpdateReq
  450. VpnTagBatchUpdateResp = pb.VpnTagBatchUpdateResp
  451. VpnTagGetReq = pb.VpnTagGetReq
  452. VpnTagListReq = pb.VpnTagListReq
  453. VpnTagListResp = pb.VpnTagListResp
  454. VpnTagVo = pb.VpnTagVo
  455. VpnWithIPAndPortReq = pb.VpnWithIPAndPortReq
  456. VpnWithIPAndPortResp = pb.VpnWithIPAndPortResp
  457. VpnipAddReq = pb.VpnipAddReq
  458. VpnipAddResp = pb.VpnipAddResp
  459. VpnipBatchAddReq = pb.VpnipBatchAddReq
  460. VpnipBatchAddResp = pb.VpnipBatchAddResp
  461. VpnipBatchUpdateReq = pb.VpnipBatchUpdateReq
  462. VpnipBatchUpdateResp = pb.VpnipBatchUpdateResp
  463. VpnipBindAddReq = pb.VpnipBindAddReq
  464. VpnipBindAddResp = pb.VpnipBindAddResp
  465. VpnipBindBatchAddReq = pb.VpnipBindBatchAddReq
  466. VpnipBindBatchAddResp = pb.VpnipBindBatchAddResp
  467. VpnipBindBatchUpdateReq = pb.VpnipBindBatchUpdateReq
  468. VpnipBindBatchUpdateResp = pb.VpnipBindBatchUpdateResp
  469. VpnipBindGetReq = pb.VpnipBindGetReq
  470. VpnipBindGetResp = pb.VpnipBindGetResp
  471. VpnipBindListReq = pb.VpnipBindListReq
  472. VpnipBindListResp = pb.VpnipBindListResp
  473. VpnipBindUpdateReq = pb.VpnipBindUpdateReq
  474. VpnipBindUpdateResp = pb.VpnipBindUpdateResp
  475. VpnipBindVo = pb.VpnipBindVo
  476. VpnipExAddReq = pb.VpnipExAddReq
  477. VpnipExAddResp = pb.VpnipExAddResp
  478. VpnipExBatchAddReq = pb.VpnipExBatchAddReq
  479. VpnipExBatchAddResp = pb.VpnipExBatchAddResp
  480. VpnipExBatchUpdateReq = pb.VpnipExBatchUpdateReq
  481. VpnipExBatchUpdateResp = pb.VpnipExBatchUpdateResp
  482. VpnipExGetResp = pb.VpnipExGetResp
  483. VpnipExListResp = pb.VpnipExListResp
  484. VpnipExUpdateReq = pb.VpnipExUpdateReq
  485. VpnipExUpdateResp = pb.VpnipExUpdateResp
  486. VpnipExVo = pb.VpnipExVo
  487. VpnipGetReq = pb.VpnipGetReq
  488. VpnipGetResp = pb.VpnipGetResp
  489. VpnipListReq = pb.VpnipListReq
  490. VpnipListResp = pb.VpnipListResp
  491. VpnipRangeAddReq = pb.VpnipRangeAddReq
  492. VpnipRangeAddResp = pb.VpnipRangeAddResp
  493. VpnipRangeBatchAddReq = pb.VpnipRangeBatchAddReq
  494. VpnipRangeBatchAddResp = pb.VpnipRangeBatchAddResp
  495. VpnipRangeBatchUpdateReq = pb.VpnipRangeBatchUpdateReq
  496. VpnipRangeBatchUpdateResp = pb.VpnipRangeBatchUpdateResp
  497. VpnipRangeExAddReq = pb.VpnipRangeExAddReq
  498. VpnipRangeExAddResp = pb.VpnipRangeExAddResp
  499. VpnipRangeExBatchAddReq = pb.VpnipRangeExBatchAddReq
  500. VpnipRangeExBatchAddResp = pb.VpnipRangeExBatchAddResp
  501. VpnipRangeExBatchUpdateReq = pb.VpnipRangeExBatchUpdateReq
  502. VpnipRangeExBatchUpdateResp = pb.VpnipRangeExBatchUpdateResp
  503. VpnipRangeExGetResp = pb.VpnipRangeExGetResp
  504. VpnipRangeExListResp = pb.VpnipRangeExListResp
  505. VpnipRangeExUpdateReq = pb.VpnipRangeExUpdateReq
  506. VpnipRangeExUpdateResp = pb.VpnipRangeExUpdateResp
  507. VpnipRangeExVo = pb.VpnipRangeExVo
  508. VpnipRangeGetReq = pb.VpnipRangeGetReq
  509. VpnipRangeGetResp = pb.VpnipRangeGetResp
  510. VpnipRangeListReq = pb.VpnipRangeListReq
  511. VpnipRangeListResp = pb.VpnipRangeListResp
  512. VpnipRangeUpdateReq = pb.VpnipRangeUpdateReq
  513. VpnipRangeUpdateResp = pb.VpnipRangeUpdateResp
  514. VpnipRangeVo = pb.VpnipRangeVo
  515. VpnipUpdateReq = pb.VpnipUpdateReq
  516. VpnipUpdateResp = pb.VpnipUpdateResp
  517. VpnipVo = pb.VpnipVo
  518. VpnipWalledAddReq = pb.VpnipWalledAddReq
  519. VpnipWalledAddResp = pb.VpnipWalledAddResp
  520. VpnipWalledBatchAddReq = pb.VpnipWalledBatchAddReq
  521. VpnipWalledBatchAddResp = pb.VpnipWalledBatchAddResp
  522. VpnipWalledBatchUpdateReq = pb.VpnipWalledBatchUpdateReq
  523. VpnipWalledBatchUpdateResp = pb.VpnipWalledBatchUpdateResp
  524. VpnipWalledGetReq = pb.VpnipWalledGetReq
  525. VpnipWalledGetResp = pb.VpnipWalledGetResp
  526. VpnipWalledListReq = pb.VpnipWalledListReq
  527. VpnipWalledListResp = pb.VpnipWalledListResp
  528. VpnipWalledUpdateReq = pb.VpnipWalledUpdateReq
  529. VpnipWalledUpdateResp = pb.VpnipWalledUpdateResp
  530. VpnipWalledVo = pb.VpnipWalledVo
  531. GoVpnClient interface {
  532. Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)
  533. // 表的事务操作
  534. Transaction(ctx context.Context, in *TransactionReq, opts ...grpc.CallOption) (*Empty, error)
  535. // VpnTag Model
  536. VpnTagAdd(ctx context.Context, in *VpnTagVo, opts ...grpc.CallOption) (*VpnTagVo, error)
  537. VpnTagUpdate(ctx context.Context, in *VpnTagVo, opts ...grpc.CallOption) (*VpnTagVo, error)
  538. VpnTagDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  539. VpnTagGet(ctx context.Context, in *VpnTagGetReq, opts ...grpc.CallOption) (*VpnTagVo, error)
  540. VpnTagList(ctx context.Context, in *VpnTagListReq, opts ...grpc.CallOption) (*VpnTagListResp, error)
  541. VpnTagBatchAdd(ctx context.Context, in *VpnTagBatchAddReq, opts ...grpc.CallOption) (*VpnTagBatchAddResp, error)
  542. VpnTagBatchUpdate(ctx context.Context, in *VpnTagBatchUpdateReq, opts ...grpc.CallOption) (*VpnTagBatchUpdateResp, error)
  543. // VpnGroup Model
  544. VpnGroupAdd(ctx context.Context, in *VpnGroupAddReq, opts ...grpc.CallOption) (*VpnGroupVo, error)
  545. VpnGroupUpdate(ctx context.Context, in *VpnGroupAddReq, opts ...grpc.CallOption) (*Empty, error)
  546. VpnGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  547. VpnGroupGet(ctx context.Context, in *VpnGroupGetReq, opts ...grpc.CallOption) (*VpnGroupVo, error)
  548. VpnGroupList(ctx context.Context, in *VpnGroupListReq, opts ...grpc.CallOption) (*VpnGroupListResp, error)
  549. VpnGroupBatchAdd(ctx context.Context, in *VpnGroupBatchAddReq, opts ...grpc.CallOption) (*VpnGroupBatchAddResp, error)
  550. VpnGroupBatchUpdate(ctx context.Context, in *VpnGroupBatchUpdateReq, opts ...grpc.CallOption) (*VpnGroupBatchUpdateResp, error)
  551. // VpnGroupTag Model
  552. VpnGroupTagAdd(ctx context.Context, in *VpnGroupTagVo, opts ...grpc.CallOption) (*VpnGroupTagVo, error)
  553. VpnGroupTagUpdate(ctx context.Context, in *VpnGroupTagVo, opts ...grpc.CallOption) (*VpnGroupTagVo, error)
  554. VpnGroupTagDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  555. VpnGroupTagGet(ctx context.Context, in *VpnGroupTagVo, opts ...grpc.CallOption) (*VpnGroupTagVo, error)
  556. VpnGroupTagList(ctx context.Context, in *VpnGroupTagListReq, opts ...grpc.CallOption) (*VpnGroupTagListResp, error)
  557. // VpnLocation Model
  558. VpnLocationAdd(ctx context.Context, in *VpnLocationVo, opts ...grpc.CallOption) (*VpnLocationVo, error)
  559. VpnLocationUpdate(ctx context.Context, in *VpnLocationVo, opts ...grpc.CallOption) (*Empty, error)
  560. VpnLocationDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  561. VpnLocationGet(ctx context.Context, in *VpnLocationGetReq, opts ...grpc.CallOption) (*VpnLocationVo, error)
  562. VpnLocationList(ctx context.Context, in *VpnLocationListReq, opts ...grpc.CallOption) (*VpnLocationListResp, error)
  563. VpnLocationBatchAdd(ctx context.Context, in *VpnLocationBatchAddReq, opts ...grpc.CallOption) (*VpnLocationBatchAddResp, error)
  564. VpnLocationBatchUpdate(ctx context.Context, in *VpnLocationBatchUpdateReq, opts ...grpc.CallOption) (*VpnLocationBatchUpdateResp, error)
  565. // VpnServer Model
  566. VpnServerAdd(ctx context.Context, in *VpnServerAddReq, opts ...grpc.CallOption) (*VpnServerAddReq, error)
  567. VpnServerUpdate(ctx context.Context, in *VpnServerAddReq, opts ...grpc.CallOption) (*VpnServerAddReq, error)
  568. VpnServerDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  569. VpnServerGet(ctx context.Context, in *VpnServerVo, opts ...grpc.CallOption) (*VpnServerVo, error)
  570. VpnServerExGet(ctx context.Context, in *VpnServerVo, opts ...grpc.CallOption) (*VpnServerExVo, error)
  571. VpnServerList(ctx context.Context, in *VpnServerListReq, opts ...grpc.CallOption) (*VpnServerListResp, error)
  572. VpnServerExList(ctx context.Context, in *VpnServerListReq, opts ...grpc.CallOption) (*VpnServerExListResp, error)
  573. VpnServerBatchAdd(ctx context.Context, in *VpnServerBatchAddReq, opts ...grpc.CallOption) (*VpnServerBatchAddResp, error)
  574. VpnServerBatchUpdate(ctx context.Context, in *VpnServerBatchUpdateReq, opts ...grpc.CallOption) (*VpnServerBatchUpdateResp, error)
  575. // VpnServerLocation Model
  576. VpnServerLocationAdd(ctx context.Context, in *VpnServerLocationVo, opts ...grpc.CallOption) (*VpnServerLocationVo, error)
  577. VpnServerLocationUpdate(ctx context.Context, in *VpnServerLocationVo, opts ...grpc.CallOption) (*Empty, error)
  578. VpnServerLocationDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  579. VpnServerLocationGet(ctx context.Context, in *VpnServerLocationVo, opts ...grpc.CallOption) (*VpnServerLocationVo, error)
  580. VpnServerLocationList(ctx context.Context, in *VpnServerLocationListReq, opts ...grpc.CallOption) (*VpnServerLocationListResp, error)
  581. VpnWithIPAndPort(ctx context.Context, in *VpnWithIPAndPortReq, opts ...grpc.CallOption) (*VpnWithIPAndPortResp, error)
  582. // VpnLocationServerCount
  583. VpnLocationServerCount(ctx context.Context, in *VpnLocationServerCountReq, opts ...grpc.CallOption) (*VpnLocationServerCountResp, error)
  584. // VpnProbeTask Model
  585. VpnProbeTaskAdd(ctx context.Context, in *VpnProbeTaskVo, opts ...grpc.CallOption) (*VpnProbeTaskVo, error)
  586. VpnProbeTaskUpdate(ctx context.Context, in *VpnProbeTaskVo, opts ...grpc.CallOption) (*Empty, error)
  587. VpnProbeTaskList(ctx context.Context, in *VpnProbeTaskListReq, opts ...grpc.CallOption) (*VpnProbeTaskListResp, error)
  588. // VpnipWalled Model
  589. VpnipWalledAdd(ctx context.Context, in *VpnipWalledAddReq, opts ...grpc.CallOption) (*VpnipWalledAddResp, error)
  590. VpnipWalledUpdate(ctx context.Context, in *VpnipWalledUpdateReq, opts ...grpc.CallOption) (*VpnipWalledUpdateResp, error)
  591. VpnipWalledDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  592. VpnipWalledGet(ctx context.Context, in *VpnipWalledGetReq, opts ...grpc.CallOption) (*VpnipWalledGetResp, error)
  593. VpnipWalledList(ctx context.Context, in *VpnipWalledListReq, opts ...grpc.CallOption) (*VpnipWalledListResp, error)
  594. VpnipWalledBatchAdd(ctx context.Context, in *VpnipWalledBatchAddReq, opts ...grpc.CallOption) (*VpnipWalledBatchAddResp, error)
  595. VpnipWalledBatchUpdate(ctx context.Context, in *VpnipWalledBatchUpdateReq, opts ...grpc.CallOption) (*VpnipWalledBatchUpdateResp, error)
  596. // Vpnip Model
  597. VpnipAdd(ctx context.Context, in *VpnipAddReq, opts ...grpc.CallOption) (*VpnipAddResp, error)
  598. VpnipExAdd(ctx context.Context, in *VpnipExAddReq, opts ...grpc.CallOption) (*VpnipExAddResp, error)
  599. VpnipUpdate(ctx context.Context, in *VpnipUpdateReq, opts ...grpc.CallOption) (*VpnipUpdateResp, error)
  600. VpnipExUpdate(ctx context.Context, in *VpnipExUpdateReq, opts ...grpc.CallOption) (*VpnipExUpdateResp, error)
  601. VpnipDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  602. VpnipGet(ctx context.Context, in *VpnipGetReq, opts ...grpc.CallOption) (*VpnipGetResp, error)
  603. VpnipExGet(ctx context.Context, in *VpnipGetReq, opts ...grpc.CallOption) (*VpnipExGetResp, error)
  604. VpnipList(ctx context.Context, in *VpnipListReq, opts ...grpc.CallOption) (*VpnipListResp, error)
  605. VpnipExList(ctx context.Context, in *VpnipListReq, opts ...grpc.CallOption) (*VpnipExListResp, error)
  606. VpnipBatchAdd(ctx context.Context, in *VpnipBatchAddReq, opts ...grpc.CallOption) (*VpnipBatchAddResp, error)
  607. VpnipBatchUpdate(ctx context.Context, in *VpnipBatchUpdateReq, opts ...grpc.CallOption) (*VpnipBatchUpdateResp, error)
  608. VpnipExBatchAdd(ctx context.Context, in *VpnipExBatchAddReq, opts ...grpc.CallOption) (*VpnipExBatchAddResp, error)
  609. VpnipExBatchUpdate(ctx context.Context, in *VpnipExBatchUpdateReq, opts ...grpc.CallOption) (*VpnipExBatchUpdateResp, error)
  610. // VpnipRange Model
  611. VpnipRangeAdd(ctx context.Context, in *VpnipRangeAddReq, opts ...grpc.CallOption) (*VpnipRangeAddResp, error)
  612. // VpnipRangeExAdd 添加IP段及IP数据,如果IP数据已存在,会自动将已经存在的IP的 rangeId 更新为新增的IP段的ID
  613. VpnipRangeExAdd(ctx context.Context, in *VpnipRangeExAddReq, opts ...grpc.CallOption) (*VpnipRangeExAddResp, error)
  614. VpnipRangeUpdate(ctx context.Context, in *VpnipRangeUpdateReq, opts ...grpc.CallOption) (*VpnipRangeUpdateResp, error)
  615. VpnipRangeExUpdate(ctx context.Context, in *VpnipRangeExUpdateReq, opts ...grpc.CallOption) (*VpnipRangeExUpdateResp, error)
  616. VpnipRangeDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  617. VpnipRangeGet(ctx context.Context, in *VpnipRangeGetReq, opts ...grpc.CallOption) (*VpnipRangeGetResp, error)
  618. VpnipRangeExGet(ctx context.Context, in *VpnipRangeGetReq, opts ...grpc.CallOption) (*VpnipRangeExGetResp, error)
  619. VpnipRangeList(ctx context.Context, in *VpnipRangeListReq, opts ...grpc.CallOption) (*VpnipRangeListResp, error)
  620. VpnipRangeExList(ctx context.Context, in *VpnipRangeListReq, opts ...grpc.CallOption) (*VpnipRangeExListResp, error)
  621. VpnipRangeBatchAdd(ctx context.Context, in *VpnipRangeBatchAddReq, opts ...grpc.CallOption) (*VpnipRangeBatchAddResp, error)
  622. VpnipRangeExBatchAdd(ctx context.Context, in *VpnipRangeExBatchAddReq, opts ...grpc.CallOption) (*VpnipRangeExBatchAddResp, error)
  623. VpnipRangeBatchUpdate(ctx context.Context, in *VpnipRangeBatchUpdateReq, opts ...grpc.CallOption) (*VpnipRangeBatchUpdateResp, error)
  624. VpnipRangeExBatchUpdate(ctx context.Context, in *VpnipRangeExBatchUpdateReq, opts ...grpc.CallOption) (*VpnipRangeExBatchUpdateResp, error)
  625. // VpnipBind Model
  626. VpnipBindAdd(ctx context.Context, in *VpnipBindAddReq, opts ...grpc.CallOption) (*VpnipBindAddResp, error)
  627. VpnipBindUpdate(ctx context.Context, in *VpnipBindUpdateReq, opts ...grpc.CallOption) (*VpnipBindUpdateResp, error)
  628. VpnipBindDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
  629. VpnipBindGet(ctx context.Context, in *VpnipBindGetReq, opts ...grpc.CallOption) (*VpnipBindGetResp, error)
  630. VpnipBindList(ctx context.Context, in *VpnipBindListReq, opts ...grpc.CallOption) (*VpnipBindListResp, error)
  631. VpnipBindBatchUpdate(ctx context.Context, in *VpnipBindBatchUpdateReq, opts ...grpc.CallOption) (*VpnipBindBatchUpdateResp, error)
  632. // VpnipsBindServer 为一台服务器绑定一批新IP,会解绑上次绑定的IP,再绑定新的IP,仅需提供 ipId, serverId, Remark, createAt, updateAt 即可,其他字段会自动填充
  633. VpnipsBindServer(ctx context.Context, in *VpnipBindBatchAddReq, opts ...grpc.CallOption) (*VpnipBindBatchAddResp, error)
  634. // VpnConfigTemplatePlan Model (Xray配置模板,jump那边叫做配置模板)
  635. VpnConfigTemplatePlanAdd(ctx context.Context, in *VpnConfigTemplatePlanAddReq, opts ...grpc.CallOption) (*VpnConfigTemplatePlanAddResp, error)
  636. // VpnConfigTemplatePlanUpdate 更新配置模板(只更新模板,不更新模板详情,如果 withDetails 为 true,则返回结果中包含模板详情)
  637. VpnConfigTemplatePlanUpdate(ctx context.Context, in *VpnConfigTemplatePlanUpdateReq, opts ...grpc.CallOption) (*VpnConfigTemplatePlanUpdateResp, error)
  638. // VpnConfigTemplatePlanDel 删除配置模板(会同时删除模板详情)
  639. VpnConfigTemplatePlanDel(ctx context.Context, in *VpnConfigTemplatePlanDelReq, opts ...grpc.CallOption) (*Empty, error)
  640. // VpnConfigTemplatePlanGet 获取配置模板(如果 withDetails 为 true,则返回结果中包含模板详情)
  641. VpnConfigTemplatePlanGet(ctx context.Context, in *VpnConfigTemplatePlanGetReq, opts ...grpc.CallOption) (*VpnConfigTemplatePlanGetResp, error)
  642. // VpnConfigTemplatePlanList 获取配置模板列表(如果 withDetails 为 true,则返回结果中包含模板详情)
  643. VpnConfigTemplatePlanList(ctx context.Context, in *VpnConfigTemplatePlanListReq, opts ...grpc.CallOption) (*VpnConfigTemplatePlanListResp, error)
  644. // VpnConfigTemplatePlanDetail Model (Xray配置模板详情,jump那边叫做传输配置)
  645. VpnConfigTemplatePlanDetailAdd(ctx context.Context, in *VpnConfigTemplatePlanDetailAddReq, opts ...grpc.CallOption) (*VpnConfigTemplatePlanDetailAddResp, error)
  646. VpnConfigTemplatePlanDetailUpdate(ctx context.Context, in *VpnConfigTemplatePlanDetailUpdateReq, opts ...grpc.CallOption) (*VpnConfigTemplatePlanDetailUpdateResp, error)
  647. VpnConfigTemplatePlanDetailDel(ctx context.Context, in *VpnConfigTemplatePlanDetailDelReq, opts ...grpc.CallOption) (*Empty, error)
  648. VpnConfigTemplatePlanDetailGet(ctx context.Context, in *VpnConfigTemplatePlanDetailGetReq, opts ...grpc.CallOption) (*VpnConfigTemplatePlanDetailGetResp, error)
  649. VpnConfigTemplatePlanDetailList(ctx context.Context, in *VpnConfigTemplatePlanDetailListReq, opts ...grpc.CallOption) (*VpnConfigTemplatePlanDetailListResp, error)
  650. }
  651. defaultGoVpnClient struct {
  652. cli zrpc.Client
  653. }
  654. )
  655. func NewGoVpnClient(cli zrpc.Client) GoVpnClient {
  656. return &defaultGoVpnClient{
  657. cli: cli,
  658. }
  659. }
  660. func (m *defaultGoVpnClient) Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error) {
  661. client := pb.NewGoVpnClientClient(m.cli.Conn())
  662. return client.Ping(ctx, in, opts...)
  663. }
  664. // 表的事务操作
  665. func (m *defaultGoVpnClient) Transaction(ctx context.Context, in *TransactionReq, opts ...grpc.CallOption) (*Empty, error) {
  666. client := pb.NewGoVpnClientClient(m.cli.Conn())
  667. return client.Transaction(ctx, in, opts...)
  668. }
  669. // VpnTag Model
  670. func (m *defaultGoVpnClient) VpnTagAdd(ctx context.Context, in *VpnTagVo, opts ...grpc.CallOption) (*VpnTagVo, error) {
  671. client := pb.NewGoVpnClientClient(m.cli.Conn())
  672. return client.VpnTagAdd(ctx, in, opts...)
  673. }
  674. func (m *defaultGoVpnClient) VpnTagUpdate(ctx context.Context, in *VpnTagVo, opts ...grpc.CallOption) (*VpnTagVo, error) {
  675. client := pb.NewGoVpnClientClient(m.cli.Conn())
  676. return client.VpnTagUpdate(ctx, in, opts...)
  677. }
  678. func (m *defaultGoVpnClient) VpnTagDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  679. client := pb.NewGoVpnClientClient(m.cli.Conn())
  680. return client.VpnTagDel(ctx, in, opts...)
  681. }
  682. func (m *defaultGoVpnClient) VpnTagGet(ctx context.Context, in *VpnTagGetReq, opts ...grpc.CallOption) (*VpnTagVo, error) {
  683. client := pb.NewGoVpnClientClient(m.cli.Conn())
  684. return client.VpnTagGet(ctx, in, opts...)
  685. }
  686. func (m *defaultGoVpnClient) VpnTagList(ctx context.Context, in *VpnTagListReq, opts ...grpc.CallOption) (*VpnTagListResp, error) {
  687. client := pb.NewGoVpnClientClient(m.cli.Conn())
  688. return client.VpnTagList(ctx, in, opts...)
  689. }
  690. func (m *defaultGoVpnClient) VpnTagBatchAdd(ctx context.Context, in *VpnTagBatchAddReq, opts ...grpc.CallOption) (*VpnTagBatchAddResp, error) {
  691. client := pb.NewGoVpnClientClient(m.cli.Conn())
  692. return client.VpnTagBatchAdd(ctx, in, opts...)
  693. }
  694. func (m *defaultGoVpnClient) VpnTagBatchUpdate(ctx context.Context, in *VpnTagBatchUpdateReq, opts ...grpc.CallOption) (*VpnTagBatchUpdateResp, error) {
  695. client := pb.NewGoVpnClientClient(m.cli.Conn())
  696. return client.VpnTagBatchUpdate(ctx, in, opts...)
  697. }
  698. // VpnGroup Model
  699. func (m *defaultGoVpnClient) VpnGroupAdd(ctx context.Context, in *VpnGroupAddReq, opts ...grpc.CallOption) (*VpnGroupVo, error) {
  700. client := pb.NewGoVpnClientClient(m.cli.Conn())
  701. return client.VpnGroupAdd(ctx, in, opts...)
  702. }
  703. func (m *defaultGoVpnClient) VpnGroupUpdate(ctx context.Context, in *VpnGroupAddReq, opts ...grpc.CallOption) (*Empty, error) {
  704. client := pb.NewGoVpnClientClient(m.cli.Conn())
  705. return client.VpnGroupUpdate(ctx, in, opts...)
  706. }
  707. func (m *defaultGoVpnClient) VpnGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  708. client := pb.NewGoVpnClientClient(m.cli.Conn())
  709. return client.VpnGroupDel(ctx, in, opts...)
  710. }
  711. func (m *defaultGoVpnClient) VpnGroupGet(ctx context.Context, in *VpnGroupGetReq, opts ...grpc.CallOption) (*VpnGroupVo, error) {
  712. client := pb.NewGoVpnClientClient(m.cli.Conn())
  713. return client.VpnGroupGet(ctx, in, opts...)
  714. }
  715. func (m *defaultGoVpnClient) VpnGroupList(ctx context.Context, in *VpnGroupListReq, opts ...grpc.CallOption) (*VpnGroupListResp, error) {
  716. client := pb.NewGoVpnClientClient(m.cli.Conn())
  717. return client.VpnGroupList(ctx, in, opts...)
  718. }
  719. func (m *defaultGoVpnClient) VpnGroupBatchAdd(ctx context.Context, in *VpnGroupBatchAddReq, opts ...grpc.CallOption) (*VpnGroupBatchAddResp, error) {
  720. client := pb.NewGoVpnClientClient(m.cli.Conn())
  721. return client.VpnGroupBatchAdd(ctx, in, opts...)
  722. }
  723. func (m *defaultGoVpnClient) VpnGroupBatchUpdate(ctx context.Context, in *VpnGroupBatchUpdateReq, opts ...grpc.CallOption) (*VpnGroupBatchUpdateResp, error) {
  724. client := pb.NewGoVpnClientClient(m.cli.Conn())
  725. return client.VpnGroupBatchUpdate(ctx, in, opts...)
  726. }
  727. // VpnGroupTag Model
  728. func (m *defaultGoVpnClient) VpnGroupTagAdd(ctx context.Context, in *VpnGroupTagVo, opts ...grpc.CallOption) (*VpnGroupTagVo, error) {
  729. client := pb.NewGoVpnClientClient(m.cli.Conn())
  730. return client.VpnGroupTagAdd(ctx, in, opts...)
  731. }
  732. func (m *defaultGoVpnClient) VpnGroupTagUpdate(ctx context.Context, in *VpnGroupTagVo, opts ...grpc.CallOption) (*VpnGroupTagVo, error) {
  733. client := pb.NewGoVpnClientClient(m.cli.Conn())
  734. return client.VpnGroupTagUpdate(ctx, in, opts...)
  735. }
  736. func (m *defaultGoVpnClient) VpnGroupTagDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  737. client := pb.NewGoVpnClientClient(m.cli.Conn())
  738. return client.VpnGroupTagDel(ctx, in, opts...)
  739. }
  740. func (m *defaultGoVpnClient) VpnGroupTagGet(ctx context.Context, in *VpnGroupTagVo, opts ...grpc.CallOption) (*VpnGroupTagVo, error) {
  741. client := pb.NewGoVpnClientClient(m.cli.Conn())
  742. return client.VpnGroupTagGet(ctx, in, opts...)
  743. }
  744. func (m *defaultGoVpnClient) VpnGroupTagList(ctx context.Context, in *VpnGroupTagListReq, opts ...grpc.CallOption) (*VpnGroupTagListResp, error) {
  745. client := pb.NewGoVpnClientClient(m.cli.Conn())
  746. return client.VpnGroupTagList(ctx, in, opts...)
  747. }
  748. // VpnLocation Model
  749. func (m *defaultGoVpnClient) VpnLocationAdd(ctx context.Context, in *VpnLocationVo, opts ...grpc.CallOption) (*VpnLocationVo, error) {
  750. client := pb.NewGoVpnClientClient(m.cli.Conn())
  751. return client.VpnLocationAdd(ctx, in, opts...)
  752. }
  753. func (m *defaultGoVpnClient) VpnLocationUpdate(ctx context.Context, in *VpnLocationVo, opts ...grpc.CallOption) (*Empty, error) {
  754. client := pb.NewGoVpnClientClient(m.cli.Conn())
  755. return client.VpnLocationUpdate(ctx, in, opts...)
  756. }
  757. func (m *defaultGoVpnClient) VpnLocationDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  758. client := pb.NewGoVpnClientClient(m.cli.Conn())
  759. return client.VpnLocationDel(ctx, in, opts...)
  760. }
  761. func (m *defaultGoVpnClient) VpnLocationGet(ctx context.Context, in *VpnLocationGetReq, opts ...grpc.CallOption) (*VpnLocationVo, error) {
  762. client := pb.NewGoVpnClientClient(m.cli.Conn())
  763. return client.VpnLocationGet(ctx, in, opts...)
  764. }
  765. func (m *defaultGoVpnClient) VpnLocationList(ctx context.Context, in *VpnLocationListReq, opts ...grpc.CallOption) (*VpnLocationListResp, error) {
  766. client := pb.NewGoVpnClientClient(m.cli.Conn())
  767. return client.VpnLocationList(ctx, in, opts...)
  768. }
  769. func (m *defaultGoVpnClient) VpnLocationBatchAdd(ctx context.Context, in *VpnLocationBatchAddReq, opts ...grpc.CallOption) (*VpnLocationBatchAddResp, error) {
  770. client := pb.NewGoVpnClientClient(m.cli.Conn())
  771. return client.VpnLocationBatchAdd(ctx, in, opts...)
  772. }
  773. func (m *defaultGoVpnClient) VpnLocationBatchUpdate(ctx context.Context, in *VpnLocationBatchUpdateReq, opts ...grpc.CallOption) (*VpnLocationBatchUpdateResp, error) {
  774. client := pb.NewGoVpnClientClient(m.cli.Conn())
  775. return client.VpnLocationBatchUpdate(ctx, in, opts...)
  776. }
  777. // VpnServer Model
  778. func (m *defaultGoVpnClient) VpnServerAdd(ctx context.Context, in *VpnServerAddReq, opts ...grpc.CallOption) (*VpnServerAddReq, error) {
  779. client := pb.NewGoVpnClientClient(m.cli.Conn())
  780. return client.VpnServerAdd(ctx, in, opts...)
  781. }
  782. func (m *defaultGoVpnClient) VpnServerUpdate(ctx context.Context, in *VpnServerAddReq, opts ...grpc.CallOption) (*VpnServerAddReq, error) {
  783. client := pb.NewGoVpnClientClient(m.cli.Conn())
  784. return client.VpnServerUpdate(ctx, in, opts...)
  785. }
  786. func (m *defaultGoVpnClient) VpnServerDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  787. client := pb.NewGoVpnClientClient(m.cli.Conn())
  788. return client.VpnServerDel(ctx, in, opts...)
  789. }
  790. func (m *defaultGoVpnClient) VpnServerGet(ctx context.Context, in *VpnServerVo, opts ...grpc.CallOption) (*VpnServerVo, error) {
  791. client := pb.NewGoVpnClientClient(m.cli.Conn())
  792. return client.VpnServerGet(ctx, in, opts...)
  793. }
  794. func (m *defaultGoVpnClient) VpnServerExGet(ctx context.Context, in *VpnServerVo, opts ...grpc.CallOption) (*VpnServerExVo, error) {
  795. client := pb.NewGoVpnClientClient(m.cli.Conn())
  796. return client.VpnServerExGet(ctx, in, opts...)
  797. }
  798. func (m *defaultGoVpnClient) VpnServerList(ctx context.Context, in *VpnServerListReq, opts ...grpc.CallOption) (*VpnServerListResp, error) {
  799. client := pb.NewGoVpnClientClient(m.cli.Conn())
  800. return client.VpnServerList(ctx, in, opts...)
  801. }
  802. func (m *defaultGoVpnClient) VpnServerExList(ctx context.Context, in *VpnServerListReq, opts ...grpc.CallOption) (*VpnServerExListResp, error) {
  803. client := pb.NewGoVpnClientClient(m.cli.Conn())
  804. return client.VpnServerExList(ctx, in, opts...)
  805. }
  806. func (m *defaultGoVpnClient) VpnServerBatchAdd(ctx context.Context, in *VpnServerBatchAddReq, opts ...grpc.CallOption) (*VpnServerBatchAddResp, error) {
  807. client := pb.NewGoVpnClientClient(m.cli.Conn())
  808. return client.VpnServerBatchAdd(ctx, in, opts...)
  809. }
  810. func (m *defaultGoVpnClient) VpnServerBatchUpdate(ctx context.Context, in *VpnServerBatchUpdateReq, opts ...grpc.CallOption) (*VpnServerBatchUpdateResp, error) {
  811. client := pb.NewGoVpnClientClient(m.cli.Conn())
  812. return client.VpnServerBatchUpdate(ctx, in, opts...)
  813. }
  814. // VpnServerLocation Model
  815. func (m *defaultGoVpnClient) VpnServerLocationAdd(ctx context.Context, in *VpnServerLocationVo, opts ...grpc.CallOption) (*VpnServerLocationVo, error) {
  816. client := pb.NewGoVpnClientClient(m.cli.Conn())
  817. return client.VpnServerLocationAdd(ctx, in, opts...)
  818. }
  819. func (m *defaultGoVpnClient) VpnServerLocationUpdate(ctx context.Context, in *VpnServerLocationVo, opts ...grpc.CallOption) (*Empty, error) {
  820. client := pb.NewGoVpnClientClient(m.cli.Conn())
  821. return client.VpnServerLocationUpdate(ctx, in, opts...)
  822. }
  823. func (m *defaultGoVpnClient) VpnServerLocationDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  824. client := pb.NewGoVpnClientClient(m.cli.Conn())
  825. return client.VpnServerLocationDel(ctx, in, opts...)
  826. }
  827. func (m *defaultGoVpnClient) VpnServerLocationGet(ctx context.Context, in *VpnServerLocationVo, opts ...grpc.CallOption) (*VpnServerLocationVo, error) {
  828. client := pb.NewGoVpnClientClient(m.cli.Conn())
  829. return client.VpnServerLocationGet(ctx, in, opts...)
  830. }
  831. func (m *defaultGoVpnClient) VpnServerLocationList(ctx context.Context, in *VpnServerLocationListReq, opts ...grpc.CallOption) (*VpnServerLocationListResp, error) {
  832. client := pb.NewGoVpnClientClient(m.cli.Conn())
  833. return client.VpnServerLocationList(ctx, in, opts...)
  834. }
  835. func (m *defaultGoVpnClient) VpnWithIPAndPort(ctx context.Context, in *VpnWithIPAndPortReq, opts ...grpc.CallOption) (*VpnWithIPAndPortResp, error) {
  836. client := pb.NewGoVpnClientClient(m.cli.Conn())
  837. return client.VpnWithIPAndPort(ctx, in, opts...)
  838. }
  839. // VpnLocationServerCount
  840. func (m *defaultGoVpnClient) VpnLocationServerCount(ctx context.Context, in *VpnLocationServerCountReq, opts ...grpc.CallOption) (*VpnLocationServerCountResp, error) {
  841. client := pb.NewGoVpnClientClient(m.cli.Conn())
  842. return client.VpnLocationServerCount(ctx, in, opts...)
  843. }
  844. // VpnProbeTask Model
  845. func (m *defaultGoVpnClient) VpnProbeTaskAdd(ctx context.Context, in *VpnProbeTaskVo, opts ...grpc.CallOption) (*VpnProbeTaskVo, error) {
  846. client := pb.NewGoVpnClientClient(m.cli.Conn())
  847. return client.VpnProbeTaskAdd(ctx, in, opts...)
  848. }
  849. func (m *defaultGoVpnClient) VpnProbeTaskUpdate(ctx context.Context, in *VpnProbeTaskVo, opts ...grpc.CallOption) (*Empty, error) {
  850. client := pb.NewGoVpnClientClient(m.cli.Conn())
  851. return client.VpnProbeTaskUpdate(ctx, in, opts...)
  852. }
  853. func (m *defaultGoVpnClient) VpnProbeTaskList(ctx context.Context, in *VpnProbeTaskListReq, opts ...grpc.CallOption) (*VpnProbeTaskListResp, error) {
  854. client := pb.NewGoVpnClientClient(m.cli.Conn())
  855. return client.VpnProbeTaskList(ctx, in, opts...)
  856. }
  857. // VpnipWalled Model
  858. func (m *defaultGoVpnClient) VpnipWalledAdd(ctx context.Context, in *VpnipWalledAddReq, opts ...grpc.CallOption) (*VpnipWalledAddResp, error) {
  859. client := pb.NewGoVpnClientClient(m.cli.Conn())
  860. return client.VpnipWalledAdd(ctx, in, opts...)
  861. }
  862. func (m *defaultGoVpnClient) VpnipWalledUpdate(ctx context.Context, in *VpnipWalledUpdateReq, opts ...grpc.CallOption) (*VpnipWalledUpdateResp, error) {
  863. client := pb.NewGoVpnClientClient(m.cli.Conn())
  864. return client.VpnipWalledUpdate(ctx, in, opts...)
  865. }
  866. func (m *defaultGoVpnClient) VpnipWalledDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  867. client := pb.NewGoVpnClientClient(m.cli.Conn())
  868. return client.VpnipWalledDel(ctx, in, opts...)
  869. }
  870. func (m *defaultGoVpnClient) VpnipWalledGet(ctx context.Context, in *VpnipWalledGetReq, opts ...grpc.CallOption) (*VpnipWalledGetResp, error) {
  871. client := pb.NewGoVpnClientClient(m.cli.Conn())
  872. return client.VpnipWalledGet(ctx, in, opts...)
  873. }
  874. func (m *defaultGoVpnClient) VpnipWalledList(ctx context.Context, in *VpnipWalledListReq, opts ...grpc.CallOption) (*VpnipWalledListResp, error) {
  875. client := pb.NewGoVpnClientClient(m.cli.Conn())
  876. return client.VpnipWalledList(ctx, in, opts...)
  877. }
  878. func (m *defaultGoVpnClient) VpnipWalledBatchAdd(ctx context.Context, in *VpnipWalledBatchAddReq, opts ...grpc.CallOption) (*VpnipWalledBatchAddResp, error) {
  879. client := pb.NewGoVpnClientClient(m.cli.Conn())
  880. return client.VpnipWalledBatchAdd(ctx, in, opts...)
  881. }
  882. func (m *defaultGoVpnClient) VpnipWalledBatchUpdate(ctx context.Context, in *VpnipWalledBatchUpdateReq, opts ...grpc.CallOption) (*VpnipWalledBatchUpdateResp, error) {
  883. client := pb.NewGoVpnClientClient(m.cli.Conn())
  884. return client.VpnipWalledBatchUpdate(ctx, in, opts...)
  885. }
  886. // Vpnip Model
  887. func (m *defaultGoVpnClient) VpnipAdd(ctx context.Context, in *VpnipAddReq, opts ...grpc.CallOption) (*VpnipAddResp, error) {
  888. client := pb.NewGoVpnClientClient(m.cli.Conn())
  889. return client.VpnipAdd(ctx, in, opts...)
  890. }
  891. func (m *defaultGoVpnClient) VpnipExAdd(ctx context.Context, in *VpnipExAddReq, opts ...grpc.CallOption) (*VpnipExAddResp, error) {
  892. client := pb.NewGoVpnClientClient(m.cli.Conn())
  893. return client.VpnipExAdd(ctx, in, opts...)
  894. }
  895. func (m *defaultGoVpnClient) VpnipUpdate(ctx context.Context, in *VpnipUpdateReq, opts ...grpc.CallOption) (*VpnipUpdateResp, error) {
  896. client := pb.NewGoVpnClientClient(m.cli.Conn())
  897. return client.VpnipUpdate(ctx, in, opts...)
  898. }
  899. func (m *defaultGoVpnClient) VpnipExUpdate(ctx context.Context, in *VpnipExUpdateReq, opts ...grpc.CallOption) (*VpnipExUpdateResp, error) {
  900. client := pb.NewGoVpnClientClient(m.cli.Conn())
  901. return client.VpnipExUpdate(ctx, in, opts...)
  902. }
  903. func (m *defaultGoVpnClient) VpnipDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  904. client := pb.NewGoVpnClientClient(m.cli.Conn())
  905. return client.VpnipDel(ctx, in, opts...)
  906. }
  907. func (m *defaultGoVpnClient) VpnipGet(ctx context.Context, in *VpnipGetReq, opts ...grpc.CallOption) (*VpnipGetResp, error) {
  908. client := pb.NewGoVpnClientClient(m.cli.Conn())
  909. return client.VpnipGet(ctx, in, opts...)
  910. }
  911. func (m *defaultGoVpnClient) VpnipExGet(ctx context.Context, in *VpnipGetReq, opts ...grpc.CallOption) (*VpnipExGetResp, error) {
  912. client := pb.NewGoVpnClientClient(m.cli.Conn())
  913. return client.VpnipExGet(ctx, in, opts...)
  914. }
  915. func (m *defaultGoVpnClient) VpnipList(ctx context.Context, in *VpnipListReq, opts ...grpc.CallOption) (*VpnipListResp, error) {
  916. client := pb.NewGoVpnClientClient(m.cli.Conn())
  917. return client.VpnipList(ctx, in, opts...)
  918. }
  919. func (m *defaultGoVpnClient) VpnipExList(ctx context.Context, in *VpnipListReq, opts ...grpc.CallOption) (*VpnipExListResp, error) {
  920. client := pb.NewGoVpnClientClient(m.cli.Conn())
  921. return client.VpnipExList(ctx, in, opts...)
  922. }
  923. func (m *defaultGoVpnClient) VpnipBatchAdd(ctx context.Context, in *VpnipBatchAddReq, opts ...grpc.CallOption) (*VpnipBatchAddResp, error) {
  924. client := pb.NewGoVpnClientClient(m.cli.Conn())
  925. return client.VpnipBatchAdd(ctx, in, opts...)
  926. }
  927. func (m *defaultGoVpnClient) VpnipBatchUpdate(ctx context.Context, in *VpnipBatchUpdateReq, opts ...grpc.CallOption) (*VpnipBatchUpdateResp, error) {
  928. client := pb.NewGoVpnClientClient(m.cli.Conn())
  929. return client.VpnipBatchUpdate(ctx, in, opts...)
  930. }
  931. func (m *defaultGoVpnClient) VpnipExBatchAdd(ctx context.Context, in *VpnipExBatchAddReq, opts ...grpc.CallOption) (*VpnipExBatchAddResp, error) {
  932. client := pb.NewGoVpnClientClient(m.cli.Conn())
  933. return client.VpnipExBatchAdd(ctx, in, opts...)
  934. }
  935. func (m *defaultGoVpnClient) VpnipExBatchUpdate(ctx context.Context, in *VpnipExBatchUpdateReq, opts ...grpc.CallOption) (*VpnipExBatchUpdateResp, error) {
  936. client := pb.NewGoVpnClientClient(m.cli.Conn())
  937. return client.VpnipExBatchUpdate(ctx, in, opts...)
  938. }
  939. // VpnipRange Model
  940. func (m *defaultGoVpnClient) VpnipRangeAdd(ctx context.Context, in *VpnipRangeAddReq, opts ...grpc.CallOption) (*VpnipRangeAddResp, error) {
  941. client := pb.NewGoVpnClientClient(m.cli.Conn())
  942. return client.VpnipRangeAdd(ctx, in, opts...)
  943. }
  944. // VpnipRangeExAdd 添加IP段及IP数据,如果IP数据已存在,会自动将已经存在的IP的 rangeId 更新为新增的IP段的ID
  945. func (m *defaultGoVpnClient) VpnipRangeExAdd(ctx context.Context, in *VpnipRangeExAddReq, opts ...grpc.CallOption) (*VpnipRangeExAddResp, error) {
  946. client := pb.NewGoVpnClientClient(m.cli.Conn())
  947. return client.VpnipRangeExAdd(ctx, in, opts...)
  948. }
  949. func (m *defaultGoVpnClient) VpnipRangeUpdate(ctx context.Context, in *VpnipRangeUpdateReq, opts ...grpc.CallOption) (*VpnipRangeUpdateResp, error) {
  950. client := pb.NewGoVpnClientClient(m.cli.Conn())
  951. return client.VpnipRangeUpdate(ctx, in, opts...)
  952. }
  953. func (m *defaultGoVpnClient) VpnipRangeExUpdate(ctx context.Context, in *VpnipRangeExUpdateReq, opts ...grpc.CallOption) (*VpnipRangeExUpdateResp, error) {
  954. client := pb.NewGoVpnClientClient(m.cli.Conn())
  955. return client.VpnipRangeExUpdate(ctx, in, opts...)
  956. }
  957. func (m *defaultGoVpnClient) VpnipRangeDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  958. client := pb.NewGoVpnClientClient(m.cli.Conn())
  959. return client.VpnipRangeDel(ctx, in, opts...)
  960. }
  961. func (m *defaultGoVpnClient) VpnipRangeGet(ctx context.Context, in *VpnipRangeGetReq, opts ...grpc.CallOption) (*VpnipRangeGetResp, error) {
  962. client := pb.NewGoVpnClientClient(m.cli.Conn())
  963. return client.VpnipRangeGet(ctx, in, opts...)
  964. }
  965. func (m *defaultGoVpnClient) VpnipRangeExGet(ctx context.Context, in *VpnipRangeGetReq, opts ...grpc.CallOption) (*VpnipRangeExGetResp, error) {
  966. client := pb.NewGoVpnClientClient(m.cli.Conn())
  967. return client.VpnipRangeExGet(ctx, in, opts...)
  968. }
  969. func (m *defaultGoVpnClient) VpnipRangeList(ctx context.Context, in *VpnipRangeListReq, opts ...grpc.CallOption) (*VpnipRangeListResp, error) {
  970. client := pb.NewGoVpnClientClient(m.cli.Conn())
  971. return client.VpnipRangeList(ctx, in, opts...)
  972. }
  973. func (m *defaultGoVpnClient) VpnipRangeExList(ctx context.Context, in *VpnipRangeListReq, opts ...grpc.CallOption) (*VpnipRangeExListResp, error) {
  974. client := pb.NewGoVpnClientClient(m.cli.Conn())
  975. return client.VpnipRangeExList(ctx, in, opts...)
  976. }
  977. func (m *defaultGoVpnClient) VpnipRangeBatchAdd(ctx context.Context, in *VpnipRangeBatchAddReq, opts ...grpc.CallOption) (*VpnipRangeBatchAddResp, error) {
  978. client := pb.NewGoVpnClientClient(m.cli.Conn())
  979. return client.VpnipRangeBatchAdd(ctx, in, opts...)
  980. }
  981. func (m *defaultGoVpnClient) VpnipRangeExBatchAdd(ctx context.Context, in *VpnipRangeExBatchAddReq, opts ...grpc.CallOption) (*VpnipRangeExBatchAddResp, error) {
  982. client := pb.NewGoVpnClientClient(m.cli.Conn())
  983. return client.VpnipRangeExBatchAdd(ctx, in, opts...)
  984. }
  985. func (m *defaultGoVpnClient) VpnipRangeBatchUpdate(ctx context.Context, in *VpnipRangeBatchUpdateReq, opts ...grpc.CallOption) (*VpnipRangeBatchUpdateResp, error) {
  986. client := pb.NewGoVpnClientClient(m.cli.Conn())
  987. return client.VpnipRangeBatchUpdate(ctx, in, opts...)
  988. }
  989. func (m *defaultGoVpnClient) VpnipRangeExBatchUpdate(ctx context.Context, in *VpnipRangeExBatchUpdateReq, opts ...grpc.CallOption) (*VpnipRangeExBatchUpdateResp, error) {
  990. client := pb.NewGoVpnClientClient(m.cli.Conn())
  991. return client.VpnipRangeExBatchUpdate(ctx, in, opts...)
  992. }
  993. // VpnipBind Model
  994. func (m *defaultGoVpnClient) VpnipBindAdd(ctx context.Context, in *VpnipBindAddReq, opts ...grpc.CallOption) (*VpnipBindAddResp, error) {
  995. client := pb.NewGoVpnClientClient(m.cli.Conn())
  996. return client.VpnipBindAdd(ctx, in, opts...)
  997. }
  998. func (m *defaultGoVpnClient) VpnipBindUpdate(ctx context.Context, in *VpnipBindUpdateReq, opts ...grpc.CallOption) (*VpnipBindUpdateResp, error) {
  999. client := pb.NewGoVpnClientClient(m.cli.Conn())
  1000. return client.VpnipBindUpdate(ctx, in, opts...)
  1001. }
  1002. func (m *defaultGoVpnClient) VpnipBindDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
  1003. client := pb.NewGoVpnClientClient(m.cli.Conn())
  1004. return client.VpnipBindDel(ctx, in, opts...)
  1005. }
  1006. func (m *defaultGoVpnClient) VpnipBindGet(ctx context.Context, in *VpnipBindGetReq, opts ...grpc.CallOption) (*VpnipBindGetResp, error) {
  1007. client := pb.NewGoVpnClientClient(m.cli.Conn())
  1008. return client.VpnipBindGet(ctx, in, opts...)
  1009. }
  1010. func (m *defaultGoVpnClient) VpnipBindList(ctx context.Context, in *VpnipBindListReq, opts ...grpc.CallOption) (*VpnipBindListResp, error) {
  1011. client := pb.NewGoVpnClientClient(m.cli.Conn())
  1012. return client.VpnipBindList(ctx, in, opts...)
  1013. }
  1014. func (m *defaultGoVpnClient) VpnipBindBatchUpdate(ctx context.Context, in *VpnipBindBatchUpdateReq, opts ...grpc.CallOption) (*VpnipBindBatchUpdateResp, error) {
  1015. client := pb.NewGoVpnClientClient(m.cli.Conn())
  1016. return client.VpnipBindBatchUpdate(ctx, in, opts...)
  1017. }
  1018. // VpnipsBindServer 为一台服务器绑定一批新IP,会解绑上次绑定的IP,再绑定新的IP,仅需提供 ipId, serverId, Remark, createAt, updateAt 即可,其他字段会自动填充
  1019. func (m *defaultGoVpnClient) VpnipsBindServer(ctx context.Context, in *VpnipBindBatchAddReq, opts ...grpc.CallOption) (*VpnipBindBatchAddResp, error) {
  1020. client := pb.NewGoVpnClientClient(m.cli.Conn())
  1021. return client.VpnipsBindServer(ctx, in, opts...)
  1022. }
  1023. // VpnConfigTemplatePlan Model (Xray配置模板,jump那边叫做配置模板)
  1024. func (m *defaultGoVpnClient) VpnConfigTemplatePlanAdd(ctx context.Context, in *VpnConfigTemplatePlanAddReq, opts ...grpc.CallOption) (*VpnConfigTemplatePlanAddResp, error) {
  1025. client := pb.NewGoVpnClientClient(m.cli.Conn())
  1026. return client.VpnConfigTemplatePlanAdd(ctx, in, opts...)
  1027. }
  1028. // VpnConfigTemplatePlanUpdate 更新配置模板(只更新模板,不更新模板详情,如果 withDetails 为 true,则返回结果中包含模板详情)
  1029. func (m *defaultGoVpnClient) VpnConfigTemplatePlanUpdate(ctx context.Context, in *VpnConfigTemplatePlanUpdateReq, opts ...grpc.CallOption) (*VpnConfigTemplatePlanUpdateResp, error) {
  1030. client := pb.NewGoVpnClientClient(m.cli.Conn())
  1031. return client.VpnConfigTemplatePlanUpdate(ctx, in, opts...)
  1032. }
  1033. // VpnConfigTemplatePlanDel 删除配置模板(会同时删除模板详情)
  1034. func (m *defaultGoVpnClient) VpnConfigTemplatePlanDel(ctx context.Context, in *VpnConfigTemplatePlanDelReq, opts ...grpc.CallOption) (*Empty, error) {
  1035. client := pb.NewGoVpnClientClient(m.cli.Conn())
  1036. return client.VpnConfigTemplatePlanDel(ctx, in, opts...)
  1037. }
  1038. // VpnConfigTemplatePlanGet 获取配置模板(如果 withDetails 为 true,则返回结果中包含模板详情)
  1039. func (m *defaultGoVpnClient) VpnConfigTemplatePlanGet(ctx context.Context, in *VpnConfigTemplatePlanGetReq, opts ...grpc.CallOption) (*VpnConfigTemplatePlanGetResp, error) {
  1040. client := pb.NewGoVpnClientClient(m.cli.Conn())
  1041. return client.VpnConfigTemplatePlanGet(ctx, in, opts...)
  1042. }
  1043. // VpnConfigTemplatePlanList 获取配置模板列表(如果 withDetails 为 true,则返回结果中包含模板详情)
  1044. func (m *defaultGoVpnClient) VpnConfigTemplatePlanList(ctx context.Context, in *VpnConfigTemplatePlanListReq, opts ...grpc.CallOption) (*VpnConfigTemplatePlanListResp, error) {
  1045. client := pb.NewGoVpnClientClient(m.cli.Conn())
  1046. return client.VpnConfigTemplatePlanList(ctx, in, opts...)
  1047. }
  1048. // VpnConfigTemplatePlanDetail Model (Xray配置模板详情,jump那边叫做传输配置)
  1049. func (m *defaultGoVpnClient) VpnConfigTemplatePlanDetailAdd(ctx context.Context, in *VpnConfigTemplatePlanDetailAddReq, opts ...grpc.CallOption) (*VpnConfigTemplatePlanDetailAddResp, error) {
  1050. client := pb.NewGoVpnClientClient(m.cli.Conn())
  1051. return client.VpnConfigTemplatePlanDetailAdd(ctx, in, opts...)
  1052. }
  1053. func (m *defaultGoVpnClient) VpnConfigTemplatePlanDetailUpdate(ctx context.Context, in *VpnConfigTemplatePlanDetailUpdateReq, opts ...grpc.CallOption) (*VpnConfigTemplatePlanDetailUpdateResp, error) {
  1054. client := pb.NewGoVpnClientClient(m.cli.Conn())
  1055. return client.VpnConfigTemplatePlanDetailUpdate(ctx, in, opts...)
  1056. }
  1057. func (m *defaultGoVpnClient) VpnConfigTemplatePlanDetailDel(ctx context.Context, in *VpnConfigTemplatePlanDetailDelReq, opts ...grpc.CallOption) (*Empty, error) {
  1058. client := pb.NewGoVpnClientClient(m.cli.Conn())
  1059. return client.VpnConfigTemplatePlanDetailDel(ctx, in, opts...)
  1060. }
  1061. func (m *defaultGoVpnClient) VpnConfigTemplatePlanDetailGet(ctx context.Context, in *VpnConfigTemplatePlanDetailGetReq, opts ...grpc.CallOption) (*VpnConfigTemplatePlanDetailGetResp, error) {
  1062. client := pb.NewGoVpnClientClient(m.cli.Conn())
  1063. return client.VpnConfigTemplatePlanDetailGet(ctx, in, opts...)
  1064. }
  1065. func (m *defaultGoVpnClient) VpnConfigTemplatePlanDetailList(ctx context.Context, in *VpnConfigTemplatePlanDetailListReq, opts ...grpc.CallOption) (*VpnConfigTemplatePlanDetailListResp, error) {
  1066. client := pb.NewGoVpnClientClient(m.cli.Conn())
  1067. return client.VpnConfigTemplatePlanDetailList(ctx, in, opts...)
  1068. }