| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389 |
- // Code generated by goctl. DO NOT EDIT.
- // goctl 1.9.2
- // Source: gorpc.proto
- package gopmpclient
- import (
- "context"
- "code.clickto.dev/nomo-server/go-service-pb/pb/pb"
- "github.com/zeromicro/go-zero/zrpc"
- "google.golang.org/grpc"
- )
- type (
- AccountDeviceListReq = pb.AccountDeviceListReq
- AccountDeviceListResp = pb.AccountDeviceListResp
- AccountDeviceVo = pb.AccountDeviceVo
- AccountListReq = pb.AccountListReq
- AccountListResp = pb.AccountListResp
- AccountVo = pb.AccountVo
- AdGlobalConfigGetReq = pb.AdGlobalConfigGetReq
- AdGlobalConfigVo = pb.AdGlobalConfigVo
- AdPlanDetailListReq = pb.AdPlanDetailListReq
- AdPlanDetailListResp = pb.AdPlanDetailListResp
- AdPlanDetailVo = pb.AdPlanDetailVo
- AdPlanListReq = pb.AdPlanListReq
- AdPlanListResp = pb.AdPlanListResp
- AdPlanVo = pb.AdPlanVo
- AnnouncePlanDetailListReq = pb.AnnouncePlanDetailListReq
- AnnouncePlanDetailListResp = pb.AnnouncePlanDetailListResp
- AnnouncePlanDetailVo = pb.AnnouncePlanDetailVo
- AnnouncePlanListReq = pb.AnnouncePlanListReq
- AnnouncePlanListResp = pb.AnnouncePlanListResp
- AnnouncePlanVo = pb.AnnouncePlanVo
- AreaParamListReq = pb.AreaParamListReq
- AreaParamListResp = pb.AreaParamListResp
- AreaParamVo = pb.AreaParamVo
- BaseReq = pb.BaseReq
- CommonResult = pb.CommonResult
- ConfigGetReq = pb.ConfigGetReq
- DeleteIdResp = pb.DeleteIdResp
- DeployConfigListReq = pb.DeployConfigListReq
- DeployConfigListResp = pb.DeployConfigListResp
- DeployConfigVo = pb.DeployConfigVo
- DeviceListReq = pb.DeviceListReq
- DeviceListRes = pb.DeviceListRes
- DeviceVo = pb.DeviceVo
- DictGetReq = pb.DictGetReq
- DictListReq = pb.DictListReq
- DictListResp = pb.DictListResp
- DictVo = pb.DictVo
- Empty = pb.Empty
- FindSchedulePublishListReq = pb.FindSchedulePublishListReq
- FindSchedulePublishListResp = pb.FindSchedulePublishListResp
- GameCategoryListReq = pb.GameCategoryListReq
- GameCategoryListRes = pb.GameCategoryListRes
- GameCategoryReq = pb.GameCategoryReq
- GameCategoryVo = pb.GameCategoryVo
- GameCustomerAddResp = pb.GameCustomerAddResp
- GameCustomerListReq = pb.GameCustomerListReq
- GameCustomerListRes = pb.GameCustomerListRes
- GameCustomerVo = pb.GameCustomerVo
- GameListReq = pb.GameListReq
- GameListRes = pb.GameListRes
- GameRankOption = pb.GameRankOption
- GameRedisHScanByNameReq = pb.GameRedisHScanByNameReq
- GameRedisHScanByNameResp = pb.GameRedisHScanByNameResp
- GameReq = pb.GameReq
- GameVo = pb.GameVo
- GlobalParamGetReq = pb.GlobalParamGetReq
- GlobalParamListReq = pb.GlobalParamListReq
- GlobalParamListResp = pb.GlobalParamListResp
- GlobalParamVo = pb.GlobalParamVo
- I18NVo = pb.I18NVo
- Ids = pb.Ids
- Int64SelectController = pb.Int64SelectController
- IntSelectController = pb.IntSelectController
- JobBatchListReq = pb.JobBatchListReq
- JobBatchListResp = pb.JobBatchListResp
- JobBatchListWithTasksResp = pb.JobBatchListWithTasksResp
- JobBatchVo = pb.JobBatchVo
- JobBatchWithTasksVo = pb.JobBatchWithTasksVo
- JobTasksListReq = pb.JobTasksListReq
- JobTasksListResp = pb.JobTasksListResp
- JobTasksVo = pb.JobTasksVo
- MessagePushListReq = pb.MessagePushListReq
- MessagePushListResp = pb.MessagePushListResp
- MessagePushVo = pb.MessagePushVo
- NationalLanguageListReq = pb.NationalLanguageListReq
- NationalLanguageListResp = pb.NationalLanguageListResp
- NationalLanguageVo = pb.NationalLanguageVo
- OperationLogListReq = pb.OperationLogListReq
- OperationLogListResp = pb.OperationLogListResp
- OperationLogVo = pb.OperationLogVo
- Page = pb.Page
- Page_OrderItem = pb.Page_OrderItem
- ProductActionGroupDisableReq = pb.ProductActionGroupDisableReq
- ProductActionGroupEnableReq = pb.ProductActionGroupEnableReq
- ProductActionGroupListReq = pb.ProductActionGroupListReq
- ProductActionGroupListResp = pb.ProductActionGroupListResp
- ProductActionGroupReq = pb.ProductActionGroupReq
- ProductActionGroupVo = pb.ProductActionGroupVo
- ProductActionListReq = pb.ProductActionListReq
- ProductActionListResp = pb.ProductActionListResp
- ProductActionPolicyGroupDisableReq = pb.ProductActionPolicyGroupDisableReq
- ProductActionPolicyGroupEnableReq = pb.ProductActionPolicyGroupEnableReq
- ProductActionPolicyGroupListReq = pb.ProductActionPolicyGroupListReq
- ProductActionPolicyGroupListResp = pb.ProductActionPolicyGroupListResp
- ProductActionPolicyGroupReq = pb.ProductActionPolicyGroupReq
- ProductActionPolicyGroupVo = pb.ProductActionPolicyGroupVo
- ProductActionReq = pb.ProductActionReq
- ProductActionTypeListReq = pb.ProductActionTypeListReq
- ProductActionTypeListResp = pb.ProductActionTypeListResp
- ProductActionTypeReq = pb.ProductActionTypeReq
- ProductActionTypeVo = pb.ProductActionTypeVo
- ProductActionVo = pb.ProductActionVo
- ProductListReq = pb.ProductListReq
- ProductListResp = pb.ProductListResp
- ProductParamGetReq = pb.ProductParamGetReq
- ProductParamListReq = pb.ProductParamListReq
- ProductParamListResp = pb.ProductParamListResp
- ProductParamVo = pb.ProductParamVo
- ProductVo = pb.ProductVo
- PublishScheduleDramaReq = pb.PublishScheduleDramaReq
- RelGameRankListReq = pb.RelGameRankListReq
- RelGameRankListRes = pb.RelGameRankListRes
- RelGameRankReq = pb.RelGameRankReq
- RelGameRankVo = pb.RelGameRankVo
- RelGameVpnGroupListReq = pb.RelGameVpnGroupListReq
- RelGameVpnGroupListRes = pb.RelGameVpnGroupListRes
- RelGameVpnGroupReq = pb.RelGameVpnGroupReq
- RelGameVpnGroupVo = pb.RelGameVpnGroupVo
- Request = pb.Request
- Response = pb.Response
- ServiceBoxAddReq = pb.ServiceBoxAddReq
- ServiceBoxAddResp = pb.ServiceBoxAddResp
- ServiceBoxAddWithDetailsReq = pb.ServiceBoxAddWithDetailsReq
- ServiceBoxAddWithDetailsResp = pb.ServiceBoxAddWithDetailsResp
- ServiceBoxDelReq = pb.ServiceBoxDelReq
- ServiceBoxGetReq = pb.ServiceBoxGetReq
- ServiceBoxGetResp = pb.ServiceBoxGetResp
- ServiceBoxGetWithDetailsReq = pb.ServiceBoxGetWithDetailsReq
- ServiceBoxGetWithDetailsResp = pb.ServiceBoxGetWithDetailsResp
- ServiceBoxListReq = pb.ServiceBoxListReq
- ServiceBoxListResp = pb.ServiceBoxListResp
- ServiceBoxListWithDetailsReq = pb.ServiceBoxListWithDetailsReq
- ServiceBoxListWithDetailsResp = pb.ServiceBoxListWithDetailsResp
- ServiceBoxTypesAddReq = pb.ServiceBoxTypesAddReq
- ServiceBoxTypesAddResp = pb.ServiceBoxTypesAddResp
- ServiceBoxTypesDelReq = pb.ServiceBoxTypesDelReq
- ServiceBoxTypesGetReq = pb.ServiceBoxTypesGetReq
- ServiceBoxTypesGetResp = pb.ServiceBoxTypesGetResp
- ServiceBoxTypesListReq = pb.ServiceBoxTypesListReq
- ServiceBoxTypesListResp = pb.ServiceBoxTypesListResp
- ServiceBoxTypesUpdateReq = pb.ServiceBoxTypesUpdateReq
- ServiceBoxTypesUpdateResp = pb.ServiceBoxTypesUpdateResp
- ServiceBoxTypesVo = pb.ServiceBoxTypesVo
- ServiceBoxUpdateReq = pb.ServiceBoxUpdateReq
- ServiceBoxUpdateResp = pb.ServiceBoxUpdateResp
- ServiceBoxUpdateWithDetailsReq = pb.ServiceBoxUpdateWithDetailsReq
- ServiceBoxUpdateWithDetailsResp = pb.ServiceBoxUpdateWithDetailsResp
- ServiceBoxVo = pb.ServiceBoxVo
- ServiceBoxWithDetailsVo = pb.ServiceBoxWithDetailsVo
- ServiceBoxWithDurationAndDetailsVo = pb.ServiceBoxWithDurationAndDetailsVo
- ServiceBoxWithDurationVo = pb.ServiceBoxWithDurationVo
- ServicePlanAddReq = pb.ServicePlanAddReq
- ServicePlanAddResp = pb.ServicePlanAddResp
- ServicePlanAddWithBoxesAndDetailsReq = pb.ServicePlanAddWithBoxesAndDetailsReq
- ServicePlanAddWithBoxesAndDetailsResp = pb.ServicePlanAddWithBoxesAndDetailsResp
- ServicePlanAddWithBoxesReq = pb.ServicePlanAddWithBoxesReq
- ServicePlanAddWithBoxesResp = pb.ServicePlanAddWithBoxesResp
- ServicePlanBoxesAddReq = pb.ServicePlanBoxesAddReq
- ServicePlanBoxesAddResp = pb.ServicePlanBoxesAddResp
- ServicePlanBoxesDelReq = pb.ServicePlanBoxesDelReq
- ServicePlanBoxesGetReq = pb.ServicePlanBoxesGetReq
- ServicePlanBoxesGetResp = pb.ServicePlanBoxesGetResp
- ServicePlanBoxesListReq = pb.ServicePlanBoxesListReq
- ServicePlanBoxesListResp = pb.ServicePlanBoxesListResp
- ServicePlanBoxesUpdateReq = pb.ServicePlanBoxesUpdateReq
- ServicePlanBoxesUpdateResp = pb.ServicePlanBoxesUpdateResp
- ServicePlanBoxesVo = pb.ServicePlanBoxesVo
- ServicePlanChannelAddReq = pb.ServicePlanChannelAddReq
- ServicePlanChannelAddResp = pb.ServicePlanChannelAddResp
- ServicePlanChannelDelReq = pb.ServicePlanChannelDelReq
- ServicePlanChannelGetReq = pb.ServicePlanChannelGetReq
- ServicePlanChannelGetResp = pb.ServicePlanChannelGetResp
- ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq = pb.ServicePlanChannelGetWithPlanAndBoxesAndDetailsReq
- ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp = pb.ServicePlanChannelGetWithPlanAndBoxesAndDetailsResp
- ServicePlanChannelGetWithPlanAndBoxesReq = pb.ServicePlanChannelGetWithPlanAndBoxesReq
- ServicePlanChannelGetWithPlanAndBoxesResp = pb.ServicePlanChannelGetWithPlanAndBoxesResp
- ServicePlanChannelGetWithPlanReq = pb.ServicePlanChannelGetWithPlanReq
- ServicePlanChannelGetWithPlanResp = pb.ServicePlanChannelGetWithPlanResp
- ServicePlanChannelListReq = pb.ServicePlanChannelListReq
- ServicePlanChannelListResp = pb.ServicePlanChannelListResp
- ServicePlanChannelListWithPlanAndBoxesAndDetailsReq = pb.ServicePlanChannelListWithPlanAndBoxesAndDetailsReq
- ServicePlanChannelListWithPlanAndBoxesAndDetailsResp = pb.ServicePlanChannelListWithPlanAndBoxesAndDetailsResp
- ServicePlanChannelListWithPlanAndBoxesReq = pb.ServicePlanChannelListWithPlanAndBoxesReq
- ServicePlanChannelListWithPlanAndBoxesResp = pb.ServicePlanChannelListWithPlanAndBoxesResp
- ServicePlanChannelListWithPlanReq = pb.ServicePlanChannelListWithPlanReq
- ServicePlanChannelListWithPlanResp = pb.ServicePlanChannelListWithPlanResp
- ServicePlanChannelUpdateReq = pb.ServicePlanChannelUpdateReq
- ServicePlanChannelUpdateResp = pb.ServicePlanChannelUpdateResp
- ServicePlanChannelVo = pb.ServicePlanChannelVo
- ServicePlanChannelWithPlanAndBoxesAndDetailsVo = pb.ServicePlanChannelWithPlanAndBoxesAndDetailsVo
- ServicePlanChannelWithPlanAndBoxesVo = pb.ServicePlanChannelWithPlanAndBoxesVo
- ServicePlanChannelWithPlanVo = pb.ServicePlanChannelWithPlanVo
- ServicePlanDelReq = pb.ServicePlanDelReq
- ServicePlanGetReq = pb.ServicePlanGetReq
- ServicePlanGetResp = pb.ServicePlanGetResp
- ServicePlanGetWithBoxesAndDetailsReq = pb.ServicePlanGetWithBoxesAndDetailsReq
- ServicePlanGetWithBoxesAndDetailsResp = pb.ServicePlanGetWithBoxesAndDetailsResp
- ServicePlanGetWithBoxesReq = pb.ServicePlanGetWithBoxesReq
- ServicePlanGetWithBoxesResp = pb.ServicePlanGetWithBoxesResp
- ServicePlanListReq = pb.ServicePlanListReq
- ServicePlanListResp = pb.ServicePlanListResp
- ServicePlanListWithBoxesAndDetailsReq = pb.ServicePlanListWithBoxesAndDetailsReq
- ServicePlanListWithBoxesAndDetailsResp = pb.ServicePlanListWithBoxesAndDetailsResp
- ServicePlanListWithBoxesReq = pb.ServicePlanListWithBoxesReq
- ServicePlanListWithBoxesResp = pb.ServicePlanListWithBoxesResp
- ServicePlanUpdateReq = pb.ServicePlanUpdateReq
- ServicePlanUpdateResp = pb.ServicePlanUpdateResp
- ServicePlanUpdateWithBoxesAndDetailsReq = pb.ServicePlanUpdateWithBoxesAndDetailsReq
- ServicePlanUpdateWithBoxesAndDetailsResp = pb.ServicePlanUpdateWithBoxesAndDetailsResp
- ServicePlanUpdateWithBoxesReq = pb.ServicePlanUpdateWithBoxesReq
- ServicePlanUpdateWithBoxesResp = pb.ServicePlanUpdateWithBoxesResp
- ServicePlanVo = pb.ServicePlanVo
- ServicePlanWithBoxesAndDetailsVo = pb.ServicePlanWithBoxesAndDetailsVo
- ServicePlanWithBoxesVo = pb.ServicePlanWithBoxesVo
- ServiceTypesAddReq = pb.ServiceTypesAddReq
- ServiceTypesAddResp = pb.ServiceTypesAddResp
- ServiceTypesDelReq = pb.ServiceTypesDelReq
- ServiceTypesGetReq = pb.ServiceTypesGetReq
- ServiceTypesGetResp = pb.ServiceTypesGetResp
- ServiceTypesGetWithValueReq = pb.ServiceTypesGetWithValueReq
- ServiceTypesGetWithValueResp = pb.ServiceTypesGetWithValueResp
- ServiceTypesListReq = pb.ServiceTypesListReq
- ServiceTypesListResp = pb.ServiceTypesListResp
- ServiceTypesListWithValueReq = pb.ServiceTypesListWithValueReq
- ServiceTypesListWithValueResp = pb.ServiceTypesListWithValueResp
- ServiceTypesUpdateReq = pb.ServiceTypesUpdateReq
- ServiceTypesUpdateResp = pb.ServiceTypesUpdateResp
- ServiceTypesVo = pb.ServiceTypesVo
- ServiceTypesWithValueVo = pb.ServiceTypesWithValueVo
- SetTotalStatsReq = pb.SetTotalStatsReq
- ShortDramaCheckNameReq = pb.ShortDramaCheckNameReq
- ShortDramaCheckNameResp = pb.ShortDramaCheckNameResp
- ShortDramaCopyrightInfoVo = pb.ShortDramaCopyrightInfoVo
- ShortDramaEpisodeBatchAddReq = pb.ShortDramaEpisodeBatchAddReq
- ShortDramaEpisodeBatchRefreshUpdateTimeReq = pb.ShortDramaEpisodeBatchRefreshUpdateTimeReq
- ShortDramaEpisodeCountReq = pb.ShortDramaEpisodeCountReq
- ShortDramaEpisodeCountResp = pb.ShortDramaEpisodeCountResp
- ShortDramaEpisodeCountVo = pb.ShortDramaEpisodeCountVo
- ShortDramaEpisodeGetReq = pb.ShortDramaEpisodeGetReq
- ShortDramaEpisodeListReq = pb.ShortDramaEpisodeListReq
- ShortDramaEpisodeListResp = pb.ShortDramaEpisodeListResp
- ShortDramaEpisodeVo = pb.ShortDramaEpisodeVo
- ShortDramaFindIdsWithCopyrightResp = pb.ShortDramaFindIdsWithCopyrightResp
- ShortDramaGetReq = pb.ShortDramaGetReq
- ShortDramaLanguageListReq = pb.ShortDramaLanguageListReq
- ShortDramaLanguageListResp = pb.ShortDramaLanguageListResp
- ShortDramaLanguageVo = pb.ShortDramaLanguageVo
- ShortDramaListReq = pb.ShortDramaListReq
- ShortDramaListResp = pb.ShortDramaListResp
- ShortDramaStatsPlaysTotalListReq = pb.ShortDramaStatsPlaysTotalListReq
- ShortDramaStatsPlaysTotalListResp = pb.ShortDramaStatsPlaysTotalListResp
- ShortDramaStatsPlaysTotalVo = pb.ShortDramaStatsPlaysTotalVo
- ShortDramaUpdateModifierReq = pb.ShortDramaUpdateModifierReq
- ShortDramaUpdateReleaseRegionsReq = pb.ShortDramaUpdateReleaseRegionsReq
- ShortDramaVo = pb.ShortDramaVo
- StringSelectController = pb.StringSelectController
- SysPermGetReq = pb.SysPermGetReq
- SysPermListReq = pb.SysPermListReq
- SysPermListResp = pb.SysPermListResp
- SysPermRule = pb.SysPermRule
- SysPermVo = pb.SysPermVo
- SysRoleGetReq = pb.SysRoleGetReq
- SysRoleListReq = pb.SysRoleListReq
- SysRoleListResp = pb.SysRoleListResp
- SysRoleListWithPermsResp = pb.SysRoleListWithPermsResp
- SysRolePermGetReq = pb.SysRolePermGetReq
- SysRolePermListReq = pb.SysRolePermListReq
- SysRolePermListResp = pb.SysRolePermListResp
- SysRolePermVo = pb.SysRolePermVo
- SysRoleVo = pb.SysRoleVo
- SysRoleWithPermIds = pb.SysRoleWithPermIds
- SysRoleWithPerms = pb.SysRoleWithPerms
- SysUserGetReq = pb.SysUserGetReq
- SysUserListReq = pb.SysUserListReq
- SysUserListResp = pb.SysUserListResp
- SysUserListWithRolesAndPermsResp = pb.SysUserListWithRolesAndPermsResp
- SysUserPermGetReq = pb.SysUserPermGetReq
- SysUserPermListReq = pb.SysUserPermListReq
- SysUserPermListResp = pb.SysUserPermListResp
- SysUserPermVo = pb.SysUserPermVo
- SysUserRoleGetReq = pb.SysUserRoleGetReq
- SysUserRoleListReq = pb.SysUserRoleListReq
- SysUserRoleListResp = pb.SysUserRoleListResp
- SysUserRoleVo = pb.SysUserRoleVo
- SysUserVo = pb.SysUserVo
- SysUserWithRoleIdsAndPermRules = pb.SysUserWithRoleIdsAndPermRules
- SysUserWithRolesAndPerms = pb.SysUserWithRolesAndPerms
- TimeRange = pb.TimeRange
- TipGetReq = pb.TipGetReq
- TipListReq = pb.TipListReq
- TipListResp = pb.TipListResp
- TipVo = pb.TipVo
- TransactionOperation = pb.TransactionOperation
- TransactionReq = pb.TransactionReq
- UpgradePkgPlanDetailListReq = pb.UpgradePkgPlanDetailListReq
- UpgradePkgPlanDetailListResp = pb.UpgradePkgPlanDetailListResp
- UpgradePkgPlanDetailVo = pb.UpgradePkgPlanDetailVo
- UpgradePkgPlanListReq = pb.UpgradePkgPlanListReq
- UpgradePkgPlanListResp = pb.UpgradePkgPlanListResp
- UpgradePkgPlanVo = pb.UpgradePkgPlanVo
- UpgradeResPlanDetailListReq = pb.UpgradeResPlanDetailListReq
- UpgradeResPlanDetailListResp = pb.UpgradeResPlanDetailListResp
- UpgradeResPlanDetailVo = pb.UpgradeResPlanDetailVo
- UpgradeResPlanListReq = pb.UpgradeResPlanListReq
- UpgradeResPlanListResp = pb.UpgradeResPlanListResp
- UpgradeResPlanVo = pb.UpgradeResPlanVo
- UserAddReq = pb.UserAddReq
- UserAddResp = pb.UserAddResp
- UserAppConfigGetReq = pb.UserAppConfigGetReq
- UserAppConfigListReq = pb.UserAppConfigListReq
- UserAppConfigListRes = pb.UserAppConfigListRes
- UserAppConfigVo = pb.UserAppConfigVo
- UserCredentialAddReq = pb.UserCredentialAddReq
- UserCredentialAddResp = pb.UserCredentialAddResp
- UserCredentialDelReq = pb.UserCredentialDelReq
- UserCredentialGetReq = pb.UserCredentialGetReq
- UserCredentialGetResp = pb.UserCredentialGetResp
- UserCredentialListReq = pb.UserCredentialListReq
- UserCredentialListResp = pb.UserCredentialListResp
- UserCredentialUpdateReq = pb.UserCredentialUpdateReq
- UserCredentialUpdateResp = pb.UserCredentialUpdateResp
- UserCredentialVo = pb.UserCredentialVo
- UserDelReq = pb.UserDelReq
- UserDeviceAddReq = pb.UserDeviceAddReq
- UserDeviceAddResp = pb.UserDeviceAddResp
- UserDeviceDelReq = pb.UserDeviceDelReq
- UserDeviceGetReq = pb.UserDeviceGetReq
- UserDeviceGetResp = pb.UserDeviceGetResp
- UserDeviceListReq = pb.UserDeviceListReq
- UserDeviceListResp = pb.UserDeviceListResp
- UserDeviceUpdateReq = pb.UserDeviceUpdateReq
- UserDeviceUpdateResp = pb.UserDeviceUpdateResp
- UserDeviceVo = pb.UserDeviceVo
- UserGetReq = pb.UserGetReq
- UserGetResp = pb.UserGetResp
- UserListReq = pb.UserListReq
- UserListResp = pb.UserListResp
- UserServiceAddReq = pb.UserServiceAddReq
- UserServiceAddResp = pb.UserServiceAddResp
- UserServiceDelReq = pb.UserServiceDelReq
- UserServiceGetReq = pb.UserServiceGetReq
- UserServiceGetResp = pb.UserServiceGetResp
- UserServiceListReq = pb.UserServiceListReq
- UserServiceListResp = pb.UserServiceListResp
- UserServiceUpdateReq = pb.UserServiceUpdateReq
- UserServiceUpdateResp = pb.UserServiceUpdateResp
- UserServiceVo = pb.UserServiceVo
- UserTestAddReq = pb.UserTestAddReq
- UserTestAddResp = pb.UserTestAddResp
- UserTestDelReq = pb.UserTestDelReq
- UserTestGetReq = pb.UserTestGetReq
- UserTestGetResp = pb.UserTestGetResp
- UserTestListReq = pb.UserTestListReq
- UserTestListResp = pb.UserTestListResp
- UserTestUpdateReq = pb.UserTestUpdateReq
- UserTestUpdateResp = pb.UserTestUpdateResp
- UserTestVo = pb.UserTestVo
- UserUpdateReq = pb.UserUpdateReq
- UserUpdateResp = pb.UserUpdateResp
- UserVo = pb.UserVo
- UserWhiteAddReq = pb.UserWhiteAddReq
- UserWhiteAddResp = pb.UserWhiteAddResp
- UserWhiteDelReq = pb.UserWhiteDelReq
- UserWhiteGetReq = pb.UserWhiteGetReq
- UserWhiteGetResp = pb.UserWhiteGetResp
- UserWhiteListReq = pb.UserWhiteListReq
- UserWhiteListResp = pb.UserWhiteListResp
- UserWhiteUpdateReq = pb.UserWhiteUpdateReq
- UserWhiteUpdateResp = pb.UserWhiteUpdateResp
- UserWhiteVo = pb.UserWhiteVo
- VpnConfigTemplatePlanAddReq = pb.VpnConfigTemplatePlanAddReq
- VpnConfigTemplatePlanAddResp = pb.VpnConfigTemplatePlanAddResp
- VpnConfigTemplatePlanDelReq = pb.VpnConfigTemplatePlanDelReq
- VpnConfigTemplatePlanDetailAddReq = pb.VpnConfigTemplatePlanDetailAddReq
- VpnConfigTemplatePlanDetailAddResp = pb.VpnConfigTemplatePlanDetailAddResp
- VpnConfigTemplatePlanDetailDelReq = pb.VpnConfigTemplatePlanDetailDelReq
- VpnConfigTemplatePlanDetailGetReq = pb.VpnConfigTemplatePlanDetailGetReq
- VpnConfigTemplatePlanDetailGetResp = pb.VpnConfigTemplatePlanDetailGetResp
- VpnConfigTemplatePlanDetailListReq = pb.VpnConfigTemplatePlanDetailListReq
- VpnConfigTemplatePlanDetailListResp = pb.VpnConfigTemplatePlanDetailListResp
- VpnConfigTemplatePlanDetailUpdateReq = pb.VpnConfigTemplatePlanDetailUpdateReq
- VpnConfigTemplatePlanDetailUpdateResp = pb.VpnConfigTemplatePlanDetailUpdateResp
- VpnConfigTemplatePlanDetailVo = pb.VpnConfigTemplatePlanDetailVo
- VpnConfigTemplatePlanGetReq = pb.VpnConfigTemplatePlanGetReq
- VpnConfigTemplatePlanGetResp = pb.VpnConfigTemplatePlanGetResp
- VpnConfigTemplatePlanListReq = pb.VpnConfigTemplatePlanListReq
- VpnConfigTemplatePlanListResp = pb.VpnConfigTemplatePlanListResp
- VpnConfigTemplatePlanUpdateReq = pb.VpnConfigTemplatePlanUpdateReq
- VpnConfigTemplatePlanUpdateResp = pb.VpnConfigTemplatePlanUpdateResp
- VpnConfigTemplatePlanVo = pb.VpnConfigTemplatePlanVo
- VpnGroupAddReq = pb.VpnGroupAddReq
- VpnGroupBatchAddReq = pb.VpnGroupBatchAddReq
- VpnGroupBatchAddResp = pb.VpnGroupBatchAddResp
- VpnGroupBatchDelReq = pb.VpnGroupBatchDelReq
- VpnGroupBatchUpdateReq = pb.VpnGroupBatchUpdateReq
- VpnGroupBatchUpdateResp = pb.VpnGroupBatchUpdateResp
- VpnGroupExVo = pb.VpnGroupExVo
- VpnGroupGetReq = pb.VpnGroupGetReq
- VpnGroupListReq = pb.VpnGroupListReq
- VpnGroupListResp = pb.VpnGroupListResp
- VpnGroupTagListReq = pb.VpnGroupTagListReq
- VpnGroupTagListResp = pb.VpnGroupTagListResp
- VpnGroupTagVo = pb.VpnGroupTagVo
- VpnGroupVo = pb.VpnGroupVo
- VpnLocationBatchAddReq = pb.VpnLocationBatchAddReq
- VpnLocationBatchAddResp = pb.VpnLocationBatchAddResp
- VpnLocationBatchDelReq = pb.VpnLocationBatchDelReq
- VpnLocationBatchUpdateReq = pb.VpnLocationBatchUpdateReq
- VpnLocationBatchUpdateResp = pb.VpnLocationBatchUpdateResp
- VpnLocationExVo = pb.VpnLocationExVo
- VpnLocationGetReq = pb.VpnLocationGetReq
- VpnLocationListReq = pb.VpnLocationListReq
- VpnLocationListResp = pb.VpnLocationListResp
- VpnLocationServerCountReq = pb.VpnLocationServerCountReq
- VpnLocationServerCountResp = pb.VpnLocationServerCountResp
- VpnLocationServerCountVo = pb.VpnLocationServerCountVo
- VpnLocationVo = pb.VpnLocationVo
- VpnProbeTaskListReq = pb.VpnProbeTaskListReq
- VpnProbeTaskListResp = pb.VpnProbeTaskListResp
- VpnProbeTaskVo = pb.VpnProbeTaskVo
- VpnServerAddReq = pb.VpnServerAddReq
- VpnServerBatchAddReq = pb.VpnServerBatchAddReq
- VpnServerBatchAddResp = pb.VpnServerBatchAddResp
- VpnServerBatchDelReq = pb.VpnServerBatchDelReq
- VpnServerBatchUpdateReq = pb.VpnServerBatchUpdateReq
- VpnServerBatchUpdateResp = pb.VpnServerBatchUpdateResp
- VpnServerExListResp = pb.VpnServerExListResp
- VpnServerExVo = pb.VpnServerExVo
- VpnServerListReq = pb.VpnServerListReq
- VpnServerListResp = pb.VpnServerListResp
- VpnServerLocationListReq = pb.VpnServerLocationListReq
- VpnServerLocationListResp = pb.VpnServerLocationListResp
- VpnServerLocationVo = pb.VpnServerLocationVo
- VpnServerPortAddReq = pb.VpnServerPortAddReq
- VpnServerPortAddResp = pb.VpnServerPortAddResp
- VpnServerPortDelReq = pb.VpnServerPortDelReq
- VpnServerPortGetReq = pb.VpnServerPortGetReq
- VpnServerPortGetResp = pb.VpnServerPortGetResp
- VpnServerPortListReq = pb.VpnServerPortListReq
- VpnServerPortListResp = pb.VpnServerPortListResp
- VpnServerPortUpdateReq = pb.VpnServerPortUpdateReq
- VpnServerPortUpdateResp = pb.VpnServerPortUpdateResp
- VpnServerPortVo = pb.VpnServerPortVo
- VpnServerVo = pb.VpnServerVo
- VpnTagBatchAddReq = pb.VpnTagBatchAddReq
- VpnTagBatchAddResp = pb.VpnTagBatchAddResp
- VpnTagBatchDelReq = pb.VpnTagBatchDelReq
- VpnTagBatchUpdateReq = pb.VpnTagBatchUpdateReq
- VpnTagBatchUpdateResp = pb.VpnTagBatchUpdateResp
- VpnTagGetReq = pb.VpnTagGetReq
- VpnTagListReq = pb.VpnTagListReq
- VpnTagListResp = pb.VpnTagListResp
- VpnTagVo = pb.VpnTagVo
- VpnWithIPAndPortReq = pb.VpnWithIPAndPortReq
- VpnWithIPAndPortResp = pb.VpnWithIPAndPortResp
- VpnipAddReq = pb.VpnipAddReq
- VpnipAddResp = pb.VpnipAddResp
- VpnipBatchAddReq = pb.VpnipBatchAddReq
- VpnipBatchAddResp = pb.VpnipBatchAddResp
- VpnipBatchUpdateReq = pb.VpnipBatchUpdateReq
- VpnipBatchUpdateResp = pb.VpnipBatchUpdateResp
- VpnipBindAddReq = pb.VpnipBindAddReq
- VpnipBindAddResp = pb.VpnipBindAddResp
- VpnipBindBatchAddReq = pb.VpnipBindBatchAddReq
- VpnipBindBatchAddResp = pb.VpnipBindBatchAddResp
- VpnipBindBatchUpdateReq = pb.VpnipBindBatchUpdateReq
- VpnipBindBatchUpdateResp = pb.VpnipBindBatchUpdateResp
- VpnipBindGetReq = pb.VpnipBindGetReq
- VpnipBindGetResp = pb.VpnipBindGetResp
- VpnipBindListReq = pb.VpnipBindListReq
- VpnipBindListResp = pb.VpnipBindListResp
- VpnipBindUpdateReq = pb.VpnipBindUpdateReq
- VpnipBindUpdateResp = pb.VpnipBindUpdateResp
- VpnipBindVo = pb.VpnipBindVo
- VpnipExAddReq = pb.VpnipExAddReq
- VpnipExAddResp = pb.VpnipExAddResp
- VpnipExBatchAddReq = pb.VpnipExBatchAddReq
- VpnipExBatchAddResp = pb.VpnipExBatchAddResp
- VpnipExBatchUpdateReq = pb.VpnipExBatchUpdateReq
- VpnipExBatchUpdateResp = pb.VpnipExBatchUpdateResp
- VpnipExGetResp = pb.VpnipExGetResp
- VpnipExListResp = pb.VpnipExListResp
- VpnipExUpdateReq = pb.VpnipExUpdateReq
- VpnipExUpdateResp = pb.VpnipExUpdateResp
- VpnipExVo = pb.VpnipExVo
- VpnipGetReq = pb.VpnipGetReq
- VpnipGetResp = pb.VpnipGetResp
- VpnipListReq = pb.VpnipListReq
- VpnipListResp = pb.VpnipListResp
- VpnipRangeAddReq = pb.VpnipRangeAddReq
- VpnipRangeAddResp = pb.VpnipRangeAddResp
- VpnipRangeBatchAddReq = pb.VpnipRangeBatchAddReq
- VpnipRangeBatchAddResp = pb.VpnipRangeBatchAddResp
- VpnipRangeBatchUpdateReq = pb.VpnipRangeBatchUpdateReq
- VpnipRangeBatchUpdateResp = pb.VpnipRangeBatchUpdateResp
- VpnipRangeExAddReq = pb.VpnipRangeExAddReq
- VpnipRangeExAddResp = pb.VpnipRangeExAddResp
- VpnipRangeExBatchAddReq = pb.VpnipRangeExBatchAddReq
- VpnipRangeExBatchAddResp = pb.VpnipRangeExBatchAddResp
- VpnipRangeExBatchUpdateReq = pb.VpnipRangeExBatchUpdateReq
- VpnipRangeExBatchUpdateResp = pb.VpnipRangeExBatchUpdateResp
- VpnipRangeExGetResp = pb.VpnipRangeExGetResp
- VpnipRangeExListResp = pb.VpnipRangeExListResp
- VpnipRangeExUpdateReq = pb.VpnipRangeExUpdateReq
- VpnipRangeExUpdateResp = pb.VpnipRangeExUpdateResp
- VpnipRangeExVo = pb.VpnipRangeExVo
- VpnipRangeGetReq = pb.VpnipRangeGetReq
- VpnipRangeGetResp = pb.VpnipRangeGetResp
- VpnipRangeListReq = pb.VpnipRangeListReq
- VpnipRangeListResp = pb.VpnipRangeListResp
- VpnipRangeUpdateReq = pb.VpnipRangeUpdateReq
- VpnipRangeUpdateResp = pb.VpnipRangeUpdateResp
- VpnipRangeVo = pb.VpnipRangeVo
- VpnipUpdateReq = pb.VpnipUpdateReq
- VpnipUpdateResp = pb.VpnipUpdateResp
- VpnipVo = pb.VpnipVo
- VpnipWalledAddReq = pb.VpnipWalledAddReq
- VpnipWalledAddResp = pb.VpnipWalledAddResp
- VpnipWalledBatchAddReq = pb.VpnipWalledBatchAddReq
- VpnipWalledBatchAddResp = pb.VpnipWalledBatchAddResp
- VpnipWalledBatchUpdateReq = pb.VpnipWalledBatchUpdateReq
- VpnipWalledBatchUpdateResp = pb.VpnipWalledBatchUpdateResp
- VpnipWalledGetReq = pb.VpnipWalledGetReq
- VpnipWalledGetResp = pb.VpnipWalledGetResp
- VpnipWalledListReq = pb.VpnipWalledListReq
- VpnipWalledListResp = pb.VpnipWalledListResp
- VpnipWalledUpdateReq = pb.VpnipWalledUpdateReq
- VpnipWalledUpdateResp = pb.VpnipWalledUpdateResp
- VpnipWalledVo = pb.VpnipWalledVo
- GoPmpClient interface {
- Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)
- // GlobalParamVo Model
- GlobalParamAdd(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error)
- GlobalParamUpdate(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error)
- GlobalParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- GlobalParamGet(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error)
- GlobalParamGetWithLang(ctx context.Context, in *GlobalParamGetReq, opts ...grpc.CallOption) (*GlobalParamVo, error)
- GlobalParamList(ctx context.Context, in *GlobalParamListReq, opts ...grpc.CallOption) (*GlobalParamListResp, error)
- // ProductVo Model
- ProductAdd(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error)
- ProductUpdate(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error)
- ProductDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- ProductGet(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error)
- ProductList(ctx context.Context, in *ProductListReq, opts ...grpc.CallOption) (*ProductListResp, error)
- ProductAll(ctx context.Context, in *Request, opts ...grpc.CallOption) (*ProductListResp, error)
- // ProductParamVo Model
- ProductParamAdd(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error)
- ProductParamUpdate(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error)
- ProductParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- ProductParamGet(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error)
- ProductParamGetWithLang(ctx context.Context, in *ProductParamGetReq, opts ...grpc.CallOption) (*ProductParamVo, error)
- ProductParamList(ctx context.Context, in *ProductParamListReq, opts ...grpc.CallOption) (*ProductParamListResp, error)
- // ProductAction 产品行为配置
- ProductActionAdd(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error)
- ProductActionUpdate(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error)
- ProductActionDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- ProductActionGet(ctx context.Context, in *ProductActionReq, opts ...grpc.CallOption) (*ProductActionVo, error)
- ProductActionList(ctx context.Context, in *ProductActionListReq, opts ...grpc.CallOption) (*ProductActionListResp, error)
- // ProductActionGroup 产品行为分组
- ProductActionGroupAdd(ctx context.Context, in *ProductActionGroupVo, opts ...grpc.CallOption) (*ProductActionGroupVo, error)
- ProductActionGroupUpdate(ctx context.Context, in *ProductActionGroupVo, opts ...grpc.CallOption) (*ProductActionGroupVo, error)
- ProductActionGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- ProductActionGroupGet(ctx context.Context, in *ProductActionGroupReq, opts ...grpc.CallOption) (*ProductActionGroupVo, error)
- ProductActionGroupList(ctx context.Context, in *ProductActionGroupListReq, opts ...grpc.CallOption) (*ProductActionGroupListResp, error)
- ProductActionGroupDisable(ctx context.Context, in *ProductActionGroupDisableReq, opts ...grpc.CallOption) (*Empty, error)
- ProductActionGroupEnable(ctx context.Context, in *ProductActionGroupEnableReq, opts ...grpc.CallOption) (*Empty, error)
- // ProductActionPolicyGroup 产品行为策略分组
- ProductActionPolicyGroupAdd(ctx context.Context, in *ProductActionPolicyGroupVo, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error)
- ProductActionPolicyGroupUpdate(ctx context.Context, in *ProductActionPolicyGroupVo, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error)
- ProductActionPolicyGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- ProductActionPolicyGroupGet(ctx context.Context, in *ProductActionPolicyGroupReq, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error)
- ProductActionPolicyGroupList(ctx context.Context, in *ProductActionPolicyGroupListReq, opts ...grpc.CallOption) (*ProductActionPolicyGroupListResp, error)
- ProductActionPolicyGroupDisable(ctx context.Context, in *ProductActionPolicyGroupDisableReq, opts ...grpc.CallOption) (*Empty, error)
- ProductActionPolicyGroupEnable(ctx context.Context, in *ProductActionPolicyGroupEnableReq, opts ...grpc.CallOption) (*Empty, error)
- // ProductActionType 产品行为类型
- ProductActionTypeAdd(ctx context.Context, in *ProductActionTypeVo, opts ...grpc.CallOption) (*ProductActionTypeVo, error)
- ProductActionTypeUpdate(ctx context.Context, in *ProductActionTypeVo, opts ...grpc.CallOption) (*ProductActionTypeVo, error)
- ProductActionTypeDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- ProductActionTypeGet(ctx context.Context, in *ProductActionTypeReq, opts ...grpc.CallOption) (*ProductActionTypeVo, error)
- ProductActionTypeList(ctx context.Context, in *ProductActionTypeListReq, opts ...grpc.CallOption) (*ProductActionTypeListResp, error)
- // AreaParamVo Model
- AreaParamAdd(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error)
- AreaParamUpdate(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error)
- AreaParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- AreaParamGet(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error)
- AreaParamList(ctx context.Context, in *AreaParamListReq, opts ...grpc.CallOption) (*AreaParamListResp, error)
- // NationalLanguage Model
- NationalLanguageAdd(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error)
- NationalLanguageUpdate(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error)
- NationalLanguageDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- NationalLanguageGet(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error)
- NationalLanguageList(ctx context.Context, in *NationalLanguageListReq, opts ...grpc.CallOption) (*NationalLanguageListResp, error)
- // Tip Model
- TipAdd(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error)
- TipUpdate(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error)
- TipDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- TipGet(ctx context.Context, in *TipGetReq, opts ...grpc.CallOption) (*TipVo, error)
- TipList(ctx context.Context, in *TipListReq, opts ...grpc.CallOption) (*TipListResp, error)
- // Dict Model
- DictAdd(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error)
- DictUpdate(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error)
- DictDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- DictGet(ctx context.Context, in *DictGetReq, opts ...grpc.CallOption) (*DictVo, error)
- DictList(ctx context.Context, in *DictListReq, opts ...grpc.CallOption) (*DictListResp, error)
- // UpgradePkgPlan Model
- UpgradePkgPlanAdd(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error)
- UpgradePkgPlanUpdate(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error)
- UpgradePkgPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- UpgradePkgPlanGet(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error)
- UpgradePkgPlanList(ctx context.Context, in *UpgradePkgPlanListReq, opts ...grpc.CallOption) (*UpgradePkgPlanListResp, error)
- // UpgradePkgPlanDetail Model
- UpgradePkgPlanDetailAdd(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error)
- UpgradePkgPlanDetailUpdate(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error)
- UpgradePkgPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- UpgradePkgPlanDetailGet(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error)
- UpgradePkgPlanDetailList(ctx context.Context, in *UpgradePkgPlanDetailListReq, opts ...grpc.CallOption) (*UpgradePkgPlanDetailListResp, error)
- // UpgradeResPlan Model
- UpgradeResPlanAdd(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error)
- UpgradeResPlanUpdate(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error)
- UpgradeResPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- UpgradeResPlanGet(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error)
- UpgradeResPlanList(ctx context.Context, in *UpgradeResPlanListReq, opts ...grpc.CallOption) (*UpgradeResPlanListResp, error)
- // UpgradeResPlanDetail Model
- UpgradeResPlanDetailAdd(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error)
- UpgradeResPlanDetailUpdate(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error)
- UpgradeResPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- UpgradeResPlanDetailGet(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error)
- UpgradeResPlanDetailList(ctx context.Context, in *UpgradeResPlanDetailListReq, opts ...grpc.CallOption) (*UpgradeResPlanDetailListResp, error)
- // AdPlan Model
- AdPlanAdd(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error)
- AdPlanUpdate(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error)
- AdPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- AdPlanGet(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error)
- AdPlanList(ctx context.Context, in *AdPlanListReq, opts ...grpc.CallOption) (*AdPlanListResp, error)
- // AdPlanDetail Model
- AdPlanDetailAdd(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error)
- AdPlanDetailUpdate(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error)
- AdPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- AdPlanDetailGet(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error)
- AdPlanDetailList(ctx context.Context, in *AdPlanDetailListReq, opts ...grpc.CallOption) (*AdPlanDetailListResp, error)
- // AdGlobalConfig Model
- AdGlobalConfigGet(ctx context.Context, in *AdGlobalConfigGetReq, opts ...grpc.CallOption) (*AdGlobalConfigVo, error)
- AdGlobalConfigUpdate(ctx context.Context, in *AdGlobalConfigVo, opts ...grpc.CallOption) (*AdGlobalConfigVo, error)
- // JobBatch Model
- JobBatchAdd(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error)
- JobBatchAddWithTasks(ctx context.Context, in *JobBatchWithTasksVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error)
- JobBatchUpdate(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error)
- JobBatchDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- JobBatchGet(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error)
- JobBatchGetWithTasks(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error)
- JobBatchList(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListResp, error)
- JobBatchListWithTasks(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListWithTasksResp, error)
- // JobTasks Model
- JobTasksAdd(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error)
- JobTasksUpdate(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error)
- JobTasksDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- JobTasksGet(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error)
- JobTasksList(ctx context.Context, in *JobTasksListReq, opts ...grpc.CallOption) (*JobTasksListResp, error)
- // DeployConfig Model
- DeployConfigAdd(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error)
- DeployConfigUpdate(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error)
- DeployConfigDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- DeployConfigGet(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error)
- DeployConfigList(ctx context.Context, in *DeployConfigListReq, opts ...grpc.CallOption) (*DeployConfigListResp, error)
- // OperationLog Model
- OperationLogAdd(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error)
- OperationLogUpdate(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error)
- OperationLogGet(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error)
- OperationLogList(ctx context.Context, in *OperationLogListReq, opts ...grpc.CallOption) (*OperationLogListResp, error)
- // AnnouncePlan Model
- AnnouncePlanAdd(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error)
- AnnouncePlanUpdate(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error)
- AnnouncePlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- AnnouncePlanGet(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error)
- AnnouncePlanList(ctx context.Context, in *AnnouncePlanListReq, opts ...grpc.CallOption) (*AnnouncePlanListResp, error)
- // AnnouncePlanDetail Model
- AnnouncePlanDetailAdd(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error)
- AnnouncePlanDetailUpdate(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error)
- AnnouncePlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error)
- AnnouncePlanDetailGet(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error)
- AnnouncePlanDetailList(ctx context.Context, in *AnnouncePlanDetailListReq, opts ...grpc.CallOption) (*AnnouncePlanDetailListResp, error)
- // MessagePush Model
- MessagePushAdd(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error)
- MessagePushUpdate(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error)
- MessagePushList(ctx context.Context, in *MessagePushListReq, opts ...grpc.CallOption) (*MessagePushListResp, error)
- }
- defaultGoPmpClient struct {
- cli zrpc.Client
- }
- )
- func NewGoPmpClient(cli zrpc.Client) GoPmpClient {
- return &defaultGoPmpClient{
- cli: cli,
- }
- }
- func (m *defaultGoPmpClient) Ping(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.Ping(ctx, in, opts...)
- }
- // GlobalParamVo Model
- func (m *defaultGoPmpClient) GlobalParamAdd(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.GlobalParamAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) GlobalParamUpdate(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.GlobalParamUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) GlobalParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.GlobalParamDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) GlobalParamGet(ctx context.Context, in *GlobalParamVo, opts ...grpc.CallOption) (*GlobalParamVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.GlobalParamGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) GlobalParamGetWithLang(ctx context.Context, in *GlobalParamGetReq, opts ...grpc.CallOption) (*GlobalParamVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.GlobalParamGetWithLang(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) GlobalParamList(ctx context.Context, in *GlobalParamListReq, opts ...grpc.CallOption) (*GlobalParamListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.GlobalParamList(ctx, in, opts...)
- }
- // ProductVo Model
- func (m *defaultGoPmpClient) ProductAdd(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductUpdate(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductGet(ctx context.Context, in *ProductVo, opts ...grpc.CallOption) (*ProductVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductList(ctx context.Context, in *ProductListReq, opts ...grpc.CallOption) (*ProductListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductList(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductAll(ctx context.Context, in *Request, opts ...grpc.CallOption) (*ProductListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductAll(ctx, in, opts...)
- }
- // ProductParamVo Model
- func (m *defaultGoPmpClient) ProductParamAdd(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductParamAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductParamUpdate(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductParamUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductParamDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductParamGet(ctx context.Context, in *ProductParamVo, opts ...grpc.CallOption) (*ProductParamVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductParamGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductParamGetWithLang(ctx context.Context, in *ProductParamGetReq, opts ...grpc.CallOption) (*ProductParamVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductParamGetWithLang(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductParamList(ctx context.Context, in *ProductParamListReq, opts ...grpc.CallOption) (*ProductParamListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductParamList(ctx, in, opts...)
- }
- // ProductAction 产品行为配置
- func (m *defaultGoPmpClient) ProductActionAdd(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionUpdate(ctx context.Context, in *ProductActionVo, opts ...grpc.CallOption) (*ProductActionVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionGet(ctx context.Context, in *ProductActionReq, opts ...grpc.CallOption) (*ProductActionVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionList(ctx context.Context, in *ProductActionListReq, opts ...grpc.CallOption) (*ProductActionListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionList(ctx, in, opts...)
- }
- // ProductActionGroup 产品行为分组
- func (m *defaultGoPmpClient) ProductActionGroupAdd(ctx context.Context, in *ProductActionGroupVo, opts ...grpc.CallOption) (*ProductActionGroupVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionGroupAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionGroupUpdate(ctx context.Context, in *ProductActionGroupVo, opts ...grpc.CallOption) (*ProductActionGroupVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionGroupUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionGroupDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionGroupGet(ctx context.Context, in *ProductActionGroupReq, opts ...grpc.CallOption) (*ProductActionGroupVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionGroupGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionGroupList(ctx context.Context, in *ProductActionGroupListReq, opts ...grpc.CallOption) (*ProductActionGroupListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionGroupList(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionGroupDisable(ctx context.Context, in *ProductActionGroupDisableReq, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionGroupDisable(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionGroupEnable(ctx context.Context, in *ProductActionGroupEnableReq, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionGroupEnable(ctx, in, opts...)
- }
- // ProductActionPolicyGroup 产品行为策略分组
- func (m *defaultGoPmpClient) ProductActionPolicyGroupAdd(ctx context.Context, in *ProductActionPolicyGroupVo, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionPolicyGroupAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionPolicyGroupUpdate(ctx context.Context, in *ProductActionPolicyGroupVo, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionPolicyGroupUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionPolicyGroupDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionPolicyGroupDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionPolicyGroupGet(ctx context.Context, in *ProductActionPolicyGroupReq, opts ...grpc.CallOption) (*ProductActionPolicyGroupVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionPolicyGroupGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionPolicyGroupList(ctx context.Context, in *ProductActionPolicyGroupListReq, opts ...grpc.CallOption) (*ProductActionPolicyGroupListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionPolicyGroupList(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionPolicyGroupDisable(ctx context.Context, in *ProductActionPolicyGroupDisableReq, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionPolicyGroupDisable(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionPolicyGroupEnable(ctx context.Context, in *ProductActionPolicyGroupEnableReq, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionPolicyGroupEnable(ctx, in, opts...)
- }
- // ProductActionType 产品行为类型
- func (m *defaultGoPmpClient) ProductActionTypeAdd(ctx context.Context, in *ProductActionTypeVo, opts ...grpc.CallOption) (*ProductActionTypeVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionTypeAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionTypeUpdate(ctx context.Context, in *ProductActionTypeVo, opts ...grpc.CallOption) (*ProductActionTypeVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionTypeUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionTypeDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionTypeDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionTypeGet(ctx context.Context, in *ProductActionTypeReq, opts ...grpc.CallOption) (*ProductActionTypeVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionTypeGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ProductActionTypeList(ctx context.Context, in *ProductActionTypeListReq, opts ...grpc.CallOption) (*ProductActionTypeListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ProductActionTypeList(ctx, in, opts...)
- }
- // AreaParamVo Model
- func (m *defaultGoPmpClient) AreaParamAdd(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AreaParamAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AreaParamUpdate(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AreaParamUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AreaParamDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AreaParamDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AreaParamGet(ctx context.Context, in *AreaParamVo, opts ...grpc.CallOption) (*AreaParamVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AreaParamGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AreaParamList(ctx context.Context, in *AreaParamListReq, opts ...grpc.CallOption) (*AreaParamListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AreaParamList(ctx, in, opts...)
- }
- // NationalLanguage Model
- func (m *defaultGoPmpClient) NationalLanguageAdd(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.NationalLanguageAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) NationalLanguageUpdate(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.NationalLanguageUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) NationalLanguageDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.NationalLanguageDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) NationalLanguageGet(ctx context.Context, in *NationalLanguageVo, opts ...grpc.CallOption) (*NationalLanguageVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.NationalLanguageGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) NationalLanguageList(ctx context.Context, in *NationalLanguageListReq, opts ...grpc.CallOption) (*NationalLanguageListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.NationalLanguageList(ctx, in, opts...)
- }
- // Tip Model
- func (m *defaultGoPmpClient) TipAdd(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.TipAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) TipUpdate(ctx context.Context, in *TipVo, opts ...grpc.CallOption) (*TipVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.TipUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) TipDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.TipDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) TipGet(ctx context.Context, in *TipGetReq, opts ...grpc.CallOption) (*TipVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.TipGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) TipList(ctx context.Context, in *TipListReq, opts ...grpc.CallOption) (*TipListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.TipList(ctx, in, opts...)
- }
- // Dict Model
- func (m *defaultGoPmpClient) DictAdd(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.DictAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) DictUpdate(ctx context.Context, in *DictVo, opts ...grpc.CallOption) (*DictVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.DictUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) DictDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.DictDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) DictGet(ctx context.Context, in *DictGetReq, opts ...grpc.CallOption) (*DictVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.DictGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) DictList(ctx context.Context, in *DictListReq, opts ...grpc.CallOption) (*DictListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.DictList(ctx, in, opts...)
- }
- // UpgradePkgPlan Model
- func (m *defaultGoPmpClient) UpgradePkgPlanAdd(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradePkgPlanAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) UpgradePkgPlanUpdate(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradePkgPlanUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) UpgradePkgPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradePkgPlanDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) UpgradePkgPlanGet(ctx context.Context, in *UpgradePkgPlanVo, opts ...grpc.CallOption) (*UpgradePkgPlanVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradePkgPlanGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) UpgradePkgPlanList(ctx context.Context, in *UpgradePkgPlanListReq, opts ...grpc.CallOption) (*UpgradePkgPlanListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradePkgPlanList(ctx, in, opts...)
- }
- // UpgradePkgPlanDetail Model
- func (m *defaultGoPmpClient) UpgradePkgPlanDetailAdd(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradePkgPlanDetailAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) UpgradePkgPlanDetailUpdate(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradePkgPlanDetailUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) UpgradePkgPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradePkgPlanDetailDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) UpgradePkgPlanDetailGet(ctx context.Context, in *UpgradePkgPlanDetailVo, opts ...grpc.CallOption) (*UpgradePkgPlanDetailVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradePkgPlanDetailGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) UpgradePkgPlanDetailList(ctx context.Context, in *UpgradePkgPlanDetailListReq, opts ...grpc.CallOption) (*UpgradePkgPlanDetailListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradePkgPlanDetailList(ctx, in, opts...)
- }
- // UpgradeResPlan Model
- func (m *defaultGoPmpClient) UpgradeResPlanAdd(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradeResPlanAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) UpgradeResPlanUpdate(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradeResPlanUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) UpgradeResPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradeResPlanDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) UpgradeResPlanGet(ctx context.Context, in *UpgradeResPlanVo, opts ...grpc.CallOption) (*UpgradeResPlanVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradeResPlanGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) UpgradeResPlanList(ctx context.Context, in *UpgradeResPlanListReq, opts ...grpc.CallOption) (*UpgradeResPlanListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradeResPlanList(ctx, in, opts...)
- }
- // UpgradeResPlanDetail Model
- func (m *defaultGoPmpClient) UpgradeResPlanDetailAdd(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradeResPlanDetailAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) UpgradeResPlanDetailUpdate(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradeResPlanDetailUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) UpgradeResPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradeResPlanDetailDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) UpgradeResPlanDetailGet(ctx context.Context, in *UpgradeResPlanDetailVo, opts ...grpc.CallOption) (*UpgradeResPlanDetailVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradeResPlanDetailGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) UpgradeResPlanDetailList(ctx context.Context, in *UpgradeResPlanDetailListReq, opts ...grpc.CallOption) (*UpgradeResPlanDetailListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.UpgradeResPlanDetailList(ctx, in, opts...)
- }
- // AdPlan Model
- func (m *defaultGoPmpClient) AdPlanAdd(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AdPlanAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AdPlanUpdate(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AdPlanUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AdPlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AdPlanDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AdPlanGet(ctx context.Context, in *AdPlanVo, opts ...grpc.CallOption) (*AdPlanVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AdPlanGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AdPlanList(ctx context.Context, in *AdPlanListReq, opts ...grpc.CallOption) (*AdPlanListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AdPlanList(ctx, in, opts...)
- }
- // AdPlanDetail Model
- func (m *defaultGoPmpClient) AdPlanDetailAdd(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AdPlanDetailAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AdPlanDetailUpdate(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AdPlanDetailUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AdPlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AdPlanDetailDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AdPlanDetailGet(ctx context.Context, in *AdPlanDetailVo, opts ...grpc.CallOption) (*AdPlanDetailVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AdPlanDetailGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AdPlanDetailList(ctx context.Context, in *AdPlanDetailListReq, opts ...grpc.CallOption) (*AdPlanDetailListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AdPlanDetailList(ctx, in, opts...)
- }
- // AdGlobalConfig Model
- func (m *defaultGoPmpClient) AdGlobalConfigGet(ctx context.Context, in *AdGlobalConfigGetReq, opts ...grpc.CallOption) (*AdGlobalConfigVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AdGlobalConfigGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AdGlobalConfigUpdate(ctx context.Context, in *AdGlobalConfigVo, opts ...grpc.CallOption) (*AdGlobalConfigVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AdGlobalConfigUpdate(ctx, in, opts...)
- }
- // JobBatch Model
- func (m *defaultGoPmpClient) JobBatchAdd(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.JobBatchAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) JobBatchAddWithTasks(ctx context.Context, in *JobBatchWithTasksVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.JobBatchAddWithTasks(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) JobBatchUpdate(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.JobBatchUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) JobBatchDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.JobBatchDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) JobBatchGet(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.JobBatchGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) JobBatchGetWithTasks(ctx context.Context, in *JobBatchVo, opts ...grpc.CallOption) (*JobBatchWithTasksVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.JobBatchGetWithTasks(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) JobBatchList(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.JobBatchList(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) JobBatchListWithTasks(ctx context.Context, in *JobBatchListReq, opts ...grpc.CallOption) (*JobBatchListWithTasksResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.JobBatchListWithTasks(ctx, in, opts...)
- }
- // JobTasks Model
- func (m *defaultGoPmpClient) JobTasksAdd(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.JobTasksAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) JobTasksUpdate(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.JobTasksUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) JobTasksDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.JobTasksDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) JobTasksGet(ctx context.Context, in *JobTasksVo, opts ...grpc.CallOption) (*JobTasksVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.JobTasksGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) JobTasksList(ctx context.Context, in *JobTasksListReq, opts ...grpc.CallOption) (*JobTasksListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.JobTasksList(ctx, in, opts...)
- }
- // DeployConfig Model
- func (m *defaultGoPmpClient) DeployConfigAdd(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.DeployConfigAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) DeployConfigUpdate(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.DeployConfigUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) DeployConfigDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.DeployConfigDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) DeployConfigGet(ctx context.Context, in *DeployConfigVo, opts ...grpc.CallOption) (*DeployConfigVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.DeployConfigGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) DeployConfigList(ctx context.Context, in *DeployConfigListReq, opts ...grpc.CallOption) (*DeployConfigListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.DeployConfigList(ctx, in, opts...)
- }
- // OperationLog Model
- func (m *defaultGoPmpClient) OperationLogAdd(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.OperationLogAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) OperationLogUpdate(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.OperationLogUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) OperationLogGet(ctx context.Context, in *OperationLogVo, opts ...grpc.CallOption) (*OperationLogVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.OperationLogGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) OperationLogList(ctx context.Context, in *OperationLogListReq, opts ...grpc.CallOption) (*OperationLogListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.OperationLogList(ctx, in, opts...)
- }
- // AnnouncePlan Model
- func (m *defaultGoPmpClient) AnnouncePlanAdd(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AnnouncePlanAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AnnouncePlanUpdate(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AnnouncePlanUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AnnouncePlanDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AnnouncePlanDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AnnouncePlanGet(ctx context.Context, in *AnnouncePlanVo, opts ...grpc.CallOption) (*AnnouncePlanVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AnnouncePlanGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AnnouncePlanList(ctx context.Context, in *AnnouncePlanListReq, opts ...grpc.CallOption) (*AnnouncePlanListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AnnouncePlanList(ctx, in, opts...)
- }
- // AnnouncePlanDetail Model
- func (m *defaultGoPmpClient) AnnouncePlanDetailAdd(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AnnouncePlanDetailAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AnnouncePlanDetailUpdate(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AnnouncePlanDetailUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AnnouncePlanDetailDel(ctx context.Context, in *Ids, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AnnouncePlanDetailDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AnnouncePlanDetailGet(ctx context.Context, in *AnnouncePlanDetailVo, opts ...grpc.CallOption) (*AnnouncePlanDetailVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AnnouncePlanDetailGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) AnnouncePlanDetailList(ctx context.Context, in *AnnouncePlanDetailListReq, opts ...grpc.CallOption) (*AnnouncePlanDetailListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.AnnouncePlanDetailList(ctx, in, opts...)
- }
- // MessagePush Model
- func (m *defaultGoPmpClient) MessagePushAdd(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.MessagePushAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) MessagePushUpdate(ctx context.Context, in *MessagePushVo, opts ...grpc.CallOption) (*MessagePushVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.MessagePushUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) MessagePushList(ctx context.Context, in *MessagePushListReq, opts ...grpc.CallOption) (*MessagePushListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.MessagePushList(ctx, in, opts...)
- }
|