| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292 |
- // Code generated by goctl. DO NOT EDIT.
- // goctl 1.8.5
- // 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
- ServiceSetsAddReq = pb.ServiceSetsAddReq
- ServiceSetsDelReq = pb.ServiceSetsDelReq
- ServiceSetsGetReq = pb.ServiceSetsGetReq
- ServiceSetsListReq = pb.ServiceSetsListReq
- ServiceSetsListResp = pb.ServiceSetsListResp
- ServiceSetsUpdateReq = pb.ServiceSetsUpdateReq
- ServiceSetsVo = pb.ServiceSetsVo
- ServiceTypesAddReq = pb.ServiceTypesAddReq
- ServiceTypesDelReq = pb.ServiceTypesDelReq
- ServiceTypesGetReq = pb.ServiceTypesGetReq
- ServiceTypesListReq = pb.ServiceTypesListReq
- ServiceTypesListResp = pb.ServiceTypesListResp
- ServiceTypesUpdateReq = pb.ServiceTypesUpdateReq
- ServiceTypesVo = pb.ServiceTypesVo
- 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
- UserAppConfigGetReq = pb.UserAppConfigGetReq
- UserAppConfigListReq = pb.UserAppConfigListReq
- UserAppConfigListRes = pb.UserAppConfigListRes
- UserAppConfigVo = pb.UserAppConfigVo
- UserTestListReq = pb.UserTestListReq
- UserTestListResp = pb.UserTestListResp
- UserTestVo = pb.UserTestVo
- UserWhiteListReq = pb.UserWhiteListReq
- UserWhiteListResp = pb.UserWhiteListResp
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- AdGlobalConfigGet(ctx context.Context, in *AdGlobalConfigGetReq, opts ...grpc.CallOption) (*AdGlobalConfigVo, error)
- AdGlobalConfigUpdate(ctx context.Context, in *AdGlobalConfigVo, opts ...grpc.CallOption) (*AdGlobalConfigVo, error)
- // JobBatch
- 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
- 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
- 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
- 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
- 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
- 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)
- // ServiceTypes
- ServiceTypesAdd(ctx context.Context, in *ServiceTypesAddReq, opts ...grpc.CallOption) (*ServiceTypesVo, error)
- ServiceTypesUpdate(ctx context.Context, in *ServiceTypesUpdateReq, opts ...grpc.CallOption) (*ServiceTypesVo, error)
- ServiceTypesDel(ctx context.Context, in *ServiceTypesDelReq, opts ...grpc.CallOption) (*Empty, error)
- ServiceTypesGet(ctx context.Context, in *ServiceTypesGetReq, opts ...grpc.CallOption) (*ServiceTypesVo, error)
- ServiceTypesList(ctx context.Context, in *ServiceTypesListReq, opts ...grpc.CallOption) (*ServiceTypesListResp, error)
- // ServiceSets
- ServiceSetsAdd(ctx context.Context, in *ServiceSetsAddReq, opts ...grpc.CallOption) (*ServiceSetsVo, error)
- ServiceSetsUpdate(ctx context.Context, in *ServiceSetsUpdateReq, opts ...grpc.CallOption) (*ServiceSetsVo, error)
- ServiceSetsDel(ctx context.Context, in *ServiceSetsDelReq, opts ...grpc.CallOption) (*Empty, error)
- ServiceSetsGet(ctx context.Context, in *ServiceSetsGetReq, opts ...grpc.CallOption) (*ServiceSetsVo, error)
- ServiceSetsList(ctx context.Context, in *ServiceSetsListReq, opts ...grpc.CallOption) (*ServiceSetsListResp, error)
- // MessagePush
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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...)
- }
- // ServiceTypes
- func (m *defaultGoPmpClient) ServiceTypesAdd(ctx context.Context, in *ServiceTypesAddReq, opts ...grpc.CallOption) (*ServiceTypesVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ServiceTypesAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ServiceTypesUpdate(ctx context.Context, in *ServiceTypesUpdateReq, opts ...grpc.CallOption) (*ServiceTypesVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ServiceTypesUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ServiceTypesDel(ctx context.Context, in *ServiceTypesDelReq, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ServiceTypesDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ServiceTypesGet(ctx context.Context, in *ServiceTypesGetReq, opts ...grpc.CallOption) (*ServiceTypesVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ServiceTypesGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ServiceTypesList(ctx context.Context, in *ServiceTypesListReq, opts ...grpc.CallOption) (*ServiceTypesListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ServiceTypesList(ctx, in, opts...)
- }
- // ServiceSets
- func (m *defaultGoPmpClient) ServiceSetsAdd(ctx context.Context, in *ServiceSetsAddReq, opts ...grpc.CallOption) (*ServiceSetsVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ServiceSetsAdd(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ServiceSetsUpdate(ctx context.Context, in *ServiceSetsUpdateReq, opts ...grpc.CallOption) (*ServiceSetsVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ServiceSetsUpdate(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ServiceSetsDel(ctx context.Context, in *ServiceSetsDelReq, opts ...grpc.CallOption) (*Empty, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ServiceSetsDel(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ServiceSetsGet(ctx context.Context, in *ServiceSetsGetReq, opts ...grpc.CallOption) (*ServiceSetsVo, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ServiceSetsGet(ctx, in, opts...)
- }
- func (m *defaultGoPmpClient) ServiceSetsList(ctx context.Context, in *ServiceSetsListReq, opts ...grpc.CallOption) (*ServiceSetsListResp, error) {
- client := pb.NewGoPmpClientClient(m.cli.Conn())
- return client.ServiceSetsList(ctx, in, opts...)
- }
- // MessagePush
- 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...)
- }
|