// Code generated by goctl. DO NOT EDIT. // goctl 1.10.1 // Source: gorpc.proto package gopmpclient import ( "context" "code.flashlink.me/nomo-server/go-service-pb/pb/pb" "github.com/zeromicro/go-zero/zrpc" "google.golang.org/grpc" ) type ( 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 DeployConfigListReq = pb.DeployConfigListReq DeployConfigListResp = pb.DeployConfigListResp DeployConfigVo = pb.DeployConfigVo DictGetReq = pb.DictGetReq DictListReq = pb.DictListReq DictListResp = pb.DictListResp DictVo = pb.DictVo Empty = pb.Empty GlobalParamGetReq = pb.GlobalParamGetReq GlobalParamListReq = pb.GlobalParamListReq GlobalParamListResp = pb.GlobalParamListResp GlobalParamVo = pb.GlobalParamVo Ids = pb.Ids 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 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 Request = pb.Request Response = pb.Response TipGetReq = pb.TipGetReq TipListReq = pb.TipListReq TipListResp = pb.TipListResp TipVo = pb.TipVo 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 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...) }