Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterCouponHistoryServiceServer(s grpc.ServiceRegistrar, srv CouponHistoryServiceServer)
- func RegisterCouponProductCategoryRelationServiceServer(s grpc.ServiceRegistrar, srv CouponProductCategoryRelationServiceServer)
- func RegisterCouponProductRelationServiceServer(s grpc.ServiceRegistrar, srv CouponProductRelationServiceServer)
- func RegisterCouponServiceServer(s grpc.ServiceRegistrar, srv CouponServiceServer)
- func RegisterFlashPromotionLogServiceServer(s grpc.ServiceRegistrar, srv FlashPromotionLogServiceServer)
- func RegisterFlashPromotionProductRelationServiceServer(s grpc.ServiceRegistrar, srv FlashPromotionProductRelationServiceServer)
- func RegisterFlashPromotionServiceServer(s grpc.ServiceRegistrar, srv FlashPromotionServiceServer)
- func RegisterFlashPromotionSessionServiceServer(s grpc.ServiceRegistrar, srv FlashPromotionSessionServiceServer)
- func RegisterHomeAdvertiseServiceServer(s grpc.ServiceRegistrar, srv HomeAdvertiseServiceServer)
- func RegisterHomeBrandServiceServer(s grpc.ServiceRegistrar, srv HomeBrandServiceServer)
- func RegisterHomeNewProductServiceServer(s grpc.ServiceRegistrar, srv HomeNewProductServiceServer)
- func RegisterHomeRecommendProductServiceServer(s grpc.ServiceRegistrar, srv HomeRecommendProductServiceServer)
- func RegisterHomeRecommendSubjectServiceServer(s grpc.ServiceRegistrar, srv HomeRecommendSubjectServiceServer)
- type CouponAddReq
- func (*CouponAddReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponAddReq) GetAmount() float64
- func (x *CouponAddReq) GetCode() string
- func (x *CouponAddReq) GetCount() int32
- func (x *CouponAddReq) GetEnableTime() string
- func (x *CouponAddReq) GetEndTime() string
- func (x *CouponAddReq) GetId() int64
- func (x *CouponAddReq) GetMemberLevel() int32
- func (x *CouponAddReq) GetMinPoint() float64
- func (x *CouponAddReq) GetName() string
- func (x *CouponAddReq) GetNote() string
- func (x *CouponAddReq) GetPerLimit() int32
- func (x *CouponAddReq) GetPlatform() int32
- func (x *CouponAddReq) GetPublishCount() int32
- func (x *CouponAddReq) GetReceiveCount() int32
- func (x *CouponAddReq) GetStartTime() string
- func (x *CouponAddReq) GetType() int32
- func (x *CouponAddReq) GetUseCount() int32
- func (x *CouponAddReq) GetUseType() int32
- func (*CouponAddReq) ProtoMessage()
- func (x *CouponAddReq) ProtoReflect() protoreflect.Message
- func (x *CouponAddReq) Reset()
- func (x *CouponAddReq) String() string
- type CouponAddResp
- type CouponCountReq
- type CouponCountResp
- type CouponDeleteReq
- type CouponDeleteResp
- type CouponFindByIdReq
- type CouponFindByIdResp
- func (*CouponFindByIdResp) Descriptor() ([]byte, []int)deprecated
- func (x *CouponFindByIdResp) GetAmount() float64
- func (x *CouponFindByIdResp) GetCode() string
- func (x *CouponFindByIdResp) GetCount() int32
- func (x *CouponFindByIdResp) GetEnableTime() string
- func (x *CouponFindByIdResp) GetEndTime() string
- func (x *CouponFindByIdResp) GetId() int64
- func (x *CouponFindByIdResp) GetMemberLevel() int32
- func (x *CouponFindByIdResp) GetMinPoint() float64
- func (x *CouponFindByIdResp) GetName() string
- func (x *CouponFindByIdResp) GetNote() string
- func (x *CouponFindByIdResp) GetPerLimit() int32
- func (x *CouponFindByIdResp) GetPlatform() int32
- func (x *CouponFindByIdResp) GetPublishCount() int32
- func (x *CouponFindByIdResp) GetReceiveCount() int32
- func (x *CouponFindByIdResp) GetStartTime() string
- func (x *CouponFindByIdResp) GetType() int32
- func (x *CouponFindByIdResp) GetUseCount() int32
- func (x *CouponFindByIdResp) GetUseType() int32
- func (*CouponFindByIdResp) ProtoMessage()
- func (x *CouponFindByIdResp) ProtoReflect() protoreflect.Message
- func (x *CouponFindByIdResp) Reset()
- func (x *CouponFindByIdResp) String() string
- type CouponFindByIdsReq
- func (*CouponFindByIdsReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponFindByIdsReq) GetCouponIds() []int64
- func (*CouponFindByIdsReq) ProtoMessage()
- func (x *CouponFindByIdsReq) ProtoReflect() protoreflect.Message
- func (x *CouponFindByIdsReq) Reset()
- func (x *CouponFindByIdsReq) String() string
- type CouponFindByIdsResp
- func (*CouponFindByIdsResp) Descriptor() ([]byte, []int)deprecated
- func (x *CouponFindByIdsResp) GetList() []*CouponListData
- func (x *CouponFindByIdsResp) GetTotal() int64
- func (*CouponFindByIdsResp) ProtoMessage()
- func (x *CouponFindByIdsResp) ProtoReflect() protoreflect.Message
- func (x *CouponFindByIdsResp) Reset()
- func (x *CouponFindByIdsResp) String() string
- type CouponFindByProductIdAndProductCategoryIdReq
- func (*CouponFindByProductIdAndProductCategoryIdReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponFindByProductIdAndProductCategoryIdReq) GetProductCategoryId() int64
- func (x *CouponFindByProductIdAndProductCategoryIdReq) GetProductId() int64
- func (*CouponFindByProductIdAndProductCategoryIdReq) ProtoMessage()
- func (x *CouponFindByProductIdAndProductCategoryIdReq) ProtoReflect() protoreflect.Message
- func (x *CouponFindByProductIdAndProductCategoryIdReq) Reset()
- func (x *CouponFindByProductIdAndProductCategoryIdReq) String() string
- type CouponFindByProductIdAndProductCategoryIdResp
- func (*CouponFindByProductIdAndProductCategoryIdResp) Descriptor() ([]byte, []int)deprecated
- func (x *CouponFindByProductIdAndProductCategoryIdResp) GetList() []*CouponListData
- func (x *CouponFindByProductIdAndProductCategoryIdResp) GetTotal() int64
- func (*CouponFindByProductIdAndProductCategoryIdResp) ProtoMessage()
- func (x *CouponFindByProductIdAndProductCategoryIdResp) ProtoReflect() protoreflect.Message
- func (x *CouponFindByProductIdAndProductCategoryIdResp) Reset()
- func (x *CouponFindByProductIdAndProductCategoryIdResp) String() string
- type CouponHistoryAddReq
- func (*CouponHistoryAddReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponHistoryAddReq) GetCouponCode() string
- func (x *CouponHistoryAddReq) GetCouponId() int64
- func (x *CouponHistoryAddReq) GetCreateTime() string
- func (x *CouponHistoryAddReq) GetGetType() int32
- func (x *CouponHistoryAddReq) GetMemberId() int64
- func (x *CouponHistoryAddReq) GetMemberNickname() string
- func (x *CouponHistoryAddReq) GetOrderId() int64
- func (x *CouponHistoryAddReq) GetOrderSn() string
- func (x *CouponHistoryAddReq) GetUseStatus() int32
- func (x *CouponHistoryAddReq) GetUseTime() string
- func (*CouponHistoryAddReq) ProtoMessage()
- func (x *CouponHistoryAddReq) ProtoReflect() protoreflect.Message
- func (x *CouponHistoryAddReq) Reset()
- func (x *CouponHistoryAddReq) String() string
- type CouponHistoryAddResp
- func (*CouponHistoryAddResp) Descriptor() ([]byte, []int)deprecated
- func (x *CouponHistoryAddResp) GetPong() string
- func (*CouponHistoryAddResp) ProtoMessage()
- func (x *CouponHistoryAddResp) ProtoReflect() protoreflect.Message
- func (x *CouponHistoryAddResp) Reset()
- func (x *CouponHistoryAddResp) String() string
- type CouponHistoryDeleteReq
- func (*CouponHistoryDeleteReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponHistoryDeleteReq) GetIds() []int64
- func (*CouponHistoryDeleteReq) ProtoMessage()
- func (x *CouponHistoryDeleteReq) ProtoReflect() protoreflect.Message
- func (x *CouponHistoryDeleteReq) Reset()
- func (x *CouponHistoryDeleteReq) String() string
- type CouponHistoryDeleteResp
- func (*CouponHistoryDeleteResp) Descriptor() ([]byte, []int)deprecated
- func (x *CouponHistoryDeleteResp) GetPong() string
- func (*CouponHistoryDeleteResp) ProtoMessage()
- func (x *CouponHistoryDeleteResp) ProtoReflect() protoreflect.Message
- func (x *CouponHistoryDeleteResp) Reset()
- func (x *CouponHistoryDeleteResp) String() string
- type CouponHistoryDetailListData
- func (*CouponHistoryDetailListData) Descriptor() ([]byte, []int)deprecated
- func (x *CouponHistoryDetailListData) GetCategoryRelationList() []*CouponProductCategoryRelationListData
- func (x *CouponHistoryDetailListData) GetCouponHistoryListData() *CouponHistoryListData
- func (x *CouponHistoryDetailListData) GetCouponListData() *CouponListData
- func (x *CouponHistoryDetailListData) GetProductRelationList() []*CouponProductRelationListData
- func (*CouponHistoryDetailListData) ProtoMessage()
- func (x *CouponHistoryDetailListData) ProtoReflect() protoreflect.Message
- func (x *CouponHistoryDetailListData) Reset()
- func (x *CouponHistoryDetailListData) String() string
- type CouponHistoryDetailListReq
- func (*CouponHistoryDetailListReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponHistoryDetailListReq) GetMemberId() int64
- func (*CouponHistoryDetailListReq) ProtoMessage()
- func (x *CouponHistoryDetailListReq) ProtoReflect() protoreflect.Message
- func (x *CouponHistoryDetailListReq) Reset()
- func (x *CouponHistoryDetailListReq) String() string
- type CouponHistoryDetailListResp
- func (*CouponHistoryDetailListResp) Descriptor() ([]byte, []int)deprecated
- func (x *CouponHistoryDetailListResp) GetList() []*CouponHistoryDetailListData
- func (*CouponHistoryDetailListResp) ProtoMessage()
- func (x *CouponHistoryDetailListResp) ProtoReflect() protoreflect.Message
- func (x *CouponHistoryDetailListResp) Reset()
- func (x *CouponHistoryDetailListResp) String() string
- type CouponHistoryListData
- func (*CouponHistoryListData) Descriptor() ([]byte, []int)deprecated
- func (x *CouponHistoryListData) GetCouponCode() string
- func (x *CouponHistoryListData) GetCouponId() int64
- func (x *CouponHistoryListData) GetCreateTime() string
- func (x *CouponHistoryListData) GetGetType() int32
- func (x *CouponHistoryListData) GetId() int64
- func (x *CouponHistoryListData) GetMemberId() int64
- func (x *CouponHistoryListData) GetMemberNickname() string
- func (x *CouponHistoryListData) GetOrderId() int64
- func (x *CouponHistoryListData) GetOrderSn() string
- func (x *CouponHistoryListData) GetUseStatus() int32
- func (x *CouponHistoryListData) GetUseTime() string
- func (*CouponHistoryListData) ProtoMessage()
- func (x *CouponHistoryListData) ProtoReflect() protoreflect.Message
- func (x *CouponHistoryListData) Reset()
- func (x *CouponHistoryListData) String() string
- type CouponHistoryListReq
- func (*CouponHistoryListReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponHistoryListReq) GetCouponId() int64
- func (x *CouponHistoryListReq) GetCurrent() int64
- func (x *CouponHistoryListReq) GetMemberId() int64
- func (x *CouponHistoryListReq) GetPageSize() int64
- func (x *CouponHistoryListReq) GetUseStatus() int32
- func (*CouponHistoryListReq) ProtoMessage()
- func (x *CouponHistoryListReq) ProtoReflect() protoreflect.Message
- func (x *CouponHistoryListReq) Reset()
- func (x *CouponHistoryListReq) String() string
- type CouponHistoryListResp
- func (*CouponHistoryListResp) Descriptor() ([]byte, []int)deprecated
- func (x *CouponHistoryListResp) GetList() []*CouponHistoryListData
- func (x *CouponHistoryListResp) GetTotal() int64
- func (*CouponHistoryListResp) ProtoMessage()
- func (x *CouponHistoryListResp) ProtoReflect() protoreflect.Message
- func (x *CouponHistoryListResp) Reset()
- func (x *CouponHistoryListResp) String() string
- type CouponHistoryServiceClient
- type CouponHistoryServiceServer
- type CouponHistoryUpdateReq
- func (*CouponHistoryUpdateReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponHistoryUpdateReq) GetCouponCode() string
- func (x *CouponHistoryUpdateReq) GetCouponId() int64
- func (x *CouponHistoryUpdateReq) GetCreateTime() string
- func (x *CouponHistoryUpdateReq) GetGetType() int32
- func (x *CouponHistoryUpdateReq) GetId() int64
- func (x *CouponHistoryUpdateReq) GetMemberId() int64
- func (x *CouponHistoryUpdateReq) GetMemberNickname() string
- func (x *CouponHistoryUpdateReq) GetOrderId() int64
- func (x *CouponHistoryUpdateReq) GetOrderSn() string
- func (x *CouponHistoryUpdateReq) GetUseStatus() int32
- func (x *CouponHistoryUpdateReq) GetUseTime() string
- func (*CouponHistoryUpdateReq) ProtoMessage()
- func (x *CouponHistoryUpdateReq) ProtoReflect() protoreflect.Message
- func (x *CouponHistoryUpdateReq) Reset()
- func (x *CouponHistoryUpdateReq) String() string
- type CouponHistoryUpdateResp
- func (*CouponHistoryUpdateResp) Descriptor() ([]byte, []int)deprecated
- func (x *CouponHistoryUpdateResp) GetPong() string
- func (*CouponHistoryUpdateResp) ProtoMessage()
- func (x *CouponHistoryUpdateResp) ProtoReflect() protoreflect.Message
- func (x *CouponHistoryUpdateResp) Reset()
- func (x *CouponHistoryUpdateResp) String() string
- type CouponListData
- func (*CouponListData) Descriptor() ([]byte, []int)deprecated
- func (x *CouponListData) GetAmount() float64
- func (x *CouponListData) GetCode() string
- func (x *CouponListData) GetCount() int32
- func (x *CouponListData) GetEnableTime() string
- func (x *CouponListData) GetEndTime() string
- func (x *CouponListData) GetId() int64
- func (x *CouponListData) GetMemberLevel() int32
- func (x *CouponListData) GetMinPoint() float64
- func (x *CouponListData) GetName() string
- func (x *CouponListData) GetNote() string
- func (x *CouponListData) GetPerLimit() int32
- func (x *CouponListData) GetPlatform() int32
- func (x *CouponListData) GetPublishCount() int32
- func (x *CouponListData) GetReceiveCount() int32
- func (x *CouponListData) GetStartTime() string
- func (x *CouponListData) GetType() int32
- func (x *CouponListData) GetUseCount() int32
- func (x *CouponListData) GetUseType() int32
- func (*CouponListData) ProtoMessage()
- func (x *CouponListData) ProtoReflect() protoreflect.Message
- func (x *CouponListData) Reset()
- func (x *CouponListData) String() string
- type CouponListReq
- func (*CouponListReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponListReq) GetCurrent() int64
- func (x *CouponListReq) GetEndTime() string
- func (x *CouponListReq) GetName() string
- func (x *CouponListReq) GetPageSize() int64
- func (x *CouponListReq) GetPlatform() int32
- func (x *CouponListReq) GetStartTime() string
- func (x *CouponListReq) GetType() int32
- func (x *CouponListReq) GetUseType() int32
- func (*CouponListReq) ProtoMessage()
- func (x *CouponListReq) ProtoReflect() protoreflect.Message
- func (x *CouponListReq) Reset()
- func (x *CouponListReq) String() string
- type CouponListResp
- func (*CouponListResp) Descriptor() ([]byte, []int)deprecated
- func (x *CouponListResp) GetList() []*CouponListData
- func (x *CouponListResp) GetTotal() int64
- func (*CouponListResp) ProtoMessage()
- func (x *CouponListResp) ProtoReflect() protoreflect.Message
- func (x *CouponListResp) Reset()
- func (x *CouponListResp) String() string
- type CouponProductCategoryRelationAddReq
- func (*CouponProductCategoryRelationAddReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductCategoryRelationAddReq) GetCouponId() int64
- func (x *CouponProductCategoryRelationAddReq) GetParentCategoryName() string
- func (x *CouponProductCategoryRelationAddReq) GetProductCategoryId() int64
- func (x *CouponProductCategoryRelationAddReq) GetProductCategoryName() string
- func (*CouponProductCategoryRelationAddReq) ProtoMessage()
- func (x *CouponProductCategoryRelationAddReq) ProtoReflect() protoreflect.Message
- func (x *CouponProductCategoryRelationAddReq) Reset()
- func (x *CouponProductCategoryRelationAddReq) String() string
- type CouponProductCategoryRelationAddResp
- func (*CouponProductCategoryRelationAddResp) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductCategoryRelationAddResp) GetPong() string
- func (*CouponProductCategoryRelationAddResp) ProtoMessage()
- func (x *CouponProductCategoryRelationAddResp) ProtoReflect() protoreflect.Message
- func (x *CouponProductCategoryRelationAddResp) Reset()
- func (x *CouponProductCategoryRelationAddResp) String() string
- type CouponProductCategoryRelationDeleteReq
- func (*CouponProductCategoryRelationDeleteReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductCategoryRelationDeleteReq) GetIds() []int64
- func (*CouponProductCategoryRelationDeleteReq) ProtoMessage()
- func (x *CouponProductCategoryRelationDeleteReq) ProtoReflect() protoreflect.Message
- func (x *CouponProductCategoryRelationDeleteReq) Reset()
- func (x *CouponProductCategoryRelationDeleteReq) String() string
- type CouponProductCategoryRelationDeleteResp
- func (*CouponProductCategoryRelationDeleteResp) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductCategoryRelationDeleteResp) GetPong() string
- func (*CouponProductCategoryRelationDeleteResp) ProtoMessage()
- func (x *CouponProductCategoryRelationDeleteResp) ProtoReflect() protoreflect.Message
- func (x *CouponProductCategoryRelationDeleteResp) Reset()
- func (x *CouponProductCategoryRelationDeleteResp) String() string
- type CouponProductCategoryRelationListData
- func (*CouponProductCategoryRelationListData) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductCategoryRelationListData) GetCouponId() int64
- func (x *CouponProductCategoryRelationListData) GetId() int64
- func (x *CouponProductCategoryRelationListData) GetParentCategoryName() string
- func (x *CouponProductCategoryRelationListData) GetProductCategoryId() int64
- func (x *CouponProductCategoryRelationListData) GetProductCategoryName() string
- func (*CouponProductCategoryRelationListData) ProtoMessage()
- func (x *CouponProductCategoryRelationListData) ProtoReflect() protoreflect.Message
- func (x *CouponProductCategoryRelationListData) Reset()
- func (x *CouponProductCategoryRelationListData) String() string
- type CouponProductCategoryRelationListReq
- func (*CouponProductCategoryRelationListReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductCategoryRelationListReq) GetProductCategoryId() int64
- func (*CouponProductCategoryRelationListReq) ProtoMessage()
- func (x *CouponProductCategoryRelationListReq) ProtoReflect() protoreflect.Message
- func (x *CouponProductCategoryRelationListReq) Reset()
- func (x *CouponProductCategoryRelationListReq) String() string
- type CouponProductCategoryRelationListResp
- func (*CouponProductCategoryRelationListResp) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductCategoryRelationListResp) GetList() []*CouponProductCategoryRelationListData
- func (x *CouponProductCategoryRelationListResp) GetTotal() int64
- func (*CouponProductCategoryRelationListResp) ProtoMessage()
- func (x *CouponProductCategoryRelationListResp) ProtoReflect() protoreflect.Message
- func (x *CouponProductCategoryRelationListResp) Reset()
- func (x *CouponProductCategoryRelationListResp) String() string
- type CouponProductCategoryRelationServiceClient
- type CouponProductCategoryRelationServiceServer
- type CouponProductCategoryRelationUpdateReq
- func (*CouponProductCategoryRelationUpdateReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductCategoryRelationUpdateReq) GetCouponId() int64
- func (x *CouponProductCategoryRelationUpdateReq) GetId() int64
- func (x *CouponProductCategoryRelationUpdateReq) GetParentCategoryName() string
- func (x *CouponProductCategoryRelationUpdateReq) GetProductCategoryId() int64
- func (x *CouponProductCategoryRelationUpdateReq) GetProductCategoryName() string
- func (*CouponProductCategoryRelationUpdateReq) ProtoMessage()
- func (x *CouponProductCategoryRelationUpdateReq) ProtoReflect() protoreflect.Message
- func (x *CouponProductCategoryRelationUpdateReq) Reset()
- func (x *CouponProductCategoryRelationUpdateReq) String() string
- type CouponProductCategoryRelationUpdateResp
- func (*CouponProductCategoryRelationUpdateResp) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductCategoryRelationUpdateResp) GetPong() string
- func (*CouponProductCategoryRelationUpdateResp) ProtoMessage()
- func (x *CouponProductCategoryRelationUpdateResp) ProtoReflect() protoreflect.Message
- func (x *CouponProductCategoryRelationUpdateResp) Reset()
- func (x *CouponProductCategoryRelationUpdateResp) String() string
- type CouponProductRelationAddReq
- func (*CouponProductRelationAddReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductRelationAddReq) GetCouponId() int64
- func (x *CouponProductRelationAddReq) GetProductId() int64
- func (x *CouponProductRelationAddReq) GetProductName() string
- func (x *CouponProductRelationAddReq) GetProductSn() string
- func (*CouponProductRelationAddReq) ProtoMessage()
- func (x *CouponProductRelationAddReq) ProtoReflect() protoreflect.Message
- func (x *CouponProductRelationAddReq) Reset()
- func (x *CouponProductRelationAddReq) String() string
- type CouponProductRelationAddResp
- func (*CouponProductRelationAddResp) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductRelationAddResp) GetPong() string
- func (*CouponProductRelationAddResp) ProtoMessage()
- func (x *CouponProductRelationAddResp) ProtoReflect() protoreflect.Message
- func (x *CouponProductRelationAddResp) Reset()
- func (x *CouponProductRelationAddResp) String() string
- type CouponProductRelationDeleteReq
- func (*CouponProductRelationDeleteReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductRelationDeleteReq) GetIds() []int64
- func (*CouponProductRelationDeleteReq) ProtoMessage()
- func (x *CouponProductRelationDeleteReq) ProtoReflect() protoreflect.Message
- func (x *CouponProductRelationDeleteReq) Reset()
- func (x *CouponProductRelationDeleteReq) String() string
- type CouponProductRelationDeleteResp
- func (*CouponProductRelationDeleteResp) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductRelationDeleteResp) GetPong() string
- func (*CouponProductRelationDeleteResp) ProtoMessage()
- func (x *CouponProductRelationDeleteResp) ProtoReflect() protoreflect.Message
- func (x *CouponProductRelationDeleteResp) Reset()
- func (x *CouponProductRelationDeleteResp) String() string
- type CouponProductRelationListData
- func (*CouponProductRelationListData) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductRelationListData) GetCouponId() int64
- func (x *CouponProductRelationListData) GetId() int64
- func (x *CouponProductRelationListData) GetProductId() int64
- func (x *CouponProductRelationListData) GetProductName() string
- func (x *CouponProductRelationListData) GetProductSn() string
- func (*CouponProductRelationListData) ProtoMessage()
- func (x *CouponProductRelationListData) ProtoReflect() protoreflect.Message
- func (x *CouponProductRelationListData) Reset()
- func (x *CouponProductRelationListData) String() string
- type CouponProductRelationListReq
- func (*CouponProductRelationListReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductRelationListReq) GetCurrent() int64
- func (x *CouponProductRelationListReq) GetPageSize() int64
- func (x *CouponProductRelationListReq) GetProductId() int64
- func (*CouponProductRelationListReq) ProtoMessage()
- func (x *CouponProductRelationListReq) ProtoReflect() protoreflect.Message
- func (x *CouponProductRelationListReq) Reset()
- func (x *CouponProductRelationListReq) String() string
- type CouponProductRelationListResp
- func (*CouponProductRelationListResp) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductRelationListResp) GetList() []*CouponProductRelationListData
- func (x *CouponProductRelationListResp) GetTotal() int64
- func (*CouponProductRelationListResp) ProtoMessage()
- func (x *CouponProductRelationListResp) ProtoReflect() protoreflect.Message
- func (x *CouponProductRelationListResp) Reset()
- func (x *CouponProductRelationListResp) String() string
- type CouponProductRelationServiceClient
- type CouponProductRelationServiceServer
- type CouponProductRelationUpdateReq
- func (*CouponProductRelationUpdateReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductRelationUpdateReq) GetCouponId() int64
- func (x *CouponProductRelationUpdateReq) GetId() int64
- func (x *CouponProductRelationUpdateReq) GetProductId() int64
- func (x *CouponProductRelationUpdateReq) GetProductName() string
- func (x *CouponProductRelationUpdateReq) GetProductSn() string
- func (*CouponProductRelationUpdateReq) ProtoMessage()
- func (x *CouponProductRelationUpdateReq) ProtoReflect() protoreflect.Message
- func (x *CouponProductRelationUpdateReq) Reset()
- func (x *CouponProductRelationUpdateReq) String() string
- type CouponProductRelationUpdateResp
- func (*CouponProductRelationUpdateResp) Descriptor() ([]byte, []int)deprecated
- func (x *CouponProductRelationUpdateResp) GetPong() string
- func (*CouponProductRelationUpdateResp) ProtoMessage()
- func (x *CouponProductRelationUpdateResp) ProtoReflect() protoreflect.Message
- func (x *CouponProductRelationUpdateResp) Reset()
- func (x *CouponProductRelationUpdateResp) String() string
- type CouponServiceClient
- type CouponServiceServer
- type CouponUpdateReq
- func (*CouponUpdateReq) Descriptor() ([]byte, []int)deprecated
- func (x *CouponUpdateReq) GetAmount() float64
- func (x *CouponUpdateReq) GetCode() string
- func (x *CouponUpdateReq) GetCount() int32
- func (x *CouponUpdateReq) GetEnableTime() string
- func (x *CouponUpdateReq) GetEndTime() string
- func (x *CouponUpdateReq) GetId() int64
- func (x *CouponUpdateReq) GetMemberLevel() int32
- func (x *CouponUpdateReq) GetMinPoint() float64
- func (x *CouponUpdateReq) GetName() string
- func (x *CouponUpdateReq) GetNote() string
- func (x *CouponUpdateReq) GetPerLimit() int32
- func (x *CouponUpdateReq) GetPlatform() int32
- func (x *CouponUpdateReq) GetPublishCount() int32
- func (x *CouponUpdateReq) GetReceiveCount() int32
- func (x *CouponUpdateReq) GetStartTime() string
- func (x *CouponUpdateReq) GetType() int32
- func (x *CouponUpdateReq) GetUseCount() int32
- func (x *CouponUpdateReq) GetUseType() int32
- func (*CouponUpdateReq) ProtoMessage()
- func (x *CouponUpdateReq) ProtoReflect() protoreflect.Message
- func (x *CouponUpdateReq) Reset()
- func (x *CouponUpdateReq) String() string
- type CouponUpdateResp
- type FlashPromotionAddReq
- func (*FlashPromotionAddReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionAddReq) GetEndDate() string
- func (x *FlashPromotionAddReq) GetStartDate() string
- func (x *FlashPromotionAddReq) GetStatus() int32
- func (x *FlashPromotionAddReq) GetTitle() string
- func (*FlashPromotionAddReq) ProtoMessage()
- func (x *FlashPromotionAddReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionAddReq) Reset()
- func (x *FlashPromotionAddReq) String() string
- type FlashPromotionAddResp
- func (*FlashPromotionAddResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionAddResp) GetPong() string
- func (*FlashPromotionAddResp) ProtoMessage()
- func (x *FlashPromotionAddResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionAddResp) Reset()
- func (x *FlashPromotionAddResp) String() string
- type FlashPromotionDeleteReq
- func (*FlashPromotionDeleteReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionDeleteReq) GetIds() []int64
- func (*FlashPromotionDeleteReq) ProtoMessage()
- func (x *FlashPromotionDeleteReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionDeleteReq) Reset()
- func (x *FlashPromotionDeleteReq) String() string
- type FlashPromotionDeleteResp
- func (*FlashPromotionDeleteResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionDeleteResp) GetPong() string
- func (*FlashPromotionDeleteResp) ProtoMessage()
- func (x *FlashPromotionDeleteResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionDeleteResp) Reset()
- func (x *FlashPromotionDeleteResp) String() string
- type FlashPromotionListByDateReq
- func (*FlashPromotionListByDateReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionListByDateReq) GetCurrentDate() string
- func (*FlashPromotionListByDateReq) ProtoMessage()
- func (x *FlashPromotionListByDateReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionListByDateReq) Reset()
- func (x *FlashPromotionListByDateReq) String() string
- type FlashPromotionListByDateResp
- func (*FlashPromotionListByDateResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionListByDateResp) GetList() []*FlashPromotionListData
- func (*FlashPromotionListByDateResp) ProtoMessage()
- func (x *FlashPromotionListByDateResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionListByDateResp) Reset()
- func (x *FlashPromotionListByDateResp) String() string
- type FlashPromotionListData
- func (*FlashPromotionListData) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionListData) GetCreateTime() string
- func (x *FlashPromotionListData) GetEndDate() string
- func (x *FlashPromotionListData) GetId() int64
- func (x *FlashPromotionListData) GetStartDate() string
- func (x *FlashPromotionListData) GetStatus() int32
- func (x *FlashPromotionListData) GetTitle() string
- func (*FlashPromotionListData) ProtoMessage()
- func (x *FlashPromotionListData) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionListData) Reset()
- func (x *FlashPromotionListData) String() string
- type FlashPromotionListReq
- func (*FlashPromotionListReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionListReq) GetCurrent() int64
- func (x *FlashPromotionListReq) GetEndDate() string
- func (x *FlashPromotionListReq) GetPageSize() int64
- func (x *FlashPromotionListReq) GetStartDate() string
- func (x *FlashPromotionListReq) GetStatus() int32
- func (x *FlashPromotionListReq) GetTitle() string
- func (*FlashPromotionListReq) ProtoMessage()
- func (x *FlashPromotionListReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionListReq) Reset()
- func (x *FlashPromotionListReq) String() string
- type FlashPromotionListResp
- func (*FlashPromotionListResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionListResp) GetList() []*FlashPromotionListData
- func (x *FlashPromotionListResp) GetTotal() int64
- func (*FlashPromotionListResp) ProtoMessage()
- func (x *FlashPromotionListResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionListResp) Reset()
- func (x *FlashPromotionListResp) String() string
- type FlashPromotionLogAddReq
- func (*FlashPromotionLogAddReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionLogAddReq) GetMemberId() int64
- func (x *FlashPromotionLogAddReq) GetMemberPhone() string
- func (x *FlashPromotionLogAddReq) GetProductId() int64
- func (x *FlashPromotionLogAddReq) GetProductName() string
- func (x *FlashPromotionLogAddReq) GetSubscribeTime() string
- func (*FlashPromotionLogAddReq) ProtoMessage()
- func (x *FlashPromotionLogAddReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionLogAddReq) Reset()
- func (x *FlashPromotionLogAddReq) String() string
- type FlashPromotionLogAddResp
- func (*FlashPromotionLogAddResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionLogAddResp) GetPong() string
- func (*FlashPromotionLogAddResp) ProtoMessage()
- func (x *FlashPromotionLogAddResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionLogAddResp) Reset()
- func (x *FlashPromotionLogAddResp) String() string
- type FlashPromotionLogDeleteReq
- func (*FlashPromotionLogDeleteReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionLogDeleteReq) GetIds() []int64
- func (*FlashPromotionLogDeleteReq) ProtoMessage()
- func (x *FlashPromotionLogDeleteReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionLogDeleteReq) Reset()
- func (x *FlashPromotionLogDeleteReq) String() string
- type FlashPromotionLogDeleteResp
- func (*FlashPromotionLogDeleteResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionLogDeleteResp) GetPong() string
- func (*FlashPromotionLogDeleteResp) ProtoMessage()
- func (x *FlashPromotionLogDeleteResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionLogDeleteResp) Reset()
- func (x *FlashPromotionLogDeleteResp) String() string
- type FlashPromotionLogListData
- func (*FlashPromotionLogListData) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionLogListData) GetId() int64
- func (x *FlashPromotionLogListData) GetMemberId() int64
- func (x *FlashPromotionLogListData) GetMemberPhone() string
- func (x *FlashPromotionLogListData) GetProductId() int64
- func (x *FlashPromotionLogListData) GetProductName() string
- func (x *FlashPromotionLogListData) GetSendTime() string
- func (x *FlashPromotionLogListData) GetSubscribeTime() string
- func (*FlashPromotionLogListData) ProtoMessage()
- func (x *FlashPromotionLogListData) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionLogListData) Reset()
- func (x *FlashPromotionLogListData) String() string
- type FlashPromotionLogListReq
- func (*FlashPromotionLogListReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionLogListReq) GetCurrent() int64
- func (x *FlashPromotionLogListReq) GetPageSize() int64
- func (*FlashPromotionLogListReq) ProtoMessage()
- func (x *FlashPromotionLogListReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionLogListReq) Reset()
- func (x *FlashPromotionLogListReq) String() string
- type FlashPromotionLogListResp
- func (*FlashPromotionLogListResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionLogListResp) GetList() []*FlashPromotionLogListData
- func (x *FlashPromotionLogListResp) GetTotal() int64
- func (*FlashPromotionLogListResp) ProtoMessage()
- func (x *FlashPromotionLogListResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionLogListResp) Reset()
- func (x *FlashPromotionLogListResp) String() string
- type FlashPromotionLogServiceClient
- type FlashPromotionLogServiceServer
- type FlashPromotionLogUpdateReq
- func (*FlashPromotionLogUpdateReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionLogUpdateReq) GetId() int64
- func (x *FlashPromotionLogUpdateReq) GetMemberId() int64
- func (x *FlashPromotionLogUpdateReq) GetMemberPhone() string
- func (x *FlashPromotionLogUpdateReq) GetProductId() int64
- func (x *FlashPromotionLogUpdateReq) GetProductName() string
- func (x *FlashPromotionLogUpdateReq) GetSendTime() string
- func (x *FlashPromotionLogUpdateReq) GetSubscribeTime() string
- func (*FlashPromotionLogUpdateReq) ProtoMessage()
- func (x *FlashPromotionLogUpdateReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionLogUpdateReq) Reset()
- func (x *FlashPromotionLogUpdateReq) String() string
- type FlashPromotionLogUpdateResp
- func (*FlashPromotionLogUpdateResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionLogUpdateResp) GetPong() string
- func (*FlashPromotionLogUpdateResp) ProtoMessage()
- func (x *FlashPromotionLogUpdateResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionLogUpdateResp) Reset()
- func (x *FlashPromotionLogUpdateResp) String() string
- type FlashPromotionProductRelationAddReq
- func (*FlashPromotionProductRelationAddReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionProductRelationAddReq) GetFlashPromotionCount() int32
- func (x *FlashPromotionProductRelationAddReq) GetFlashPromotionId() int64
- func (x *FlashPromotionProductRelationAddReq) GetFlashPromotionLimit() int32
- func (x *FlashPromotionProductRelationAddReq) GetFlashPromotionPrice() float64
- func (x *FlashPromotionProductRelationAddReq) GetFlashPromotionSessionId() int64
- func (x *FlashPromotionProductRelationAddReq) GetProductId() int64
- func (x *FlashPromotionProductRelationAddReq) GetSort() int32
- func (*FlashPromotionProductRelationAddReq) ProtoMessage()
- func (x *FlashPromotionProductRelationAddReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionProductRelationAddReq) Reset()
- func (x *FlashPromotionProductRelationAddReq) String() string
- type FlashPromotionProductRelationAddResp
- func (*FlashPromotionProductRelationAddResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionProductRelationAddResp) GetPong() string
- func (*FlashPromotionProductRelationAddResp) ProtoMessage()
- func (x *FlashPromotionProductRelationAddResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionProductRelationAddResp) Reset()
- func (x *FlashPromotionProductRelationAddResp) String() string
- type FlashPromotionProductRelationDeleteReq
- func (*FlashPromotionProductRelationDeleteReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionProductRelationDeleteReq) GetIds() []int64
- func (*FlashPromotionProductRelationDeleteReq) ProtoMessage()
- func (x *FlashPromotionProductRelationDeleteReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionProductRelationDeleteReq) Reset()
- func (x *FlashPromotionProductRelationDeleteReq) String() string
- type FlashPromotionProductRelationDeleteResp
- func (*FlashPromotionProductRelationDeleteResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionProductRelationDeleteResp) GetPong() string
- func (*FlashPromotionProductRelationDeleteResp) ProtoMessage()
- func (x *FlashPromotionProductRelationDeleteResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionProductRelationDeleteResp) Reset()
- func (x *FlashPromotionProductRelationDeleteResp) String() string
- type FlashPromotionProductRelationListData
- func (*FlashPromotionProductRelationListData) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionProductRelationListData) GetFlashPromotionCount() int32
- func (x *FlashPromotionProductRelationListData) GetFlashPromotionId() int64
- func (x *FlashPromotionProductRelationListData) GetFlashPromotionLimit() int32
- func (x *FlashPromotionProductRelationListData) GetFlashPromotionPrice() float64
- func (x *FlashPromotionProductRelationListData) GetFlashPromotionSessionId() int64
- func (x *FlashPromotionProductRelationListData) GetId() int64
- func (x *FlashPromotionProductRelationListData) GetProductId() int64
- func (x *FlashPromotionProductRelationListData) GetSort() int32
- func (*FlashPromotionProductRelationListData) ProtoMessage()
- func (x *FlashPromotionProductRelationListData) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionProductRelationListData) Reset()
- func (x *FlashPromotionProductRelationListData) String() string
- type FlashPromotionProductRelationListReq
- func (*FlashPromotionProductRelationListReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionProductRelationListReq) GetCurrent() int64
- func (x *FlashPromotionProductRelationListReq) GetFlashPromotionId() int64
- func (x *FlashPromotionProductRelationListReq) GetFlashPromotionSessionId() int64
- func (x *FlashPromotionProductRelationListReq) GetPageSize() int64
- func (*FlashPromotionProductRelationListReq) ProtoMessage()
- func (x *FlashPromotionProductRelationListReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionProductRelationListReq) Reset()
- func (x *FlashPromotionProductRelationListReq) String() string
- type FlashPromotionProductRelationListResp
- func (*FlashPromotionProductRelationListResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionProductRelationListResp) GetList() []*FlashPromotionProductRelationListData
- func (x *FlashPromotionProductRelationListResp) GetTotal() int64
- func (*FlashPromotionProductRelationListResp) ProtoMessage()
- func (x *FlashPromotionProductRelationListResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionProductRelationListResp) Reset()
- func (x *FlashPromotionProductRelationListResp) String() string
- type FlashPromotionProductRelationServiceClient
- type FlashPromotionProductRelationServiceServer
- type FlashPromotionProductRelationUpdateReq
- func (*FlashPromotionProductRelationUpdateReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionProductRelationUpdateReq) GetFlashPromotionCount() int32
- func (x *FlashPromotionProductRelationUpdateReq) GetFlashPromotionId() int64
- func (x *FlashPromotionProductRelationUpdateReq) GetFlashPromotionLimit() int32
- func (x *FlashPromotionProductRelationUpdateReq) GetFlashPromotionPrice() float64
- func (x *FlashPromotionProductRelationUpdateReq) GetFlashPromotionSessionId() int64
- func (x *FlashPromotionProductRelationUpdateReq) GetId() int64
- func (x *FlashPromotionProductRelationUpdateReq) GetProductId() int64
- func (x *FlashPromotionProductRelationUpdateReq) GetSort() int32
- func (*FlashPromotionProductRelationUpdateReq) ProtoMessage()
- func (x *FlashPromotionProductRelationUpdateReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionProductRelationUpdateReq) Reset()
- func (x *FlashPromotionProductRelationUpdateReq) String() string
- type FlashPromotionProductRelationUpdateResp
- func (*FlashPromotionProductRelationUpdateResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionProductRelationUpdateResp) GetPong() string
- func (*FlashPromotionProductRelationUpdateResp) ProtoMessage()
- func (x *FlashPromotionProductRelationUpdateResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionProductRelationUpdateResp) Reset()
- func (x *FlashPromotionProductRelationUpdateResp) String() string
- type FlashPromotionServiceClient
- type FlashPromotionServiceServer
- type FlashPromotionSessionAddReq
- func (*FlashPromotionSessionAddReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionSessionAddReq) GetEndTime() string
- func (x *FlashPromotionSessionAddReq) GetName() string
- func (x *FlashPromotionSessionAddReq) GetStartTime() string
- func (x *FlashPromotionSessionAddReq) GetStatus() int32
- func (*FlashPromotionSessionAddReq) ProtoMessage()
- func (x *FlashPromotionSessionAddReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionSessionAddReq) Reset()
- func (x *FlashPromotionSessionAddReq) String() string
- type FlashPromotionSessionAddResp
- func (*FlashPromotionSessionAddResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionSessionAddResp) GetPong() string
- func (*FlashPromotionSessionAddResp) ProtoMessage()
- func (x *FlashPromotionSessionAddResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionSessionAddResp) Reset()
- func (x *FlashPromotionSessionAddResp) String() string
- type FlashPromotionSessionByTimeReq
- func (*FlashPromotionSessionByTimeReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionSessionByTimeReq) GetCurrentTIme() string
- func (*FlashPromotionSessionByTimeReq) ProtoMessage()
- func (x *FlashPromotionSessionByTimeReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionSessionByTimeReq) Reset()
- func (x *FlashPromotionSessionByTimeReq) String() string
- type FlashPromotionSessionByTimeResp
- func (*FlashPromotionSessionByTimeResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionSessionByTimeResp) GetList() []*FlashPromotionSessionListData
- func (*FlashPromotionSessionByTimeResp) ProtoMessage()
- func (x *FlashPromotionSessionByTimeResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionSessionByTimeResp) Reset()
- func (x *FlashPromotionSessionByTimeResp) String() string
- type FlashPromotionSessionDeleteReq
- func (*FlashPromotionSessionDeleteReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionSessionDeleteReq) GetIds() []int64
- func (*FlashPromotionSessionDeleteReq) ProtoMessage()
- func (x *FlashPromotionSessionDeleteReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionSessionDeleteReq) Reset()
- func (x *FlashPromotionSessionDeleteReq) String() string
- type FlashPromotionSessionDeleteResp
- func (*FlashPromotionSessionDeleteResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionSessionDeleteResp) GetPong() string
- func (*FlashPromotionSessionDeleteResp) ProtoMessage()
- func (x *FlashPromotionSessionDeleteResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionSessionDeleteResp) Reset()
- func (x *FlashPromotionSessionDeleteResp) String() string
- type FlashPromotionSessionListData
- func (*FlashPromotionSessionListData) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionSessionListData) GetCreateTime() string
- func (x *FlashPromotionSessionListData) GetEndTime() string
- func (x *FlashPromotionSessionListData) GetId() int64
- func (x *FlashPromotionSessionListData) GetName() string
- func (x *FlashPromotionSessionListData) GetStartTime() string
- func (x *FlashPromotionSessionListData) GetStatus() int32
- func (*FlashPromotionSessionListData) ProtoMessage()
- func (x *FlashPromotionSessionListData) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionSessionListData) Reset()
- func (x *FlashPromotionSessionListData) String() string
- type FlashPromotionSessionListReq
- func (*FlashPromotionSessionListReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionSessionListReq) GetCurrent() int64
- func (x *FlashPromotionSessionListReq) GetEndTime() string
- func (x *FlashPromotionSessionListReq) GetPageSize() int64
- func (x *FlashPromotionSessionListReq) GetStartTime() string
- func (x *FlashPromotionSessionListReq) GetStatus() int32
- func (*FlashPromotionSessionListReq) ProtoMessage()
- func (x *FlashPromotionSessionListReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionSessionListReq) Reset()
- func (x *FlashPromotionSessionListReq) String() string
- type FlashPromotionSessionListResp
- func (*FlashPromotionSessionListResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionSessionListResp) GetList() []*FlashPromotionSessionListData
- func (x *FlashPromotionSessionListResp) GetTotal() int64
- func (*FlashPromotionSessionListResp) ProtoMessage()
- func (x *FlashPromotionSessionListResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionSessionListResp) Reset()
- func (x *FlashPromotionSessionListResp) String() string
- type FlashPromotionSessionServiceClient
- type FlashPromotionSessionServiceServer
- type FlashPromotionSessionUpdateReq
- func (*FlashPromotionSessionUpdateReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionSessionUpdateReq) GetEndTime() string
- func (x *FlashPromotionSessionUpdateReq) GetId() int64
- func (x *FlashPromotionSessionUpdateReq) GetName() string
- func (x *FlashPromotionSessionUpdateReq) GetStartTime() string
- func (x *FlashPromotionSessionUpdateReq) GetStatus() int32
- func (*FlashPromotionSessionUpdateReq) ProtoMessage()
- func (x *FlashPromotionSessionUpdateReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionSessionUpdateReq) Reset()
- func (x *FlashPromotionSessionUpdateReq) String() string
- type FlashPromotionSessionUpdateResp
- func (*FlashPromotionSessionUpdateResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionSessionUpdateResp) GetPong() string
- func (*FlashPromotionSessionUpdateResp) ProtoMessage()
- func (x *FlashPromotionSessionUpdateResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionSessionUpdateResp) Reset()
- func (x *FlashPromotionSessionUpdateResp) String() string
- type FlashPromotionUpdateReq
- func (*FlashPromotionUpdateReq) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionUpdateReq) GetEndDate() string
- func (x *FlashPromotionUpdateReq) GetId() int64
- func (x *FlashPromotionUpdateReq) GetStartDate() string
- func (x *FlashPromotionUpdateReq) GetStatus() int32
- func (x *FlashPromotionUpdateReq) GetTitle() string
- func (*FlashPromotionUpdateReq) ProtoMessage()
- func (x *FlashPromotionUpdateReq) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionUpdateReq) Reset()
- func (x *FlashPromotionUpdateReq) String() string
- type FlashPromotionUpdateResp
- func (*FlashPromotionUpdateResp) Descriptor() ([]byte, []int)deprecated
- func (x *FlashPromotionUpdateResp) GetPong() string
- func (*FlashPromotionUpdateResp) ProtoMessage()
- func (x *FlashPromotionUpdateResp) ProtoReflect() protoreflect.Message
- func (x *FlashPromotionUpdateResp) Reset()
- func (x *FlashPromotionUpdateResp) String() string
- type HomeAdvertiseAddReq
- func (*HomeAdvertiseAddReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeAdvertiseAddReq) GetClickCount() int32
- func (x *HomeAdvertiseAddReq) GetEndTime() string
- func (x *HomeAdvertiseAddReq) GetId() int64
- func (x *HomeAdvertiseAddReq) GetName() string
- func (x *HomeAdvertiseAddReq) GetNote() string
- func (x *HomeAdvertiseAddReq) GetOrderCount() int32
- func (x *HomeAdvertiseAddReq) GetPic() string
- func (x *HomeAdvertiseAddReq) GetSort() int32
- func (x *HomeAdvertiseAddReq) GetStartTime() string
- func (x *HomeAdvertiseAddReq) GetStatus() int32
- func (x *HomeAdvertiseAddReq) GetType() int32
- func (x *HomeAdvertiseAddReq) GetUrl() string
- func (*HomeAdvertiseAddReq) ProtoMessage()
- func (x *HomeAdvertiseAddReq) ProtoReflect() protoreflect.Message
- func (x *HomeAdvertiseAddReq) Reset()
- func (x *HomeAdvertiseAddReq) String() string
- type HomeAdvertiseAddResp
- func (*HomeAdvertiseAddResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeAdvertiseAddResp) GetPong() string
- func (*HomeAdvertiseAddResp) ProtoMessage()
- func (x *HomeAdvertiseAddResp) ProtoReflect() protoreflect.Message
- func (x *HomeAdvertiseAddResp) Reset()
- func (x *HomeAdvertiseAddResp) String() string
- type HomeAdvertiseDeleteReq
- func (*HomeAdvertiseDeleteReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeAdvertiseDeleteReq) GetIds() []int64
- func (*HomeAdvertiseDeleteReq) ProtoMessage()
- func (x *HomeAdvertiseDeleteReq) ProtoReflect() protoreflect.Message
- func (x *HomeAdvertiseDeleteReq) Reset()
- func (x *HomeAdvertiseDeleteReq) String() string
- type HomeAdvertiseDeleteResp
- func (*HomeAdvertiseDeleteResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeAdvertiseDeleteResp) GetPong() string
- func (*HomeAdvertiseDeleteResp) ProtoMessage()
- func (x *HomeAdvertiseDeleteResp) ProtoReflect() protoreflect.Message
- func (x *HomeAdvertiseDeleteResp) Reset()
- func (x *HomeAdvertiseDeleteResp) String() string
- type HomeAdvertiseListData
- func (*HomeAdvertiseListData) Descriptor() ([]byte, []int)deprecated
- func (x *HomeAdvertiseListData) GetClickCount() int32
- func (x *HomeAdvertiseListData) GetEndTime() string
- func (x *HomeAdvertiseListData) GetId() int64
- func (x *HomeAdvertiseListData) GetName() string
- func (x *HomeAdvertiseListData) GetNote() string
- func (x *HomeAdvertiseListData) GetOrderCount() int32
- func (x *HomeAdvertiseListData) GetPic() string
- func (x *HomeAdvertiseListData) GetSort() int32
- func (x *HomeAdvertiseListData) GetStartTime() string
- func (x *HomeAdvertiseListData) GetStatus() int32
- func (x *HomeAdvertiseListData) GetType() int32
- func (x *HomeAdvertiseListData) GetUrl() string
- func (*HomeAdvertiseListData) ProtoMessage()
- func (x *HomeAdvertiseListData) ProtoReflect() protoreflect.Message
- func (x *HomeAdvertiseListData) Reset()
- func (x *HomeAdvertiseListData) String() string
- type HomeAdvertiseListReq
- func (*HomeAdvertiseListReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeAdvertiseListReq) GetCurrent() int64
- func (x *HomeAdvertiseListReq) GetEndTime() string
- func (x *HomeAdvertiseListReq) GetName() string
- func (x *HomeAdvertiseListReq) GetPageSize() int64
- func (x *HomeAdvertiseListReq) GetStartTime() string
- func (x *HomeAdvertiseListReq) GetStatus() int32
- func (x *HomeAdvertiseListReq) GetType() int32
- func (*HomeAdvertiseListReq) ProtoMessage()
- func (x *HomeAdvertiseListReq) ProtoReflect() protoreflect.Message
- func (x *HomeAdvertiseListReq) Reset()
- func (x *HomeAdvertiseListReq) String() string
- type HomeAdvertiseListResp
- func (*HomeAdvertiseListResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeAdvertiseListResp) GetList() []*HomeAdvertiseListData
- func (x *HomeAdvertiseListResp) GetTotal() int64
- func (*HomeAdvertiseListResp) ProtoMessage()
- func (x *HomeAdvertiseListResp) ProtoReflect() protoreflect.Message
- func (x *HomeAdvertiseListResp) Reset()
- func (x *HomeAdvertiseListResp) String() string
- type HomeAdvertiseServiceClient
- type HomeAdvertiseServiceServer
- type HomeAdvertiseUpdateReq
- func (*HomeAdvertiseUpdateReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeAdvertiseUpdateReq) GetClickCount() int32
- func (x *HomeAdvertiseUpdateReq) GetEndTime() string
- func (x *HomeAdvertiseUpdateReq) GetId() int64
- func (x *HomeAdvertiseUpdateReq) GetName() string
- func (x *HomeAdvertiseUpdateReq) GetNote() string
- func (x *HomeAdvertiseUpdateReq) GetOrderCount() int32
- func (x *HomeAdvertiseUpdateReq) GetPic() string
- func (x *HomeAdvertiseUpdateReq) GetSort() int32
- func (x *HomeAdvertiseUpdateReq) GetStartTime() string
- func (x *HomeAdvertiseUpdateReq) GetStatus() int32
- func (x *HomeAdvertiseUpdateReq) GetType() int32
- func (x *HomeAdvertiseUpdateReq) GetUrl() string
- func (*HomeAdvertiseUpdateReq) ProtoMessage()
- func (x *HomeAdvertiseUpdateReq) ProtoReflect() protoreflect.Message
- func (x *HomeAdvertiseUpdateReq) Reset()
- func (x *HomeAdvertiseUpdateReq) String() string
- type HomeAdvertiseUpdateResp
- func (*HomeAdvertiseUpdateResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeAdvertiseUpdateResp) GetPong() string
- func (*HomeAdvertiseUpdateResp) ProtoMessage()
- func (x *HomeAdvertiseUpdateResp) ProtoReflect() protoreflect.Message
- func (x *HomeAdvertiseUpdateResp) Reset()
- func (x *HomeAdvertiseUpdateResp) String() string
- type HomeBrandAddData
- func (*HomeBrandAddData) Descriptor() ([]byte, []int)deprecated
- func (x *HomeBrandAddData) GetBrandId() int64
- func (x *HomeBrandAddData) GetBrandName() string
- func (x *HomeBrandAddData) GetRecommendStatus() int32
- func (x *HomeBrandAddData) GetSort() int32
- func (*HomeBrandAddData) ProtoMessage()
- func (x *HomeBrandAddData) ProtoReflect() protoreflect.Message
- func (x *HomeBrandAddData) Reset()
- func (x *HomeBrandAddData) String() string
- type HomeBrandAddReq
- func (*HomeBrandAddReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeBrandAddReq) GetBrandAddData() []*HomeBrandAddData
- func (*HomeBrandAddReq) ProtoMessage()
- func (x *HomeBrandAddReq) ProtoReflect() protoreflect.Message
- func (x *HomeBrandAddReq) Reset()
- func (x *HomeBrandAddReq) String() string
- type HomeBrandAddResp
- type HomeBrandDeleteReq
- func (*HomeBrandDeleteReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeBrandDeleteReq) GetIds() []int64
- func (*HomeBrandDeleteReq) ProtoMessage()
- func (x *HomeBrandDeleteReq) ProtoReflect() protoreflect.Message
- func (x *HomeBrandDeleteReq) Reset()
- func (x *HomeBrandDeleteReq) String() string
- type HomeBrandDeleteResp
- func (*HomeBrandDeleteResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeBrandDeleteResp) GetPong() string
- func (*HomeBrandDeleteResp) ProtoMessage()
- func (x *HomeBrandDeleteResp) ProtoReflect() protoreflect.Message
- func (x *HomeBrandDeleteResp) Reset()
- func (x *HomeBrandDeleteResp) String() string
- type HomeBrandListData
- func (*HomeBrandListData) Descriptor() ([]byte, []int)deprecated
- func (x *HomeBrandListData) GetBrandId() int64
- func (x *HomeBrandListData) GetBrandName() string
- func (x *HomeBrandListData) GetId() int64
- func (x *HomeBrandListData) GetRecommendStatus() int32
- func (x *HomeBrandListData) GetSort() int32
- func (*HomeBrandListData) ProtoMessage()
- func (x *HomeBrandListData) ProtoReflect() protoreflect.Message
- func (x *HomeBrandListData) Reset()
- func (x *HomeBrandListData) String() string
- type HomeBrandListReq
- func (*HomeBrandListReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeBrandListReq) GetBrandName() string
- func (x *HomeBrandListReq) GetCurrent() int64
- func (x *HomeBrandListReq) GetPageSize() int64
- func (x *HomeBrandListReq) GetRecommendStatus() int32
- func (*HomeBrandListReq) ProtoMessage()
- func (x *HomeBrandListReq) ProtoReflect() protoreflect.Message
- func (x *HomeBrandListReq) Reset()
- func (x *HomeBrandListReq) String() string
- type HomeBrandListResp
- func (*HomeBrandListResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeBrandListResp) GetList() []*HomeBrandListData
- func (x *HomeBrandListResp) GetTotal() int64
- func (*HomeBrandListResp) ProtoMessage()
- func (x *HomeBrandListResp) ProtoReflect() protoreflect.Message
- func (x *HomeBrandListResp) Reset()
- func (x *HomeBrandListResp) String() string
- type HomeBrandServiceClient
- type HomeBrandServiceServer
- type HomeBrandUpdateReq
- func (*HomeBrandUpdateReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeBrandUpdateReq) GetBrandId() int64
- func (x *HomeBrandUpdateReq) GetBrandName() string
- func (x *HomeBrandUpdateReq) GetId() int64
- func (x *HomeBrandUpdateReq) GetRecommendStatus() int32
- func (x *HomeBrandUpdateReq) GetSort() int32
- func (*HomeBrandUpdateReq) ProtoMessage()
- func (x *HomeBrandUpdateReq) ProtoReflect() protoreflect.Message
- func (x *HomeBrandUpdateReq) Reset()
- func (x *HomeBrandUpdateReq) String() string
- type HomeBrandUpdateResp
- func (*HomeBrandUpdateResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeBrandUpdateResp) GetPong() string
- func (*HomeBrandUpdateResp) ProtoMessage()
- func (x *HomeBrandUpdateResp) ProtoReflect() protoreflect.Message
- func (x *HomeBrandUpdateResp) Reset()
- func (x *HomeBrandUpdateResp) String() string
- type HomeNewProductAddData
- func (*HomeNewProductAddData) Descriptor() ([]byte, []int)deprecated
- func (x *HomeNewProductAddData) GetProductId() int64
- func (x *HomeNewProductAddData) GetProductName() string
- func (x *HomeNewProductAddData) GetRecommendStatus() int32
- func (x *HomeNewProductAddData) GetSort() int32
- func (*HomeNewProductAddData) ProtoMessage()
- func (x *HomeNewProductAddData) ProtoReflect() protoreflect.Message
- func (x *HomeNewProductAddData) Reset()
- func (x *HomeNewProductAddData) String() string
- type HomeNewProductAddReq
- func (*HomeNewProductAddReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeNewProductAddReq) GetNewProductAddData() []*HomeNewProductAddData
- func (*HomeNewProductAddReq) ProtoMessage()
- func (x *HomeNewProductAddReq) ProtoReflect() protoreflect.Message
- func (x *HomeNewProductAddReq) Reset()
- func (x *HomeNewProductAddReq) String() string
- type HomeNewProductAddResp
- func (*HomeNewProductAddResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeNewProductAddResp) GetPong() string
- func (*HomeNewProductAddResp) ProtoMessage()
- func (x *HomeNewProductAddResp) ProtoReflect() protoreflect.Message
- func (x *HomeNewProductAddResp) Reset()
- func (x *HomeNewProductAddResp) String() string
- type HomeNewProductDeleteReq
- func (*HomeNewProductDeleteReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeNewProductDeleteReq) GetIds() []int64
- func (*HomeNewProductDeleteReq) ProtoMessage()
- func (x *HomeNewProductDeleteReq) ProtoReflect() protoreflect.Message
- func (x *HomeNewProductDeleteReq) Reset()
- func (x *HomeNewProductDeleteReq) String() string
- type HomeNewProductDeleteResp
- func (*HomeNewProductDeleteResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeNewProductDeleteResp) GetPong() string
- func (*HomeNewProductDeleteResp) ProtoMessage()
- func (x *HomeNewProductDeleteResp) ProtoReflect() protoreflect.Message
- func (x *HomeNewProductDeleteResp) Reset()
- func (x *HomeNewProductDeleteResp) String() string
- type HomeNewProductListData
- func (*HomeNewProductListData) Descriptor() ([]byte, []int)deprecated
- func (x *HomeNewProductListData) GetId() int64
- func (x *HomeNewProductListData) GetProductId() int64
- func (x *HomeNewProductListData) GetProductName() string
- func (x *HomeNewProductListData) GetRecommendStatus() int32
- func (x *HomeNewProductListData) GetSort() int32
- func (*HomeNewProductListData) ProtoMessage()
- func (x *HomeNewProductListData) ProtoReflect() protoreflect.Message
- func (x *HomeNewProductListData) Reset()
- func (x *HomeNewProductListData) String() string
- type HomeNewProductListReq
- func (*HomeNewProductListReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeNewProductListReq) GetCurrent() int64
- func (x *HomeNewProductListReq) GetPageSize() int64
- func (x *HomeNewProductListReq) GetProductName() string
- func (x *HomeNewProductListReq) GetRecommendStatus() int32
- func (*HomeNewProductListReq) ProtoMessage()
- func (x *HomeNewProductListReq) ProtoReflect() protoreflect.Message
- func (x *HomeNewProductListReq) Reset()
- func (x *HomeNewProductListReq) String() string
- type HomeNewProductListResp
- func (*HomeNewProductListResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeNewProductListResp) GetList() []*HomeNewProductListData
- func (x *HomeNewProductListResp) GetTotal() int64
- func (*HomeNewProductListResp) ProtoMessage()
- func (x *HomeNewProductListResp) ProtoReflect() protoreflect.Message
- func (x *HomeNewProductListResp) Reset()
- func (x *HomeNewProductListResp) String() string
- type HomeNewProductServiceClient
- type HomeNewProductServiceServer
- type HomeNewProductUpdateReq
- func (*HomeNewProductUpdateReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeNewProductUpdateReq) GetId() int64
- func (x *HomeNewProductUpdateReq) GetProductId() int64
- func (x *HomeNewProductUpdateReq) GetProductName() string
- func (x *HomeNewProductUpdateReq) GetRecommendStatus() int32
- func (x *HomeNewProductUpdateReq) GetSort() int32
- func (*HomeNewProductUpdateReq) ProtoMessage()
- func (x *HomeNewProductUpdateReq) ProtoReflect() protoreflect.Message
- func (x *HomeNewProductUpdateReq) Reset()
- func (x *HomeNewProductUpdateReq) String() string
- type HomeNewProductUpdateResp
- func (*HomeNewProductUpdateResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeNewProductUpdateResp) GetPong() string
- func (*HomeNewProductUpdateResp) ProtoMessage()
- func (x *HomeNewProductUpdateResp) ProtoReflect() protoreflect.Message
- func (x *HomeNewProductUpdateResp) Reset()
- func (x *HomeNewProductUpdateResp) String() string
- type HomeRecommendProductAddData
- func (*HomeRecommendProductAddData) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendProductAddData) GetProductId() int64
- func (x *HomeRecommendProductAddData) GetProductName() string
- func (x *HomeRecommendProductAddData) GetRecommendStatus() int32
- func (x *HomeRecommendProductAddData) GetSort() int32
- func (*HomeRecommendProductAddData) ProtoMessage()
- func (x *HomeRecommendProductAddData) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendProductAddData) Reset()
- func (x *HomeRecommendProductAddData) String() string
- type HomeRecommendProductAddReq
- func (*HomeRecommendProductAddReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendProductAddReq) GetRecommendProductAddData() []*HomeRecommendProductAddData
- func (*HomeRecommendProductAddReq) ProtoMessage()
- func (x *HomeRecommendProductAddReq) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendProductAddReq) Reset()
- func (x *HomeRecommendProductAddReq) String() string
- type HomeRecommendProductAddResp
- func (*HomeRecommendProductAddResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendProductAddResp) GetPong() string
- func (*HomeRecommendProductAddResp) ProtoMessage()
- func (x *HomeRecommendProductAddResp) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendProductAddResp) Reset()
- func (x *HomeRecommendProductAddResp) String() string
- type HomeRecommendProductDeleteReq
- func (*HomeRecommendProductDeleteReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendProductDeleteReq) GetIds() []int64
- func (*HomeRecommendProductDeleteReq) ProtoMessage()
- func (x *HomeRecommendProductDeleteReq) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendProductDeleteReq) Reset()
- func (x *HomeRecommendProductDeleteReq) String() string
- type HomeRecommendProductDeleteResp
- func (*HomeRecommendProductDeleteResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendProductDeleteResp) GetPong() string
- func (*HomeRecommendProductDeleteResp) ProtoMessage()
- func (x *HomeRecommendProductDeleteResp) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendProductDeleteResp) Reset()
- func (x *HomeRecommendProductDeleteResp) String() string
- type HomeRecommendProductListData
- func (*HomeRecommendProductListData) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendProductListData) GetId() int64
- func (x *HomeRecommendProductListData) GetProductId() int64
- func (x *HomeRecommendProductListData) GetProductName() string
- func (x *HomeRecommendProductListData) GetRecommendStatus() int32
- func (x *HomeRecommendProductListData) GetSort() int32
- func (*HomeRecommendProductListData) ProtoMessage()
- func (x *HomeRecommendProductListData) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendProductListData) Reset()
- func (x *HomeRecommendProductListData) String() string
- type HomeRecommendProductListReq
- func (*HomeRecommendProductListReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendProductListReq) GetCurrent() int64
- func (x *HomeRecommendProductListReq) GetPageSize() int64
- func (x *HomeRecommendProductListReq) GetProductName() string
- func (x *HomeRecommendProductListReq) GetRecommendStatus() int32
- func (*HomeRecommendProductListReq) ProtoMessage()
- func (x *HomeRecommendProductListReq) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendProductListReq) Reset()
- func (x *HomeRecommendProductListReq) String() string
- type HomeRecommendProductListResp
- func (*HomeRecommendProductListResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendProductListResp) GetList() []*HomeRecommendProductListData
- func (x *HomeRecommendProductListResp) GetTotal() int64
- func (*HomeRecommendProductListResp) ProtoMessage()
- func (x *HomeRecommendProductListResp) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendProductListResp) Reset()
- func (x *HomeRecommendProductListResp) String() string
- type HomeRecommendProductServiceClient
- type HomeRecommendProductServiceServer
- type HomeRecommendProductUpdateReq
- func (*HomeRecommendProductUpdateReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendProductUpdateReq) GetId() int64
- func (x *HomeRecommendProductUpdateReq) GetProductId() int64
- func (x *HomeRecommendProductUpdateReq) GetProductName() string
- func (x *HomeRecommendProductUpdateReq) GetRecommendStatus() int32
- func (x *HomeRecommendProductUpdateReq) GetSort() int32
- func (*HomeRecommendProductUpdateReq) ProtoMessage()
- func (x *HomeRecommendProductUpdateReq) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendProductUpdateReq) Reset()
- func (x *HomeRecommendProductUpdateReq) String() string
- type HomeRecommendProductUpdateResp
- func (*HomeRecommendProductUpdateResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendProductUpdateResp) GetPong() string
- func (*HomeRecommendProductUpdateResp) ProtoMessage()
- func (x *HomeRecommendProductUpdateResp) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendProductUpdateResp) Reset()
- func (x *HomeRecommendProductUpdateResp) String() string
- type HomeRecommendSubjectAddData
- func (*HomeRecommendSubjectAddData) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendSubjectAddData) GetRecommendStatus() int32
- func (x *HomeRecommendSubjectAddData) GetSort() int32
- func (x *HomeRecommendSubjectAddData) GetSubjectId() int64
- func (x *HomeRecommendSubjectAddData) GetSubjectName() string
- func (*HomeRecommendSubjectAddData) ProtoMessage()
- func (x *HomeRecommendSubjectAddData) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendSubjectAddData) Reset()
- func (x *HomeRecommendSubjectAddData) String() string
- type HomeRecommendSubjectAddReq
- func (*HomeRecommendSubjectAddReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendSubjectAddReq) GetRecommendSubjectAddData() []*HomeRecommendSubjectAddData
- func (*HomeRecommendSubjectAddReq) ProtoMessage()
- func (x *HomeRecommendSubjectAddReq) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendSubjectAddReq) Reset()
- func (x *HomeRecommendSubjectAddReq) String() string
- type HomeRecommendSubjectAddResp
- func (*HomeRecommendSubjectAddResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendSubjectAddResp) GetPong() string
- func (*HomeRecommendSubjectAddResp) ProtoMessage()
- func (x *HomeRecommendSubjectAddResp) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendSubjectAddResp) Reset()
- func (x *HomeRecommendSubjectAddResp) String() string
- type HomeRecommendSubjectDeleteReq
- func (*HomeRecommendSubjectDeleteReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendSubjectDeleteReq) GetIds() []int64
- func (*HomeRecommendSubjectDeleteReq) ProtoMessage()
- func (x *HomeRecommendSubjectDeleteReq) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendSubjectDeleteReq) Reset()
- func (x *HomeRecommendSubjectDeleteReq) String() string
- type HomeRecommendSubjectDeleteResp
- func (*HomeRecommendSubjectDeleteResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendSubjectDeleteResp) GetPong() string
- func (*HomeRecommendSubjectDeleteResp) ProtoMessage()
- func (x *HomeRecommendSubjectDeleteResp) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendSubjectDeleteResp) Reset()
- func (x *HomeRecommendSubjectDeleteResp) String() string
- type HomeRecommendSubjectListData
- func (*HomeRecommendSubjectListData) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendSubjectListData) GetId() int64
- func (x *HomeRecommendSubjectListData) GetRecommendStatus() int32
- func (x *HomeRecommendSubjectListData) GetSort() int32
- func (x *HomeRecommendSubjectListData) GetSubjectId() int64
- func (x *HomeRecommendSubjectListData) GetSubjectName() string
- func (*HomeRecommendSubjectListData) ProtoMessage()
- func (x *HomeRecommendSubjectListData) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendSubjectListData) Reset()
- func (x *HomeRecommendSubjectListData) String() string
- type HomeRecommendSubjectListReq
- func (*HomeRecommendSubjectListReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendSubjectListReq) GetCurrent() int64
- func (x *HomeRecommendSubjectListReq) GetPageSize() int64
- func (x *HomeRecommendSubjectListReq) GetRecommendStatus() int32
- func (x *HomeRecommendSubjectListReq) GetSubjectName() string
- func (*HomeRecommendSubjectListReq) ProtoMessage()
- func (x *HomeRecommendSubjectListReq) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendSubjectListReq) Reset()
- func (x *HomeRecommendSubjectListReq) String() string
- type HomeRecommendSubjectListResp
- func (*HomeRecommendSubjectListResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendSubjectListResp) GetList() []*HomeRecommendSubjectListData
- func (x *HomeRecommendSubjectListResp) GetTotal() int64
- func (*HomeRecommendSubjectListResp) ProtoMessage()
- func (x *HomeRecommendSubjectListResp) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendSubjectListResp) Reset()
- func (x *HomeRecommendSubjectListResp) String() string
- type HomeRecommendSubjectServiceClient
- type HomeRecommendSubjectServiceServer
- type HomeRecommendSubjectUpdateReq
- func (*HomeRecommendSubjectUpdateReq) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendSubjectUpdateReq) GetId() int64
- func (x *HomeRecommendSubjectUpdateReq) GetRecommendStatus() int32
- func (x *HomeRecommendSubjectUpdateReq) GetSort() int32
- func (x *HomeRecommendSubjectUpdateReq) GetSubjectId() int64
- func (x *HomeRecommendSubjectUpdateReq) GetSubjectName() string
- func (*HomeRecommendSubjectUpdateReq) ProtoMessage()
- func (x *HomeRecommendSubjectUpdateReq) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendSubjectUpdateReq) Reset()
- func (x *HomeRecommendSubjectUpdateReq) String() string
- type HomeRecommendSubjectUpdateResp
- func (*HomeRecommendSubjectUpdateResp) Descriptor() ([]byte, []int)deprecated
- func (x *HomeRecommendSubjectUpdateResp) GetPong() string
- func (*HomeRecommendSubjectUpdateResp) ProtoMessage()
- func (x *HomeRecommendSubjectUpdateResp) ProtoReflect() protoreflect.Message
- func (x *HomeRecommendSubjectUpdateResp) Reset()
- func (x *HomeRecommendSubjectUpdateResp) String() string
- type QueryFlashPromotionByProductReq
- func (*QueryFlashPromotionByProductReq) Descriptor() ([]byte, []int)deprecated
- func (x *QueryFlashPromotionByProductReq) GetProductId() int64
- func (*QueryFlashPromotionByProductReq) ProtoMessage()
- func (x *QueryFlashPromotionByProductReq) ProtoReflect() protoreflect.Message
- func (x *QueryFlashPromotionByProductReq) Reset()
- func (x *QueryFlashPromotionByProductReq) String() string
- type QueryFlashPromotionByProductResp
- func (*QueryFlashPromotionByProductResp) Descriptor() ([]byte, []int)deprecated
- func (x *QueryFlashPromotionByProductResp) GetFlashPromotionCount() int32
- func (x *QueryFlashPromotionByProductResp) GetFlashPromotionId() int64
- func (x *QueryFlashPromotionByProductResp) GetFlashPromotionLimit() int32
- func (x *QueryFlashPromotionByProductResp) GetFlashPromotionPrice() float32
- func (x *QueryFlashPromotionByProductResp) GetFlashPromotionSessionId() int64
- func (x *QueryFlashPromotionByProductResp) GetId() int64
- func (x *QueryFlashPromotionByProductResp) GetProductId() int64
- func (x *QueryFlashPromotionByProductResp) GetSort() int32
- func (*QueryFlashPromotionByProductResp) ProtoMessage()
- func (x *QueryFlashPromotionByProductResp) ProtoReflect() protoreflect.Message
- func (x *QueryFlashPromotionByProductResp) Reset()
- func (x *QueryFlashPromotionByProductResp) String() string
- type QueryMemberCouponListReq
- func (*QueryMemberCouponListReq) Descriptor() ([]byte, []int)deprecated
- func (x *QueryMemberCouponListReq) GetMemberId() int64
- func (x *QueryMemberCouponListReq) GetUseStatus() int32
- func (*QueryMemberCouponListReq) ProtoMessage()
- func (x *QueryMemberCouponListReq) ProtoReflect() protoreflect.Message
- func (x *QueryMemberCouponListReq) Reset()
- func (x *QueryMemberCouponListReq) String() string
- type QueryMemberCouponListResp
- func (*QueryMemberCouponListResp) Descriptor() ([]byte, []int)deprecated
- func (x *QueryMemberCouponListResp) GetList() []*CouponListData
- func (*QueryMemberCouponListResp) ProtoMessage()
- func (x *QueryMemberCouponListResp) ProtoReflect() protoreflect.Message
- func (x *QueryMemberCouponListResp) Reset()
- func (x *QueryMemberCouponListResp) String() string
- type UnimplementedCouponHistoryServiceServer
- func (UnimplementedCouponHistoryServiceServer) CouponCount(context.Context, *CouponCountReq) (*CouponCountResp, error)
- func (UnimplementedCouponHistoryServiceServer) CouponHistoryAdd(context.Context, *CouponHistoryAddReq) (*CouponHistoryAddResp, error)
- func (UnimplementedCouponHistoryServiceServer) CouponHistoryDelete(context.Context, *CouponHistoryDeleteReq) (*CouponHistoryDeleteResp, error)
- func (UnimplementedCouponHistoryServiceServer) CouponHistoryList(context.Context, *CouponHistoryListReq) (*CouponHistoryListResp, error)
- func (UnimplementedCouponHistoryServiceServer) CouponHistoryUpdate(context.Context, *CouponHistoryUpdateReq) (*CouponHistoryUpdateResp, error)
- func (UnimplementedCouponHistoryServiceServer) QueryCouponHistoryDetailList(context.Context, *CouponHistoryDetailListReq) (*CouponHistoryDetailListResp, error)
- func (UnimplementedCouponHistoryServiceServer) QueryMemberCouponList(context.Context, *QueryMemberCouponListReq) (*QueryMemberCouponListResp, error)
- func (UnimplementedCouponHistoryServiceServer) UpdateCouponStatus(context.Context, *UpdateCouponStatusReq) (*UpdateCouponStatusResp, error)
- type UnimplementedCouponProductCategoryRelationServiceServer
- func (UnimplementedCouponProductCategoryRelationServiceServer) CouponProductCategoryRelationAdd(context.Context, *CouponProductCategoryRelationAddReq) (*CouponProductCategoryRelationAddResp, error)
- func (UnimplementedCouponProductCategoryRelationServiceServer) CouponProductCategoryRelationDelete(context.Context, *CouponProductCategoryRelationDeleteReq) (*CouponProductCategoryRelationDeleteResp, error)
- func (UnimplementedCouponProductCategoryRelationServiceServer) CouponProductCategoryRelationList(context.Context, *CouponProductCategoryRelationListReq) (*CouponProductCategoryRelationListResp, error)
- func (UnimplementedCouponProductCategoryRelationServiceServer) CouponProductCategoryRelationUpdate(context.Context, *CouponProductCategoryRelationUpdateReq) (*CouponProductCategoryRelationUpdateResp, error)
- type UnimplementedCouponProductRelationServiceServer
- func (UnimplementedCouponProductRelationServiceServer) CouponProductRelationAdd(context.Context, *CouponProductRelationAddReq) (*CouponProductRelationAddResp, error)
- func (UnimplementedCouponProductRelationServiceServer) CouponProductRelationDelete(context.Context, *CouponProductRelationDeleteReq) (*CouponProductRelationDeleteResp, error)
- func (UnimplementedCouponProductRelationServiceServer) CouponProductRelationList(context.Context, *CouponProductRelationListReq) (*CouponProductRelationListResp, error)
- func (UnimplementedCouponProductRelationServiceServer) CouponProductRelationUpdate(context.Context, *CouponProductRelationUpdateReq) (*CouponProductRelationUpdateResp, error)
- type UnimplementedCouponServiceServer
- func (UnimplementedCouponServiceServer) CouponAdd(context.Context, *CouponAddReq) (*CouponAddResp, error)
- func (UnimplementedCouponServiceServer) CouponDelete(context.Context, *CouponDeleteReq) (*CouponDeleteResp, error)
- func (UnimplementedCouponServiceServer) CouponFindById(context.Context, *CouponFindByIdReq) (*CouponFindByIdResp, error)
- func (UnimplementedCouponServiceServer) CouponFindByIds(context.Context, *CouponFindByIdsReq) (*CouponFindByIdsResp, error)
- func (UnimplementedCouponServiceServer) CouponFindByProductIdAndProductCategoryId(context.Context, *CouponFindByProductIdAndProductCategoryIdReq) (*CouponFindByProductIdAndProductCategoryIdResp, error)
- func (UnimplementedCouponServiceServer) CouponList(context.Context, *CouponListReq) (*CouponListResp, error)
- func (UnimplementedCouponServiceServer) CouponUpdate(context.Context, *CouponUpdateReq) (*CouponUpdateResp, error)
- type UnimplementedFlashPromotionLogServiceServer
- func (UnimplementedFlashPromotionLogServiceServer) FlashPromotionLogAdd(context.Context, *FlashPromotionLogAddReq) (*FlashPromotionLogAddResp, error)
- func (UnimplementedFlashPromotionLogServiceServer) FlashPromotionLogDelete(context.Context, *FlashPromotionLogDeleteReq) (*FlashPromotionLogDeleteResp, error)
- func (UnimplementedFlashPromotionLogServiceServer) FlashPromotionLogList(context.Context, *FlashPromotionLogListReq) (*FlashPromotionLogListResp, error)
- func (UnimplementedFlashPromotionLogServiceServer) FlashPromotionLogUpdate(context.Context, *FlashPromotionLogUpdateReq) (*FlashPromotionLogUpdateResp, error)
- type UnimplementedFlashPromotionProductRelationServiceServer
- func (UnimplementedFlashPromotionProductRelationServiceServer) FlashPromotionProductRelationAdd(context.Context, *FlashPromotionProductRelationAddReq) (*FlashPromotionProductRelationAddResp, error)
- func (UnimplementedFlashPromotionProductRelationServiceServer) FlashPromotionProductRelationDelete(context.Context, *FlashPromotionProductRelationDeleteReq) (*FlashPromotionProductRelationDeleteResp, error)
- func (UnimplementedFlashPromotionProductRelationServiceServer) FlashPromotionProductRelationList(context.Context, *FlashPromotionProductRelationListReq) (*FlashPromotionProductRelationListResp, error)
- func (UnimplementedFlashPromotionProductRelationServiceServer) FlashPromotionProductRelationUpdate(context.Context, *FlashPromotionProductRelationUpdateReq) (*FlashPromotionProductRelationUpdateResp, error)
- func (UnimplementedFlashPromotionProductRelationServiceServer) QueryFlashPromotionByProduct(context.Context, *QueryFlashPromotionByProductReq) (*QueryFlashPromotionByProductResp, error)
- type UnimplementedFlashPromotionServiceServer
- func (UnimplementedFlashPromotionServiceServer) FlashPromotionAdd(context.Context, *FlashPromotionAddReq) (*FlashPromotionAddResp, error)
- func (UnimplementedFlashPromotionServiceServer) FlashPromotionDelete(context.Context, *FlashPromotionDeleteReq) (*FlashPromotionDeleteResp, error)
- func (UnimplementedFlashPromotionServiceServer) FlashPromotionList(context.Context, *FlashPromotionListReq) (*FlashPromotionListResp, error)
- func (UnimplementedFlashPromotionServiceServer) FlashPromotionListByDate(context.Context, *FlashPromotionListByDateReq) (*FlashPromotionListByDateResp, error)
- func (UnimplementedFlashPromotionServiceServer) FlashPromotionUpdate(context.Context, *FlashPromotionUpdateReq) (*FlashPromotionUpdateResp, error)
- type UnimplementedFlashPromotionSessionServiceServer
- func (UnimplementedFlashPromotionSessionServiceServer) FlashPromotionSessionAdd(context.Context, *FlashPromotionSessionAddReq) (*FlashPromotionSessionAddResp, error)
- func (UnimplementedFlashPromotionSessionServiceServer) FlashPromotionSessionByTime(context.Context, *FlashPromotionSessionByTimeReq) (*FlashPromotionSessionByTimeResp, error)
- func (UnimplementedFlashPromotionSessionServiceServer) FlashPromotionSessionDelete(context.Context, *FlashPromotionSessionDeleteReq) (*FlashPromotionSessionDeleteResp, error)
- func (UnimplementedFlashPromotionSessionServiceServer) FlashPromotionSessionList(context.Context, *FlashPromotionSessionListReq) (*FlashPromotionSessionListResp, error)
- func (UnimplementedFlashPromotionSessionServiceServer) FlashPromotionSessionUpdate(context.Context, *FlashPromotionSessionUpdateReq) (*FlashPromotionSessionUpdateResp, error)
- type UnimplementedHomeAdvertiseServiceServer
- func (UnimplementedHomeAdvertiseServiceServer) HomeAdvertiseAdd(context.Context, *HomeAdvertiseAddReq) (*HomeAdvertiseAddResp, error)
- func (UnimplementedHomeAdvertiseServiceServer) HomeAdvertiseDelete(context.Context, *HomeAdvertiseDeleteReq) (*HomeAdvertiseDeleteResp, error)
- func (UnimplementedHomeAdvertiseServiceServer) HomeAdvertiseList(context.Context, *HomeAdvertiseListReq) (*HomeAdvertiseListResp, error)
- func (UnimplementedHomeAdvertiseServiceServer) HomeAdvertiseUpdate(context.Context, *HomeAdvertiseUpdateReq) (*HomeAdvertiseUpdateResp, error)
- type UnimplementedHomeBrandServiceServer
- func (UnimplementedHomeBrandServiceServer) HomeBrandAdd(context.Context, *HomeBrandAddReq) (*HomeBrandAddResp, error)
- func (UnimplementedHomeBrandServiceServer) HomeBrandDelete(context.Context, *HomeBrandDeleteReq) (*HomeBrandDeleteResp, error)
- func (UnimplementedHomeBrandServiceServer) HomeBrandList(context.Context, *HomeBrandListReq) (*HomeBrandListResp, error)
- func (UnimplementedHomeBrandServiceServer) HomeBrandUpdate(context.Context, *HomeBrandUpdateReq) (*HomeBrandUpdateResp, error)
- type UnimplementedHomeNewProductServiceServer
- func (UnimplementedHomeNewProductServiceServer) HomeNewProductAdd(context.Context, *HomeNewProductAddReq) (*HomeNewProductAddResp, error)
- func (UnimplementedHomeNewProductServiceServer) HomeNewProductDelete(context.Context, *HomeNewProductDeleteReq) (*HomeNewProductDeleteResp, error)
- func (UnimplementedHomeNewProductServiceServer) HomeNewProductList(context.Context, *HomeNewProductListReq) (*HomeNewProductListResp, error)
- func (UnimplementedHomeNewProductServiceServer) HomeNewProductUpdate(context.Context, *HomeNewProductUpdateReq) (*HomeNewProductUpdateResp, error)
- type UnimplementedHomeRecommendProductServiceServer
- func (UnimplementedHomeRecommendProductServiceServer) HomeRecommendProductAdd(context.Context, *HomeRecommendProductAddReq) (*HomeRecommendProductAddResp, error)
- func (UnimplementedHomeRecommendProductServiceServer) HomeRecommendProductDelete(context.Context, *HomeRecommendProductDeleteReq) (*HomeRecommendProductDeleteResp, error)
- func (UnimplementedHomeRecommendProductServiceServer) HomeRecommendProductList(context.Context, *HomeRecommendProductListReq) (*HomeRecommendProductListResp, error)
- func (UnimplementedHomeRecommendProductServiceServer) HomeRecommendProductUpdate(context.Context, *HomeRecommendProductUpdateReq) (*HomeRecommendProductUpdateResp, error)
- type UnimplementedHomeRecommendSubjectServiceServer
- func (UnimplementedHomeRecommendSubjectServiceServer) HomeRecommendSubjectAdd(context.Context, *HomeRecommendSubjectAddReq) (*HomeRecommendSubjectAddResp, error)
- func (UnimplementedHomeRecommendSubjectServiceServer) HomeRecommendSubjectDelete(context.Context, *HomeRecommendSubjectDeleteReq) (*HomeRecommendSubjectDeleteResp, error)
- func (UnimplementedHomeRecommendSubjectServiceServer) HomeRecommendSubjectList(context.Context, *HomeRecommendSubjectListReq) (*HomeRecommendSubjectListResp, error)
- func (UnimplementedHomeRecommendSubjectServiceServer) HomeRecommendSubjectUpdate(context.Context, *HomeRecommendSubjectUpdateReq) (*HomeRecommendSubjectUpdateResp, error)
- type UnsafeCouponHistoryServiceServer
- type UnsafeCouponProductCategoryRelationServiceServer
- type UnsafeCouponProductRelationServiceServer
- type UnsafeCouponServiceServer
- type UnsafeFlashPromotionLogServiceServer
- type UnsafeFlashPromotionProductRelationServiceServer
- type UnsafeFlashPromotionServiceServer
- type UnsafeFlashPromotionSessionServiceServer
- type UnsafeHomeAdvertiseServiceServer
- type UnsafeHomeBrandServiceServer
- type UnsafeHomeNewProductServiceServer
- type UnsafeHomeRecommendProductServiceServer
- type UnsafeHomeRecommendSubjectServiceServer
- type UpdateCouponStatusReq
- func (*UpdateCouponStatusReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCouponStatusReq) GetCouponId() int64
- func (x *UpdateCouponStatusReq) GetMemberId() int64
- func (x *UpdateCouponStatusReq) GetUseStatus() int32
- func (*UpdateCouponStatusReq) ProtoMessage()
- func (x *UpdateCouponStatusReq) ProtoReflect() protoreflect.Message
- func (x *UpdateCouponStatusReq) Reset()
- func (x *UpdateCouponStatusReq) String() string
- type UpdateCouponStatusResp
- func (*UpdateCouponStatusResp) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCouponStatusResp) GetPong() string
- func (*UpdateCouponStatusResp) ProtoMessage()
- func (x *UpdateCouponStatusResp) ProtoReflect() protoreflect.Message
- func (x *UpdateCouponStatusResp) Reset()
- func (x *UpdateCouponStatusResp) String() string
Constants ¶
const ( CouponService_CouponAdd_FullMethodName = "/smsclient.CouponService/CouponAdd" CouponService_CouponList_FullMethodName = "/smsclient.CouponService/CouponList" CouponService_CouponUpdate_FullMethodName = "/smsclient.CouponService/CouponUpdate" CouponService_CouponDelete_FullMethodName = "/smsclient.CouponService/CouponDelete" CouponService_CouponFindById_FullMethodName = "/smsclient.CouponService/CouponFindById" CouponService_CouponFindByIds_FullMethodName = "/smsclient.CouponService/CouponFindByIds" CouponService_CouponFindByProductIdAndProductCategoryId_FullMethodName = "/smsclient.CouponService/CouponFindByProductIdAndProductCategoryId" )
const ( CouponHistoryService_CouponHistoryAdd_FullMethodName = "/smsclient.CouponHistoryService/CouponHistoryAdd" CouponHistoryService_CouponHistoryList_FullMethodName = "/smsclient.CouponHistoryService/CouponHistoryList" CouponHistoryService_CouponHistoryUpdate_FullMethodName = "/smsclient.CouponHistoryService/CouponHistoryUpdate" CouponHistoryService_CouponHistoryDelete_FullMethodName = "/smsclient.CouponHistoryService/CouponHistoryDelete" CouponHistoryService_CouponCount_FullMethodName = "/smsclient.CouponHistoryService/CouponCount" CouponHistoryService_QueryMemberCouponList_FullMethodName = "/smsclient.CouponHistoryService/QueryMemberCouponList" CouponHistoryService_UpdateCouponStatus_FullMethodName = "/smsclient.CouponHistoryService/UpdateCouponStatus" CouponHistoryService_QueryCouponHistoryDetailList_FullMethodName = "/smsclient.CouponHistoryService/QueryCouponHistoryDetailList" )
const ( CouponProductCategoryRelationService_CouponProductCategoryRelationAdd_FullMethodName = "/smsclient.CouponProductCategoryRelationService/CouponProductCategoryRelationAdd" CouponProductCategoryRelationService_CouponProductCategoryRelationList_FullMethodName = "/smsclient.CouponProductCategoryRelationService/CouponProductCategoryRelationList" CouponProductCategoryRelationService_CouponProductCategoryRelationUpdate_FullMethodName = "/smsclient.CouponProductCategoryRelationService/CouponProductCategoryRelationUpdate" CouponProductCategoryRelationService_CouponProductCategoryRelationDelete_FullMethodName = "/smsclient.CouponProductCategoryRelationService/CouponProductCategoryRelationDelete" )
const ( CouponProductRelationService_CouponProductRelationAdd_FullMethodName = "/smsclient.CouponProductRelationService/CouponProductRelationAdd" CouponProductRelationService_CouponProductRelationList_FullMethodName = "/smsclient.CouponProductRelationService/CouponProductRelationList" CouponProductRelationService_CouponProductRelationUpdate_FullMethodName = "/smsclient.CouponProductRelationService/CouponProductRelationUpdate" CouponProductRelationService_CouponProductRelationDelete_FullMethodName = "/smsclient.CouponProductRelationService/CouponProductRelationDelete" )
const ( FlashPromotionService_FlashPromotionAdd_FullMethodName = "/smsclient.FlashPromotionService/FlashPromotionAdd" FlashPromotionService_FlashPromotionList_FullMethodName = "/smsclient.FlashPromotionService/FlashPromotionList" FlashPromotionService_FlashPromotionUpdate_FullMethodName = "/smsclient.FlashPromotionService/FlashPromotionUpdate" FlashPromotionService_FlashPromotionDelete_FullMethodName = "/smsclient.FlashPromotionService/FlashPromotionDelete" FlashPromotionService_FlashPromotionListByDate_FullMethodName = "/smsclient.FlashPromotionService/FlashPromotionListByDate" )
const ( FlashPromotionLogService_FlashPromotionLogAdd_FullMethodName = "/smsclient.FlashPromotionLogService/FlashPromotionLogAdd" FlashPromotionLogService_FlashPromotionLogList_FullMethodName = "/smsclient.FlashPromotionLogService/FlashPromotionLogList" FlashPromotionLogService_FlashPromotionLogUpdate_FullMethodName = "/smsclient.FlashPromotionLogService/FlashPromotionLogUpdate" FlashPromotionLogService_FlashPromotionLogDelete_FullMethodName = "/smsclient.FlashPromotionLogService/FlashPromotionLogDelete" )
const ( FlashPromotionProductRelationService_FlashPromotionProductRelationAdd_FullMethodName = "/smsclient.FlashPromotionProductRelationService/FlashPromotionProductRelationAdd" FlashPromotionProductRelationService_FlashPromotionProductRelationList_FullMethodName = "/smsclient.FlashPromotionProductRelationService/FlashPromotionProductRelationList" FlashPromotionProductRelationService_FlashPromotionProductRelationUpdate_FullMethodName = "/smsclient.FlashPromotionProductRelationService/FlashPromotionProductRelationUpdate" FlashPromotionProductRelationService_FlashPromotionProductRelationDelete_FullMethodName = "/smsclient.FlashPromotionProductRelationService/FlashPromotionProductRelationDelete" FlashPromotionProductRelationService_QueryFlashPromotionByProduct_FullMethodName = "/smsclient.FlashPromotionProductRelationService/QueryFlashPromotionByProduct" )
const ( FlashPromotionSessionService_FlashPromotionSessionAdd_FullMethodName = "/smsclient.FlashPromotionSessionService/FlashPromotionSessionAdd" FlashPromotionSessionService_FlashPromotionSessionList_FullMethodName = "/smsclient.FlashPromotionSessionService/FlashPromotionSessionList" FlashPromotionSessionService_FlashPromotionSessionUpdate_FullMethodName = "/smsclient.FlashPromotionSessionService/FlashPromotionSessionUpdate" FlashPromotionSessionService_FlashPromotionSessionDelete_FullMethodName = "/smsclient.FlashPromotionSessionService/FlashPromotionSessionDelete" FlashPromotionSessionService_FlashPromotionSessionByTime_FullMethodName = "/smsclient.FlashPromotionSessionService/FlashPromotionSessionByTime" )
const ( HomeAdvertiseService_HomeAdvertiseAdd_FullMethodName = "/smsclient.HomeAdvertiseService/HomeAdvertiseAdd" HomeAdvertiseService_HomeAdvertiseList_FullMethodName = "/smsclient.HomeAdvertiseService/HomeAdvertiseList" HomeAdvertiseService_HomeAdvertiseUpdate_FullMethodName = "/smsclient.HomeAdvertiseService/HomeAdvertiseUpdate" HomeAdvertiseService_HomeAdvertiseDelete_FullMethodName = "/smsclient.HomeAdvertiseService/HomeAdvertiseDelete" )
const ( HomeBrandService_HomeBrandAdd_FullMethodName = "/smsclient.HomeBrandService/HomeBrandAdd" HomeBrandService_HomeBrandList_FullMethodName = "/smsclient.HomeBrandService/HomeBrandList" HomeBrandService_HomeBrandUpdate_FullMethodName = "/smsclient.HomeBrandService/HomeBrandUpdate" HomeBrandService_HomeBrandDelete_FullMethodName = "/smsclient.HomeBrandService/HomeBrandDelete" )
const ( HomeNewProductService_HomeNewProductAdd_FullMethodName = "/smsclient.HomeNewProductService/HomeNewProductAdd" HomeNewProductService_HomeNewProductList_FullMethodName = "/smsclient.HomeNewProductService/HomeNewProductList" HomeNewProductService_HomeNewProductUpdate_FullMethodName = "/smsclient.HomeNewProductService/HomeNewProductUpdate" HomeNewProductService_HomeNewProductDelete_FullMethodName = "/smsclient.HomeNewProductService/HomeNewProductDelete" )
const ( HomeRecommendProductService_HomeRecommendProductAdd_FullMethodName = "/smsclient.HomeRecommendProductService/HomeRecommendProductAdd" HomeRecommendProductService_HomeRecommendProductList_FullMethodName = "/smsclient.HomeRecommendProductService/HomeRecommendProductList" HomeRecommendProductService_HomeRecommendProductUpdate_FullMethodName = "/smsclient.HomeRecommendProductService/HomeRecommendProductUpdate" HomeRecommendProductService_HomeRecommendProductDelete_FullMethodName = "/smsclient.HomeRecommendProductService/HomeRecommendProductDelete" )
const ( HomeRecommendSubjectService_HomeRecommendSubjectAdd_FullMethodName = "/smsclient.HomeRecommendSubjectService/HomeRecommendSubjectAdd" HomeRecommendSubjectService_HomeRecommendSubjectList_FullMethodName = "/smsclient.HomeRecommendSubjectService/HomeRecommendSubjectList" HomeRecommendSubjectService_HomeRecommendSubjectUpdate_FullMethodName = "/smsclient.HomeRecommendSubjectService/HomeRecommendSubjectUpdate" HomeRecommendSubjectService_HomeRecommendSubjectDelete_FullMethodName = "/smsclient.HomeRecommendSubjectService/HomeRecommendSubjectDelete" )
Variables ¶
var CouponHistoryService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "smsclient.CouponHistoryService", HandlerType: (*CouponHistoryServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CouponHistoryAdd", Handler: _CouponHistoryService_CouponHistoryAdd_Handler, }, { MethodName: "CouponHistoryList", Handler: _CouponHistoryService_CouponHistoryList_Handler, }, { MethodName: "CouponHistoryUpdate", Handler: _CouponHistoryService_CouponHistoryUpdate_Handler, }, { MethodName: "CouponHistoryDelete", Handler: _CouponHistoryService_CouponHistoryDelete_Handler, }, { MethodName: "CouponCount", Handler: _CouponHistoryService_CouponCount_Handler, }, { MethodName: "QueryMemberCouponList", Handler: _CouponHistoryService_QueryMemberCouponList_Handler, }, { MethodName: "UpdateCouponStatus", Handler: _CouponHistoryService_UpdateCouponStatus_Handler, }, { MethodName: "QueryCouponHistoryDetailList", Handler: _CouponHistoryService_QueryCouponHistoryDetailList_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "rpc/sms/sms.proto", }
CouponHistoryService_ServiceDesc is the grpc.ServiceDesc for CouponHistoryService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var CouponProductCategoryRelationService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "smsclient.CouponProductCategoryRelationService", HandlerType: (*CouponProductCategoryRelationServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CouponProductCategoryRelationAdd", Handler: _CouponProductCategoryRelationService_CouponProductCategoryRelationAdd_Handler, }, { MethodName: "CouponProductCategoryRelationList", Handler: _CouponProductCategoryRelationService_CouponProductCategoryRelationList_Handler, }, { MethodName: "CouponProductCategoryRelationUpdate", Handler: _CouponProductCategoryRelationService_CouponProductCategoryRelationUpdate_Handler, }, { MethodName: "CouponProductCategoryRelationDelete", Handler: _CouponProductCategoryRelationService_CouponProductCategoryRelationDelete_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "rpc/sms/sms.proto", }
CouponProductCategoryRelationService_ServiceDesc is the grpc.ServiceDesc for CouponProductCategoryRelationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var CouponProductRelationService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "smsclient.CouponProductRelationService", HandlerType: (*CouponProductRelationServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CouponProductRelationAdd", Handler: _CouponProductRelationService_CouponProductRelationAdd_Handler, }, { MethodName: "CouponProductRelationList", Handler: _CouponProductRelationService_CouponProductRelationList_Handler, }, { MethodName: "CouponProductRelationUpdate", Handler: _CouponProductRelationService_CouponProductRelationUpdate_Handler, }, { MethodName: "CouponProductRelationDelete", Handler: _CouponProductRelationService_CouponProductRelationDelete_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "rpc/sms/sms.proto", }
CouponProductRelationService_ServiceDesc is the grpc.ServiceDesc for CouponProductRelationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var CouponService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "smsclient.CouponService", HandlerType: (*CouponServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CouponAdd", Handler: _CouponService_CouponAdd_Handler, }, { MethodName: "CouponList", Handler: _CouponService_CouponList_Handler, }, { MethodName: "CouponUpdate", Handler: _CouponService_CouponUpdate_Handler, }, { MethodName: "CouponDelete", Handler: _CouponService_CouponDelete_Handler, }, { MethodName: "CouponFindById", Handler: _CouponService_CouponFindById_Handler, }, { MethodName: "CouponFindByIds", Handler: _CouponService_CouponFindByIds_Handler, }, { MethodName: "CouponFindByProductIdAndProductCategoryId", Handler: _CouponService_CouponFindByProductIdAndProductCategoryId_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "rpc/sms/sms.proto", }
CouponService_ServiceDesc is the grpc.ServiceDesc for CouponService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_rpc_sms_sms_proto protoreflect.FileDescriptor
var FlashPromotionLogService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "smsclient.FlashPromotionLogService", HandlerType: (*FlashPromotionLogServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "FlashPromotionLogAdd", Handler: _FlashPromotionLogService_FlashPromotionLogAdd_Handler, }, { MethodName: "FlashPromotionLogList", Handler: _FlashPromotionLogService_FlashPromotionLogList_Handler, }, { MethodName: "FlashPromotionLogUpdate", Handler: _FlashPromotionLogService_FlashPromotionLogUpdate_Handler, }, { MethodName: "FlashPromotionLogDelete", Handler: _FlashPromotionLogService_FlashPromotionLogDelete_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "rpc/sms/sms.proto", }
FlashPromotionLogService_ServiceDesc is the grpc.ServiceDesc for FlashPromotionLogService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var FlashPromotionProductRelationService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "smsclient.FlashPromotionProductRelationService", HandlerType: (*FlashPromotionProductRelationServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "FlashPromotionProductRelationAdd", Handler: _FlashPromotionProductRelationService_FlashPromotionProductRelationAdd_Handler, }, { MethodName: "FlashPromotionProductRelationList", Handler: _FlashPromotionProductRelationService_FlashPromotionProductRelationList_Handler, }, { MethodName: "FlashPromotionProductRelationUpdate", Handler: _FlashPromotionProductRelationService_FlashPromotionProductRelationUpdate_Handler, }, { MethodName: "FlashPromotionProductRelationDelete", Handler: _FlashPromotionProductRelationService_FlashPromotionProductRelationDelete_Handler, }, { MethodName: "QueryFlashPromotionByProduct", Handler: _FlashPromotionProductRelationService_QueryFlashPromotionByProduct_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "rpc/sms/sms.proto", }
FlashPromotionProductRelationService_ServiceDesc is the grpc.ServiceDesc for FlashPromotionProductRelationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var FlashPromotionService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "smsclient.FlashPromotionService", HandlerType: (*FlashPromotionServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "FlashPromotionAdd", Handler: _FlashPromotionService_FlashPromotionAdd_Handler, }, { MethodName: "FlashPromotionList", Handler: _FlashPromotionService_FlashPromotionList_Handler, }, { MethodName: "FlashPromotionUpdate", Handler: _FlashPromotionService_FlashPromotionUpdate_Handler, }, { MethodName: "FlashPromotionDelete", Handler: _FlashPromotionService_FlashPromotionDelete_Handler, }, { MethodName: "FlashPromotionListByDate", Handler: _FlashPromotionService_FlashPromotionListByDate_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "rpc/sms/sms.proto", }
FlashPromotionService_ServiceDesc is the grpc.ServiceDesc for FlashPromotionService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var FlashPromotionSessionService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "smsclient.FlashPromotionSessionService", HandlerType: (*FlashPromotionSessionServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "FlashPromotionSessionAdd", Handler: _FlashPromotionSessionService_FlashPromotionSessionAdd_Handler, }, { MethodName: "FlashPromotionSessionList", Handler: _FlashPromotionSessionService_FlashPromotionSessionList_Handler, }, { MethodName: "FlashPromotionSessionUpdate", Handler: _FlashPromotionSessionService_FlashPromotionSessionUpdate_Handler, }, { MethodName: "FlashPromotionSessionDelete", Handler: _FlashPromotionSessionService_FlashPromotionSessionDelete_Handler, }, { MethodName: "FlashPromotionSessionByTime", Handler: _FlashPromotionSessionService_FlashPromotionSessionByTime_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "rpc/sms/sms.proto", }
FlashPromotionSessionService_ServiceDesc is the grpc.ServiceDesc for FlashPromotionSessionService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var HomeAdvertiseService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "smsclient.HomeAdvertiseService", HandlerType: (*HomeAdvertiseServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "HomeAdvertiseAdd", Handler: _HomeAdvertiseService_HomeAdvertiseAdd_Handler, }, { MethodName: "HomeAdvertiseList", Handler: _HomeAdvertiseService_HomeAdvertiseList_Handler, }, { MethodName: "HomeAdvertiseUpdate", Handler: _HomeAdvertiseService_HomeAdvertiseUpdate_Handler, }, { MethodName: "HomeAdvertiseDelete", Handler: _HomeAdvertiseService_HomeAdvertiseDelete_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "rpc/sms/sms.proto", }
HomeAdvertiseService_ServiceDesc is the grpc.ServiceDesc for HomeAdvertiseService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var HomeBrandService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "smsclient.HomeBrandService", HandlerType: (*HomeBrandServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "HomeBrandAdd", Handler: _HomeBrandService_HomeBrandAdd_Handler, }, { MethodName: "HomeBrandList", Handler: _HomeBrandService_HomeBrandList_Handler, }, { MethodName: "HomeBrandUpdate", Handler: _HomeBrandService_HomeBrandUpdate_Handler, }, { MethodName: "HomeBrandDelete", Handler: _HomeBrandService_HomeBrandDelete_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "rpc/sms/sms.proto", }
HomeBrandService_ServiceDesc is the grpc.ServiceDesc for HomeBrandService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var HomeNewProductService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "smsclient.HomeNewProductService", HandlerType: (*HomeNewProductServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "HomeNewProductAdd", Handler: _HomeNewProductService_HomeNewProductAdd_Handler, }, { MethodName: "HomeNewProductList", Handler: _HomeNewProductService_HomeNewProductList_Handler, }, { MethodName: "HomeNewProductUpdate", Handler: _HomeNewProductService_HomeNewProductUpdate_Handler, }, { MethodName: "HomeNewProductDelete", Handler: _HomeNewProductService_HomeNewProductDelete_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "rpc/sms/sms.proto", }
HomeNewProductService_ServiceDesc is the grpc.ServiceDesc for HomeNewProductService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var HomeRecommendProductService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "smsclient.HomeRecommendProductService", HandlerType: (*HomeRecommendProductServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "HomeRecommendProductAdd", Handler: _HomeRecommendProductService_HomeRecommendProductAdd_Handler, }, { MethodName: "HomeRecommendProductList", Handler: _HomeRecommendProductService_HomeRecommendProductList_Handler, }, { MethodName: "HomeRecommendProductUpdate", Handler: _HomeRecommendProductService_HomeRecommendProductUpdate_Handler, }, { MethodName: "HomeRecommendProductDelete", Handler: _HomeRecommendProductService_HomeRecommendProductDelete_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "rpc/sms/sms.proto", }
HomeRecommendProductService_ServiceDesc is the grpc.ServiceDesc for HomeRecommendProductService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var HomeRecommendSubjectService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "smsclient.HomeRecommendSubjectService", HandlerType: (*HomeRecommendSubjectServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "HomeRecommendSubjectAdd", Handler: _HomeRecommendSubjectService_HomeRecommendSubjectAdd_Handler, }, { MethodName: "HomeRecommendSubjectList", Handler: _HomeRecommendSubjectService_HomeRecommendSubjectList_Handler, }, { MethodName: "HomeRecommendSubjectUpdate", Handler: _HomeRecommendSubjectService_HomeRecommendSubjectUpdate_Handler, }, { MethodName: "HomeRecommendSubjectDelete", Handler: _HomeRecommendSubjectService_HomeRecommendSubjectDelete_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "rpc/sms/sms.proto", }
HomeRecommendSubjectService_ServiceDesc is the grpc.ServiceDesc for HomeRecommendSubjectService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterCouponHistoryServiceServer ¶
func RegisterCouponHistoryServiceServer(s grpc.ServiceRegistrar, srv CouponHistoryServiceServer)
func RegisterCouponProductCategoryRelationServiceServer ¶
func RegisterCouponProductCategoryRelationServiceServer(s grpc.ServiceRegistrar, srv CouponProductCategoryRelationServiceServer)
func RegisterCouponProductRelationServiceServer ¶
func RegisterCouponProductRelationServiceServer(s grpc.ServiceRegistrar, srv CouponProductRelationServiceServer)
func RegisterCouponServiceServer ¶
func RegisterCouponServiceServer(s grpc.ServiceRegistrar, srv CouponServiceServer)
func RegisterFlashPromotionLogServiceServer ¶
func RegisterFlashPromotionLogServiceServer(s grpc.ServiceRegistrar, srv FlashPromotionLogServiceServer)
func RegisterFlashPromotionProductRelationServiceServer ¶
func RegisterFlashPromotionProductRelationServiceServer(s grpc.ServiceRegistrar, srv FlashPromotionProductRelationServiceServer)
func RegisterFlashPromotionServiceServer ¶
func RegisterFlashPromotionServiceServer(s grpc.ServiceRegistrar, srv FlashPromotionServiceServer)
func RegisterFlashPromotionSessionServiceServer ¶
func RegisterFlashPromotionSessionServiceServer(s grpc.ServiceRegistrar, srv FlashPromotionSessionServiceServer)
func RegisterHomeAdvertiseServiceServer ¶
func RegisterHomeAdvertiseServiceServer(s grpc.ServiceRegistrar, srv HomeAdvertiseServiceServer)
func RegisterHomeBrandServiceServer ¶
func RegisterHomeBrandServiceServer(s grpc.ServiceRegistrar, srv HomeBrandServiceServer)
func RegisterHomeNewProductServiceServer ¶
func RegisterHomeNewProductServiceServer(s grpc.ServiceRegistrar, srv HomeNewProductServiceServer)
func RegisterHomeRecommendProductServiceServer ¶
func RegisterHomeRecommendProductServiceServer(s grpc.ServiceRegistrar, srv HomeRecommendProductServiceServer)
func RegisterHomeRecommendSubjectServiceServer ¶
func RegisterHomeRecommendSubjectServiceServer(s grpc.ServiceRegistrar, srv HomeRecommendSubjectServiceServer)
Types ¶
type CouponAddReq ¶
type CouponAddReq struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // Type int32 `protobuf:"varint,2,opt,name=Type,proto3" json:"Type,omitempty"` //优惠券类型;0->全场赠券;1->会员赠券;2->购物赠券;3->注册赠券 Name string `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"` //名称 Platform int32 `protobuf:"varint,4,opt,name=Platform,proto3" json:"Platform,omitempty"` //使用平台:0->全部;1->移动;2->PC Count int32 `protobuf:"varint,5,opt,name=Count,proto3" json:"Count,omitempty"` //数量 Amount float64 `protobuf:"fixed64,6,opt,name=Amount,proto3" json:"Amount,omitempty"` //金额 PerLimit int32 `protobuf:"varint,7,opt,name=PerLimit,proto3" json:"PerLimit,omitempty"` //每人限领张数 MinPoint float64 `protobuf:"fixed64,8,opt,name=MinPoint,proto3" json:"MinPoint,omitempty"` //使用门槛;0表示无门槛 StartTime string `protobuf:"bytes,9,opt,name=StartTime,proto3" json:"StartTime,omitempty"` //开始时间 EndTime string `protobuf:"bytes,10,opt,name=EndTime,proto3" json:"EndTime,omitempty"` //结束时间 UseType int32 `protobuf:"varint,11,opt,name=UseType,proto3" json:"UseType,omitempty"` //使用类型:0->全场通用;1->指定分类;2->指定商品 Note string `protobuf:"bytes,12,opt,name=Note,proto3" json:"Note,omitempty"` //备注 PublishCount int32 `protobuf:"varint,13,opt,name=PublishCount,proto3" json:"PublishCount,omitempty"` //发行数量 UseCount int32 `protobuf:"varint,14,opt,name=UseCount,proto3" json:"UseCount,omitempty"` //已使用数量 ReceiveCount int32 `protobuf:"varint,15,opt,name=ReceiveCount,proto3" json:"ReceiveCount,omitempty"` //领取数量 EnableTime string `protobuf:"bytes,16,opt,name=EnableTime,proto3" json:"EnableTime,omitempty"` //可以领取的日期 Code string `protobuf:"bytes,17,opt,name=Code,proto3" json:"Code,omitempty"` //优惠码 MemberLevel int32 `protobuf:"varint,18,opt,name=MemberLevel,proto3" json:"MemberLevel,omitempty"` //可领取的会员类型:0->无限时 // contains filtered or unexported fields }
func (*CouponAddReq) Descriptor
deprecated
func (*CouponAddReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponAddReq.ProtoReflect.Descriptor instead.
func (*CouponAddReq) GetAmount ¶
func (x *CouponAddReq) GetAmount() float64
func (*CouponAddReq) GetCode ¶
func (x *CouponAddReq) GetCode() string
func (*CouponAddReq) GetCount ¶
func (x *CouponAddReq) GetCount() int32
func (*CouponAddReq) GetEnableTime ¶
func (x *CouponAddReq) GetEnableTime() string
func (*CouponAddReq) GetEndTime ¶
func (x *CouponAddReq) GetEndTime() string
func (*CouponAddReq) GetId ¶
func (x *CouponAddReq) GetId() int64
func (*CouponAddReq) GetMemberLevel ¶
func (x *CouponAddReq) GetMemberLevel() int32
func (*CouponAddReq) GetMinPoint ¶
func (x *CouponAddReq) GetMinPoint() float64
func (*CouponAddReq) GetName ¶
func (x *CouponAddReq) GetName() string
func (*CouponAddReq) GetNote ¶
func (x *CouponAddReq) GetNote() string
func (*CouponAddReq) GetPerLimit ¶
func (x *CouponAddReq) GetPerLimit() int32
func (*CouponAddReq) GetPlatform ¶
func (x *CouponAddReq) GetPlatform() int32
func (*CouponAddReq) GetPublishCount ¶
func (x *CouponAddReq) GetPublishCount() int32
func (*CouponAddReq) GetReceiveCount ¶
func (x *CouponAddReq) GetReceiveCount() int32
func (*CouponAddReq) GetStartTime ¶
func (x *CouponAddReq) GetStartTime() string
func (*CouponAddReq) GetType ¶
func (x *CouponAddReq) GetType() int32
func (*CouponAddReq) GetUseCount ¶
func (x *CouponAddReq) GetUseCount() int32
func (*CouponAddReq) GetUseType ¶
func (x *CouponAddReq) GetUseType() int32
func (*CouponAddReq) ProtoMessage ¶
func (*CouponAddReq) ProtoMessage()
func (*CouponAddReq) ProtoReflect ¶
func (x *CouponAddReq) ProtoReflect() protoreflect.Message
func (*CouponAddReq) Reset ¶
func (x *CouponAddReq) Reset()
func (*CouponAddReq) String ¶
func (x *CouponAddReq) String() string
type CouponAddResp ¶
type CouponAddResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*CouponAddResp) Descriptor
deprecated
func (*CouponAddResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponAddResp.ProtoReflect.Descriptor instead.
func (*CouponAddResp) GetPong ¶
func (x *CouponAddResp) GetPong() string
func (*CouponAddResp) ProtoMessage ¶
func (*CouponAddResp) ProtoMessage()
func (*CouponAddResp) ProtoReflect ¶
func (x *CouponAddResp) ProtoReflect() protoreflect.Message
func (*CouponAddResp) Reset ¶
func (x *CouponAddResp) Reset()
func (*CouponAddResp) String ¶
func (x *CouponAddResp) String() string
type CouponCountReq ¶
type CouponCountReq struct { MemberId int64 `protobuf:"varint,1,opt,name=memberId,proto3" json:"memberId,omitempty"` // contains filtered or unexported fields }
func (*CouponCountReq) Descriptor
deprecated
func (*CouponCountReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponCountReq.ProtoReflect.Descriptor instead.
func (*CouponCountReq) GetMemberId ¶
func (x *CouponCountReq) GetMemberId() int64
func (*CouponCountReq) ProtoMessage ¶
func (*CouponCountReq) ProtoMessage()
func (*CouponCountReq) ProtoReflect ¶
func (x *CouponCountReq) ProtoReflect() protoreflect.Message
func (*CouponCountReq) Reset ¶
func (x *CouponCountReq) Reset()
func (*CouponCountReq) String ¶
func (x *CouponCountReq) String() string
type CouponCountResp ¶
type CouponCountResp struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` // contains filtered or unexported fields }
func (*CouponCountResp) Descriptor
deprecated
func (*CouponCountResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponCountResp.ProtoReflect.Descriptor instead.
func (*CouponCountResp) GetTotal ¶
func (x *CouponCountResp) GetTotal() int64
func (*CouponCountResp) ProtoMessage ¶
func (*CouponCountResp) ProtoMessage()
func (*CouponCountResp) ProtoReflect ¶
func (x *CouponCountResp) ProtoReflect() protoreflect.Message
func (*CouponCountResp) Reset ¶
func (x *CouponCountResp) Reset()
func (*CouponCountResp) String ¶
func (x *CouponCountResp) String() string
type CouponDeleteReq ¶
type CouponDeleteReq struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*CouponDeleteReq) Descriptor
deprecated
func (*CouponDeleteReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponDeleteReq.ProtoReflect.Descriptor instead.
func (*CouponDeleteReq) GetIds ¶
func (x *CouponDeleteReq) GetIds() []int64
func (*CouponDeleteReq) ProtoMessage ¶
func (*CouponDeleteReq) ProtoMessage()
func (*CouponDeleteReq) ProtoReflect ¶
func (x *CouponDeleteReq) ProtoReflect() protoreflect.Message
func (*CouponDeleteReq) Reset ¶
func (x *CouponDeleteReq) Reset()
func (*CouponDeleteReq) String ¶
func (x *CouponDeleteReq) String() string
type CouponDeleteResp ¶
type CouponDeleteResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*CouponDeleteResp) Descriptor
deprecated
func (*CouponDeleteResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponDeleteResp.ProtoReflect.Descriptor instead.
func (*CouponDeleteResp) GetPong ¶
func (x *CouponDeleteResp) GetPong() string
func (*CouponDeleteResp) ProtoMessage ¶
func (*CouponDeleteResp) ProtoMessage()
func (*CouponDeleteResp) ProtoReflect ¶
func (x *CouponDeleteResp) ProtoReflect() protoreflect.Message
func (*CouponDeleteResp) Reset ¶
func (x *CouponDeleteResp) Reset()
func (*CouponDeleteResp) String ¶
func (x *CouponDeleteResp) String() string
type CouponFindByIdReq ¶
type CouponFindByIdReq struct { CouponId int64 `protobuf:"varint,1,opt,name=CouponId,proto3" json:"CouponId,omitempty"` // contains filtered or unexported fields }
func (*CouponFindByIdReq) Descriptor
deprecated
func (*CouponFindByIdReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponFindByIdReq.ProtoReflect.Descriptor instead.
func (*CouponFindByIdReq) GetCouponId ¶
func (x *CouponFindByIdReq) GetCouponId() int64
func (*CouponFindByIdReq) ProtoMessage ¶
func (*CouponFindByIdReq) ProtoMessage()
func (*CouponFindByIdReq) ProtoReflect ¶
func (x *CouponFindByIdReq) ProtoReflect() protoreflect.Message
func (*CouponFindByIdReq) Reset ¶
func (x *CouponFindByIdReq) Reset()
func (*CouponFindByIdReq) String ¶
func (x *CouponFindByIdReq) String() string
type CouponFindByIdResp ¶
type CouponFindByIdResp struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // Type int32 `protobuf:"varint,2,opt,name=Type,proto3" json:"Type,omitempty"` //优惠券类型;0->全场赠券;1->会员赠券;2->购物赠券;3->注册赠券 Name string `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"` //名称 Platform int32 `protobuf:"varint,4,opt,name=Platform,proto3" json:"Platform,omitempty"` //使用平台:0->全部;1->移动;2->PC Count int32 `protobuf:"varint,5,opt,name=Count,proto3" json:"Count,omitempty"` //数量 Amount float64 `protobuf:"fixed64,6,opt,name=Amount,proto3" json:"Amount,omitempty"` //金额 PerLimit int32 `protobuf:"varint,7,opt,name=PerLimit,proto3" json:"PerLimit,omitempty"` //每人限领张数 MinPoint float64 `protobuf:"fixed64,8,opt,name=MinPoint,proto3" json:"MinPoint,omitempty"` //使用门槛;0表示无门槛 StartTime string `protobuf:"bytes,9,opt,name=StartTime,proto3" json:"StartTime,omitempty"` //开始时间 EndTime string `protobuf:"bytes,10,opt,name=EndTime,proto3" json:"EndTime,omitempty"` //结束时间 UseType int32 `protobuf:"varint,11,opt,name=UseType,proto3" json:"UseType,omitempty"` //使用类型:0->全场通用;1->指定分类;2->指定商品 Note string `protobuf:"bytes,12,opt,name=Note,proto3" json:"Note,omitempty"` //备注 PublishCount int32 `protobuf:"varint,13,opt,name=PublishCount,proto3" json:"PublishCount,omitempty"` //发行数量 UseCount int32 `protobuf:"varint,14,opt,name=UseCount,proto3" json:"UseCount,omitempty"` //已使用数量 ReceiveCount int32 `protobuf:"varint,15,opt,name=ReceiveCount,proto3" json:"ReceiveCount,omitempty"` //领取数量 EnableTime string `protobuf:"bytes,16,opt,name=EnableTime,proto3" json:"EnableTime,omitempty"` //可以领取的日期 Code string `protobuf:"bytes,17,opt,name=Code,proto3" json:"Code,omitempty"` //优惠码 MemberLevel int32 `protobuf:"varint,18,opt,name=MemberLevel,proto3" json:"MemberLevel,omitempty"` //可领取的会员类型:0->无限时 // contains filtered or unexported fields }
func (*CouponFindByIdResp) Descriptor
deprecated
func (*CouponFindByIdResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponFindByIdResp.ProtoReflect.Descriptor instead.
func (*CouponFindByIdResp) GetAmount ¶
func (x *CouponFindByIdResp) GetAmount() float64
func (*CouponFindByIdResp) GetCode ¶
func (x *CouponFindByIdResp) GetCode() string
func (*CouponFindByIdResp) GetCount ¶
func (x *CouponFindByIdResp) GetCount() int32
func (*CouponFindByIdResp) GetEnableTime ¶
func (x *CouponFindByIdResp) GetEnableTime() string
func (*CouponFindByIdResp) GetEndTime ¶
func (x *CouponFindByIdResp) GetEndTime() string
func (*CouponFindByIdResp) GetId ¶
func (x *CouponFindByIdResp) GetId() int64
func (*CouponFindByIdResp) GetMemberLevel ¶
func (x *CouponFindByIdResp) GetMemberLevel() int32
func (*CouponFindByIdResp) GetMinPoint ¶
func (x *CouponFindByIdResp) GetMinPoint() float64
func (*CouponFindByIdResp) GetName ¶
func (x *CouponFindByIdResp) GetName() string
func (*CouponFindByIdResp) GetNote ¶
func (x *CouponFindByIdResp) GetNote() string
func (*CouponFindByIdResp) GetPerLimit ¶
func (x *CouponFindByIdResp) GetPerLimit() int32
func (*CouponFindByIdResp) GetPlatform ¶
func (x *CouponFindByIdResp) GetPlatform() int32
func (*CouponFindByIdResp) GetPublishCount ¶
func (x *CouponFindByIdResp) GetPublishCount() int32
func (*CouponFindByIdResp) GetReceiveCount ¶
func (x *CouponFindByIdResp) GetReceiveCount() int32
func (*CouponFindByIdResp) GetStartTime ¶
func (x *CouponFindByIdResp) GetStartTime() string
func (*CouponFindByIdResp) GetType ¶
func (x *CouponFindByIdResp) GetType() int32
func (*CouponFindByIdResp) GetUseCount ¶
func (x *CouponFindByIdResp) GetUseCount() int32
func (*CouponFindByIdResp) GetUseType ¶
func (x *CouponFindByIdResp) GetUseType() int32
func (*CouponFindByIdResp) ProtoMessage ¶
func (*CouponFindByIdResp) ProtoMessage()
func (*CouponFindByIdResp) ProtoReflect ¶
func (x *CouponFindByIdResp) ProtoReflect() protoreflect.Message
func (*CouponFindByIdResp) Reset ¶
func (x *CouponFindByIdResp) Reset()
func (*CouponFindByIdResp) String ¶
func (x *CouponFindByIdResp) String() string
type CouponFindByIdsReq ¶
type CouponFindByIdsReq struct { CouponIds []int64 `protobuf:"varint,1,rep,packed,name=CouponIds,proto3" json:"CouponIds,omitempty"` // contains filtered or unexported fields }
func (*CouponFindByIdsReq) Descriptor
deprecated
func (*CouponFindByIdsReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponFindByIdsReq.ProtoReflect.Descriptor instead.
func (*CouponFindByIdsReq) GetCouponIds ¶
func (x *CouponFindByIdsReq) GetCouponIds() []int64
func (*CouponFindByIdsReq) ProtoMessage ¶
func (*CouponFindByIdsReq) ProtoMessage()
func (*CouponFindByIdsReq) ProtoReflect ¶
func (x *CouponFindByIdsReq) ProtoReflect() protoreflect.Message
func (*CouponFindByIdsReq) Reset ¶
func (x *CouponFindByIdsReq) Reset()
func (*CouponFindByIdsReq) String ¶
func (x *CouponFindByIdsReq) String() string
type CouponFindByIdsResp ¶
type CouponFindByIdsResp struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*CouponListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*CouponFindByIdsResp) Descriptor
deprecated
func (*CouponFindByIdsResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponFindByIdsResp.ProtoReflect.Descriptor instead.
func (*CouponFindByIdsResp) GetList ¶
func (x *CouponFindByIdsResp) GetList() []*CouponListData
func (*CouponFindByIdsResp) GetTotal ¶
func (x *CouponFindByIdsResp) GetTotal() int64
func (*CouponFindByIdsResp) ProtoMessage ¶
func (*CouponFindByIdsResp) ProtoMessage()
func (*CouponFindByIdsResp) ProtoReflect ¶
func (x *CouponFindByIdsResp) ProtoReflect() protoreflect.Message
func (*CouponFindByIdsResp) Reset ¶
func (x *CouponFindByIdsResp) Reset()
func (*CouponFindByIdsResp) String ¶
func (x *CouponFindByIdsResp) String() string
type CouponFindByProductIdAndProductCategoryIdReq ¶
type CouponFindByProductIdAndProductCategoryIdReq struct { ProductId int64 `protobuf:"varint,1,opt,name=productId,proto3" json:"productId,omitempty"` ProductCategoryId int64 `protobuf:"varint,2,opt,name=ProductCategoryId,proto3" json:"ProductCategoryId,omitempty"` // contains filtered or unexported fields }
func (*CouponFindByProductIdAndProductCategoryIdReq) Descriptor
deprecated
func (*CouponFindByProductIdAndProductCategoryIdReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponFindByProductIdAndProductCategoryIdReq.ProtoReflect.Descriptor instead.
func (*CouponFindByProductIdAndProductCategoryIdReq) GetProductCategoryId ¶
func (x *CouponFindByProductIdAndProductCategoryIdReq) GetProductCategoryId() int64
func (*CouponFindByProductIdAndProductCategoryIdReq) GetProductId ¶
func (x *CouponFindByProductIdAndProductCategoryIdReq) GetProductId() int64
func (*CouponFindByProductIdAndProductCategoryIdReq) ProtoMessage ¶
func (*CouponFindByProductIdAndProductCategoryIdReq) ProtoMessage()
func (*CouponFindByProductIdAndProductCategoryIdReq) ProtoReflect ¶
func (x *CouponFindByProductIdAndProductCategoryIdReq) ProtoReflect() protoreflect.Message
func (*CouponFindByProductIdAndProductCategoryIdReq) Reset ¶
func (x *CouponFindByProductIdAndProductCategoryIdReq) Reset()
func (*CouponFindByProductIdAndProductCategoryIdReq) String ¶
func (x *CouponFindByProductIdAndProductCategoryIdReq) String() string
type CouponFindByProductIdAndProductCategoryIdResp ¶
type CouponFindByProductIdAndProductCategoryIdResp struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*CouponListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*CouponFindByProductIdAndProductCategoryIdResp) Descriptor
deprecated
func (*CouponFindByProductIdAndProductCategoryIdResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponFindByProductIdAndProductCategoryIdResp.ProtoReflect.Descriptor instead.
func (*CouponFindByProductIdAndProductCategoryIdResp) GetList ¶
func (x *CouponFindByProductIdAndProductCategoryIdResp) GetList() []*CouponListData
func (*CouponFindByProductIdAndProductCategoryIdResp) GetTotal ¶
func (x *CouponFindByProductIdAndProductCategoryIdResp) GetTotal() int64
func (*CouponFindByProductIdAndProductCategoryIdResp) ProtoMessage ¶
func (*CouponFindByProductIdAndProductCategoryIdResp) ProtoMessage()
func (*CouponFindByProductIdAndProductCategoryIdResp) ProtoReflect ¶
func (x *CouponFindByProductIdAndProductCategoryIdResp) ProtoReflect() protoreflect.Message
func (*CouponFindByProductIdAndProductCategoryIdResp) Reset ¶
func (x *CouponFindByProductIdAndProductCategoryIdResp) Reset()
func (*CouponFindByProductIdAndProductCategoryIdResp) String ¶
func (x *CouponFindByProductIdAndProductCategoryIdResp) String() string
type CouponHistoryAddReq ¶
type CouponHistoryAddReq struct { CouponId int64 `protobuf:"varint,1,opt,name=CouponId,proto3" json:"CouponId,omitempty"` MemberId int64 `protobuf:"varint,2,opt,name=MemberId,proto3" json:"MemberId,omitempty"` CouponCode string `protobuf:"bytes,3,opt,name=CouponCode,proto3" json:"CouponCode,omitempty"` MemberNickname string `protobuf:"bytes,4,opt,name=MemberNickname,proto3" json:"MemberNickname,omitempty"` GetType int32 `protobuf:"varint,5,opt,name=GetType,proto3" json:"GetType,omitempty"` CreateTime string `protobuf:"bytes,6,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"` UseStatus int32 `protobuf:"varint,7,opt,name=UseStatus,proto3" json:"UseStatus,omitempty"` UseTime string `protobuf:"bytes,8,opt,name=UseTime,proto3" json:"UseTime,omitempty"` OrderId int64 `protobuf:"varint,9,opt,name=OrderId,proto3" json:"OrderId,omitempty"` OrderSn string `protobuf:"bytes,10,opt,name=OrderSn,proto3" json:"OrderSn,omitempty"` // contains filtered or unexported fields }
func (*CouponHistoryAddReq) Descriptor
deprecated
func (*CouponHistoryAddReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponHistoryAddReq.ProtoReflect.Descriptor instead.
func (*CouponHistoryAddReq) GetCouponCode ¶
func (x *CouponHistoryAddReq) GetCouponCode() string
func (*CouponHistoryAddReq) GetCouponId ¶
func (x *CouponHistoryAddReq) GetCouponId() int64
func (*CouponHistoryAddReq) GetCreateTime ¶
func (x *CouponHistoryAddReq) GetCreateTime() string
func (*CouponHistoryAddReq) GetGetType ¶
func (x *CouponHistoryAddReq) GetGetType() int32
func (*CouponHistoryAddReq) GetMemberId ¶
func (x *CouponHistoryAddReq) GetMemberId() int64
func (*CouponHistoryAddReq) GetMemberNickname ¶
func (x *CouponHistoryAddReq) GetMemberNickname() string
func (*CouponHistoryAddReq) GetOrderId ¶
func (x *CouponHistoryAddReq) GetOrderId() int64
func (*CouponHistoryAddReq) GetOrderSn ¶
func (x *CouponHistoryAddReq) GetOrderSn() string
func (*CouponHistoryAddReq) GetUseStatus ¶
func (x *CouponHistoryAddReq) GetUseStatus() int32
func (*CouponHistoryAddReq) GetUseTime ¶
func (x *CouponHistoryAddReq) GetUseTime() string
func (*CouponHistoryAddReq) ProtoMessage ¶
func (*CouponHistoryAddReq) ProtoMessage()
func (*CouponHistoryAddReq) ProtoReflect ¶
func (x *CouponHistoryAddReq) ProtoReflect() protoreflect.Message
func (*CouponHistoryAddReq) Reset ¶
func (x *CouponHistoryAddReq) Reset()
func (*CouponHistoryAddReq) String ¶
func (x *CouponHistoryAddReq) String() string
type CouponHistoryAddResp ¶
type CouponHistoryAddResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*CouponHistoryAddResp) Descriptor
deprecated
func (*CouponHistoryAddResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponHistoryAddResp.ProtoReflect.Descriptor instead.
func (*CouponHistoryAddResp) GetPong ¶
func (x *CouponHistoryAddResp) GetPong() string
func (*CouponHistoryAddResp) ProtoMessage ¶
func (*CouponHistoryAddResp) ProtoMessage()
func (*CouponHistoryAddResp) ProtoReflect ¶
func (x *CouponHistoryAddResp) ProtoReflect() protoreflect.Message
func (*CouponHistoryAddResp) Reset ¶
func (x *CouponHistoryAddResp) Reset()
func (*CouponHistoryAddResp) String ¶
func (x *CouponHistoryAddResp) String() string
type CouponHistoryDeleteReq ¶
type CouponHistoryDeleteReq struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*CouponHistoryDeleteReq) Descriptor
deprecated
func (*CouponHistoryDeleteReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponHistoryDeleteReq.ProtoReflect.Descriptor instead.
func (*CouponHistoryDeleteReq) GetIds ¶
func (x *CouponHistoryDeleteReq) GetIds() []int64
func (*CouponHistoryDeleteReq) ProtoMessage ¶
func (*CouponHistoryDeleteReq) ProtoMessage()
func (*CouponHistoryDeleteReq) ProtoReflect ¶
func (x *CouponHistoryDeleteReq) ProtoReflect() protoreflect.Message
func (*CouponHistoryDeleteReq) Reset ¶
func (x *CouponHistoryDeleteReq) Reset()
func (*CouponHistoryDeleteReq) String ¶
func (x *CouponHistoryDeleteReq) String() string
type CouponHistoryDeleteResp ¶
type CouponHistoryDeleteResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*CouponHistoryDeleteResp) Descriptor
deprecated
func (*CouponHistoryDeleteResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponHistoryDeleteResp.ProtoReflect.Descriptor instead.
func (*CouponHistoryDeleteResp) GetPong ¶
func (x *CouponHistoryDeleteResp) GetPong() string
func (*CouponHistoryDeleteResp) ProtoMessage ¶
func (*CouponHistoryDeleteResp) ProtoMessage()
func (*CouponHistoryDeleteResp) ProtoReflect ¶
func (x *CouponHistoryDeleteResp) ProtoReflect() protoreflect.Message
func (*CouponHistoryDeleteResp) Reset ¶
func (x *CouponHistoryDeleteResp) Reset()
func (*CouponHistoryDeleteResp) String ¶
func (x *CouponHistoryDeleteResp) String() string
type CouponHistoryDetailListData ¶
type CouponHistoryDetailListData struct { CouponHistoryListData *CouponHistoryListData `protobuf:"bytes,1,opt,name=couponHistoryListData,proto3" json:"couponHistoryListData,omitempty"` //用户领取的优惠券 CouponListData *CouponListData `protobuf:"bytes,2,opt,name=couponListData,proto3" json:"couponListData,omitempty"` //优惠券 ProductRelationList []*CouponProductRelationListData `protobuf:"bytes,3,rep,name=productRelationList,proto3" json:"productRelationList,omitempty"` //商品和优惠券的关联关糸 CategoryRelationList []*CouponProductCategoryRelationListData `protobuf:"bytes,4,rep,name=categoryRelationList,proto3" json:"categoryRelationList,omitempty"` //商品分类和优惠券的关联关糸 // contains filtered or unexported fields }
func (*CouponHistoryDetailListData) Descriptor
deprecated
func (*CouponHistoryDetailListData) Descriptor() ([]byte, []int)
Deprecated: Use CouponHistoryDetailListData.ProtoReflect.Descriptor instead.
func (*CouponHistoryDetailListData) GetCategoryRelationList ¶
func (x *CouponHistoryDetailListData) GetCategoryRelationList() []*CouponProductCategoryRelationListData
func (*CouponHistoryDetailListData) GetCouponHistoryListData ¶
func (x *CouponHistoryDetailListData) GetCouponHistoryListData() *CouponHistoryListData
func (*CouponHistoryDetailListData) GetCouponListData ¶
func (x *CouponHistoryDetailListData) GetCouponListData() *CouponListData
func (*CouponHistoryDetailListData) GetProductRelationList ¶
func (x *CouponHistoryDetailListData) GetProductRelationList() []*CouponProductRelationListData
func (*CouponHistoryDetailListData) ProtoMessage ¶
func (*CouponHistoryDetailListData) ProtoMessage()
func (*CouponHistoryDetailListData) ProtoReflect ¶
func (x *CouponHistoryDetailListData) ProtoReflect() protoreflect.Message
func (*CouponHistoryDetailListData) Reset ¶
func (x *CouponHistoryDetailListData) Reset()
func (*CouponHistoryDetailListData) String ¶
func (x *CouponHistoryDetailListData) String() string
type CouponHistoryDetailListReq ¶
type CouponHistoryDetailListReq struct { MemberId int64 `protobuf:"varint,1,opt,name=MemberId,proto3" json:"MemberId,omitempty"` // contains filtered or unexported fields }
func (*CouponHistoryDetailListReq) Descriptor
deprecated
func (*CouponHistoryDetailListReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponHistoryDetailListReq.ProtoReflect.Descriptor instead.
func (*CouponHistoryDetailListReq) GetMemberId ¶
func (x *CouponHistoryDetailListReq) GetMemberId() int64
func (*CouponHistoryDetailListReq) ProtoMessage ¶
func (*CouponHistoryDetailListReq) ProtoMessage()
func (*CouponHistoryDetailListReq) ProtoReflect ¶
func (x *CouponHistoryDetailListReq) ProtoReflect() protoreflect.Message
func (*CouponHistoryDetailListReq) Reset ¶
func (x *CouponHistoryDetailListReq) Reset()
func (*CouponHistoryDetailListReq) String ¶
func (x *CouponHistoryDetailListReq) String() string
type CouponHistoryDetailListResp ¶
type CouponHistoryDetailListResp struct { List []*CouponHistoryDetailListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*CouponHistoryDetailListResp) Descriptor
deprecated
func (*CouponHistoryDetailListResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponHistoryDetailListResp.ProtoReflect.Descriptor instead.
func (*CouponHistoryDetailListResp) GetList ¶
func (x *CouponHistoryDetailListResp) GetList() []*CouponHistoryDetailListData
func (*CouponHistoryDetailListResp) ProtoMessage ¶
func (*CouponHistoryDetailListResp) ProtoMessage()
func (*CouponHistoryDetailListResp) ProtoReflect ¶
func (x *CouponHistoryDetailListResp) ProtoReflect() protoreflect.Message
func (*CouponHistoryDetailListResp) Reset ¶
func (x *CouponHistoryDetailListResp) Reset()
func (*CouponHistoryDetailListResp) String ¶
func (x *CouponHistoryDetailListResp) String() string
type CouponHistoryListData ¶
type CouponHistoryListData struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` CouponId int64 `protobuf:"varint,2,opt,name=CouponId,proto3" json:"CouponId,omitempty"` MemberId int64 `protobuf:"varint,3,opt,name=MemberId,proto3" json:"MemberId,omitempty"` CouponCode string `protobuf:"bytes,4,opt,name=CouponCode,proto3" json:"CouponCode,omitempty"` MemberNickname string `protobuf:"bytes,5,opt,name=MemberNickname,proto3" json:"MemberNickname,omitempty"` GetType int32 `protobuf:"varint,6,opt,name=GetType,proto3" json:"GetType,omitempty"` CreateTime string `protobuf:"bytes,7,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"` UseStatus int32 `protobuf:"varint,8,opt,name=UseStatus,proto3" json:"UseStatus,omitempty"` UseTime string `protobuf:"bytes,9,opt,name=UseTime,proto3" json:"UseTime,omitempty"` OrderId int64 `protobuf:"varint,10,opt,name=OrderId,proto3" json:"OrderId,omitempty"` OrderSn string `protobuf:"bytes,11,opt,name=OrderSn,proto3" json:"OrderSn,omitempty"` // contains filtered or unexported fields }
func (*CouponHistoryListData) Descriptor
deprecated
func (*CouponHistoryListData) Descriptor() ([]byte, []int)
Deprecated: Use CouponHistoryListData.ProtoReflect.Descriptor instead.
func (*CouponHistoryListData) GetCouponCode ¶
func (x *CouponHistoryListData) GetCouponCode() string
func (*CouponHistoryListData) GetCouponId ¶
func (x *CouponHistoryListData) GetCouponId() int64
func (*CouponHistoryListData) GetCreateTime ¶
func (x *CouponHistoryListData) GetCreateTime() string
func (*CouponHistoryListData) GetGetType ¶
func (x *CouponHistoryListData) GetGetType() int32
func (*CouponHistoryListData) GetId ¶
func (x *CouponHistoryListData) GetId() int64
func (*CouponHistoryListData) GetMemberId ¶
func (x *CouponHistoryListData) GetMemberId() int64
func (*CouponHistoryListData) GetMemberNickname ¶
func (x *CouponHistoryListData) GetMemberNickname() string
func (*CouponHistoryListData) GetOrderId ¶
func (x *CouponHistoryListData) GetOrderId() int64
func (*CouponHistoryListData) GetOrderSn ¶
func (x *CouponHistoryListData) GetOrderSn() string
func (*CouponHistoryListData) GetUseStatus ¶
func (x *CouponHistoryListData) GetUseStatus() int32
func (*CouponHistoryListData) GetUseTime ¶
func (x *CouponHistoryListData) GetUseTime() string
func (*CouponHistoryListData) ProtoMessage ¶
func (*CouponHistoryListData) ProtoMessage()
func (*CouponHistoryListData) ProtoReflect ¶
func (x *CouponHistoryListData) ProtoReflect() protoreflect.Message
func (*CouponHistoryListData) Reset ¶
func (x *CouponHistoryListData) Reset()
func (*CouponHistoryListData) String ¶
func (x *CouponHistoryListData) String() string
type CouponHistoryListReq ¶
type CouponHistoryListReq struct { Current int64 `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"` PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` CouponId int64 `protobuf:"varint,3,opt,name=CouponId,proto3" json:"CouponId,omitempty"` MemberId int64 `protobuf:"varint,4,opt,name=MemberId,proto3" json:"MemberId,omitempty"` UseStatus int32 `protobuf:"varint,5,opt,name=UseStatus,proto3" json:"UseStatus,omitempty"` // contains filtered or unexported fields }
func (*CouponHistoryListReq) Descriptor
deprecated
func (*CouponHistoryListReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponHistoryListReq.ProtoReflect.Descriptor instead.
func (*CouponHistoryListReq) GetCouponId ¶
func (x *CouponHistoryListReq) GetCouponId() int64
func (*CouponHistoryListReq) GetCurrent ¶
func (x *CouponHistoryListReq) GetCurrent() int64
func (*CouponHistoryListReq) GetMemberId ¶
func (x *CouponHistoryListReq) GetMemberId() int64
func (*CouponHistoryListReq) GetPageSize ¶
func (x *CouponHistoryListReq) GetPageSize() int64
func (*CouponHistoryListReq) GetUseStatus ¶
func (x *CouponHistoryListReq) GetUseStatus() int32
func (*CouponHistoryListReq) ProtoMessage ¶
func (*CouponHistoryListReq) ProtoMessage()
func (*CouponHistoryListReq) ProtoReflect ¶
func (x *CouponHistoryListReq) ProtoReflect() protoreflect.Message
func (*CouponHistoryListReq) Reset ¶
func (x *CouponHistoryListReq) Reset()
func (*CouponHistoryListReq) String ¶
func (x *CouponHistoryListReq) String() string
type CouponHistoryListResp ¶
type CouponHistoryListResp struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*CouponHistoryListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*CouponHistoryListResp) Descriptor
deprecated
func (*CouponHistoryListResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponHistoryListResp.ProtoReflect.Descriptor instead.
func (*CouponHistoryListResp) GetList ¶
func (x *CouponHistoryListResp) GetList() []*CouponHistoryListData
func (*CouponHistoryListResp) GetTotal ¶
func (x *CouponHistoryListResp) GetTotal() int64
func (*CouponHistoryListResp) ProtoMessage ¶
func (*CouponHistoryListResp) ProtoMessage()
func (*CouponHistoryListResp) ProtoReflect ¶
func (x *CouponHistoryListResp) ProtoReflect() protoreflect.Message
func (*CouponHistoryListResp) Reset ¶
func (x *CouponHistoryListResp) Reset()
func (*CouponHistoryListResp) String ¶
func (x *CouponHistoryListResp) String() string
type CouponHistoryServiceClient ¶
type CouponHistoryServiceClient interface { CouponHistoryAdd(ctx context.Context, in *CouponHistoryAddReq, opts ...grpc.CallOption) (*CouponHistoryAddResp, error) CouponHistoryList(ctx context.Context, in *CouponHistoryListReq, opts ...grpc.CallOption) (*CouponHistoryListResp, error) CouponHistoryUpdate(ctx context.Context, in *CouponHistoryUpdateReq, opts ...grpc.CallOption) (*CouponHistoryUpdateResp, error) CouponHistoryDelete(ctx context.Context, in *CouponHistoryDeleteReq, opts ...grpc.CallOption) (*CouponHistoryDeleteResp, error) // 登录时获取用户还没有使用的获取优惠券数量 CouponCount(ctx context.Context, in *CouponCountReq, opts ...grpc.CallOption) (*CouponCountResp, error) // 获取会员优惠券 QueryMemberCouponList(ctx context.Context, in *QueryMemberCouponListReq, opts ...grpc.CallOption) (*QueryMemberCouponListResp, error) // 更新优惠券状态 UpdateCouponStatus(ctx context.Context, in *UpdateCouponStatusReq, opts ...grpc.CallOption) (*UpdateCouponStatusResp, error) // 获取该用户所有优惠券(包括商品和优惠券,商品分类和优惠券的关联关糸) QueryCouponHistoryDetailList(ctx context.Context, in *CouponHistoryDetailListReq, opts ...grpc.CallOption) (*CouponHistoryDetailListResp, error) }
CouponHistoryServiceClient is the client API for CouponHistoryService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewCouponHistoryServiceClient ¶
func NewCouponHistoryServiceClient(cc grpc.ClientConnInterface) CouponHistoryServiceClient
type CouponHistoryServiceServer ¶
type CouponHistoryServiceServer interface { CouponHistoryAdd(context.Context, *CouponHistoryAddReq) (*CouponHistoryAddResp, error) CouponHistoryList(context.Context, *CouponHistoryListReq) (*CouponHistoryListResp, error) CouponHistoryUpdate(context.Context, *CouponHistoryUpdateReq) (*CouponHistoryUpdateResp, error) CouponHistoryDelete(context.Context, *CouponHistoryDeleteReq) (*CouponHistoryDeleteResp, error) // 登录时获取用户还没有使用的获取优惠券数量 CouponCount(context.Context, *CouponCountReq) (*CouponCountResp, error) // 获取会员优惠券 QueryMemberCouponList(context.Context, *QueryMemberCouponListReq) (*QueryMemberCouponListResp, error) // 更新优惠券状态 UpdateCouponStatus(context.Context, *UpdateCouponStatusReq) (*UpdateCouponStatusResp, error) // 获取该用户所有优惠券(包括商品和优惠券,商品分类和优惠券的关联关糸) QueryCouponHistoryDetailList(context.Context, *CouponHistoryDetailListReq) (*CouponHistoryDetailListResp, error) // contains filtered or unexported methods }
CouponHistoryServiceServer is the server API for CouponHistoryService service. All implementations must embed UnimplementedCouponHistoryServiceServer for forward compatibility
type CouponHistoryUpdateReq ¶
type CouponHistoryUpdateReq struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` CouponId int64 `protobuf:"varint,2,opt,name=CouponId,proto3" json:"CouponId,omitempty"` MemberId int64 `protobuf:"varint,3,opt,name=MemberId,proto3" json:"MemberId,omitempty"` CouponCode string `protobuf:"bytes,4,opt,name=CouponCode,proto3" json:"CouponCode,omitempty"` MemberNickname string `protobuf:"bytes,5,opt,name=MemberNickname,proto3" json:"MemberNickname,omitempty"` GetType int32 `protobuf:"varint,6,opt,name=GetType,proto3" json:"GetType,omitempty"` CreateTime string `protobuf:"bytes,7,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"` UseStatus int32 `protobuf:"varint,8,opt,name=UseStatus,proto3" json:"UseStatus,omitempty"` UseTime string `protobuf:"bytes,9,opt,name=UseTime,proto3" json:"UseTime,omitempty"` OrderId int64 `protobuf:"varint,10,opt,name=OrderId,proto3" json:"OrderId,omitempty"` OrderSn string `protobuf:"bytes,11,opt,name=OrderSn,proto3" json:"OrderSn,omitempty"` // contains filtered or unexported fields }
func (*CouponHistoryUpdateReq) Descriptor
deprecated
func (*CouponHistoryUpdateReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponHistoryUpdateReq.ProtoReflect.Descriptor instead.
func (*CouponHistoryUpdateReq) GetCouponCode ¶
func (x *CouponHistoryUpdateReq) GetCouponCode() string
func (*CouponHistoryUpdateReq) GetCouponId ¶
func (x *CouponHistoryUpdateReq) GetCouponId() int64
func (*CouponHistoryUpdateReq) GetCreateTime ¶
func (x *CouponHistoryUpdateReq) GetCreateTime() string
func (*CouponHistoryUpdateReq) GetGetType ¶
func (x *CouponHistoryUpdateReq) GetGetType() int32
func (*CouponHistoryUpdateReq) GetId ¶
func (x *CouponHistoryUpdateReq) GetId() int64
func (*CouponHistoryUpdateReq) GetMemberId ¶
func (x *CouponHistoryUpdateReq) GetMemberId() int64
func (*CouponHistoryUpdateReq) GetMemberNickname ¶
func (x *CouponHistoryUpdateReq) GetMemberNickname() string
func (*CouponHistoryUpdateReq) GetOrderId ¶
func (x *CouponHistoryUpdateReq) GetOrderId() int64
func (*CouponHistoryUpdateReq) GetOrderSn ¶
func (x *CouponHistoryUpdateReq) GetOrderSn() string
func (*CouponHistoryUpdateReq) GetUseStatus ¶
func (x *CouponHistoryUpdateReq) GetUseStatus() int32
func (*CouponHistoryUpdateReq) GetUseTime ¶
func (x *CouponHistoryUpdateReq) GetUseTime() string
func (*CouponHistoryUpdateReq) ProtoMessage ¶
func (*CouponHistoryUpdateReq) ProtoMessage()
func (*CouponHistoryUpdateReq) ProtoReflect ¶
func (x *CouponHistoryUpdateReq) ProtoReflect() protoreflect.Message
func (*CouponHistoryUpdateReq) Reset ¶
func (x *CouponHistoryUpdateReq) Reset()
func (*CouponHistoryUpdateReq) String ¶
func (x *CouponHistoryUpdateReq) String() string
type CouponHistoryUpdateResp ¶
type CouponHistoryUpdateResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*CouponHistoryUpdateResp) Descriptor
deprecated
func (*CouponHistoryUpdateResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponHistoryUpdateResp.ProtoReflect.Descriptor instead.
func (*CouponHistoryUpdateResp) GetPong ¶
func (x *CouponHistoryUpdateResp) GetPong() string
func (*CouponHistoryUpdateResp) ProtoMessage ¶
func (*CouponHistoryUpdateResp) ProtoMessage()
func (*CouponHistoryUpdateResp) ProtoReflect ¶
func (x *CouponHistoryUpdateResp) ProtoReflect() protoreflect.Message
func (*CouponHistoryUpdateResp) Reset ¶
func (x *CouponHistoryUpdateResp) Reset()
func (*CouponHistoryUpdateResp) String ¶
func (x *CouponHistoryUpdateResp) String() string
type CouponListData ¶
type CouponListData struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // Type int32 `protobuf:"varint,2,opt,name=Type,proto3" json:"Type,omitempty"` //优惠券类型;0->全场赠券;1->会员赠券;2->购物赠券;3->注册赠券 Name string `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"` //名称 Platform int32 `protobuf:"varint,4,opt,name=Platform,proto3" json:"Platform,omitempty"` //使用平台:0->全部;1->移动;2->PC Count int32 `protobuf:"varint,5,opt,name=Count,proto3" json:"Count,omitempty"` //数量 Amount float64 `protobuf:"fixed64,6,opt,name=Amount,proto3" json:"Amount,omitempty"` //金额 PerLimit int32 `protobuf:"varint,7,opt,name=PerLimit,proto3" json:"PerLimit,omitempty"` //每人限领张数 MinPoint float64 `protobuf:"fixed64,8,opt,name=MinPoint,proto3" json:"MinPoint,omitempty"` //使用门槛;0表示无门槛 StartTime string `protobuf:"bytes,9,opt,name=StartTime,proto3" json:"StartTime,omitempty"` //开始时间 EndTime string `protobuf:"bytes,10,opt,name=EndTime,proto3" json:"EndTime,omitempty"` //结束时间 UseType int32 `protobuf:"varint,11,opt,name=UseType,proto3" json:"UseType,omitempty"` //使用类型:0->全场通用;1->指定分类;2->指定商品 Note string `protobuf:"bytes,12,opt,name=Note,proto3" json:"Note,omitempty"` //备注 PublishCount int32 `protobuf:"varint,13,opt,name=PublishCount,proto3" json:"PublishCount,omitempty"` //发行数量 UseCount int32 `protobuf:"varint,14,opt,name=UseCount,proto3" json:"UseCount,omitempty"` //已使用数量 ReceiveCount int32 `protobuf:"varint,15,opt,name=ReceiveCount,proto3" json:"ReceiveCount,omitempty"` //领取数量 EnableTime string `protobuf:"bytes,16,opt,name=EnableTime,proto3" json:"EnableTime,omitempty"` //可以领取的日期 Code string `protobuf:"bytes,17,opt,name=Code,proto3" json:"Code,omitempty"` //优惠码 MemberLevel int32 `protobuf:"varint,18,opt,name=MemberLevel,proto3" json:"MemberLevel,omitempty"` //可领取的会员类型:0->无限时 // contains filtered or unexported fields }
func (*CouponListData) Descriptor
deprecated
func (*CouponListData) Descriptor() ([]byte, []int)
Deprecated: Use CouponListData.ProtoReflect.Descriptor instead.
func (*CouponListData) GetAmount ¶
func (x *CouponListData) GetAmount() float64
func (*CouponListData) GetCode ¶
func (x *CouponListData) GetCode() string
func (*CouponListData) GetCount ¶
func (x *CouponListData) GetCount() int32
func (*CouponListData) GetEnableTime ¶
func (x *CouponListData) GetEnableTime() string
func (*CouponListData) GetEndTime ¶
func (x *CouponListData) GetEndTime() string
func (*CouponListData) GetId ¶
func (x *CouponListData) GetId() int64
func (*CouponListData) GetMemberLevel ¶
func (x *CouponListData) GetMemberLevel() int32
func (*CouponListData) GetMinPoint ¶
func (x *CouponListData) GetMinPoint() float64
func (*CouponListData) GetName ¶
func (x *CouponListData) GetName() string
func (*CouponListData) GetNote ¶
func (x *CouponListData) GetNote() string
func (*CouponListData) GetPerLimit ¶
func (x *CouponListData) GetPerLimit() int32
func (*CouponListData) GetPlatform ¶
func (x *CouponListData) GetPlatform() int32
func (*CouponListData) GetPublishCount ¶
func (x *CouponListData) GetPublishCount() int32
func (*CouponListData) GetReceiveCount ¶
func (x *CouponListData) GetReceiveCount() int32
func (*CouponListData) GetStartTime ¶
func (x *CouponListData) GetStartTime() string
func (*CouponListData) GetType ¶
func (x *CouponListData) GetType() int32
func (*CouponListData) GetUseCount ¶
func (x *CouponListData) GetUseCount() int32
func (*CouponListData) GetUseType ¶
func (x *CouponListData) GetUseType() int32
func (*CouponListData) ProtoMessage ¶
func (*CouponListData) ProtoMessage()
func (*CouponListData) ProtoReflect ¶
func (x *CouponListData) ProtoReflect() protoreflect.Message
func (*CouponListData) Reset ¶
func (x *CouponListData) Reset()
func (*CouponListData) String ¶
func (x *CouponListData) String() string
type CouponListReq ¶
type CouponListReq struct { Current int64 `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"` PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` Type int32 `protobuf:"varint,3,opt,name=Type,proto3" json:"Type,omitempty"` //优惠券类型;0->全场赠券;1->会员赠券;2->购物赠券;3->注册赠券 Name string `protobuf:"bytes,4,opt,name=Name,proto3" json:"Name,omitempty"` //名称 Platform int32 `protobuf:"varint,5,opt,name=Platform,proto3" json:"Platform,omitempty"` //使用平台:0->全部;1->移动;2->PC StartTime string `protobuf:"bytes,6,opt,name=StartTime,proto3" json:"StartTime,omitempty"` //开始时间 EndTime string `protobuf:"bytes,7,opt,name=EndTime,proto3" json:"EndTime,omitempty"` //结束时间 UseType int32 `protobuf:"varint,8,opt,name=UseType,proto3" json:"UseType,omitempty"` //使用类型:0->全场通用;1->指定分类;2->指定商品 // contains filtered or unexported fields }
func (*CouponListReq) Descriptor
deprecated
func (*CouponListReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponListReq.ProtoReflect.Descriptor instead.
func (*CouponListReq) GetCurrent ¶
func (x *CouponListReq) GetCurrent() int64
func (*CouponListReq) GetEndTime ¶
func (x *CouponListReq) GetEndTime() string
func (*CouponListReq) GetName ¶
func (x *CouponListReq) GetName() string
func (*CouponListReq) GetPageSize ¶
func (x *CouponListReq) GetPageSize() int64
func (*CouponListReq) GetPlatform ¶
func (x *CouponListReq) GetPlatform() int32
func (*CouponListReq) GetStartTime ¶
func (x *CouponListReq) GetStartTime() string
func (*CouponListReq) GetType ¶
func (x *CouponListReq) GetType() int32
func (*CouponListReq) GetUseType ¶
func (x *CouponListReq) GetUseType() int32
func (*CouponListReq) ProtoMessage ¶
func (*CouponListReq) ProtoMessage()
func (*CouponListReq) ProtoReflect ¶
func (x *CouponListReq) ProtoReflect() protoreflect.Message
func (*CouponListReq) Reset ¶
func (x *CouponListReq) Reset()
func (*CouponListReq) String ¶
func (x *CouponListReq) String() string
type CouponListResp ¶
type CouponListResp struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*CouponListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*CouponListResp) Descriptor
deprecated
func (*CouponListResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponListResp.ProtoReflect.Descriptor instead.
func (*CouponListResp) GetList ¶
func (x *CouponListResp) GetList() []*CouponListData
func (*CouponListResp) GetTotal ¶
func (x *CouponListResp) GetTotal() int64
func (*CouponListResp) ProtoMessage ¶
func (*CouponListResp) ProtoMessage()
func (*CouponListResp) ProtoReflect ¶
func (x *CouponListResp) ProtoReflect() protoreflect.Message
func (*CouponListResp) Reset ¶
func (x *CouponListResp) Reset()
func (*CouponListResp) String ¶
func (x *CouponListResp) String() string
type CouponProductCategoryRelationAddReq ¶
type CouponProductCategoryRelationAddReq struct { CouponId int64 `protobuf:"varint,2,opt,name=CouponId,proto3" json:"CouponId,omitempty"` ProductCategoryId int64 `protobuf:"varint,3,opt,name=ProductCategoryId,proto3" json:"ProductCategoryId,omitempty"` ProductCategoryName string `protobuf:"bytes,4,opt,name=ProductCategoryName,proto3" json:"ProductCategoryName,omitempty"` ParentCategoryName string `protobuf:"bytes,5,opt,name=ParentCategoryName,proto3" json:"ParentCategoryName,omitempty"` // contains filtered or unexported fields }
func (*CouponProductCategoryRelationAddReq) Descriptor
deprecated
func (*CouponProductCategoryRelationAddReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductCategoryRelationAddReq.ProtoReflect.Descriptor instead.
func (*CouponProductCategoryRelationAddReq) GetCouponId ¶
func (x *CouponProductCategoryRelationAddReq) GetCouponId() int64
func (*CouponProductCategoryRelationAddReq) GetParentCategoryName ¶
func (x *CouponProductCategoryRelationAddReq) GetParentCategoryName() string
func (*CouponProductCategoryRelationAddReq) GetProductCategoryId ¶
func (x *CouponProductCategoryRelationAddReq) GetProductCategoryId() int64
func (*CouponProductCategoryRelationAddReq) GetProductCategoryName ¶
func (x *CouponProductCategoryRelationAddReq) GetProductCategoryName() string
func (*CouponProductCategoryRelationAddReq) ProtoMessage ¶
func (*CouponProductCategoryRelationAddReq) ProtoMessage()
func (*CouponProductCategoryRelationAddReq) ProtoReflect ¶
func (x *CouponProductCategoryRelationAddReq) ProtoReflect() protoreflect.Message
func (*CouponProductCategoryRelationAddReq) Reset ¶
func (x *CouponProductCategoryRelationAddReq) Reset()
func (*CouponProductCategoryRelationAddReq) String ¶
func (x *CouponProductCategoryRelationAddReq) String() string
type CouponProductCategoryRelationAddResp ¶
type CouponProductCategoryRelationAddResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*CouponProductCategoryRelationAddResp) Descriptor
deprecated
func (*CouponProductCategoryRelationAddResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductCategoryRelationAddResp.ProtoReflect.Descriptor instead.
func (*CouponProductCategoryRelationAddResp) GetPong ¶
func (x *CouponProductCategoryRelationAddResp) GetPong() string
func (*CouponProductCategoryRelationAddResp) ProtoMessage ¶
func (*CouponProductCategoryRelationAddResp) ProtoMessage()
func (*CouponProductCategoryRelationAddResp) ProtoReflect ¶
func (x *CouponProductCategoryRelationAddResp) ProtoReflect() protoreflect.Message
func (*CouponProductCategoryRelationAddResp) Reset ¶
func (x *CouponProductCategoryRelationAddResp) Reset()
func (*CouponProductCategoryRelationAddResp) String ¶
func (x *CouponProductCategoryRelationAddResp) String() string
type CouponProductCategoryRelationDeleteReq ¶
type CouponProductCategoryRelationDeleteReq struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*CouponProductCategoryRelationDeleteReq) Descriptor
deprecated
func (*CouponProductCategoryRelationDeleteReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductCategoryRelationDeleteReq.ProtoReflect.Descriptor instead.
func (*CouponProductCategoryRelationDeleteReq) GetIds ¶
func (x *CouponProductCategoryRelationDeleteReq) GetIds() []int64
func (*CouponProductCategoryRelationDeleteReq) ProtoMessage ¶
func (*CouponProductCategoryRelationDeleteReq) ProtoMessage()
func (*CouponProductCategoryRelationDeleteReq) ProtoReflect ¶
func (x *CouponProductCategoryRelationDeleteReq) ProtoReflect() protoreflect.Message
func (*CouponProductCategoryRelationDeleteReq) Reset ¶
func (x *CouponProductCategoryRelationDeleteReq) Reset()
func (*CouponProductCategoryRelationDeleteReq) String ¶
func (x *CouponProductCategoryRelationDeleteReq) String() string
type CouponProductCategoryRelationDeleteResp ¶
type CouponProductCategoryRelationDeleteResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*CouponProductCategoryRelationDeleteResp) Descriptor
deprecated
func (*CouponProductCategoryRelationDeleteResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductCategoryRelationDeleteResp.ProtoReflect.Descriptor instead.
func (*CouponProductCategoryRelationDeleteResp) GetPong ¶
func (x *CouponProductCategoryRelationDeleteResp) GetPong() string
func (*CouponProductCategoryRelationDeleteResp) ProtoMessage ¶
func (*CouponProductCategoryRelationDeleteResp) ProtoMessage()
func (*CouponProductCategoryRelationDeleteResp) ProtoReflect ¶
func (x *CouponProductCategoryRelationDeleteResp) ProtoReflect() protoreflect.Message
func (*CouponProductCategoryRelationDeleteResp) Reset ¶
func (x *CouponProductCategoryRelationDeleteResp) Reset()
func (*CouponProductCategoryRelationDeleteResp) String ¶
func (x *CouponProductCategoryRelationDeleteResp) String() string
type CouponProductCategoryRelationListData ¶
type CouponProductCategoryRelationListData struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` CouponId int64 `protobuf:"varint,2,opt,name=CouponId,proto3" json:"CouponId,omitempty"` ProductCategoryId int64 `protobuf:"varint,3,opt,name=ProductCategoryId,proto3" json:"ProductCategoryId,omitempty"` ProductCategoryName string `protobuf:"bytes,4,opt,name=ProductCategoryName,proto3" json:"ProductCategoryName,omitempty"` ParentCategoryName string `protobuf:"bytes,5,opt,name=ParentCategoryName,proto3" json:"ParentCategoryName,omitempty"` // contains filtered or unexported fields }
func (*CouponProductCategoryRelationListData) Descriptor
deprecated
func (*CouponProductCategoryRelationListData) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductCategoryRelationListData.ProtoReflect.Descriptor instead.
func (*CouponProductCategoryRelationListData) GetCouponId ¶
func (x *CouponProductCategoryRelationListData) GetCouponId() int64
func (*CouponProductCategoryRelationListData) GetId ¶
func (x *CouponProductCategoryRelationListData) GetId() int64
func (*CouponProductCategoryRelationListData) GetParentCategoryName ¶
func (x *CouponProductCategoryRelationListData) GetParentCategoryName() string
func (*CouponProductCategoryRelationListData) GetProductCategoryId ¶
func (x *CouponProductCategoryRelationListData) GetProductCategoryId() int64
func (*CouponProductCategoryRelationListData) GetProductCategoryName ¶
func (x *CouponProductCategoryRelationListData) GetProductCategoryName() string
func (*CouponProductCategoryRelationListData) ProtoMessage ¶
func (*CouponProductCategoryRelationListData) ProtoMessage()
func (*CouponProductCategoryRelationListData) ProtoReflect ¶
func (x *CouponProductCategoryRelationListData) ProtoReflect() protoreflect.Message
func (*CouponProductCategoryRelationListData) Reset ¶
func (x *CouponProductCategoryRelationListData) Reset()
func (*CouponProductCategoryRelationListData) String ¶
func (x *CouponProductCategoryRelationListData) String() string
type CouponProductCategoryRelationListReq ¶
type CouponProductCategoryRelationListReq struct { ProductCategoryId int64 `protobuf:"varint,1,opt,name=ProductCategoryId,proto3" json:"ProductCategoryId,omitempty"` // contains filtered or unexported fields }
func (*CouponProductCategoryRelationListReq) Descriptor
deprecated
func (*CouponProductCategoryRelationListReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductCategoryRelationListReq.ProtoReflect.Descriptor instead.
func (*CouponProductCategoryRelationListReq) GetProductCategoryId ¶
func (x *CouponProductCategoryRelationListReq) GetProductCategoryId() int64
func (*CouponProductCategoryRelationListReq) ProtoMessage ¶
func (*CouponProductCategoryRelationListReq) ProtoMessage()
func (*CouponProductCategoryRelationListReq) ProtoReflect ¶
func (x *CouponProductCategoryRelationListReq) ProtoReflect() protoreflect.Message
func (*CouponProductCategoryRelationListReq) Reset ¶
func (x *CouponProductCategoryRelationListReq) Reset()
func (*CouponProductCategoryRelationListReq) String ¶
func (x *CouponProductCategoryRelationListReq) String() string
type CouponProductCategoryRelationListResp ¶
type CouponProductCategoryRelationListResp struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*CouponProductCategoryRelationListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*CouponProductCategoryRelationListResp) Descriptor
deprecated
func (*CouponProductCategoryRelationListResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductCategoryRelationListResp.ProtoReflect.Descriptor instead.
func (*CouponProductCategoryRelationListResp) GetList ¶
func (x *CouponProductCategoryRelationListResp) GetList() []*CouponProductCategoryRelationListData
func (*CouponProductCategoryRelationListResp) GetTotal ¶
func (x *CouponProductCategoryRelationListResp) GetTotal() int64
func (*CouponProductCategoryRelationListResp) ProtoMessage ¶
func (*CouponProductCategoryRelationListResp) ProtoMessage()
func (*CouponProductCategoryRelationListResp) ProtoReflect ¶
func (x *CouponProductCategoryRelationListResp) ProtoReflect() protoreflect.Message
func (*CouponProductCategoryRelationListResp) Reset ¶
func (x *CouponProductCategoryRelationListResp) Reset()
func (*CouponProductCategoryRelationListResp) String ¶
func (x *CouponProductCategoryRelationListResp) String() string
type CouponProductCategoryRelationServiceClient ¶
type CouponProductCategoryRelationServiceClient interface { CouponProductCategoryRelationAdd(ctx context.Context, in *CouponProductCategoryRelationAddReq, opts ...grpc.CallOption) (*CouponProductCategoryRelationAddResp, error) CouponProductCategoryRelationList(ctx context.Context, in *CouponProductCategoryRelationListReq, opts ...grpc.CallOption) (*CouponProductCategoryRelationListResp, error) CouponProductCategoryRelationUpdate(ctx context.Context, in *CouponProductCategoryRelationUpdateReq, opts ...grpc.CallOption) (*CouponProductCategoryRelationUpdateResp, error) CouponProductCategoryRelationDelete(ctx context.Context, in *CouponProductCategoryRelationDeleteReq, opts ...grpc.CallOption) (*CouponProductCategoryRelationDeleteResp, error) }
CouponProductCategoryRelationServiceClient is the client API for CouponProductCategoryRelationService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewCouponProductCategoryRelationServiceClient ¶
func NewCouponProductCategoryRelationServiceClient(cc grpc.ClientConnInterface) CouponProductCategoryRelationServiceClient
type CouponProductCategoryRelationServiceServer ¶
type CouponProductCategoryRelationServiceServer interface { CouponProductCategoryRelationAdd(context.Context, *CouponProductCategoryRelationAddReq) (*CouponProductCategoryRelationAddResp, error) CouponProductCategoryRelationList(context.Context, *CouponProductCategoryRelationListReq) (*CouponProductCategoryRelationListResp, error) CouponProductCategoryRelationUpdate(context.Context, *CouponProductCategoryRelationUpdateReq) (*CouponProductCategoryRelationUpdateResp, error) CouponProductCategoryRelationDelete(context.Context, *CouponProductCategoryRelationDeleteReq) (*CouponProductCategoryRelationDeleteResp, error) // contains filtered or unexported methods }
CouponProductCategoryRelationServiceServer is the server API for CouponProductCategoryRelationService service. All implementations must embed UnimplementedCouponProductCategoryRelationServiceServer for forward compatibility
type CouponProductCategoryRelationUpdateReq ¶
type CouponProductCategoryRelationUpdateReq struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` CouponId int64 `protobuf:"varint,2,opt,name=CouponId,proto3" json:"CouponId,omitempty"` ProductCategoryId int64 `protobuf:"varint,3,opt,name=ProductCategoryId,proto3" json:"ProductCategoryId,omitempty"` ProductCategoryName string `protobuf:"bytes,4,opt,name=ProductCategoryName,proto3" json:"ProductCategoryName,omitempty"` ParentCategoryName string `protobuf:"bytes,5,opt,name=ParentCategoryName,proto3" json:"ParentCategoryName,omitempty"` // contains filtered or unexported fields }
func (*CouponProductCategoryRelationUpdateReq) Descriptor
deprecated
func (*CouponProductCategoryRelationUpdateReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductCategoryRelationUpdateReq.ProtoReflect.Descriptor instead.
func (*CouponProductCategoryRelationUpdateReq) GetCouponId ¶
func (x *CouponProductCategoryRelationUpdateReq) GetCouponId() int64
func (*CouponProductCategoryRelationUpdateReq) GetId ¶
func (x *CouponProductCategoryRelationUpdateReq) GetId() int64
func (*CouponProductCategoryRelationUpdateReq) GetParentCategoryName ¶
func (x *CouponProductCategoryRelationUpdateReq) GetParentCategoryName() string
func (*CouponProductCategoryRelationUpdateReq) GetProductCategoryId ¶
func (x *CouponProductCategoryRelationUpdateReq) GetProductCategoryId() int64
func (*CouponProductCategoryRelationUpdateReq) GetProductCategoryName ¶
func (x *CouponProductCategoryRelationUpdateReq) GetProductCategoryName() string
func (*CouponProductCategoryRelationUpdateReq) ProtoMessage ¶
func (*CouponProductCategoryRelationUpdateReq) ProtoMessage()
func (*CouponProductCategoryRelationUpdateReq) ProtoReflect ¶
func (x *CouponProductCategoryRelationUpdateReq) ProtoReflect() protoreflect.Message
func (*CouponProductCategoryRelationUpdateReq) Reset ¶
func (x *CouponProductCategoryRelationUpdateReq) Reset()
func (*CouponProductCategoryRelationUpdateReq) String ¶
func (x *CouponProductCategoryRelationUpdateReq) String() string
type CouponProductCategoryRelationUpdateResp ¶
type CouponProductCategoryRelationUpdateResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*CouponProductCategoryRelationUpdateResp) Descriptor
deprecated
func (*CouponProductCategoryRelationUpdateResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductCategoryRelationUpdateResp.ProtoReflect.Descriptor instead.
func (*CouponProductCategoryRelationUpdateResp) GetPong ¶
func (x *CouponProductCategoryRelationUpdateResp) GetPong() string
func (*CouponProductCategoryRelationUpdateResp) ProtoMessage ¶
func (*CouponProductCategoryRelationUpdateResp) ProtoMessage()
func (*CouponProductCategoryRelationUpdateResp) ProtoReflect ¶
func (x *CouponProductCategoryRelationUpdateResp) ProtoReflect() protoreflect.Message
func (*CouponProductCategoryRelationUpdateResp) Reset ¶
func (x *CouponProductCategoryRelationUpdateResp) Reset()
func (*CouponProductCategoryRelationUpdateResp) String ¶
func (x *CouponProductCategoryRelationUpdateResp) String() string
type CouponProductRelationAddReq ¶
type CouponProductRelationAddReq struct { CouponId int64 `protobuf:"varint,2,opt,name=CouponId,proto3" json:"CouponId,omitempty"` ProductId int64 `protobuf:"varint,3,opt,name=ProductId,proto3" json:"ProductId,omitempty"` ProductName string `protobuf:"bytes,4,opt,name=ProductName,proto3" json:"ProductName,omitempty"` ProductSn string `protobuf:"bytes,5,opt,name=ProductSn,proto3" json:"ProductSn,omitempty"` // contains filtered or unexported fields }
func (*CouponProductRelationAddReq) Descriptor
deprecated
func (*CouponProductRelationAddReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductRelationAddReq.ProtoReflect.Descriptor instead.
func (*CouponProductRelationAddReq) GetCouponId ¶
func (x *CouponProductRelationAddReq) GetCouponId() int64
func (*CouponProductRelationAddReq) GetProductId ¶
func (x *CouponProductRelationAddReq) GetProductId() int64
func (*CouponProductRelationAddReq) GetProductName ¶
func (x *CouponProductRelationAddReq) GetProductName() string
func (*CouponProductRelationAddReq) GetProductSn ¶
func (x *CouponProductRelationAddReq) GetProductSn() string
func (*CouponProductRelationAddReq) ProtoMessage ¶
func (*CouponProductRelationAddReq) ProtoMessage()
func (*CouponProductRelationAddReq) ProtoReflect ¶
func (x *CouponProductRelationAddReq) ProtoReflect() protoreflect.Message
func (*CouponProductRelationAddReq) Reset ¶
func (x *CouponProductRelationAddReq) Reset()
func (*CouponProductRelationAddReq) String ¶
func (x *CouponProductRelationAddReq) String() string
type CouponProductRelationAddResp ¶
type CouponProductRelationAddResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*CouponProductRelationAddResp) Descriptor
deprecated
func (*CouponProductRelationAddResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductRelationAddResp.ProtoReflect.Descriptor instead.
func (*CouponProductRelationAddResp) GetPong ¶
func (x *CouponProductRelationAddResp) GetPong() string
func (*CouponProductRelationAddResp) ProtoMessage ¶
func (*CouponProductRelationAddResp) ProtoMessage()
func (*CouponProductRelationAddResp) ProtoReflect ¶
func (x *CouponProductRelationAddResp) ProtoReflect() protoreflect.Message
func (*CouponProductRelationAddResp) Reset ¶
func (x *CouponProductRelationAddResp) Reset()
func (*CouponProductRelationAddResp) String ¶
func (x *CouponProductRelationAddResp) String() string
type CouponProductRelationDeleteReq ¶
type CouponProductRelationDeleteReq struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*CouponProductRelationDeleteReq) Descriptor
deprecated
func (*CouponProductRelationDeleteReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductRelationDeleteReq.ProtoReflect.Descriptor instead.
func (*CouponProductRelationDeleteReq) GetIds ¶
func (x *CouponProductRelationDeleteReq) GetIds() []int64
func (*CouponProductRelationDeleteReq) ProtoMessage ¶
func (*CouponProductRelationDeleteReq) ProtoMessage()
func (*CouponProductRelationDeleteReq) ProtoReflect ¶
func (x *CouponProductRelationDeleteReq) ProtoReflect() protoreflect.Message
func (*CouponProductRelationDeleteReq) Reset ¶
func (x *CouponProductRelationDeleteReq) Reset()
func (*CouponProductRelationDeleteReq) String ¶
func (x *CouponProductRelationDeleteReq) String() string
type CouponProductRelationDeleteResp ¶
type CouponProductRelationDeleteResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*CouponProductRelationDeleteResp) Descriptor
deprecated
func (*CouponProductRelationDeleteResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductRelationDeleteResp.ProtoReflect.Descriptor instead.
func (*CouponProductRelationDeleteResp) GetPong ¶
func (x *CouponProductRelationDeleteResp) GetPong() string
func (*CouponProductRelationDeleteResp) ProtoMessage ¶
func (*CouponProductRelationDeleteResp) ProtoMessage()
func (*CouponProductRelationDeleteResp) ProtoReflect ¶
func (x *CouponProductRelationDeleteResp) ProtoReflect() protoreflect.Message
func (*CouponProductRelationDeleteResp) Reset ¶
func (x *CouponProductRelationDeleteResp) Reset()
func (*CouponProductRelationDeleteResp) String ¶
func (x *CouponProductRelationDeleteResp) String() string
type CouponProductRelationListData ¶
type CouponProductRelationListData struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` CouponId int64 `protobuf:"varint,2,opt,name=CouponId,proto3" json:"CouponId,omitempty"` ProductId int64 `protobuf:"varint,3,opt,name=ProductId,proto3" json:"ProductId,omitempty"` ProductName string `protobuf:"bytes,4,opt,name=ProductName,proto3" json:"ProductName,omitempty"` ProductSn string `protobuf:"bytes,5,opt,name=ProductSn,proto3" json:"ProductSn,omitempty"` // contains filtered or unexported fields }
func (*CouponProductRelationListData) Descriptor
deprecated
func (*CouponProductRelationListData) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductRelationListData.ProtoReflect.Descriptor instead.
func (*CouponProductRelationListData) GetCouponId ¶
func (x *CouponProductRelationListData) GetCouponId() int64
func (*CouponProductRelationListData) GetId ¶
func (x *CouponProductRelationListData) GetId() int64
func (*CouponProductRelationListData) GetProductId ¶
func (x *CouponProductRelationListData) GetProductId() int64
func (*CouponProductRelationListData) GetProductName ¶
func (x *CouponProductRelationListData) GetProductName() string
func (*CouponProductRelationListData) GetProductSn ¶
func (x *CouponProductRelationListData) GetProductSn() string
func (*CouponProductRelationListData) ProtoMessage ¶
func (*CouponProductRelationListData) ProtoMessage()
func (*CouponProductRelationListData) ProtoReflect ¶
func (x *CouponProductRelationListData) ProtoReflect() protoreflect.Message
func (*CouponProductRelationListData) Reset ¶
func (x *CouponProductRelationListData) Reset()
func (*CouponProductRelationListData) String ¶
func (x *CouponProductRelationListData) String() string
type CouponProductRelationListReq ¶
type CouponProductRelationListReq struct { ProductId int64 `protobuf:"varint,1,opt,name=ProductId,proto3" json:"ProductId,omitempty"` Current int64 `protobuf:"varint,2,opt,name=Current,proto3" json:"Current,omitempty"` PageSize int64 `protobuf:"varint,3,opt,name=PageSize,proto3" json:"PageSize,omitempty"` // contains filtered or unexported fields }
func (*CouponProductRelationListReq) Descriptor
deprecated
func (*CouponProductRelationListReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductRelationListReq.ProtoReflect.Descriptor instead.
func (*CouponProductRelationListReq) GetCurrent ¶
func (x *CouponProductRelationListReq) GetCurrent() int64
func (*CouponProductRelationListReq) GetPageSize ¶
func (x *CouponProductRelationListReq) GetPageSize() int64
func (*CouponProductRelationListReq) GetProductId ¶
func (x *CouponProductRelationListReq) GetProductId() int64
func (*CouponProductRelationListReq) ProtoMessage ¶
func (*CouponProductRelationListReq) ProtoMessage()
func (*CouponProductRelationListReq) ProtoReflect ¶
func (x *CouponProductRelationListReq) ProtoReflect() protoreflect.Message
func (*CouponProductRelationListReq) Reset ¶
func (x *CouponProductRelationListReq) Reset()
func (*CouponProductRelationListReq) String ¶
func (x *CouponProductRelationListReq) String() string
type CouponProductRelationListResp ¶
type CouponProductRelationListResp struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*CouponProductRelationListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*CouponProductRelationListResp) Descriptor
deprecated
func (*CouponProductRelationListResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductRelationListResp.ProtoReflect.Descriptor instead.
func (*CouponProductRelationListResp) GetList ¶
func (x *CouponProductRelationListResp) GetList() []*CouponProductRelationListData
func (*CouponProductRelationListResp) GetTotal ¶
func (x *CouponProductRelationListResp) GetTotal() int64
func (*CouponProductRelationListResp) ProtoMessage ¶
func (*CouponProductRelationListResp) ProtoMessage()
func (*CouponProductRelationListResp) ProtoReflect ¶
func (x *CouponProductRelationListResp) ProtoReflect() protoreflect.Message
func (*CouponProductRelationListResp) Reset ¶
func (x *CouponProductRelationListResp) Reset()
func (*CouponProductRelationListResp) String ¶
func (x *CouponProductRelationListResp) String() string
type CouponProductRelationServiceClient ¶
type CouponProductRelationServiceClient interface { CouponProductRelationAdd(ctx context.Context, in *CouponProductRelationAddReq, opts ...grpc.CallOption) (*CouponProductRelationAddResp, error) CouponProductRelationList(ctx context.Context, in *CouponProductRelationListReq, opts ...grpc.CallOption) (*CouponProductRelationListResp, error) CouponProductRelationUpdate(ctx context.Context, in *CouponProductRelationUpdateReq, opts ...grpc.CallOption) (*CouponProductRelationUpdateResp, error) CouponProductRelationDelete(ctx context.Context, in *CouponProductRelationDeleteReq, opts ...grpc.CallOption) (*CouponProductRelationDeleteResp, error) }
CouponProductRelationServiceClient is the client API for CouponProductRelationService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewCouponProductRelationServiceClient ¶
func NewCouponProductRelationServiceClient(cc grpc.ClientConnInterface) CouponProductRelationServiceClient
type CouponProductRelationServiceServer ¶
type CouponProductRelationServiceServer interface { CouponProductRelationAdd(context.Context, *CouponProductRelationAddReq) (*CouponProductRelationAddResp, error) CouponProductRelationList(context.Context, *CouponProductRelationListReq) (*CouponProductRelationListResp, error) CouponProductRelationUpdate(context.Context, *CouponProductRelationUpdateReq) (*CouponProductRelationUpdateResp, error) CouponProductRelationDelete(context.Context, *CouponProductRelationDeleteReq) (*CouponProductRelationDeleteResp, error) // contains filtered or unexported methods }
CouponProductRelationServiceServer is the server API for CouponProductRelationService service. All implementations must embed UnimplementedCouponProductRelationServiceServer for forward compatibility
type CouponProductRelationUpdateReq ¶
type CouponProductRelationUpdateReq struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` CouponId int64 `protobuf:"varint,2,opt,name=CouponId,proto3" json:"CouponId,omitempty"` ProductId int64 `protobuf:"varint,3,opt,name=ProductId,proto3" json:"ProductId,omitempty"` ProductName string `protobuf:"bytes,4,opt,name=ProductName,proto3" json:"ProductName,omitempty"` ProductSn string `protobuf:"bytes,5,opt,name=ProductSn,proto3" json:"ProductSn,omitempty"` // contains filtered or unexported fields }
func (*CouponProductRelationUpdateReq) Descriptor
deprecated
func (*CouponProductRelationUpdateReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductRelationUpdateReq.ProtoReflect.Descriptor instead.
func (*CouponProductRelationUpdateReq) GetCouponId ¶
func (x *CouponProductRelationUpdateReq) GetCouponId() int64
func (*CouponProductRelationUpdateReq) GetId ¶
func (x *CouponProductRelationUpdateReq) GetId() int64
func (*CouponProductRelationUpdateReq) GetProductId ¶
func (x *CouponProductRelationUpdateReq) GetProductId() int64
func (*CouponProductRelationUpdateReq) GetProductName ¶
func (x *CouponProductRelationUpdateReq) GetProductName() string
func (*CouponProductRelationUpdateReq) GetProductSn ¶
func (x *CouponProductRelationUpdateReq) GetProductSn() string
func (*CouponProductRelationUpdateReq) ProtoMessage ¶
func (*CouponProductRelationUpdateReq) ProtoMessage()
func (*CouponProductRelationUpdateReq) ProtoReflect ¶
func (x *CouponProductRelationUpdateReq) ProtoReflect() protoreflect.Message
func (*CouponProductRelationUpdateReq) Reset ¶
func (x *CouponProductRelationUpdateReq) Reset()
func (*CouponProductRelationUpdateReq) String ¶
func (x *CouponProductRelationUpdateReq) String() string
type CouponProductRelationUpdateResp ¶
type CouponProductRelationUpdateResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*CouponProductRelationUpdateResp) Descriptor
deprecated
func (*CouponProductRelationUpdateResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponProductRelationUpdateResp.ProtoReflect.Descriptor instead.
func (*CouponProductRelationUpdateResp) GetPong ¶
func (x *CouponProductRelationUpdateResp) GetPong() string
func (*CouponProductRelationUpdateResp) ProtoMessage ¶
func (*CouponProductRelationUpdateResp) ProtoMessage()
func (*CouponProductRelationUpdateResp) ProtoReflect ¶
func (x *CouponProductRelationUpdateResp) ProtoReflect() protoreflect.Message
func (*CouponProductRelationUpdateResp) Reset ¶
func (x *CouponProductRelationUpdateResp) Reset()
func (*CouponProductRelationUpdateResp) String ¶
func (x *CouponProductRelationUpdateResp) String() string
type CouponServiceClient ¶
type CouponServiceClient interface { CouponAdd(ctx context.Context, in *CouponAddReq, opts ...grpc.CallOption) (*CouponAddResp, error) CouponList(ctx context.Context, in *CouponListReq, opts ...grpc.CallOption) (*CouponListResp, error) CouponUpdate(ctx context.Context, in *CouponUpdateReq, opts ...grpc.CallOption) (*CouponUpdateResp, error) CouponDelete(ctx context.Context, in *CouponDeleteReq, opts ...grpc.CallOption) (*CouponDeleteResp, error) // 根据优惠券id查询优惠券 CouponFindById(ctx context.Context, in *CouponFindByIdReq, opts ...grpc.CallOption) (*CouponFindByIdResp, error) // 根据优惠券ids查询优惠券 CouponFindByIds(ctx context.Context, in *CouponFindByIdsReq, opts ...grpc.CallOption) (*CouponFindByIdsResp, error) // 根据商品Id和分类id查询可用的优惠券(app) CouponFindByProductIdAndProductCategoryId(ctx context.Context, in *CouponFindByProductIdAndProductCategoryIdReq, opts ...grpc.CallOption) (*CouponFindByProductIdAndProductCategoryIdResp, error) }
CouponServiceClient is the client API for CouponService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewCouponServiceClient ¶
func NewCouponServiceClient(cc grpc.ClientConnInterface) CouponServiceClient
type CouponServiceServer ¶
type CouponServiceServer interface { CouponAdd(context.Context, *CouponAddReq) (*CouponAddResp, error) CouponList(context.Context, *CouponListReq) (*CouponListResp, error) CouponUpdate(context.Context, *CouponUpdateReq) (*CouponUpdateResp, error) CouponDelete(context.Context, *CouponDeleteReq) (*CouponDeleteResp, error) // 根据优惠券id查询优惠券 CouponFindById(context.Context, *CouponFindByIdReq) (*CouponFindByIdResp, error) // 根据优惠券ids查询优惠券 CouponFindByIds(context.Context, *CouponFindByIdsReq) (*CouponFindByIdsResp, error) // 根据商品Id和分类id查询可用的优惠券(app) CouponFindByProductIdAndProductCategoryId(context.Context, *CouponFindByProductIdAndProductCategoryIdReq) (*CouponFindByProductIdAndProductCategoryIdResp, error) // contains filtered or unexported methods }
CouponServiceServer is the server API for CouponService service. All implementations must embed UnimplementedCouponServiceServer for forward compatibility
type CouponUpdateReq ¶
type CouponUpdateReq struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // Type int32 `protobuf:"varint,2,opt,name=Type,proto3" json:"Type,omitempty"` //优惠券类型;0->全场赠券;1->会员赠券;2->购物赠券;3->注册赠券 Name string `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"` //名称 Platform int32 `protobuf:"varint,4,opt,name=Platform,proto3" json:"Platform,omitempty"` //使用平台:0->全部;1->移动;2->PC Count int32 `protobuf:"varint,5,opt,name=Count,proto3" json:"Count,omitempty"` //数量 Amount float64 `protobuf:"fixed64,6,opt,name=Amount,proto3" json:"Amount,omitempty"` //金额 PerLimit int32 `protobuf:"varint,7,opt,name=PerLimit,proto3" json:"PerLimit,omitempty"` //每人限领张数 MinPoint float64 `protobuf:"fixed64,8,opt,name=MinPoint,proto3" json:"MinPoint,omitempty"` //使用门槛;0表示无门槛 StartTime string `protobuf:"bytes,9,opt,name=StartTime,proto3" json:"StartTime,omitempty"` //开始时间 EndTime string `protobuf:"bytes,10,opt,name=EndTime,proto3" json:"EndTime,omitempty"` //结束时间 UseType int32 `protobuf:"varint,11,opt,name=UseType,proto3" json:"UseType,omitempty"` //使用类型:0->全场通用;1->指定分类;2->指定商品 Note string `protobuf:"bytes,12,opt,name=Note,proto3" json:"Note,omitempty"` //备注 PublishCount int32 `protobuf:"varint,13,opt,name=PublishCount,proto3" json:"PublishCount,omitempty"` //发行数量 UseCount int32 `protobuf:"varint,14,opt,name=UseCount,proto3" json:"UseCount,omitempty"` //已使用数量 ReceiveCount int32 `protobuf:"varint,15,opt,name=ReceiveCount,proto3" json:"ReceiveCount,omitempty"` //领取数量 EnableTime string `protobuf:"bytes,16,opt,name=EnableTime,proto3" json:"EnableTime,omitempty"` //可以领取的日期 Code string `protobuf:"bytes,17,opt,name=Code,proto3" json:"Code,omitempty"` //优惠码 MemberLevel int32 `protobuf:"varint,18,opt,name=MemberLevel,proto3" json:"MemberLevel,omitempty"` //可领取的会员类型:0->无限时 // contains filtered or unexported fields }
func (*CouponUpdateReq) Descriptor
deprecated
func (*CouponUpdateReq) Descriptor() ([]byte, []int)
Deprecated: Use CouponUpdateReq.ProtoReflect.Descriptor instead.
func (*CouponUpdateReq) GetAmount ¶
func (x *CouponUpdateReq) GetAmount() float64
func (*CouponUpdateReq) GetCode ¶
func (x *CouponUpdateReq) GetCode() string
func (*CouponUpdateReq) GetCount ¶
func (x *CouponUpdateReq) GetCount() int32
func (*CouponUpdateReq) GetEnableTime ¶
func (x *CouponUpdateReq) GetEnableTime() string
func (*CouponUpdateReq) GetEndTime ¶
func (x *CouponUpdateReq) GetEndTime() string
func (*CouponUpdateReq) GetId ¶
func (x *CouponUpdateReq) GetId() int64
func (*CouponUpdateReq) GetMemberLevel ¶
func (x *CouponUpdateReq) GetMemberLevel() int32
func (*CouponUpdateReq) GetMinPoint ¶
func (x *CouponUpdateReq) GetMinPoint() float64
func (*CouponUpdateReq) GetName ¶
func (x *CouponUpdateReq) GetName() string
func (*CouponUpdateReq) GetNote ¶
func (x *CouponUpdateReq) GetNote() string
func (*CouponUpdateReq) GetPerLimit ¶
func (x *CouponUpdateReq) GetPerLimit() int32
func (*CouponUpdateReq) GetPlatform ¶
func (x *CouponUpdateReq) GetPlatform() int32
func (*CouponUpdateReq) GetPublishCount ¶
func (x *CouponUpdateReq) GetPublishCount() int32
func (*CouponUpdateReq) GetReceiveCount ¶
func (x *CouponUpdateReq) GetReceiveCount() int32
func (*CouponUpdateReq) GetStartTime ¶
func (x *CouponUpdateReq) GetStartTime() string
func (*CouponUpdateReq) GetType ¶
func (x *CouponUpdateReq) GetType() int32
func (*CouponUpdateReq) GetUseCount ¶
func (x *CouponUpdateReq) GetUseCount() int32
func (*CouponUpdateReq) GetUseType ¶
func (x *CouponUpdateReq) GetUseType() int32
func (*CouponUpdateReq) ProtoMessage ¶
func (*CouponUpdateReq) ProtoMessage()
func (*CouponUpdateReq) ProtoReflect ¶
func (x *CouponUpdateReq) ProtoReflect() protoreflect.Message
func (*CouponUpdateReq) Reset ¶
func (x *CouponUpdateReq) Reset()
func (*CouponUpdateReq) String ¶
func (x *CouponUpdateReq) String() string
type CouponUpdateResp ¶
type CouponUpdateResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*CouponUpdateResp) Descriptor
deprecated
func (*CouponUpdateResp) Descriptor() ([]byte, []int)
Deprecated: Use CouponUpdateResp.ProtoReflect.Descriptor instead.
func (*CouponUpdateResp) GetPong ¶
func (x *CouponUpdateResp) GetPong() string
func (*CouponUpdateResp) ProtoMessage ¶
func (*CouponUpdateResp) ProtoMessage()
func (*CouponUpdateResp) ProtoReflect ¶
func (x *CouponUpdateResp) ProtoReflect() protoreflect.Message
func (*CouponUpdateResp) Reset ¶
func (x *CouponUpdateResp) Reset()
func (*CouponUpdateResp) String ¶
func (x *CouponUpdateResp) String() string
type FlashPromotionAddReq ¶
type FlashPromotionAddReq struct { Title string `protobuf:"bytes,1,opt,name=Title,proto3" json:"Title,omitempty"` //标题 StartDate string `protobuf:"bytes,2,opt,name=StartDate,proto3" json:"StartDate,omitempty"` //开始日期 EndDate string `protobuf:"bytes,3,opt,name=EndDate,proto3" json:"EndDate,omitempty"` //结束日期 Status int32 `protobuf:"varint,4,opt,name=Status,proto3" json:"Status,omitempty"` //上下线状态 // contains filtered or unexported fields }
func (*FlashPromotionAddReq) Descriptor
deprecated
func (*FlashPromotionAddReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionAddReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionAddReq) GetEndDate ¶
func (x *FlashPromotionAddReq) GetEndDate() string
func (*FlashPromotionAddReq) GetStartDate ¶
func (x *FlashPromotionAddReq) GetStartDate() string
func (*FlashPromotionAddReq) GetStatus ¶
func (x *FlashPromotionAddReq) GetStatus() int32
func (*FlashPromotionAddReq) GetTitle ¶
func (x *FlashPromotionAddReq) GetTitle() string
func (*FlashPromotionAddReq) ProtoMessage ¶
func (*FlashPromotionAddReq) ProtoMessage()
func (*FlashPromotionAddReq) ProtoReflect ¶
func (x *FlashPromotionAddReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionAddReq) Reset ¶
func (x *FlashPromotionAddReq) Reset()
func (*FlashPromotionAddReq) String ¶
func (x *FlashPromotionAddReq) String() string
type FlashPromotionAddResp ¶
type FlashPromotionAddResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionAddResp) Descriptor
deprecated
func (*FlashPromotionAddResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionAddResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionAddResp) GetPong ¶
func (x *FlashPromotionAddResp) GetPong() string
func (*FlashPromotionAddResp) ProtoMessage ¶
func (*FlashPromotionAddResp) ProtoMessage()
func (*FlashPromotionAddResp) ProtoReflect ¶
func (x *FlashPromotionAddResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionAddResp) Reset ¶
func (x *FlashPromotionAddResp) Reset()
func (*FlashPromotionAddResp) String ¶
func (x *FlashPromotionAddResp) String() string
type FlashPromotionDeleteReq ¶
type FlashPromotionDeleteReq struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionDeleteReq) Descriptor
deprecated
func (*FlashPromotionDeleteReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionDeleteReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionDeleteReq) GetIds ¶
func (x *FlashPromotionDeleteReq) GetIds() []int64
func (*FlashPromotionDeleteReq) ProtoMessage ¶
func (*FlashPromotionDeleteReq) ProtoMessage()
func (*FlashPromotionDeleteReq) ProtoReflect ¶
func (x *FlashPromotionDeleteReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionDeleteReq) Reset ¶
func (x *FlashPromotionDeleteReq) Reset()
func (*FlashPromotionDeleteReq) String ¶
func (x *FlashPromotionDeleteReq) String() string
type FlashPromotionDeleteResp ¶
type FlashPromotionDeleteResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionDeleteResp) Descriptor
deprecated
func (*FlashPromotionDeleteResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionDeleteResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionDeleteResp) GetPong ¶
func (x *FlashPromotionDeleteResp) GetPong() string
func (*FlashPromotionDeleteResp) ProtoMessage ¶
func (*FlashPromotionDeleteResp) ProtoMessage()
func (*FlashPromotionDeleteResp) ProtoReflect ¶
func (x *FlashPromotionDeleteResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionDeleteResp) Reset ¶
func (x *FlashPromotionDeleteResp) Reset()
func (*FlashPromotionDeleteResp) String ¶
func (x *FlashPromotionDeleteResp) String() string
type FlashPromotionListByDateReq ¶
type FlashPromotionListByDateReq struct { CurrentDate string `protobuf:"bytes,1,opt,name=currentDate,proto3" json:"currentDate,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionListByDateReq) Descriptor
deprecated
func (*FlashPromotionListByDateReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionListByDateReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionListByDateReq) GetCurrentDate ¶
func (x *FlashPromotionListByDateReq) GetCurrentDate() string
func (*FlashPromotionListByDateReq) ProtoMessage ¶
func (*FlashPromotionListByDateReq) ProtoMessage()
func (*FlashPromotionListByDateReq) ProtoReflect ¶
func (x *FlashPromotionListByDateReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionListByDateReq) Reset ¶
func (x *FlashPromotionListByDateReq) Reset()
func (*FlashPromotionListByDateReq) String ¶
func (x *FlashPromotionListByDateReq) String() string
type FlashPromotionListByDateResp ¶
type FlashPromotionListByDateResp struct { List []*FlashPromotionListData `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionListByDateResp) Descriptor
deprecated
func (*FlashPromotionListByDateResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionListByDateResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionListByDateResp) GetList ¶
func (x *FlashPromotionListByDateResp) GetList() []*FlashPromotionListData
func (*FlashPromotionListByDateResp) ProtoMessage ¶
func (*FlashPromotionListByDateResp) ProtoMessage()
func (*FlashPromotionListByDateResp) ProtoReflect ¶
func (x *FlashPromotionListByDateResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionListByDateResp) Reset ¶
func (x *FlashPromotionListByDateResp) Reset()
func (*FlashPromotionListByDateResp) String ¶
func (x *FlashPromotionListByDateResp) String() string
type FlashPromotionListData ¶
type FlashPromotionListData struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //编号 Title string `protobuf:"bytes,2,opt,name=Title,proto3" json:"Title,omitempty"` //标题 StartDate string `protobuf:"bytes,3,opt,name=StartDate,proto3" json:"StartDate,omitempty"` //开始日期 EndDate string `protobuf:"bytes,4,opt,name=EndDate,proto3" json:"EndDate,omitempty"` //结束日期 Status int32 `protobuf:"varint,5,opt,name=Status,proto3" json:"Status,omitempty"` //上下线状态 CreateTime string `protobuf:"bytes,6,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"` //创建时间 // contains filtered or unexported fields }
func (*FlashPromotionListData) Descriptor
deprecated
func (*FlashPromotionListData) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionListData.ProtoReflect.Descriptor instead.
func (*FlashPromotionListData) GetCreateTime ¶
func (x *FlashPromotionListData) GetCreateTime() string
func (*FlashPromotionListData) GetEndDate ¶
func (x *FlashPromotionListData) GetEndDate() string
func (*FlashPromotionListData) GetId ¶
func (x *FlashPromotionListData) GetId() int64
func (*FlashPromotionListData) GetStartDate ¶
func (x *FlashPromotionListData) GetStartDate() string
func (*FlashPromotionListData) GetStatus ¶
func (x *FlashPromotionListData) GetStatus() int32
func (*FlashPromotionListData) GetTitle ¶
func (x *FlashPromotionListData) GetTitle() string
func (*FlashPromotionListData) ProtoMessage ¶
func (*FlashPromotionListData) ProtoMessage()
func (*FlashPromotionListData) ProtoReflect ¶
func (x *FlashPromotionListData) ProtoReflect() protoreflect.Message
func (*FlashPromotionListData) Reset ¶
func (x *FlashPromotionListData) Reset()
func (*FlashPromotionListData) String ¶
func (x *FlashPromotionListData) String() string
type FlashPromotionListReq ¶
type FlashPromotionListReq struct { Current int64 `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"` PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` Title string `protobuf:"bytes,3,opt,name=Title,proto3" json:"Title,omitempty"` //标题 StartDate string `protobuf:"bytes,4,opt,name=StartDate,proto3" json:"StartDate,omitempty"` //开始日期 EndDate string `protobuf:"bytes,5,opt,name=EndDate,proto3" json:"EndDate,omitempty"` //结束日期 Status int32 `protobuf:"varint,6,opt,name=Status,proto3" json:"Status,omitempty"` //上下线状态 // contains filtered or unexported fields }
func (*FlashPromotionListReq) Descriptor
deprecated
func (*FlashPromotionListReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionListReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionListReq) GetCurrent ¶
func (x *FlashPromotionListReq) GetCurrent() int64
func (*FlashPromotionListReq) GetEndDate ¶
func (x *FlashPromotionListReq) GetEndDate() string
func (*FlashPromotionListReq) GetPageSize ¶
func (x *FlashPromotionListReq) GetPageSize() int64
func (*FlashPromotionListReq) GetStartDate ¶
func (x *FlashPromotionListReq) GetStartDate() string
func (*FlashPromotionListReq) GetStatus ¶
func (x *FlashPromotionListReq) GetStatus() int32
func (*FlashPromotionListReq) GetTitle ¶
func (x *FlashPromotionListReq) GetTitle() string
func (*FlashPromotionListReq) ProtoMessage ¶
func (*FlashPromotionListReq) ProtoMessage()
func (*FlashPromotionListReq) ProtoReflect ¶
func (x *FlashPromotionListReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionListReq) Reset ¶
func (x *FlashPromotionListReq) Reset()
func (*FlashPromotionListReq) String ¶
func (x *FlashPromotionListReq) String() string
type FlashPromotionListResp ¶
type FlashPromotionListResp struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*FlashPromotionListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionListResp) Descriptor
deprecated
func (*FlashPromotionListResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionListResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionListResp) GetList ¶
func (x *FlashPromotionListResp) GetList() []*FlashPromotionListData
func (*FlashPromotionListResp) GetTotal ¶
func (x *FlashPromotionListResp) GetTotal() int64
func (*FlashPromotionListResp) ProtoMessage ¶
func (*FlashPromotionListResp) ProtoMessage()
func (*FlashPromotionListResp) ProtoReflect ¶
func (x *FlashPromotionListResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionListResp) Reset ¶
func (x *FlashPromotionListResp) Reset()
func (*FlashPromotionListResp) String ¶
func (x *FlashPromotionListResp) String() string
type FlashPromotionLogAddReq ¶
type FlashPromotionLogAddReq struct { MemberId int64 `protobuf:"varint,1,opt,name=MemberId,proto3" json:"MemberId,omitempty"` //会员id ProductId int64 `protobuf:"varint,2,opt,name=ProductId,proto3" json:"ProductId,omitempty"` //商品id MemberPhone string `protobuf:"bytes,3,opt,name=MemberPhone,proto3" json:"MemberPhone,omitempty"` //会员电话 ProductName string `protobuf:"bytes,4,opt,name=ProductName,proto3" json:"ProductName,omitempty"` //商品名称 SubscribeTime string `protobuf:"bytes,5,opt,name=SubscribeTime,proto3" json:"SubscribeTime,omitempty"` //会员订阅时间 // contains filtered or unexported fields }
func (*FlashPromotionLogAddReq) Descriptor
deprecated
func (*FlashPromotionLogAddReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionLogAddReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionLogAddReq) GetMemberId ¶
func (x *FlashPromotionLogAddReq) GetMemberId() int64
func (*FlashPromotionLogAddReq) GetMemberPhone ¶
func (x *FlashPromotionLogAddReq) GetMemberPhone() string
func (*FlashPromotionLogAddReq) GetProductId ¶
func (x *FlashPromotionLogAddReq) GetProductId() int64
func (*FlashPromotionLogAddReq) GetProductName ¶
func (x *FlashPromotionLogAddReq) GetProductName() string
func (*FlashPromotionLogAddReq) GetSubscribeTime ¶
func (x *FlashPromotionLogAddReq) GetSubscribeTime() string
func (*FlashPromotionLogAddReq) ProtoMessage ¶
func (*FlashPromotionLogAddReq) ProtoMessage()
func (*FlashPromotionLogAddReq) ProtoReflect ¶
func (x *FlashPromotionLogAddReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionLogAddReq) Reset ¶
func (x *FlashPromotionLogAddReq) Reset()
func (*FlashPromotionLogAddReq) String ¶
func (x *FlashPromotionLogAddReq) String() string
type FlashPromotionLogAddResp ¶
type FlashPromotionLogAddResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionLogAddResp) Descriptor
deprecated
func (*FlashPromotionLogAddResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionLogAddResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionLogAddResp) GetPong ¶
func (x *FlashPromotionLogAddResp) GetPong() string
func (*FlashPromotionLogAddResp) ProtoMessage ¶
func (*FlashPromotionLogAddResp) ProtoMessage()
func (*FlashPromotionLogAddResp) ProtoReflect ¶
func (x *FlashPromotionLogAddResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionLogAddResp) Reset ¶
func (x *FlashPromotionLogAddResp) Reset()
func (*FlashPromotionLogAddResp) String ¶
func (x *FlashPromotionLogAddResp) String() string
type FlashPromotionLogDeleteReq ¶
type FlashPromotionLogDeleteReq struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionLogDeleteReq) Descriptor
deprecated
func (*FlashPromotionLogDeleteReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionLogDeleteReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionLogDeleteReq) GetIds ¶
func (x *FlashPromotionLogDeleteReq) GetIds() []int64
func (*FlashPromotionLogDeleteReq) ProtoMessage ¶
func (*FlashPromotionLogDeleteReq) ProtoMessage()
func (*FlashPromotionLogDeleteReq) ProtoReflect ¶
func (x *FlashPromotionLogDeleteReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionLogDeleteReq) Reset ¶
func (x *FlashPromotionLogDeleteReq) Reset()
func (*FlashPromotionLogDeleteReq) String ¶
func (x *FlashPromotionLogDeleteReq) String() string
type FlashPromotionLogDeleteResp ¶
type FlashPromotionLogDeleteResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionLogDeleteResp) Descriptor
deprecated
func (*FlashPromotionLogDeleteResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionLogDeleteResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionLogDeleteResp) GetPong ¶
func (x *FlashPromotionLogDeleteResp) GetPong() string
func (*FlashPromotionLogDeleteResp) ProtoMessage ¶
func (*FlashPromotionLogDeleteResp) ProtoMessage()
func (*FlashPromotionLogDeleteResp) ProtoReflect ¶
func (x *FlashPromotionLogDeleteResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionLogDeleteResp) Reset ¶
func (x *FlashPromotionLogDeleteResp) Reset()
func (*FlashPromotionLogDeleteResp) String ¶
func (x *FlashPromotionLogDeleteResp) String() string
type FlashPromotionLogListData ¶
type FlashPromotionLogListData struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //编号 MemberId int64 `protobuf:"varint,2,opt,name=MemberId,proto3" json:"MemberId,omitempty"` //会员id ProductId int64 `protobuf:"varint,3,opt,name=ProductId,proto3" json:"ProductId,omitempty"` //商品id MemberPhone string `protobuf:"bytes,4,opt,name=MemberPhone,proto3" json:"MemberPhone,omitempty"` //会员电话 ProductName string `protobuf:"bytes,5,opt,name=ProductName,proto3" json:"ProductName,omitempty"` //商品名称 SubscribeTime string `protobuf:"bytes,6,opt,name=SubscribeTime,proto3" json:"SubscribeTime,omitempty"` //会员订阅时间 SendTime string `protobuf:"bytes,7,opt,name=SendTime,proto3" json:"SendTime,omitempty"` //发送时间 // contains filtered or unexported fields }
func (*FlashPromotionLogListData) Descriptor
deprecated
func (*FlashPromotionLogListData) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionLogListData.ProtoReflect.Descriptor instead.
func (*FlashPromotionLogListData) GetId ¶
func (x *FlashPromotionLogListData) GetId() int64
func (*FlashPromotionLogListData) GetMemberId ¶
func (x *FlashPromotionLogListData) GetMemberId() int64
func (*FlashPromotionLogListData) GetMemberPhone ¶
func (x *FlashPromotionLogListData) GetMemberPhone() string
func (*FlashPromotionLogListData) GetProductId ¶
func (x *FlashPromotionLogListData) GetProductId() int64
func (*FlashPromotionLogListData) GetProductName ¶
func (x *FlashPromotionLogListData) GetProductName() string
func (*FlashPromotionLogListData) GetSendTime ¶
func (x *FlashPromotionLogListData) GetSendTime() string
func (*FlashPromotionLogListData) GetSubscribeTime ¶
func (x *FlashPromotionLogListData) GetSubscribeTime() string
func (*FlashPromotionLogListData) ProtoMessage ¶
func (*FlashPromotionLogListData) ProtoMessage()
func (*FlashPromotionLogListData) ProtoReflect ¶
func (x *FlashPromotionLogListData) ProtoReflect() protoreflect.Message
func (*FlashPromotionLogListData) Reset ¶
func (x *FlashPromotionLogListData) Reset()
func (*FlashPromotionLogListData) String ¶
func (x *FlashPromotionLogListData) String() string
type FlashPromotionLogListReq ¶
type FlashPromotionLogListReq struct { Current int64 `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"` PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionLogListReq) Descriptor
deprecated
func (*FlashPromotionLogListReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionLogListReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionLogListReq) GetCurrent ¶
func (x *FlashPromotionLogListReq) GetCurrent() int64
func (*FlashPromotionLogListReq) GetPageSize ¶
func (x *FlashPromotionLogListReq) GetPageSize() int64
func (*FlashPromotionLogListReq) ProtoMessage ¶
func (*FlashPromotionLogListReq) ProtoMessage()
func (*FlashPromotionLogListReq) ProtoReflect ¶
func (x *FlashPromotionLogListReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionLogListReq) Reset ¶
func (x *FlashPromotionLogListReq) Reset()
func (*FlashPromotionLogListReq) String ¶
func (x *FlashPromotionLogListReq) String() string
type FlashPromotionLogListResp ¶
type FlashPromotionLogListResp struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*FlashPromotionLogListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionLogListResp) Descriptor
deprecated
func (*FlashPromotionLogListResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionLogListResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionLogListResp) GetList ¶
func (x *FlashPromotionLogListResp) GetList() []*FlashPromotionLogListData
func (*FlashPromotionLogListResp) GetTotal ¶
func (x *FlashPromotionLogListResp) GetTotal() int64
func (*FlashPromotionLogListResp) ProtoMessage ¶
func (*FlashPromotionLogListResp) ProtoMessage()
func (*FlashPromotionLogListResp) ProtoReflect ¶
func (x *FlashPromotionLogListResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionLogListResp) Reset ¶
func (x *FlashPromotionLogListResp) Reset()
func (*FlashPromotionLogListResp) String ¶
func (x *FlashPromotionLogListResp) String() string
type FlashPromotionLogServiceClient ¶
type FlashPromotionLogServiceClient interface { FlashPromotionLogAdd(ctx context.Context, in *FlashPromotionLogAddReq, opts ...grpc.CallOption) (*FlashPromotionLogAddResp, error) FlashPromotionLogList(ctx context.Context, in *FlashPromotionLogListReq, opts ...grpc.CallOption) (*FlashPromotionLogListResp, error) FlashPromotionLogUpdate(ctx context.Context, in *FlashPromotionLogUpdateReq, opts ...grpc.CallOption) (*FlashPromotionLogUpdateResp, error) FlashPromotionLogDelete(ctx context.Context, in *FlashPromotionLogDeleteReq, opts ...grpc.CallOption) (*FlashPromotionLogDeleteResp, error) }
FlashPromotionLogServiceClient is the client API for FlashPromotionLogService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewFlashPromotionLogServiceClient ¶
func NewFlashPromotionLogServiceClient(cc grpc.ClientConnInterface) FlashPromotionLogServiceClient
type FlashPromotionLogServiceServer ¶
type FlashPromotionLogServiceServer interface { FlashPromotionLogAdd(context.Context, *FlashPromotionLogAddReq) (*FlashPromotionLogAddResp, error) FlashPromotionLogList(context.Context, *FlashPromotionLogListReq) (*FlashPromotionLogListResp, error) FlashPromotionLogUpdate(context.Context, *FlashPromotionLogUpdateReq) (*FlashPromotionLogUpdateResp, error) FlashPromotionLogDelete(context.Context, *FlashPromotionLogDeleteReq) (*FlashPromotionLogDeleteResp, error) // contains filtered or unexported methods }
FlashPromotionLogServiceServer is the server API for FlashPromotionLogService service. All implementations must embed UnimplementedFlashPromotionLogServiceServer for forward compatibility
type FlashPromotionLogUpdateReq ¶
type FlashPromotionLogUpdateReq struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //编号 MemberId int64 `protobuf:"varint,2,opt,name=MemberId,proto3" json:"MemberId,omitempty"` //会员id ProductId int64 `protobuf:"varint,3,opt,name=ProductId,proto3" json:"ProductId,omitempty"` //商品id MemberPhone string `protobuf:"bytes,4,opt,name=MemberPhone,proto3" json:"MemberPhone,omitempty"` //会员电话 ProductName string `protobuf:"bytes,5,opt,name=ProductName,proto3" json:"ProductName,omitempty"` //商品名称 SubscribeTime string `protobuf:"bytes,6,opt,name=SubscribeTime,proto3" json:"SubscribeTime,omitempty"` //会员订阅时间 SendTime string `protobuf:"bytes,7,opt,name=SendTime,proto3" json:"SendTime,omitempty"` //发送时间 // contains filtered or unexported fields }
func (*FlashPromotionLogUpdateReq) Descriptor
deprecated
func (*FlashPromotionLogUpdateReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionLogUpdateReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionLogUpdateReq) GetId ¶
func (x *FlashPromotionLogUpdateReq) GetId() int64
func (*FlashPromotionLogUpdateReq) GetMemberId ¶
func (x *FlashPromotionLogUpdateReq) GetMemberId() int64
func (*FlashPromotionLogUpdateReq) GetMemberPhone ¶
func (x *FlashPromotionLogUpdateReq) GetMemberPhone() string
func (*FlashPromotionLogUpdateReq) GetProductId ¶
func (x *FlashPromotionLogUpdateReq) GetProductId() int64
func (*FlashPromotionLogUpdateReq) GetProductName ¶
func (x *FlashPromotionLogUpdateReq) GetProductName() string
func (*FlashPromotionLogUpdateReq) GetSendTime ¶
func (x *FlashPromotionLogUpdateReq) GetSendTime() string
func (*FlashPromotionLogUpdateReq) GetSubscribeTime ¶
func (x *FlashPromotionLogUpdateReq) GetSubscribeTime() string
func (*FlashPromotionLogUpdateReq) ProtoMessage ¶
func (*FlashPromotionLogUpdateReq) ProtoMessage()
func (*FlashPromotionLogUpdateReq) ProtoReflect ¶
func (x *FlashPromotionLogUpdateReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionLogUpdateReq) Reset ¶
func (x *FlashPromotionLogUpdateReq) Reset()
func (*FlashPromotionLogUpdateReq) String ¶
func (x *FlashPromotionLogUpdateReq) String() string
type FlashPromotionLogUpdateResp ¶
type FlashPromotionLogUpdateResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionLogUpdateResp) Descriptor
deprecated
func (*FlashPromotionLogUpdateResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionLogUpdateResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionLogUpdateResp) GetPong ¶
func (x *FlashPromotionLogUpdateResp) GetPong() string
func (*FlashPromotionLogUpdateResp) ProtoMessage ¶
func (*FlashPromotionLogUpdateResp) ProtoMessage()
func (*FlashPromotionLogUpdateResp) ProtoReflect ¶
func (x *FlashPromotionLogUpdateResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionLogUpdateResp) Reset ¶
func (x *FlashPromotionLogUpdateResp) Reset()
func (*FlashPromotionLogUpdateResp) String ¶
func (x *FlashPromotionLogUpdateResp) String() string
type FlashPromotionProductRelationAddReq ¶
type FlashPromotionProductRelationAddReq struct { FlashPromotionId int64 `protobuf:"varint,1,opt,name=FlashPromotionId,proto3" json:"FlashPromotionId,omitempty"` //限时购id FlashPromotionSessionId int64 `protobuf:"varint,2,opt,name=FlashPromotionSessionId,proto3" json:"FlashPromotionSessionId,omitempty"` //编号 ProductId int64 `protobuf:"varint,3,opt,name=ProductId,proto3" json:"ProductId,omitempty"` //商品id FlashPromotionPrice float64 `protobuf:"fixed64,4,opt,name=FlashPromotionPrice,proto3" json:"FlashPromotionPrice,omitempty"` //限时购价格 FlashPromotionCount int32 `protobuf:"varint,5,opt,name=FlashPromotionCount,proto3" json:"FlashPromotionCount,omitempty"` //限时购数量 FlashPromotionLimit int32 `protobuf:"varint,6,opt,name=FlashPromotionLimit,proto3" json:"FlashPromotionLimit,omitempty"` //每人限购数量 Sort int32 `protobuf:"varint,7,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*FlashPromotionProductRelationAddReq) Descriptor
deprecated
func (*FlashPromotionProductRelationAddReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionProductRelationAddReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionProductRelationAddReq) GetFlashPromotionCount ¶
func (x *FlashPromotionProductRelationAddReq) GetFlashPromotionCount() int32
func (*FlashPromotionProductRelationAddReq) GetFlashPromotionId ¶
func (x *FlashPromotionProductRelationAddReq) GetFlashPromotionId() int64
func (*FlashPromotionProductRelationAddReq) GetFlashPromotionLimit ¶
func (x *FlashPromotionProductRelationAddReq) GetFlashPromotionLimit() int32
func (*FlashPromotionProductRelationAddReq) GetFlashPromotionPrice ¶
func (x *FlashPromotionProductRelationAddReq) GetFlashPromotionPrice() float64
func (*FlashPromotionProductRelationAddReq) GetFlashPromotionSessionId ¶
func (x *FlashPromotionProductRelationAddReq) GetFlashPromotionSessionId() int64
func (*FlashPromotionProductRelationAddReq) GetProductId ¶
func (x *FlashPromotionProductRelationAddReq) GetProductId() int64
func (*FlashPromotionProductRelationAddReq) GetSort ¶
func (x *FlashPromotionProductRelationAddReq) GetSort() int32
func (*FlashPromotionProductRelationAddReq) ProtoMessage ¶
func (*FlashPromotionProductRelationAddReq) ProtoMessage()
func (*FlashPromotionProductRelationAddReq) ProtoReflect ¶
func (x *FlashPromotionProductRelationAddReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionProductRelationAddReq) Reset ¶
func (x *FlashPromotionProductRelationAddReq) Reset()
func (*FlashPromotionProductRelationAddReq) String ¶
func (x *FlashPromotionProductRelationAddReq) String() string
type FlashPromotionProductRelationAddResp ¶
type FlashPromotionProductRelationAddResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionProductRelationAddResp) Descriptor
deprecated
func (*FlashPromotionProductRelationAddResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionProductRelationAddResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionProductRelationAddResp) GetPong ¶
func (x *FlashPromotionProductRelationAddResp) GetPong() string
func (*FlashPromotionProductRelationAddResp) ProtoMessage ¶
func (*FlashPromotionProductRelationAddResp) ProtoMessage()
func (*FlashPromotionProductRelationAddResp) ProtoReflect ¶
func (x *FlashPromotionProductRelationAddResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionProductRelationAddResp) Reset ¶
func (x *FlashPromotionProductRelationAddResp) Reset()
func (*FlashPromotionProductRelationAddResp) String ¶
func (x *FlashPromotionProductRelationAddResp) String() string
type FlashPromotionProductRelationDeleteReq ¶
type FlashPromotionProductRelationDeleteReq struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionProductRelationDeleteReq) Descriptor
deprecated
func (*FlashPromotionProductRelationDeleteReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionProductRelationDeleteReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionProductRelationDeleteReq) GetIds ¶
func (x *FlashPromotionProductRelationDeleteReq) GetIds() []int64
func (*FlashPromotionProductRelationDeleteReq) ProtoMessage ¶
func (*FlashPromotionProductRelationDeleteReq) ProtoMessage()
func (*FlashPromotionProductRelationDeleteReq) ProtoReflect ¶
func (x *FlashPromotionProductRelationDeleteReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionProductRelationDeleteReq) Reset ¶
func (x *FlashPromotionProductRelationDeleteReq) Reset()
func (*FlashPromotionProductRelationDeleteReq) String ¶
func (x *FlashPromotionProductRelationDeleteReq) String() string
type FlashPromotionProductRelationDeleteResp ¶
type FlashPromotionProductRelationDeleteResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionProductRelationDeleteResp) Descriptor
deprecated
func (*FlashPromotionProductRelationDeleteResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionProductRelationDeleteResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionProductRelationDeleteResp) GetPong ¶
func (x *FlashPromotionProductRelationDeleteResp) GetPong() string
func (*FlashPromotionProductRelationDeleteResp) ProtoMessage ¶
func (*FlashPromotionProductRelationDeleteResp) ProtoMessage()
func (*FlashPromotionProductRelationDeleteResp) ProtoReflect ¶
func (x *FlashPromotionProductRelationDeleteResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionProductRelationDeleteResp) Reset ¶
func (x *FlashPromotionProductRelationDeleteResp) Reset()
func (*FlashPromotionProductRelationDeleteResp) String ¶
func (x *FlashPromotionProductRelationDeleteResp) String() string
type FlashPromotionProductRelationListData ¶
type FlashPromotionProductRelationListData struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //编号 FlashPromotionId int64 `protobuf:"varint,2,opt,name=FlashPromotionId,proto3" json:"FlashPromotionId,omitempty"` //限时购id FlashPromotionSessionId int64 `protobuf:"varint,3,opt,name=FlashPromotionSessionId,proto3" json:"FlashPromotionSessionId,omitempty"` //编号 ProductId int64 `protobuf:"varint,4,opt,name=ProductId,proto3" json:"ProductId,omitempty"` //商品id FlashPromotionPrice float64 `protobuf:"fixed64,5,opt,name=FlashPromotionPrice,proto3" json:"FlashPromotionPrice,omitempty"` //限时购价格 FlashPromotionCount int32 `protobuf:"varint,6,opt,name=FlashPromotionCount,proto3" json:"FlashPromotionCount,omitempty"` //限时购数量 FlashPromotionLimit int32 `protobuf:"varint,7,opt,name=FlashPromotionLimit,proto3" json:"FlashPromotionLimit,omitempty"` //每人限购数量 Sort int32 `protobuf:"varint,8,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*FlashPromotionProductRelationListData) Descriptor
deprecated
func (*FlashPromotionProductRelationListData) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionProductRelationListData.ProtoReflect.Descriptor instead.
func (*FlashPromotionProductRelationListData) GetFlashPromotionCount ¶
func (x *FlashPromotionProductRelationListData) GetFlashPromotionCount() int32
func (*FlashPromotionProductRelationListData) GetFlashPromotionId ¶
func (x *FlashPromotionProductRelationListData) GetFlashPromotionId() int64
func (*FlashPromotionProductRelationListData) GetFlashPromotionLimit ¶
func (x *FlashPromotionProductRelationListData) GetFlashPromotionLimit() int32
func (*FlashPromotionProductRelationListData) GetFlashPromotionPrice ¶
func (x *FlashPromotionProductRelationListData) GetFlashPromotionPrice() float64
func (*FlashPromotionProductRelationListData) GetFlashPromotionSessionId ¶
func (x *FlashPromotionProductRelationListData) GetFlashPromotionSessionId() int64
func (*FlashPromotionProductRelationListData) GetId ¶
func (x *FlashPromotionProductRelationListData) GetId() int64
func (*FlashPromotionProductRelationListData) GetProductId ¶
func (x *FlashPromotionProductRelationListData) GetProductId() int64
func (*FlashPromotionProductRelationListData) GetSort ¶
func (x *FlashPromotionProductRelationListData) GetSort() int32
func (*FlashPromotionProductRelationListData) ProtoMessage ¶
func (*FlashPromotionProductRelationListData) ProtoMessage()
func (*FlashPromotionProductRelationListData) ProtoReflect ¶
func (x *FlashPromotionProductRelationListData) ProtoReflect() protoreflect.Message
func (*FlashPromotionProductRelationListData) Reset ¶
func (x *FlashPromotionProductRelationListData) Reset()
func (*FlashPromotionProductRelationListData) String ¶
func (x *FlashPromotionProductRelationListData) String() string
type FlashPromotionProductRelationListReq ¶
type FlashPromotionProductRelationListReq struct { Current int64 `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"` PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` FlashPromotionId int64 `protobuf:"varint,3,opt,name=FlashPromotionId,proto3" json:"FlashPromotionId,omitempty"` //限时购id FlashPromotionSessionId int64 `protobuf:"varint,4,opt,name=FlashPromotionSessionId,proto3" json:"FlashPromotionSessionId,omitempty"` //编号 // contains filtered or unexported fields }
func (*FlashPromotionProductRelationListReq) Descriptor
deprecated
func (*FlashPromotionProductRelationListReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionProductRelationListReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionProductRelationListReq) GetCurrent ¶
func (x *FlashPromotionProductRelationListReq) GetCurrent() int64
func (*FlashPromotionProductRelationListReq) GetFlashPromotionId ¶
func (x *FlashPromotionProductRelationListReq) GetFlashPromotionId() int64
func (*FlashPromotionProductRelationListReq) GetFlashPromotionSessionId ¶
func (x *FlashPromotionProductRelationListReq) GetFlashPromotionSessionId() int64
func (*FlashPromotionProductRelationListReq) GetPageSize ¶
func (x *FlashPromotionProductRelationListReq) GetPageSize() int64
func (*FlashPromotionProductRelationListReq) ProtoMessage ¶
func (*FlashPromotionProductRelationListReq) ProtoMessage()
func (*FlashPromotionProductRelationListReq) ProtoReflect ¶
func (x *FlashPromotionProductRelationListReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionProductRelationListReq) Reset ¶
func (x *FlashPromotionProductRelationListReq) Reset()
func (*FlashPromotionProductRelationListReq) String ¶
func (x *FlashPromotionProductRelationListReq) String() string
type FlashPromotionProductRelationListResp ¶
type FlashPromotionProductRelationListResp struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*FlashPromotionProductRelationListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionProductRelationListResp) Descriptor
deprecated
func (*FlashPromotionProductRelationListResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionProductRelationListResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionProductRelationListResp) GetList ¶
func (x *FlashPromotionProductRelationListResp) GetList() []*FlashPromotionProductRelationListData
func (*FlashPromotionProductRelationListResp) GetTotal ¶
func (x *FlashPromotionProductRelationListResp) GetTotal() int64
func (*FlashPromotionProductRelationListResp) ProtoMessage ¶
func (*FlashPromotionProductRelationListResp) ProtoMessage()
func (*FlashPromotionProductRelationListResp) ProtoReflect ¶
func (x *FlashPromotionProductRelationListResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionProductRelationListResp) Reset ¶
func (x *FlashPromotionProductRelationListResp) Reset()
func (*FlashPromotionProductRelationListResp) String ¶
func (x *FlashPromotionProductRelationListResp) String() string
type FlashPromotionProductRelationServiceClient ¶
type FlashPromotionProductRelationServiceClient interface { FlashPromotionProductRelationAdd(ctx context.Context, in *FlashPromotionProductRelationAddReq, opts ...grpc.CallOption) (*FlashPromotionProductRelationAddResp, error) FlashPromotionProductRelationList(ctx context.Context, in *FlashPromotionProductRelationListReq, opts ...grpc.CallOption) (*FlashPromotionProductRelationListResp, error) FlashPromotionProductRelationUpdate(ctx context.Context, in *FlashPromotionProductRelationUpdateReq, opts ...grpc.CallOption) (*FlashPromotionProductRelationUpdateResp, error) FlashPromotionProductRelationDelete(ctx context.Context, in *FlashPromotionProductRelationDeleteReq, opts ...grpc.CallOption) (*FlashPromotionProductRelationDeleteResp, error) // 根据商品id查询 QueryFlashPromotionByProduct(ctx context.Context, in *QueryFlashPromotionByProductReq, opts ...grpc.CallOption) (*QueryFlashPromotionByProductResp, error) }
FlashPromotionProductRelationServiceClient is the client API for FlashPromotionProductRelationService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewFlashPromotionProductRelationServiceClient ¶
func NewFlashPromotionProductRelationServiceClient(cc grpc.ClientConnInterface) FlashPromotionProductRelationServiceClient
type FlashPromotionProductRelationServiceServer ¶
type FlashPromotionProductRelationServiceServer interface { FlashPromotionProductRelationAdd(context.Context, *FlashPromotionProductRelationAddReq) (*FlashPromotionProductRelationAddResp, error) FlashPromotionProductRelationList(context.Context, *FlashPromotionProductRelationListReq) (*FlashPromotionProductRelationListResp, error) FlashPromotionProductRelationUpdate(context.Context, *FlashPromotionProductRelationUpdateReq) (*FlashPromotionProductRelationUpdateResp, error) FlashPromotionProductRelationDelete(context.Context, *FlashPromotionProductRelationDeleteReq) (*FlashPromotionProductRelationDeleteResp, error) // 根据商品id查询 QueryFlashPromotionByProduct(context.Context, *QueryFlashPromotionByProductReq) (*QueryFlashPromotionByProductResp, error) // contains filtered or unexported methods }
FlashPromotionProductRelationServiceServer is the server API for FlashPromotionProductRelationService service. All implementations must embed UnimplementedFlashPromotionProductRelationServiceServer for forward compatibility
type FlashPromotionProductRelationUpdateReq ¶
type FlashPromotionProductRelationUpdateReq struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //编号 FlashPromotionId int64 `protobuf:"varint,2,opt,name=FlashPromotionId,proto3" json:"FlashPromotionId,omitempty"` //限时购id FlashPromotionSessionId int64 `protobuf:"varint,3,opt,name=FlashPromotionSessionId,proto3" json:"FlashPromotionSessionId,omitempty"` //编号 ProductId int64 `protobuf:"varint,4,opt,name=ProductId,proto3" json:"ProductId,omitempty"` //商品id FlashPromotionPrice float64 `protobuf:"fixed64,5,opt,name=FlashPromotionPrice,proto3" json:"FlashPromotionPrice,omitempty"` //限时购价格 FlashPromotionCount int32 `protobuf:"varint,6,opt,name=FlashPromotionCount,proto3" json:"FlashPromotionCount,omitempty"` //限时购数量 FlashPromotionLimit int32 `protobuf:"varint,7,opt,name=FlashPromotionLimit,proto3" json:"FlashPromotionLimit,omitempty"` //每人限购数量 Sort int32 `protobuf:"varint,8,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*FlashPromotionProductRelationUpdateReq) Descriptor
deprecated
func (*FlashPromotionProductRelationUpdateReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionProductRelationUpdateReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionProductRelationUpdateReq) GetFlashPromotionCount ¶
func (x *FlashPromotionProductRelationUpdateReq) GetFlashPromotionCount() int32
func (*FlashPromotionProductRelationUpdateReq) GetFlashPromotionId ¶
func (x *FlashPromotionProductRelationUpdateReq) GetFlashPromotionId() int64
func (*FlashPromotionProductRelationUpdateReq) GetFlashPromotionLimit ¶
func (x *FlashPromotionProductRelationUpdateReq) GetFlashPromotionLimit() int32
func (*FlashPromotionProductRelationUpdateReq) GetFlashPromotionPrice ¶
func (x *FlashPromotionProductRelationUpdateReq) GetFlashPromotionPrice() float64
func (*FlashPromotionProductRelationUpdateReq) GetFlashPromotionSessionId ¶
func (x *FlashPromotionProductRelationUpdateReq) GetFlashPromotionSessionId() int64
func (*FlashPromotionProductRelationUpdateReq) GetId ¶
func (x *FlashPromotionProductRelationUpdateReq) GetId() int64
func (*FlashPromotionProductRelationUpdateReq) GetProductId ¶
func (x *FlashPromotionProductRelationUpdateReq) GetProductId() int64
func (*FlashPromotionProductRelationUpdateReq) GetSort ¶
func (x *FlashPromotionProductRelationUpdateReq) GetSort() int32
func (*FlashPromotionProductRelationUpdateReq) ProtoMessage ¶
func (*FlashPromotionProductRelationUpdateReq) ProtoMessage()
func (*FlashPromotionProductRelationUpdateReq) ProtoReflect ¶
func (x *FlashPromotionProductRelationUpdateReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionProductRelationUpdateReq) Reset ¶
func (x *FlashPromotionProductRelationUpdateReq) Reset()
func (*FlashPromotionProductRelationUpdateReq) String ¶
func (x *FlashPromotionProductRelationUpdateReq) String() string
type FlashPromotionProductRelationUpdateResp ¶
type FlashPromotionProductRelationUpdateResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionProductRelationUpdateResp) Descriptor
deprecated
func (*FlashPromotionProductRelationUpdateResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionProductRelationUpdateResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionProductRelationUpdateResp) GetPong ¶
func (x *FlashPromotionProductRelationUpdateResp) GetPong() string
func (*FlashPromotionProductRelationUpdateResp) ProtoMessage ¶
func (*FlashPromotionProductRelationUpdateResp) ProtoMessage()
func (*FlashPromotionProductRelationUpdateResp) ProtoReflect ¶
func (x *FlashPromotionProductRelationUpdateResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionProductRelationUpdateResp) Reset ¶
func (x *FlashPromotionProductRelationUpdateResp) Reset()
func (*FlashPromotionProductRelationUpdateResp) String ¶
func (x *FlashPromotionProductRelationUpdateResp) String() string
type FlashPromotionServiceClient ¶
type FlashPromotionServiceClient interface { FlashPromotionAdd(ctx context.Context, in *FlashPromotionAddReq, opts ...grpc.CallOption) (*FlashPromotionAddResp, error) FlashPromotionList(ctx context.Context, in *FlashPromotionListReq, opts ...grpc.CallOption) (*FlashPromotionListResp, error) FlashPromotionUpdate(ctx context.Context, in *FlashPromotionUpdateReq, opts ...grpc.CallOption) (*FlashPromotionUpdateResp, error) FlashPromotionDelete(ctx context.Context, in *FlashPromotionDeleteReq, opts ...grpc.CallOption) (*FlashPromotionDeleteResp, error) FlashPromotionListByDate(ctx context.Context, in *FlashPromotionListByDateReq, opts ...grpc.CallOption) (*FlashPromotionListByDateResp, error) }
FlashPromotionServiceClient is the client API for FlashPromotionService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewFlashPromotionServiceClient ¶
func NewFlashPromotionServiceClient(cc grpc.ClientConnInterface) FlashPromotionServiceClient
type FlashPromotionServiceServer ¶
type FlashPromotionServiceServer interface { FlashPromotionAdd(context.Context, *FlashPromotionAddReq) (*FlashPromotionAddResp, error) FlashPromotionList(context.Context, *FlashPromotionListReq) (*FlashPromotionListResp, error) FlashPromotionUpdate(context.Context, *FlashPromotionUpdateReq) (*FlashPromotionUpdateResp, error) FlashPromotionDelete(context.Context, *FlashPromotionDeleteReq) (*FlashPromotionDeleteResp, error) FlashPromotionListByDate(context.Context, *FlashPromotionListByDateReq) (*FlashPromotionListByDateResp, error) // contains filtered or unexported methods }
FlashPromotionServiceServer is the server API for FlashPromotionService service. All implementations must embed UnimplementedFlashPromotionServiceServer for forward compatibility
type FlashPromotionSessionAddReq ¶
type FlashPromotionSessionAddReq struct { Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"` //场次名称 StartTime string `protobuf:"bytes,2,opt,name=StartTime,proto3" json:"StartTime,omitempty"` //每日开始时间 EndTime string `protobuf:"bytes,3,opt,name=EndTime,proto3" json:"EndTime,omitempty"` //每日结束时间 Status int32 `protobuf:"varint,4,opt,name=Status,proto3" json:"Status,omitempty"` //启用状态:0->不启用;1->启用 // contains filtered or unexported fields }
func (*FlashPromotionSessionAddReq) Descriptor
deprecated
func (*FlashPromotionSessionAddReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionSessionAddReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionSessionAddReq) GetEndTime ¶
func (x *FlashPromotionSessionAddReq) GetEndTime() string
func (*FlashPromotionSessionAddReq) GetName ¶
func (x *FlashPromotionSessionAddReq) GetName() string
func (*FlashPromotionSessionAddReq) GetStartTime ¶
func (x *FlashPromotionSessionAddReq) GetStartTime() string
func (*FlashPromotionSessionAddReq) GetStatus ¶
func (x *FlashPromotionSessionAddReq) GetStatus() int32
func (*FlashPromotionSessionAddReq) ProtoMessage ¶
func (*FlashPromotionSessionAddReq) ProtoMessage()
func (*FlashPromotionSessionAddReq) ProtoReflect ¶
func (x *FlashPromotionSessionAddReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionSessionAddReq) Reset ¶
func (x *FlashPromotionSessionAddReq) Reset()
func (*FlashPromotionSessionAddReq) String ¶
func (x *FlashPromotionSessionAddReq) String() string
type FlashPromotionSessionAddResp ¶
type FlashPromotionSessionAddResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionSessionAddResp) Descriptor
deprecated
func (*FlashPromotionSessionAddResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionSessionAddResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionSessionAddResp) GetPong ¶
func (x *FlashPromotionSessionAddResp) GetPong() string
func (*FlashPromotionSessionAddResp) ProtoMessage ¶
func (*FlashPromotionSessionAddResp) ProtoMessage()
func (*FlashPromotionSessionAddResp) ProtoReflect ¶
func (x *FlashPromotionSessionAddResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionSessionAddResp) Reset ¶
func (x *FlashPromotionSessionAddResp) Reset()
func (*FlashPromotionSessionAddResp) String ¶
func (x *FlashPromotionSessionAddResp) String() string
type FlashPromotionSessionByTimeReq ¶
type FlashPromotionSessionByTimeReq struct { CurrentTIme string `protobuf:"bytes,1,opt,name=currentTIme,proto3" json:"currentTIme,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionSessionByTimeReq) Descriptor
deprecated
func (*FlashPromotionSessionByTimeReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionSessionByTimeReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionSessionByTimeReq) GetCurrentTIme ¶
func (x *FlashPromotionSessionByTimeReq) GetCurrentTIme() string
func (*FlashPromotionSessionByTimeReq) ProtoMessage ¶
func (*FlashPromotionSessionByTimeReq) ProtoMessage()
func (*FlashPromotionSessionByTimeReq) ProtoReflect ¶
func (x *FlashPromotionSessionByTimeReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionSessionByTimeReq) Reset ¶
func (x *FlashPromotionSessionByTimeReq) Reset()
func (*FlashPromotionSessionByTimeReq) String ¶
func (x *FlashPromotionSessionByTimeReq) String() string
type FlashPromotionSessionByTimeResp ¶
type FlashPromotionSessionByTimeResp struct { List []*FlashPromotionSessionListData `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionSessionByTimeResp) Descriptor
deprecated
func (*FlashPromotionSessionByTimeResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionSessionByTimeResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionSessionByTimeResp) GetList ¶
func (x *FlashPromotionSessionByTimeResp) GetList() []*FlashPromotionSessionListData
func (*FlashPromotionSessionByTimeResp) ProtoMessage ¶
func (*FlashPromotionSessionByTimeResp) ProtoMessage()
func (*FlashPromotionSessionByTimeResp) ProtoReflect ¶
func (x *FlashPromotionSessionByTimeResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionSessionByTimeResp) Reset ¶
func (x *FlashPromotionSessionByTimeResp) Reset()
func (*FlashPromotionSessionByTimeResp) String ¶
func (x *FlashPromotionSessionByTimeResp) String() string
type FlashPromotionSessionDeleteReq ¶
type FlashPromotionSessionDeleteReq struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionSessionDeleteReq) Descriptor
deprecated
func (*FlashPromotionSessionDeleteReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionSessionDeleteReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionSessionDeleteReq) GetIds ¶
func (x *FlashPromotionSessionDeleteReq) GetIds() []int64
func (*FlashPromotionSessionDeleteReq) ProtoMessage ¶
func (*FlashPromotionSessionDeleteReq) ProtoMessage()
func (*FlashPromotionSessionDeleteReq) ProtoReflect ¶
func (x *FlashPromotionSessionDeleteReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionSessionDeleteReq) Reset ¶
func (x *FlashPromotionSessionDeleteReq) Reset()
func (*FlashPromotionSessionDeleteReq) String ¶
func (x *FlashPromotionSessionDeleteReq) String() string
type FlashPromotionSessionDeleteResp ¶
type FlashPromotionSessionDeleteResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionSessionDeleteResp) Descriptor
deprecated
func (*FlashPromotionSessionDeleteResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionSessionDeleteResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionSessionDeleteResp) GetPong ¶
func (x *FlashPromotionSessionDeleteResp) GetPong() string
func (*FlashPromotionSessionDeleteResp) ProtoMessage ¶
func (*FlashPromotionSessionDeleteResp) ProtoMessage()
func (*FlashPromotionSessionDeleteResp) ProtoReflect ¶
func (x *FlashPromotionSessionDeleteResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionSessionDeleteResp) Reset ¶
func (x *FlashPromotionSessionDeleteResp) Reset()
func (*FlashPromotionSessionDeleteResp) String ¶
func (x *FlashPromotionSessionDeleteResp) String() string
type FlashPromotionSessionListData ¶
type FlashPromotionSessionListData struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //编号 Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` //场次名称 StartTime string `protobuf:"bytes,3,opt,name=StartTime,proto3" json:"StartTime,omitempty"` //每日开始时间 EndTime string `protobuf:"bytes,4,opt,name=EndTime,proto3" json:"EndTime,omitempty"` //每日结束时间 Status int32 `protobuf:"varint,5,opt,name=Status,proto3" json:"Status,omitempty"` //启用状态:0->不启用;1->启用 CreateTime string `protobuf:"bytes,6,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"` //创建时间 // contains filtered or unexported fields }
func (*FlashPromotionSessionListData) Descriptor
deprecated
func (*FlashPromotionSessionListData) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionSessionListData.ProtoReflect.Descriptor instead.
func (*FlashPromotionSessionListData) GetCreateTime ¶
func (x *FlashPromotionSessionListData) GetCreateTime() string
func (*FlashPromotionSessionListData) GetEndTime ¶
func (x *FlashPromotionSessionListData) GetEndTime() string
func (*FlashPromotionSessionListData) GetId ¶
func (x *FlashPromotionSessionListData) GetId() int64
func (*FlashPromotionSessionListData) GetName ¶
func (x *FlashPromotionSessionListData) GetName() string
func (*FlashPromotionSessionListData) GetStartTime ¶
func (x *FlashPromotionSessionListData) GetStartTime() string
func (*FlashPromotionSessionListData) GetStatus ¶
func (x *FlashPromotionSessionListData) GetStatus() int32
func (*FlashPromotionSessionListData) ProtoMessage ¶
func (*FlashPromotionSessionListData) ProtoMessage()
func (*FlashPromotionSessionListData) ProtoReflect ¶
func (x *FlashPromotionSessionListData) ProtoReflect() protoreflect.Message
func (*FlashPromotionSessionListData) Reset ¶
func (x *FlashPromotionSessionListData) Reset()
func (*FlashPromotionSessionListData) String ¶
func (x *FlashPromotionSessionListData) String() string
type FlashPromotionSessionListReq ¶
type FlashPromotionSessionListReq struct { Current int64 `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"` PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` StartTime string `protobuf:"bytes,3,opt,name=StartTime,proto3" json:"StartTime,omitempty"` //每日开始时间 EndTime string `protobuf:"bytes,4,opt,name=EndTime,proto3" json:"EndTime,omitempty"` //每日结束时间 Status int32 `protobuf:"varint,5,opt,name=Status,proto3" json:"Status,omitempty"` //启用状态:0->不启用;1->启用 // contains filtered or unexported fields }
func (*FlashPromotionSessionListReq) Descriptor
deprecated
func (*FlashPromotionSessionListReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionSessionListReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionSessionListReq) GetCurrent ¶
func (x *FlashPromotionSessionListReq) GetCurrent() int64
func (*FlashPromotionSessionListReq) GetEndTime ¶
func (x *FlashPromotionSessionListReq) GetEndTime() string
func (*FlashPromotionSessionListReq) GetPageSize ¶
func (x *FlashPromotionSessionListReq) GetPageSize() int64
func (*FlashPromotionSessionListReq) GetStartTime ¶
func (x *FlashPromotionSessionListReq) GetStartTime() string
func (*FlashPromotionSessionListReq) GetStatus ¶
func (x *FlashPromotionSessionListReq) GetStatus() int32
func (*FlashPromotionSessionListReq) ProtoMessage ¶
func (*FlashPromotionSessionListReq) ProtoMessage()
func (*FlashPromotionSessionListReq) ProtoReflect ¶
func (x *FlashPromotionSessionListReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionSessionListReq) Reset ¶
func (x *FlashPromotionSessionListReq) Reset()
func (*FlashPromotionSessionListReq) String ¶
func (x *FlashPromotionSessionListReq) String() string
type FlashPromotionSessionListResp ¶
type FlashPromotionSessionListResp struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*FlashPromotionSessionListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionSessionListResp) Descriptor
deprecated
func (*FlashPromotionSessionListResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionSessionListResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionSessionListResp) GetList ¶
func (x *FlashPromotionSessionListResp) GetList() []*FlashPromotionSessionListData
func (*FlashPromotionSessionListResp) GetTotal ¶
func (x *FlashPromotionSessionListResp) GetTotal() int64
func (*FlashPromotionSessionListResp) ProtoMessage ¶
func (*FlashPromotionSessionListResp) ProtoMessage()
func (*FlashPromotionSessionListResp) ProtoReflect ¶
func (x *FlashPromotionSessionListResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionSessionListResp) Reset ¶
func (x *FlashPromotionSessionListResp) Reset()
func (*FlashPromotionSessionListResp) String ¶
func (x *FlashPromotionSessionListResp) String() string
type FlashPromotionSessionServiceClient ¶
type FlashPromotionSessionServiceClient interface { FlashPromotionSessionAdd(ctx context.Context, in *FlashPromotionSessionAddReq, opts ...grpc.CallOption) (*FlashPromotionSessionAddResp, error) FlashPromotionSessionList(ctx context.Context, in *FlashPromotionSessionListReq, opts ...grpc.CallOption) (*FlashPromotionSessionListResp, error) FlashPromotionSessionUpdate(ctx context.Context, in *FlashPromotionSessionUpdateReq, opts ...grpc.CallOption) (*FlashPromotionSessionUpdateResp, error) FlashPromotionSessionDelete(ctx context.Context, in *FlashPromotionSessionDeleteReq, opts ...grpc.CallOption) (*FlashPromotionSessionDeleteResp, error) FlashPromotionSessionByTime(ctx context.Context, in *FlashPromotionSessionByTimeReq, opts ...grpc.CallOption) (*FlashPromotionSessionByTimeResp, error) }
FlashPromotionSessionServiceClient is the client API for FlashPromotionSessionService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewFlashPromotionSessionServiceClient ¶
func NewFlashPromotionSessionServiceClient(cc grpc.ClientConnInterface) FlashPromotionSessionServiceClient
type FlashPromotionSessionServiceServer ¶
type FlashPromotionSessionServiceServer interface { FlashPromotionSessionAdd(context.Context, *FlashPromotionSessionAddReq) (*FlashPromotionSessionAddResp, error) FlashPromotionSessionList(context.Context, *FlashPromotionSessionListReq) (*FlashPromotionSessionListResp, error) FlashPromotionSessionUpdate(context.Context, *FlashPromotionSessionUpdateReq) (*FlashPromotionSessionUpdateResp, error) FlashPromotionSessionDelete(context.Context, *FlashPromotionSessionDeleteReq) (*FlashPromotionSessionDeleteResp, error) FlashPromotionSessionByTime(context.Context, *FlashPromotionSessionByTimeReq) (*FlashPromotionSessionByTimeResp, error) // contains filtered or unexported methods }
FlashPromotionSessionServiceServer is the server API for FlashPromotionSessionService service. All implementations must embed UnimplementedFlashPromotionSessionServiceServer for forward compatibility
type FlashPromotionSessionUpdateReq ¶
type FlashPromotionSessionUpdateReq struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //编号 Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` //场次名称 StartTime string `protobuf:"bytes,3,opt,name=StartTime,proto3" json:"StartTime,omitempty"` //每日开始时间 EndTime string `protobuf:"bytes,4,opt,name=EndTime,proto3" json:"EndTime,omitempty"` //每日结束时间 Status int32 `protobuf:"varint,5,opt,name=Status,proto3" json:"Status,omitempty"` //启用状态:0->不启用;1->启用 // contains filtered or unexported fields }
func (*FlashPromotionSessionUpdateReq) Descriptor
deprecated
func (*FlashPromotionSessionUpdateReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionSessionUpdateReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionSessionUpdateReq) GetEndTime ¶
func (x *FlashPromotionSessionUpdateReq) GetEndTime() string
func (*FlashPromotionSessionUpdateReq) GetId ¶
func (x *FlashPromotionSessionUpdateReq) GetId() int64
func (*FlashPromotionSessionUpdateReq) GetName ¶
func (x *FlashPromotionSessionUpdateReq) GetName() string
func (*FlashPromotionSessionUpdateReq) GetStartTime ¶
func (x *FlashPromotionSessionUpdateReq) GetStartTime() string
func (*FlashPromotionSessionUpdateReq) GetStatus ¶
func (x *FlashPromotionSessionUpdateReq) GetStatus() int32
func (*FlashPromotionSessionUpdateReq) ProtoMessage ¶
func (*FlashPromotionSessionUpdateReq) ProtoMessage()
func (*FlashPromotionSessionUpdateReq) ProtoReflect ¶
func (x *FlashPromotionSessionUpdateReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionSessionUpdateReq) Reset ¶
func (x *FlashPromotionSessionUpdateReq) Reset()
func (*FlashPromotionSessionUpdateReq) String ¶
func (x *FlashPromotionSessionUpdateReq) String() string
type FlashPromotionSessionUpdateResp ¶
type FlashPromotionSessionUpdateResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionSessionUpdateResp) Descriptor
deprecated
func (*FlashPromotionSessionUpdateResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionSessionUpdateResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionSessionUpdateResp) GetPong ¶
func (x *FlashPromotionSessionUpdateResp) GetPong() string
func (*FlashPromotionSessionUpdateResp) ProtoMessage ¶
func (*FlashPromotionSessionUpdateResp) ProtoMessage()
func (*FlashPromotionSessionUpdateResp) ProtoReflect ¶
func (x *FlashPromotionSessionUpdateResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionSessionUpdateResp) Reset ¶
func (x *FlashPromotionSessionUpdateResp) Reset()
func (*FlashPromotionSessionUpdateResp) String ¶
func (x *FlashPromotionSessionUpdateResp) String() string
type FlashPromotionUpdateReq ¶
type FlashPromotionUpdateReq struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //编号 Title string `protobuf:"bytes,2,opt,name=Title,proto3" json:"Title,omitempty"` //标题 StartDate string `protobuf:"bytes,3,opt,name=StartDate,proto3" json:"StartDate,omitempty"` //开始日期 EndDate string `protobuf:"bytes,4,opt,name=EndDate,proto3" json:"EndDate,omitempty"` //结束日期 Status int32 `protobuf:"varint,5,opt,name=Status,proto3" json:"Status,omitempty"` //上下线状态 // contains filtered or unexported fields }
func (*FlashPromotionUpdateReq) Descriptor
deprecated
func (*FlashPromotionUpdateReq) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionUpdateReq.ProtoReflect.Descriptor instead.
func (*FlashPromotionUpdateReq) GetEndDate ¶
func (x *FlashPromotionUpdateReq) GetEndDate() string
func (*FlashPromotionUpdateReq) GetId ¶
func (x *FlashPromotionUpdateReq) GetId() int64
func (*FlashPromotionUpdateReq) GetStartDate ¶
func (x *FlashPromotionUpdateReq) GetStartDate() string
func (*FlashPromotionUpdateReq) GetStatus ¶
func (x *FlashPromotionUpdateReq) GetStatus() int32
func (*FlashPromotionUpdateReq) GetTitle ¶
func (x *FlashPromotionUpdateReq) GetTitle() string
func (*FlashPromotionUpdateReq) ProtoMessage ¶
func (*FlashPromotionUpdateReq) ProtoMessage()
func (*FlashPromotionUpdateReq) ProtoReflect ¶
func (x *FlashPromotionUpdateReq) ProtoReflect() protoreflect.Message
func (*FlashPromotionUpdateReq) Reset ¶
func (x *FlashPromotionUpdateReq) Reset()
func (*FlashPromotionUpdateReq) String ¶
func (x *FlashPromotionUpdateReq) String() string
type FlashPromotionUpdateResp ¶
type FlashPromotionUpdateResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*FlashPromotionUpdateResp) Descriptor
deprecated
func (*FlashPromotionUpdateResp) Descriptor() ([]byte, []int)
Deprecated: Use FlashPromotionUpdateResp.ProtoReflect.Descriptor instead.
func (*FlashPromotionUpdateResp) GetPong ¶
func (x *FlashPromotionUpdateResp) GetPong() string
func (*FlashPromotionUpdateResp) ProtoMessage ¶
func (*FlashPromotionUpdateResp) ProtoMessage()
func (*FlashPromotionUpdateResp) ProtoReflect ¶
func (x *FlashPromotionUpdateResp) ProtoReflect() protoreflect.Message
func (*FlashPromotionUpdateResp) Reset ¶
func (x *FlashPromotionUpdateResp) Reset()
func (*FlashPromotionUpdateResp) String ¶
func (x *FlashPromotionUpdateResp) String() string
type HomeAdvertiseAddReq ¶
type HomeAdvertiseAddReq struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` //名称 Type int32 `protobuf:"varint,3,opt,name=Type,proto3" json:"Type,omitempty"` //轮播位置:0->PC首页轮播;1->app首页轮播 Pic string `protobuf:"bytes,4,opt,name=Pic,proto3" json:"Pic,omitempty"` //图片地址 StartTime string `protobuf:"bytes,5,opt,name=StartTime,proto3" json:"StartTime,omitempty"` //开始时间 EndTime string `protobuf:"bytes,6,opt,name=EndTime,proto3" json:"EndTime,omitempty"` //结束时间 Status int32 `protobuf:"varint,7,opt,name=Status,proto3" json:"Status,omitempty"` //上下线状态:0->下线;1->上线 ClickCount int32 `protobuf:"varint,8,opt,name=ClickCount,proto3" json:"ClickCount,omitempty"` //点击数 OrderCount int32 `protobuf:"varint,9,opt,name=OrderCount,proto3" json:"OrderCount,omitempty"` //下单数 Url string `protobuf:"bytes,10,opt,name=Url,proto3" json:"Url,omitempty"` //链接地址 Note string `protobuf:"bytes,11,opt,name=Note,proto3" json:"Note,omitempty"` //备注 Sort int32 `protobuf:"varint,12,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*HomeAdvertiseAddReq) Descriptor
deprecated
func (*HomeAdvertiseAddReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeAdvertiseAddReq.ProtoReflect.Descriptor instead.
func (*HomeAdvertiseAddReq) GetClickCount ¶
func (x *HomeAdvertiseAddReq) GetClickCount() int32
func (*HomeAdvertiseAddReq) GetEndTime ¶
func (x *HomeAdvertiseAddReq) GetEndTime() string
func (*HomeAdvertiseAddReq) GetId ¶
func (x *HomeAdvertiseAddReq) GetId() int64
func (*HomeAdvertiseAddReq) GetName ¶
func (x *HomeAdvertiseAddReq) GetName() string
func (*HomeAdvertiseAddReq) GetNote ¶
func (x *HomeAdvertiseAddReq) GetNote() string
func (*HomeAdvertiseAddReq) GetOrderCount ¶
func (x *HomeAdvertiseAddReq) GetOrderCount() int32
func (*HomeAdvertiseAddReq) GetPic ¶
func (x *HomeAdvertiseAddReq) GetPic() string
func (*HomeAdvertiseAddReq) GetSort ¶
func (x *HomeAdvertiseAddReq) GetSort() int32
func (*HomeAdvertiseAddReq) GetStartTime ¶
func (x *HomeAdvertiseAddReq) GetStartTime() string
func (*HomeAdvertiseAddReq) GetStatus ¶
func (x *HomeAdvertiseAddReq) GetStatus() int32
func (*HomeAdvertiseAddReq) GetType ¶
func (x *HomeAdvertiseAddReq) GetType() int32
func (*HomeAdvertiseAddReq) GetUrl ¶
func (x *HomeAdvertiseAddReq) GetUrl() string
func (*HomeAdvertiseAddReq) ProtoMessage ¶
func (*HomeAdvertiseAddReq) ProtoMessage()
func (*HomeAdvertiseAddReq) ProtoReflect ¶
func (x *HomeAdvertiseAddReq) ProtoReflect() protoreflect.Message
func (*HomeAdvertiseAddReq) Reset ¶
func (x *HomeAdvertiseAddReq) Reset()
func (*HomeAdvertiseAddReq) String ¶
func (x *HomeAdvertiseAddReq) String() string
type HomeAdvertiseAddResp ¶
type HomeAdvertiseAddResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*HomeAdvertiseAddResp) Descriptor
deprecated
func (*HomeAdvertiseAddResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeAdvertiseAddResp.ProtoReflect.Descriptor instead.
func (*HomeAdvertiseAddResp) GetPong ¶
func (x *HomeAdvertiseAddResp) GetPong() string
func (*HomeAdvertiseAddResp) ProtoMessage ¶
func (*HomeAdvertiseAddResp) ProtoMessage()
func (*HomeAdvertiseAddResp) ProtoReflect ¶
func (x *HomeAdvertiseAddResp) ProtoReflect() protoreflect.Message
func (*HomeAdvertiseAddResp) Reset ¶
func (x *HomeAdvertiseAddResp) Reset()
func (*HomeAdvertiseAddResp) String ¶
func (x *HomeAdvertiseAddResp) String() string
type HomeAdvertiseDeleteReq ¶
type HomeAdvertiseDeleteReq struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*HomeAdvertiseDeleteReq) Descriptor
deprecated
func (*HomeAdvertiseDeleteReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeAdvertiseDeleteReq.ProtoReflect.Descriptor instead.
func (*HomeAdvertiseDeleteReq) GetIds ¶
func (x *HomeAdvertiseDeleteReq) GetIds() []int64
func (*HomeAdvertiseDeleteReq) ProtoMessage ¶
func (*HomeAdvertiseDeleteReq) ProtoMessage()
func (*HomeAdvertiseDeleteReq) ProtoReflect ¶
func (x *HomeAdvertiseDeleteReq) ProtoReflect() protoreflect.Message
func (*HomeAdvertiseDeleteReq) Reset ¶
func (x *HomeAdvertiseDeleteReq) Reset()
func (*HomeAdvertiseDeleteReq) String ¶
func (x *HomeAdvertiseDeleteReq) String() string
type HomeAdvertiseDeleteResp ¶
type HomeAdvertiseDeleteResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*HomeAdvertiseDeleteResp) Descriptor
deprecated
func (*HomeAdvertiseDeleteResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeAdvertiseDeleteResp.ProtoReflect.Descriptor instead.
func (*HomeAdvertiseDeleteResp) GetPong ¶
func (x *HomeAdvertiseDeleteResp) GetPong() string
func (*HomeAdvertiseDeleteResp) ProtoMessage ¶
func (*HomeAdvertiseDeleteResp) ProtoMessage()
func (*HomeAdvertiseDeleteResp) ProtoReflect ¶
func (x *HomeAdvertiseDeleteResp) ProtoReflect() protoreflect.Message
func (*HomeAdvertiseDeleteResp) Reset ¶
func (x *HomeAdvertiseDeleteResp) Reset()
func (*HomeAdvertiseDeleteResp) String ¶
func (x *HomeAdvertiseDeleteResp) String() string
type HomeAdvertiseListData ¶
type HomeAdvertiseListData struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` //名称 Type int32 `protobuf:"varint,3,opt,name=Type,proto3" json:"Type,omitempty"` //轮播位置:0->PC首页轮播;1->app首页轮播 Pic string `protobuf:"bytes,4,opt,name=Pic,proto3" json:"Pic,omitempty"` //图片地址 StartTime string `protobuf:"bytes,5,opt,name=StartTime,proto3" json:"StartTime,omitempty"` //开始时间 EndTime string `protobuf:"bytes,6,opt,name=EndTime,proto3" json:"EndTime,omitempty"` //结束时间 Status int32 `protobuf:"varint,7,opt,name=Status,proto3" json:"Status,omitempty"` //上下线状态:0->下线;1->上线 ClickCount int32 `protobuf:"varint,8,opt,name=ClickCount,proto3" json:"ClickCount,omitempty"` //点击数 OrderCount int32 `protobuf:"varint,9,opt,name=OrderCount,proto3" json:"OrderCount,omitempty"` //下单数 Url string `protobuf:"bytes,10,opt,name=Url,proto3" json:"Url,omitempty"` //链接地址 Note string `protobuf:"bytes,11,opt,name=Note,proto3" json:"Note,omitempty"` //备注 Sort int32 `protobuf:"varint,12,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*HomeAdvertiseListData) Descriptor
deprecated
func (*HomeAdvertiseListData) Descriptor() ([]byte, []int)
Deprecated: Use HomeAdvertiseListData.ProtoReflect.Descriptor instead.
func (*HomeAdvertiseListData) GetClickCount ¶
func (x *HomeAdvertiseListData) GetClickCount() int32
func (*HomeAdvertiseListData) GetEndTime ¶
func (x *HomeAdvertiseListData) GetEndTime() string
func (*HomeAdvertiseListData) GetId ¶
func (x *HomeAdvertiseListData) GetId() int64
func (*HomeAdvertiseListData) GetName ¶
func (x *HomeAdvertiseListData) GetName() string
func (*HomeAdvertiseListData) GetNote ¶
func (x *HomeAdvertiseListData) GetNote() string
func (*HomeAdvertiseListData) GetOrderCount ¶
func (x *HomeAdvertiseListData) GetOrderCount() int32
func (*HomeAdvertiseListData) GetPic ¶
func (x *HomeAdvertiseListData) GetPic() string
func (*HomeAdvertiseListData) GetSort ¶
func (x *HomeAdvertiseListData) GetSort() int32
func (*HomeAdvertiseListData) GetStartTime ¶
func (x *HomeAdvertiseListData) GetStartTime() string
func (*HomeAdvertiseListData) GetStatus ¶
func (x *HomeAdvertiseListData) GetStatus() int32
func (*HomeAdvertiseListData) GetType ¶
func (x *HomeAdvertiseListData) GetType() int32
func (*HomeAdvertiseListData) GetUrl ¶
func (x *HomeAdvertiseListData) GetUrl() string
func (*HomeAdvertiseListData) ProtoMessage ¶
func (*HomeAdvertiseListData) ProtoMessage()
func (*HomeAdvertiseListData) ProtoReflect ¶
func (x *HomeAdvertiseListData) ProtoReflect() protoreflect.Message
func (*HomeAdvertiseListData) Reset ¶
func (x *HomeAdvertiseListData) Reset()
func (*HomeAdvertiseListData) String ¶
func (x *HomeAdvertiseListData) String() string
type HomeAdvertiseListReq ¶
type HomeAdvertiseListReq struct { Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"` //名称 Type int32 `protobuf:"varint,2,opt,name=Type,proto3" json:"Type,omitempty"` //轮播位置:0->PC首页轮播;1->app首页轮播 StartTime string `protobuf:"bytes,3,opt,name=StartTime,proto3" json:"StartTime,omitempty"` //开始时间 EndTime string `protobuf:"bytes,4,opt,name=EndTime,proto3" json:"EndTime,omitempty"` //结束时间 Status int32 `protobuf:"varint,5,opt,name=Status,proto3" json:"Status,omitempty"` //上下线状态:0->下线;1->上线 Current int64 `protobuf:"varint,6,opt,name=current,proto3" json:"current,omitempty"` PageSize int64 `protobuf:"varint,7,opt,name=pageSize,proto3" json:"pageSize,omitempty"` // contains filtered or unexported fields }
func (*HomeAdvertiseListReq) Descriptor
deprecated
func (*HomeAdvertiseListReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeAdvertiseListReq.ProtoReflect.Descriptor instead.
func (*HomeAdvertiseListReq) GetCurrent ¶
func (x *HomeAdvertiseListReq) GetCurrent() int64
func (*HomeAdvertiseListReq) GetEndTime ¶
func (x *HomeAdvertiseListReq) GetEndTime() string
func (*HomeAdvertiseListReq) GetName ¶
func (x *HomeAdvertiseListReq) GetName() string
func (*HomeAdvertiseListReq) GetPageSize ¶
func (x *HomeAdvertiseListReq) GetPageSize() int64
func (*HomeAdvertiseListReq) GetStartTime ¶
func (x *HomeAdvertiseListReq) GetStartTime() string
func (*HomeAdvertiseListReq) GetStatus ¶
func (x *HomeAdvertiseListReq) GetStatus() int32
func (*HomeAdvertiseListReq) GetType ¶
func (x *HomeAdvertiseListReq) GetType() int32
func (*HomeAdvertiseListReq) ProtoMessage ¶
func (*HomeAdvertiseListReq) ProtoMessage()
func (*HomeAdvertiseListReq) ProtoReflect ¶
func (x *HomeAdvertiseListReq) ProtoReflect() protoreflect.Message
func (*HomeAdvertiseListReq) Reset ¶
func (x *HomeAdvertiseListReq) Reset()
func (*HomeAdvertiseListReq) String ¶
func (x *HomeAdvertiseListReq) String() string
type HomeAdvertiseListResp ¶
type HomeAdvertiseListResp struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*HomeAdvertiseListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*HomeAdvertiseListResp) Descriptor
deprecated
func (*HomeAdvertiseListResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeAdvertiseListResp.ProtoReflect.Descriptor instead.
func (*HomeAdvertiseListResp) GetList ¶
func (x *HomeAdvertiseListResp) GetList() []*HomeAdvertiseListData
func (*HomeAdvertiseListResp) GetTotal ¶
func (x *HomeAdvertiseListResp) GetTotal() int64
func (*HomeAdvertiseListResp) ProtoMessage ¶
func (*HomeAdvertiseListResp) ProtoMessage()
func (*HomeAdvertiseListResp) ProtoReflect ¶
func (x *HomeAdvertiseListResp) ProtoReflect() protoreflect.Message
func (*HomeAdvertiseListResp) Reset ¶
func (x *HomeAdvertiseListResp) Reset()
func (*HomeAdvertiseListResp) String ¶
func (x *HomeAdvertiseListResp) String() string
type HomeAdvertiseServiceClient ¶
type HomeAdvertiseServiceClient interface { HomeAdvertiseAdd(ctx context.Context, in *HomeAdvertiseAddReq, opts ...grpc.CallOption) (*HomeAdvertiseAddResp, error) HomeAdvertiseList(ctx context.Context, in *HomeAdvertiseListReq, opts ...grpc.CallOption) (*HomeAdvertiseListResp, error) HomeAdvertiseUpdate(ctx context.Context, in *HomeAdvertiseUpdateReq, opts ...grpc.CallOption) (*HomeAdvertiseUpdateResp, error) HomeAdvertiseDelete(ctx context.Context, in *HomeAdvertiseDeleteReq, opts ...grpc.CallOption) (*HomeAdvertiseDeleteResp, error) }
HomeAdvertiseServiceClient is the client API for HomeAdvertiseService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewHomeAdvertiseServiceClient ¶
func NewHomeAdvertiseServiceClient(cc grpc.ClientConnInterface) HomeAdvertiseServiceClient
type HomeAdvertiseServiceServer ¶
type HomeAdvertiseServiceServer interface { HomeAdvertiseAdd(context.Context, *HomeAdvertiseAddReq) (*HomeAdvertiseAddResp, error) HomeAdvertiseList(context.Context, *HomeAdvertiseListReq) (*HomeAdvertiseListResp, error) HomeAdvertiseUpdate(context.Context, *HomeAdvertiseUpdateReq) (*HomeAdvertiseUpdateResp, error) HomeAdvertiseDelete(context.Context, *HomeAdvertiseDeleteReq) (*HomeAdvertiseDeleteResp, error) // contains filtered or unexported methods }
HomeAdvertiseServiceServer is the server API for HomeAdvertiseService service. All implementations must embed UnimplementedHomeAdvertiseServiceServer for forward compatibility
type HomeAdvertiseUpdateReq ¶
type HomeAdvertiseUpdateReq struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` //名称 Type int32 `protobuf:"varint,3,opt,name=Type,proto3" json:"Type,omitempty"` //轮播位置:0->PC首页轮播;1->app首页轮播 Pic string `protobuf:"bytes,4,opt,name=Pic,proto3" json:"Pic,omitempty"` //图片地址 StartTime string `protobuf:"bytes,5,opt,name=StartTime,proto3" json:"StartTime,omitempty"` //开始时间 EndTime string `protobuf:"bytes,6,opt,name=EndTime,proto3" json:"EndTime,omitempty"` //结束时间 Status int32 `protobuf:"varint,7,opt,name=Status,proto3" json:"Status,omitempty"` //上下线状态:0->下线;1->上线 ClickCount int32 `protobuf:"varint,8,opt,name=ClickCount,proto3" json:"ClickCount,omitempty"` //点击数 OrderCount int32 `protobuf:"varint,9,opt,name=OrderCount,proto3" json:"OrderCount,omitempty"` //下单数 Url string `protobuf:"bytes,10,opt,name=Url,proto3" json:"Url,omitempty"` //链接地址 Note string `protobuf:"bytes,11,opt,name=Note,proto3" json:"Note,omitempty"` //备注 Sort int32 `protobuf:"varint,12,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*HomeAdvertiseUpdateReq) Descriptor
deprecated
func (*HomeAdvertiseUpdateReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeAdvertiseUpdateReq.ProtoReflect.Descriptor instead.
func (*HomeAdvertiseUpdateReq) GetClickCount ¶
func (x *HomeAdvertiseUpdateReq) GetClickCount() int32
func (*HomeAdvertiseUpdateReq) GetEndTime ¶
func (x *HomeAdvertiseUpdateReq) GetEndTime() string
func (*HomeAdvertiseUpdateReq) GetId ¶
func (x *HomeAdvertiseUpdateReq) GetId() int64
func (*HomeAdvertiseUpdateReq) GetName ¶
func (x *HomeAdvertiseUpdateReq) GetName() string
func (*HomeAdvertiseUpdateReq) GetNote ¶
func (x *HomeAdvertiseUpdateReq) GetNote() string
func (*HomeAdvertiseUpdateReq) GetOrderCount ¶
func (x *HomeAdvertiseUpdateReq) GetOrderCount() int32
func (*HomeAdvertiseUpdateReq) GetPic ¶
func (x *HomeAdvertiseUpdateReq) GetPic() string
func (*HomeAdvertiseUpdateReq) GetSort ¶
func (x *HomeAdvertiseUpdateReq) GetSort() int32
func (*HomeAdvertiseUpdateReq) GetStartTime ¶
func (x *HomeAdvertiseUpdateReq) GetStartTime() string
func (*HomeAdvertiseUpdateReq) GetStatus ¶
func (x *HomeAdvertiseUpdateReq) GetStatus() int32
func (*HomeAdvertiseUpdateReq) GetType ¶
func (x *HomeAdvertiseUpdateReq) GetType() int32
func (*HomeAdvertiseUpdateReq) GetUrl ¶
func (x *HomeAdvertiseUpdateReq) GetUrl() string
func (*HomeAdvertiseUpdateReq) ProtoMessage ¶
func (*HomeAdvertiseUpdateReq) ProtoMessage()
func (*HomeAdvertiseUpdateReq) ProtoReflect ¶
func (x *HomeAdvertiseUpdateReq) ProtoReflect() protoreflect.Message
func (*HomeAdvertiseUpdateReq) Reset ¶
func (x *HomeAdvertiseUpdateReq) Reset()
func (*HomeAdvertiseUpdateReq) String ¶
func (x *HomeAdvertiseUpdateReq) String() string
type HomeAdvertiseUpdateResp ¶
type HomeAdvertiseUpdateResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*HomeAdvertiseUpdateResp) Descriptor
deprecated
func (*HomeAdvertiseUpdateResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeAdvertiseUpdateResp.ProtoReflect.Descriptor instead.
func (*HomeAdvertiseUpdateResp) GetPong ¶
func (x *HomeAdvertiseUpdateResp) GetPong() string
func (*HomeAdvertiseUpdateResp) ProtoMessage ¶
func (*HomeAdvertiseUpdateResp) ProtoMessage()
func (*HomeAdvertiseUpdateResp) ProtoReflect ¶
func (x *HomeAdvertiseUpdateResp) ProtoReflect() protoreflect.Message
func (*HomeAdvertiseUpdateResp) Reset ¶
func (x *HomeAdvertiseUpdateResp) Reset()
func (*HomeAdvertiseUpdateResp) String ¶
func (x *HomeAdvertiseUpdateResp) String() string
type HomeBrandAddData ¶
type HomeBrandAddData struct { BrandId int64 `protobuf:"varint,1,opt,name=BrandId,proto3" json:"BrandId,omitempty"` //商品品牌id BrandName string `protobuf:"bytes,2,opt,name=BrandName,proto3" json:"BrandName,omitempty"` //商品品牌名称 RecommendStatus int32 `protobuf:"varint,3,opt,name=RecommendStatus,proto3" json:"RecommendStatus,omitempty"` //推荐状态:0->不推荐;1->推荐 Sort int32 `protobuf:"varint,4,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*HomeBrandAddData) Descriptor
deprecated
func (*HomeBrandAddData) Descriptor() ([]byte, []int)
Deprecated: Use HomeBrandAddData.ProtoReflect.Descriptor instead.
func (*HomeBrandAddData) GetBrandId ¶
func (x *HomeBrandAddData) GetBrandId() int64
func (*HomeBrandAddData) GetBrandName ¶
func (x *HomeBrandAddData) GetBrandName() string
func (*HomeBrandAddData) GetRecommendStatus ¶
func (x *HomeBrandAddData) GetRecommendStatus() int32
func (*HomeBrandAddData) GetSort ¶
func (x *HomeBrandAddData) GetSort() int32
func (*HomeBrandAddData) ProtoMessage ¶
func (*HomeBrandAddData) ProtoMessage()
func (*HomeBrandAddData) ProtoReflect ¶
func (x *HomeBrandAddData) ProtoReflect() protoreflect.Message
func (*HomeBrandAddData) Reset ¶
func (x *HomeBrandAddData) Reset()
func (*HomeBrandAddData) String ¶
func (x *HomeBrandAddData) String() string
type HomeBrandAddReq ¶
type HomeBrandAddReq struct { BrandAddData []*HomeBrandAddData `protobuf:"bytes,1,rep,name=BrandAddData,proto3" json:"BrandAddData,omitempty"` // // contains filtered or unexported fields }
func (*HomeBrandAddReq) Descriptor
deprecated
func (*HomeBrandAddReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeBrandAddReq.ProtoReflect.Descriptor instead.
func (*HomeBrandAddReq) GetBrandAddData ¶
func (x *HomeBrandAddReq) GetBrandAddData() []*HomeBrandAddData
func (*HomeBrandAddReq) ProtoMessage ¶
func (*HomeBrandAddReq) ProtoMessage()
func (*HomeBrandAddReq) ProtoReflect ¶
func (x *HomeBrandAddReq) ProtoReflect() protoreflect.Message
func (*HomeBrandAddReq) Reset ¶
func (x *HomeBrandAddReq) Reset()
func (*HomeBrandAddReq) String ¶
func (x *HomeBrandAddReq) String() string
type HomeBrandAddResp ¶
type HomeBrandAddResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*HomeBrandAddResp) Descriptor
deprecated
func (*HomeBrandAddResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeBrandAddResp.ProtoReflect.Descriptor instead.
func (*HomeBrandAddResp) GetPong ¶
func (x *HomeBrandAddResp) GetPong() string
func (*HomeBrandAddResp) ProtoMessage ¶
func (*HomeBrandAddResp) ProtoMessage()
func (*HomeBrandAddResp) ProtoReflect ¶
func (x *HomeBrandAddResp) ProtoReflect() protoreflect.Message
func (*HomeBrandAddResp) Reset ¶
func (x *HomeBrandAddResp) Reset()
func (*HomeBrandAddResp) String ¶
func (x *HomeBrandAddResp) String() string
type HomeBrandDeleteReq ¶
type HomeBrandDeleteReq struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*HomeBrandDeleteReq) Descriptor
deprecated
func (*HomeBrandDeleteReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeBrandDeleteReq.ProtoReflect.Descriptor instead.
func (*HomeBrandDeleteReq) GetIds ¶
func (x *HomeBrandDeleteReq) GetIds() []int64
func (*HomeBrandDeleteReq) ProtoMessage ¶
func (*HomeBrandDeleteReq) ProtoMessage()
func (*HomeBrandDeleteReq) ProtoReflect ¶
func (x *HomeBrandDeleteReq) ProtoReflect() protoreflect.Message
func (*HomeBrandDeleteReq) Reset ¶
func (x *HomeBrandDeleteReq) Reset()
func (*HomeBrandDeleteReq) String ¶
func (x *HomeBrandDeleteReq) String() string
type HomeBrandDeleteResp ¶
type HomeBrandDeleteResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*HomeBrandDeleteResp) Descriptor
deprecated
func (*HomeBrandDeleteResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeBrandDeleteResp.ProtoReflect.Descriptor instead.
func (*HomeBrandDeleteResp) GetPong ¶
func (x *HomeBrandDeleteResp) GetPong() string
func (*HomeBrandDeleteResp) ProtoMessage ¶
func (*HomeBrandDeleteResp) ProtoMessage()
func (*HomeBrandDeleteResp) ProtoReflect ¶
func (x *HomeBrandDeleteResp) ProtoReflect() protoreflect.Message
func (*HomeBrandDeleteResp) Reset ¶
func (x *HomeBrandDeleteResp) Reset()
func (*HomeBrandDeleteResp) String ¶
func (x *HomeBrandDeleteResp) String() string
type HomeBrandListData ¶
type HomeBrandListData struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // BrandId int64 `protobuf:"varint,2,opt,name=BrandId,proto3" json:"BrandId,omitempty"` //商品品牌id BrandName string `protobuf:"bytes,3,opt,name=BrandName,proto3" json:"BrandName,omitempty"` //商品品牌名称 RecommendStatus int32 `protobuf:"varint,4,opt,name=RecommendStatus,proto3" json:"RecommendStatus,omitempty"` //推荐状态:0->不推荐;1->推荐 Sort int32 `protobuf:"varint,5,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*HomeBrandListData) Descriptor
deprecated
func (*HomeBrandListData) Descriptor() ([]byte, []int)
Deprecated: Use HomeBrandListData.ProtoReflect.Descriptor instead.
func (*HomeBrandListData) GetBrandId ¶
func (x *HomeBrandListData) GetBrandId() int64
func (*HomeBrandListData) GetBrandName ¶
func (x *HomeBrandListData) GetBrandName() string
func (*HomeBrandListData) GetId ¶
func (x *HomeBrandListData) GetId() int64
func (*HomeBrandListData) GetRecommendStatus ¶
func (x *HomeBrandListData) GetRecommendStatus() int32
func (*HomeBrandListData) GetSort ¶
func (x *HomeBrandListData) GetSort() int32
func (*HomeBrandListData) ProtoMessage ¶
func (*HomeBrandListData) ProtoMessage()
func (*HomeBrandListData) ProtoReflect ¶
func (x *HomeBrandListData) ProtoReflect() protoreflect.Message
func (*HomeBrandListData) Reset ¶
func (x *HomeBrandListData) Reset()
func (*HomeBrandListData) String ¶
func (x *HomeBrandListData) String() string
type HomeBrandListReq ¶
type HomeBrandListReq struct { BrandName string `protobuf:"bytes,1,opt,name=BrandName,proto3" json:"BrandName,omitempty"` //商品品牌名称 RecommendStatus int32 `protobuf:"varint,2,opt,name=RecommendStatus,proto3" json:"RecommendStatus,omitempty"` //推荐状态:0->不推荐;1->推荐 Current int64 `protobuf:"varint,3,opt,name=current,proto3" json:"current,omitempty"` PageSize int64 `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize,omitempty"` // contains filtered or unexported fields }
func (*HomeBrandListReq) Descriptor
deprecated
func (*HomeBrandListReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeBrandListReq.ProtoReflect.Descriptor instead.
func (*HomeBrandListReq) GetBrandName ¶
func (x *HomeBrandListReq) GetBrandName() string
func (*HomeBrandListReq) GetCurrent ¶
func (x *HomeBrandListReq) GetCurrent() int64
func (*HomeBrandListReq) GetPageSize ¶
func (x *HomeBrandListReq) GetPageSize() int64
func (*HomeBrandListReq) GetRecommendStatus ¶
func (x *HomeBrandListReq) GetRecommendStatus() int32
func (*HomeBrandListReq) ProtoMessage ¶
func (*HomeBrandListReq) ProtoMessage()
func (*HomeBrandListReq) ProtoReflect ¶
func (x *HomeBrandListReq) ProtoReflect() protoreflect.Message
func (*HomeBrandListReq) Reset ¶
func (x *HomeBrandListReq) Reset()
func (*HomeBrandListReq) String ¶
func (x *HomeBrandListReq) String() string
type HomeBrandListResp ¶
type HomeBrandListResp struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*HomeBrandListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*HomeBrandListResp) Descriptor
deprecated
func (*HomeBrandListResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeBrandListResp.ProtoReflect.Descriptor instead.
func (*HomeBrandListResp) GetList ¶
func (x *HomeBrandListResp) GetList() []*HomeBrandListData
func (*HomeBrandListResp) GetTotal ¶
func (x *HomeBrandListResp) GetTotal() int64
func (*HomeBrandListResp) ProtoMessage ¶
func (*HomeBrandListResp) ProtoMessage()
func (*HomeBrandListResp) ProtoReflect ¶
func (x *HomeBrandListResp) ProtoReflect() protoreflect.Message
func (*HomeBrandListResp) Reset ¶
func (x *HomeBrandListResp) Reset()
func (*HomeBrandListResp) String ¶
func (x *HomeBrandListResp) String() string
type HomeBrandServiceClient ¶
type HomeBrandServiceClient interface { HomeBrandAdd(ctx context.Context, in *HomeBrandAddReq, opts ...grpc.CallOption) (*HomeBrandAddResp, error) HomeBrandList(ctx context.Context, in *HomeBrandListReq, opts ...grpc.CallOption) (*HomeBrandListResp, error) HomeBrandUpdate(ctx context.Context, in *HomeBrandUpdateReq, opts ...grpc.CallOption) (*HomeBrandUpdateResp, error) HomeBrandDelete(ctx context.Context, in *HomeBrandDeleteReq, opts ...grpc.CallOption) (*HomeBrandDeleteResp, error) }
HomeBrandServiceClient is the client API for HomeBrandService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewHomeBrandServiceClient ¶
func NewHomeBrandServiceClient(cc grpc.ClientConnInterface) HomeBrandServiceClient
type HomeBrandServiceServer ¶
type HomeBrandServiceServer interface { HomeBrandAdd(context.Context, *HomeBrandAddReq) (*HomeBrandAddResp, error) HomeBrandList(context.Context, *HomeBrandListReq) (*HomeBrandListResp, error) HomeBrandUpdate(context.Context, *HomeBrandUpdateReq) (*HomeBrandUpdateResp, error) HomeBrandDelete(context.Context, *HomeBrandDeleteReq) (*HomeBrandDeleteResp, error) // contains filtered or unexported methods }
HomeBrandServiceServer is the server API for HomeBrandService service. All implementations must embed UnimplementedHomeBrandServiceServer for forward compatibility
type HomeBrandUpdateReq ¶
type HomeBrandUpdateReq struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // BrandId int64 `protobuf:"varint,2,opt,name=BrandId,proto3" json:"BrandId,omitempty"` //商品品牌id BrandName string `protobuf:"bytes,3,opt,name=BrandName,proto3" json:"BrandName,omitempty"` //商品品牌名称 RecommendStatus int32 `protobuf:"varint,4,opt,name=RecommendStatus,proto3" json:"RecommendStatus,omitempty"` //推荐状态:0->不推荐;1->推荐 Sort int32 `protobuf:"varint,5,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*HomeBrandUpdateReq) Descriptor
deprecated
func (*HomeBrandUpdateReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeBrandUpdateReq.ProtoReflect.Descriptor instead.
func (*HomeBrandUpdateReq) GetBrandId ¶
func (x *HomeBrandUpdateReq) GetBrandId() int64
func (*HomeBrandUpdateReq) GetBrandName ¶
func (x *HomeBrandUpdateReq) GetBrandName() string
func (*HomeBrandUpdateReq) GetId ¶
func (x *HomeBrandUpdateReq) GetId() int64
func (*HomeBrandUpdateReq) GetRecommendStatus ¶
func (x *HomeBrandUpdateReq) GetRecommendStatus() int32
func (*HomeBrandUpdateReq) GetSort ¶
func (x *HomeBrandUpdateReq) GetSort() int32
func (*HomeBrandUpdateReq) ProtoMessage ¶
func (*HomeBrandUpdateReq) ProtoMessage()
func (*HomeBrandUpdateReq) ProtoReflect ¶
func (x *HomeBrandUpdateReq) ProtoReflect() protoreflect.Message
func (*HomeBrandUpdateReq) Reset ¶
func (x *HomeBrandUpdateReq) Reset()
func (*HomeBrandUpdateReq) String ¶
func (x *HomeBrandUpdateReq) String() string
type HomeBrandUpdateResp ¶
type HomeBrandUpdateResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*HomeBrandUpdateResp) Descriptor
deprecated
func (*HomeBrandUpdateResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeBrandUpdateResp.ProtoReflect.Descriptor instead.
func (*HomeBrandUpdateResp) GetPong ¶
func (x *HomeBrandUpdateResp) GetPong() string
func (*HomeBrandUpdateResp) ProtoMessage ¶
func (*HomeBrandUpdateResp) ProtoMessage()
func (*HomeBrandUpdateResp) ProtoReflect ¶
func (x *HomeBrandUpdateResp) ProtoReflect() protoreflect.Message
func (*HomeBrandUpdateResp) Reset ¶
func (x *HomeBrandUpdateResp) Reset()
func (*HomeBrandUpdateResp) String ¶
func (x *HomeBrandUpdateResp) String() string
type HomeNewProductAddData ¶
type HomeNewProductAddData struct { ProductId int64 `protobuf:"varint,1,opt,name=ProductId,proto3" json:"ProductId,omitempty"` //商品id ProductName string `protobuf:"bytes,2,opt,name=ProductName,proto3" json:"ProductName,omitempty"` //商品名称 RecommendStatus int32 `protobuf:"varint,3,opt,name=RecommendStatus,proto3" json:"RecommendStatus,omitempty"` //推荐状态:0->不推荐;1->推荐 Sort int32 `protobuf:"varint,4,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*HomeNewProductAddData) Descriptor
deprecated
func (*HomeNewProductAddData) Descriptor() ([]byte, []int)
Deprecated: Use HomeNewProductAddData.ProtoReflect.Descriptor instead.
func (*HomeNewProductAddData) GetProductId ¶
func (x *HomeNewProductAddData) GetProductId() int64
func (*HomeNewProductAddData) GetProductName ¶
func (x *HomeNewProductAddData) GetProductName() string
func (*HomeNewProductAddData) GetRecommendStatus ¶
func (x *HomeNewProductAddData) GetRecommendStatus() int32
func (*HomeNewProductAddData) GetSort ¶
func (x *HomeNewProductAddData) GetSort() int32
func (*HomeNewProductAddData) ProtoMessage ¶
func (*HomeNewProductAddData) ProtoMessage()
func (*HomeNewProductAddData) ProtoReflect ¶
func (x *HomeNewProductAddData) ProtoReflect() protoreflect.Message
func (*HomeNewProductAddData) Reset ¶
func (x *HomeNewProductAddData) Reset()
func (*HomeNewProductAddData) String ¶
func (x *HomeNewProductAddData) String() string
type HomeNewProductAddReq ¶
type HomeNewProductAddReq struct { NewProductAddData []*HomeNewProductAddData `protobuf:"bytes,1,rep,name=NewProductAddData,proto3" json:"NewProductAddData,omitempty"` // contains filtered or unexported fields }
func (*HomeNewProductAddReq) Descriptor
deprecated
func (*HomeNewProductAddReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeNewProductAddReq.ProtoReflect.Descriptor instead.
func (*HomeNewProductAddReq) GetNewProductAddData ¶
func (x *HomeNewProductAddReq) GetNewProductAddData() []*HomeNewProductAddData
func (*HomeNewProductAddReq) ProtoMessage ¶
func (*HomeNewProductAddReq) ProtoMessage()
func (*HomeNewProductAddReq) ProtoReflect ¶
func (x *HomeNewProductAddReq) ProtoReflect() protoreflect.Message
func (*HomeNewProductAddReq) Reset ¶
func (x *HomeNewProductAddReq) Reset()
func (*HomeNewProductAddReq) String ¶
func (x *HomeNewProductAddReq) String() string
type HomeNewProductAddResp ¶
type HomeNewProductAddResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*HomeNewProductAddResp) Descriptor
deprecated
func (*HomeNewProductAddResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeNewProductAddResp.ProtoReflect.Descriptor instead.
func (*HomeNewProductAddResp) GetPong ¶
func (x *HomeNewProductAddResp) GetPong() string
func (*HomeNewProductAddResp) ProtoMessage ¶
func (*HomeNewProductAddResp) ProtoMessage()
func (*HomeNewProductAddResp) ProtoReflect ¶
func (x *HomeNewProductAddResp) ProtoReflect() protoreflect.Message
func (*HomeNewProductAddResp) Reset ¶
func (x *HomeNewProductAddResp) Reset()
func (*HomeNewProductAddResp) String ¶
func (x *HomeNewProductAddResp) String() string
type HomeNewProductDeleteReq ¶
type HomeNewProductDeleteReq struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*HomeNewProductDeleteReq) Descriptor
deprecated
func (*HomeNewProductDeleteReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeNewProductDeleteReq.ProtoReflect.Descriptor instead.
func (*HomeNewProductDeleteReq) GetIds ¶
func (x *HomeNewProductDeleteReq) GetIds() []int64
func (*HomeNewProductDeleteReq) ProtoMessage ¶
func (*HomeNewProductDeleteReq) ProtoMessage()
func (*HomeNewProductDeleteReq) ProtoReflect ¶
func (x *HomeNewProductDeleteReq) ProtoReflect() protoreflect.Message
func (*HomeNewProductDeleteReq) Reset ¶
func (x *HomeNewProductDeleteReq) Reset()
func (*HomeNewProductDeleteReq) String ¶
func (x *HomeNewProductDeleteReq) String() string
type HomeNewProductDeleteResp ¶
type HomeNewProductDeleteResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*HomeNewProductDeleteResp) Descriptor
deprecated
func (*HomeNewProductDeleteResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeNewProductDeleteResp.ProtoReflect.Descriptor instead.
func (*HomeNewProductDeleteResp) GetPong ¶
func (x *HomeNewProductDeleteResp) GetPong() string
func (*HomeNewProductDeleteResp) ProtoMessage ¶
func (*HomeNewProductDeleteResp) ProtoMessage()
func (*HomeNewProductDeleteResp) ProtoReflect ¶
func (x *HomeNewProductDeleteResp) ProtoReflect() protoreflect.Message
func (*HomeNewProductDeleteResp) Reset ¶
func (x *HomeNewProductDeleteResp) Reset()
func (*HomeNewProductDeleteResp) String ¶
func (x *HomeNewProductDeleteResp) String() string
type HomeNewProductListData ¶
type HomeNewProductListData struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // ProductId int64 `protobuf:"varint,2,opt,name=ProductId,proto3" json:"ProductId,omitempty"` //商品id ProductName string `protobuf:"bytes,3,opt,name=ProductName,proto3" json:"ProductName,omitempty"` //商品名称 RecommendStatus int32 `protobuf:"varint,4,opt,name=RecommendStatus,proto3" json:"RecommendStatus,omitempty"` //推荐状态:0->不推荐;1->推荐 Sort int32 `protobuf:"varint,5,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*HomeNewProductListData) Descriptor
deprecated
func (*HomeNewProductListData) Descriptor() ([]byte, []int)
Deprecated: Use HomeNewProductListData.ProtoReflect.Descriptor instead.
func (*HomeNewProductListData) GetId ¶
func (x *HomeNewProductListData) GetId() int64
func (*HomeNewProductListData) GetProductId ¶
func (x *HomeNewProductListData) GetProductId() int64
func (*HomeNewProductListData) GetProductName ¶
func (x *HomeNewProductListData) GetProductName() string
func (*HomeNewProductListData) GetRecommendStatus ¶
func (x *HomeNewProductListData) GetRecommendStatus() int32
func (*HomeNewProductListData) GetSort ¶
func (x *HomeNewProductListData) GetSort() int32
func (*HomeNewProductListData) ProtoMessage ¶
func (*HomeNewProductListData) ProtoMessage()
func (*HomeNewProductListData) ProtoReflect ¶
func (x *HomeNewProductListData) ProtoReflect() protoreflect.Message
func (*HomeNewProductListData) Reset ¶
func (x *HomeNewProductListData) Reset()
func (*HomeNewProductListData) String ¶
func (x *HomeNewProductListData) String() string
type HomeNewProductListReq ¶
type HomeNewProductListReq struct { Current int64 `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"` PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` ProductName string `protobuf:"bytes,3,opt,name=ProductName,proto3" json:"ProductName,omitempty"` //商品名称 RecommendStatus int32 `protobuf:"varint,4,opt,name=RecommendStatus,proto3" json:"RecommendStatus,omitempty"` //推荐状态:0->不推荐;1->推荐 // contains filtered or unexported fields }
func (*HomeNewProductListReq) Descriptor
deprecated
func (*HomeNewProductListReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeNewProductListReq.ProtoReflect.Descriptor instead.
func (*HomeNewProductListReq) GetCurrent ¶
func (x *HomeNewProductListReq) GetCurrent() int64
func (*HomeNewProductListReq) GetPageSize ¶
func (x *HomeNewProductListReq) GetPageSize() int64
func (*HomeNewProductListReq) GetProductName ¶
func (x *HomeNewProductListReq) GetProductName() string
func (*HomeNewProductListReq) GetRecommendStatus ¶
func (x *HomeNewProductListReq) GetRecommendStatus() int32
func (*HomeNewProductListReq) ProtoMessage ¶
func (*HomeNewProductListReq) ProtoMessage()
func (*HomeNewProductListReq) ProtoReflect ¶
func (x *HomeNewProductListReq) ProtoReflect() protoreflect.Message
func (*HomeNewProductListReq) Reset ¶
func (x *HomeNewProductListReq) Reset()
func (*HomeNewProductListReq) String ¶
func (x *HomeNewProductListReq) String() string
type HomeNewProductListResp ¶
type HomeNewProductListResp struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*HomeNewProductListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*HomeNewProductListResp) Descriptor
deprecated
func (*HomeNewProductListResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeNewProductListResp.ProtoReflect.Descriptor instead.
func (*HomeNewProductListResp) GetList ¶
func (x *HomeNewProductListResp) GetList() []*HomeNewProductListData
func (*HomeNewProductListResp) GetTotal ¶
func (x *HomeNewProductListResp) GetTotal() int64
func (*HomeNewProductListResp) ProtoMessage ¶
func (*HomeNewProductListResp) ProtoMessage()
func (*HomeNewProductListResp) ProtoReflect ¶
func (x *HomeNewProductListResp) ProtoReflect() protoreflect.Message
func (*HomeNewProductListResp) Reset ¶
func (x *HomeNewProductListResp) Reset()
func (*HomeNewProductListResp) String ¶
func (x *HomeNewProductListResp) String() string
type HomeNewProductServiceClient ¶
type HomeNewProductServiceClient interface { HomeNewProductAdd(ctx context.Context, in *HomeNewProductAddReq, opts ...grpc.CallOption) (*HomeNewProductAddResp, error) HomeNewProductList(ctx context.Context, in *HomeNewProductListReq, opts ...grpc.CallOption) (*HomeNewProductListResp, error) HomeNewProductUpdate(ctx context.Context, in *HomeNewProductUpdateReq, opts ...grpc.CallOption) (*HomeNewProductUpdateResp, error) HomeNewProductDelete(ctx context.Context, in *HomeNewProductDeleteReq, opts ...grpc.CallOption) (*HomeNewProductDeleteResp, error) }
HomeNewProductServiceClient is the client API for HomeNewProductService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewHomeNewProductServiceClient ¶
func NewHomeNewProductServiceClient(cc grpc.ClientConnInterface) HomeNewProductServiceClient
type HomeNewProductServiceServer ¶
type HomeNewProductServiceServer interface { HomeNewProductAdd(context.Context, *HomeNewProductAddReq) (*HomeNewProductAddResp, error) HomeNewProductList(context.Context, *HomeNewProductListReq) (*HomeNewProductListResp, error) HomeNewProductUpdate(context.Context, *HomeNewProductUpdateReq) (*HomeNewProductUpdateResp, error) HomeNewProductDelete(context.Context, *HomeNewProductDeleteReq) (*HomeNewProductDeleteResp, error) // contains filtered or unexported methods }
HomeNewProductServiceServer is the server API for HomeNewProductService service. All implementations must embed UnimplementedHomeNewProductServiceServer for forward compatibility
type HomeNewProductUpdateReq ¶
type HomeNewProductUpdateReq struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // ProductId int64 `protobuf:"varint,2,opt,name=ProductId,proto3" json:"ProductId,omitempty"` //商品id ProductName string `protobuf:"bytes,3,opt,name=ProductName,proto3" json:"ProductName,omitempty"` //商品名称 RecommendStatus int32 `protobuf:"varint,4,opt,name=RecommendStatus,proto3" json:"RecommendStatus,omitempty"` //推荐状态:0->不推荐;1->推荐 Sort int32 `protobuf:"varint,5,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*HomeNewProductUpdateReq) Descriptor
deprecated
func (*HomeNewProductUpdateReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeNewProductUpdateReq.ProtoReflect.Descriptor instead.
func (*HomeNewProductUpdateReq) GetId ¶
func (x *HomeNewProductUpdateReq) GetId() int64
func (*HomeNewProductUpdateReq) GetProductId ¶
func (x *HomeNewProductUpdateReq) GetProductId() int64
func (*HomeNewProductUpdateReq) GetProductName ¶
func (x *HomeNewProductUpdateReq) GetProductName() string
func (*HomeNewProductUpdateReq) GetRecommendStatus ¶
func (x *HomeNewProductUpdateReq) GetRecommendStatus() int32
func (*HomeNewProductUpdateReq) GetSort ¶
func (x *HomeNewProductUpdateReq) GetSort() int32
func (*HomeNewProductUpdateReq) ProtoMessage ¶
func (*HomeNewProductUpdateReq) ProtoMessage()
func (*HomeNewProductUpdateReq) ProtoReflect ¶
func (x *HomeNewProductUpdateReq) ProtoReflect() protoreflect.Message
func (*HomeNewProductUpdateReq) Reset ¶
func (x *HomeNewProductUpdateReq) Reset()
func (*HomeNewProductUpdateReq) String ¶
func (x *HomeNewProductUpdateReq) String() string
type HomeNewProductUpdateResp ¶
type HomeNewProductUpdateResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*HomeNewProductUpdateResp) Descriptor
deprecated
func (*HomeNewProductUpdateResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeNewProductUpdateResp.ProtoReflect.Descriptor instead.
func (*HomeNewProductUpdateResp) GetPong ¶
func (x *HomeNewProductUpdateResp) GetPong() string
func (*HomeNewProductUpdateResp) ProtoMessage ¶
func (*HomeNewProductUpdateResp) ProtoMessage()
func (*HomeNewProductUpdateResp) ProtoReflect ¶
func (x *HomeNewProductUpdateResp) ProtoReflect() protoreflect.Message
func (*HomeNewProductUpdateResp) Reset ¶
func (x *HomeNewProductUpdateResp) Reset()
func (*HomeNewProductUpdateResp) String ¶
func (x *HomeNewProductUpdateResp) String() string
type HomeRecommendProductAddData ¶
type HomeRecommendProductAddData struct { ProductId int64 `protobuf:"varint,1,opt,name=ProductId,proto3" json:"ProductId,omitempty"` //商品id ProductName string `protobuf:"bytes,2,opt,name=ProductName,proto3" json:"ProductName,omitempty"` //商品名称 RecommendStatus int32 `protobuf:"varint,3,opt,name=RecommendStatus,proto3" json:"RecommendStatus,omitempty"` //推荐状态:0->不推荐;1->推荐 Sort int32 `protobuf:"varint,4,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*HomeRecommendProductAddData) Descriptor
deprecated
func (*HomeRecommendProductAddData) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendProductAddData.ProtoReflect.Descriptor instead.
func (*HomeRecommendProductAddData) GetProductId ¶
func (x *HomeRecommendProductAddData) GetProductId() int64
func (*HomeRecommendProductAddData) GetProductName ¶
func (x *HomeRecommendProductAddData) GetProductName() string
func (*HomeRecommendProductAddData) GetRecommendStatus ¶
func (x *HomeRecommendProductAddData) GetRecommendStatus() int32
func (*HomeRecommendProductAddData) GetSort ¶
func (x *HomeRecommendProductAddData) GetSort() int32
func (*HomeRecommendProductAddData) ProtoMessage ¶
func (*HomeRecommendProductAddData) ProtoMessage()
func (*HomeRecommendProductAddData) ProtoReflect ¶
func (x *HomeRecommendProductAddData) ProtoReflect() protoreflect.Message
func (*HomeRecommendProductAddData) Reset ¶
func (x *HomeRecommendProductAddData) Reset()
func (*HomeRecommendProductAddData) String ¶
func (x *HomeRecommendProductAddData) String() string
type HomeRecommendProductAddReq ¶
type HomeRecommendProductAddReq struct { RecommendProductAddData []*HomeRecommendProductAddData `protobuf:"bytes,1,rep,name=RecommendProductAddData,proto3" json:"RecommendProductAddData,omitempty"` // // contains filtered or unexported fields }
func (*HomeRecommendProductAddReq) Descriptor
deprecated
func (*HomeRecommendProductAddReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendProductAddReq.ProtoReflect.Descriptor instead.
func (*HomeRecommendProductAddReq) GetRecommendProductAddData ¶
func (x *HomeRecommendProductAddReq) GetRecommendProductAddData() []*HomeRecommendProductAddData
func (*HomeRecommendProductAddReq) ProtoMessage ¶
func (*HomeRecommendProductAddReq) ProtoMessage()
func (*HomeRecommendProductAddReq) ProtoReflect ¶
func (x *HomeRecommendProductAddReq) ProtoReflect() protoreflect.Message
func (*HomeRecommendProductAddReq) Reset ¶
func (x *HomeRecommendProductAddReq) Reset()
func (*HomeRecommendProductAddReq) String ¶
func (x *HomeRecommendProductAddReq) String() string
type HomeRecommendProductAddResp ¶
type HomeRecommendProductAddResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*HomeRecommendProductAddResp) Descriptor
deprecated
func (*HomeRecommendProductAddResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendProductAddResp.ProtoReflect.Descriptor instead.
func (*HomeRecommendProductAddResp) GetPong ¶
func (x *HomeRecommendProductAddResp) GetPong() string
func (*HomeRecommendProductAddResp) ProtoMessage ¶
func (*HomeRecommendProductAddResp) ProtoMessage()
func (*HomeRecommendProductAddResp) ProtoReflect ¶
func (x *HomeRecommendProductAddResp) ProtoReflect() protoreflect.Message
func (*HomeRecommendProductAddResp) Reset ¶
func (x *HomeRecommendProductAddResp) Reset()
func (*HomeRecommendProductAddResp) String ¶
func (x *HomeRecommendProductAddResp) String() string
type HomeRecommendProductDeleteReq ¶
type HomeRecommendProductDeleteReq struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*HomeRecommendProductDeleteReq) Descriptor
deprecated
func (*HomeRecommendProductDeleteReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendProductDeleteReq.ProtoReflect.Descriptor instead.
func (*HomeRecommendProductDeleteReq) GetIds ¶
func (x *HomeRecommendProductDeleteReq) GetIds() []int64
func (*HomeRecommendProductDeleteReq) ProtoMessage ¶
func (*HomeRecommendProductDeleteReq) ProtoMessage()
func (*HomeRecommendProductDeleteReq) ProtoReflect ¶
func (x *HomeRecommendProductDeleteReq) ProtoReflect() protoreflect.Message
func (*HomeRecommendProductDeleteReq) Reset ¶
func (x *HomeRecommendProductDeleteReq) Reset()
func (*HomeRecommendProductDeleteReq) String ¶
func (x *HomeRecommendProductDeleteReq) String() string
type HomeRecommendProductDeleteResp ¶
type HomeRecommendProductDeleteResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*HomeRecommendProductDeleteResp) Descriptor
deprecated
func (*HomeRecommendProductDeleteResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendProductDeleteResp.ProtoReflect.Descriptor instead.
func (*HomeRecommendProductDeleteResp) GetPong ¶
func (x *HomeRecommendProductDeleteResp) GetPong() string
func (*HomeRecommendProductDeleteResp) ProtoMessage ¶
func (*HomeRecommendProductDeleteResp) ProtoMessage()
func (*HomeRecommendProductDeleteResp) ProtoReflect ¶
func (x *HomeRecommendProductDeleteResp) ProtoReflect() protoreflect.Message
func (*HomeRecommendProductDeleteResp) Reset ¶
func (x *HomeRecommendProductDeleteResp) Reset()
func (*HomeRecommendProductDeleteResp) String ¶
func (x *HomeRecommendProductDeleteResp) String() string
type HomeRecommendProductListData ¶
type HomeRecommendProductListData struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // ProductId int64 `protobuf:"varint,2,opt,name=ProductId,proto3" json:"ProductId,omitempty"` //商品id ProductName string `protobuf:"bytes,3,opt,name=ProductName,proto3" json:"ProductName,omitempty"` //商品名称 RecommendStatus int32 `protobuf:"varint,4,opt,name=RecommendStatus,proto3" json:"RecommendStatus,omitempty"` //推荐状态:0->不推荐;1->推荐 Sort int32 `protobuf:"varint,5,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*HomeRecommendProductListData) Descriptor
deprecated
func (*HomeRecommendProductListData) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendProductListData.ProtoReflect.Descriptor instead.
func (*HomeRecommendProductListData) GetId ¶
func (x *HomeRecommendProductListData) GetId() int64
func (*HomeRecommendProductListData) GetProductId ¶
func (x *HomeRecommendProductListData) GetProductId() int64
func (*HomeRecommendProductListData) GetProductName ¶
func (x *HomeRecommendProductListData) GetProductName() string
func (*HomeRecommendProductListData) GetRecommendStatus ¶
func (x *HomeRecommendProductListData) GetRecommendStatus() int32
func (*HomeRecommendProductListData) GetSort ¶
func (x *HomeRecommendProductListData) GetSort() int32
func (*HomeRecommendProductListData) ProtoMessage ¶
func (*HomeRecommendProductListData) ProtoMessage()
func (*HomeRecommendProductListData) ProtoReflect ¶
func (x *HomeRecommendProductListData) ProtoReflect() protoreflect.Message
func (*HomeRecommendProductListData) Reset ¶
func (x *HomeRecommendProductListData) Reset()
func (*HomeRecommendProductListData) String ¶
func (x *HomeRecommendProductListData) String() string
type HomeRecommendProductListReq ¶
type HomeRecommendProductListReq struct { Current int64 `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"` PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` ProductName string `protobuf:"bytes,3,opt,name=ProductName,proto3" json:"ProductName,omitempty"` //商品名称 RecommendStatus int32 `protobuf:"varint,4,opt,name=RecommendStatus,proto3" json:"RecommendStatus,omitempty"` //推荐状态:0->不推荐;1->推荐 // contains filtered or unexported fields }
func (*HomeRecommendProductListReq) Descriptor
deprecated
func (*HomeRecommendProductListReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendProductListReq.ProtoReflect.Descriptor instead.
func (*HomeRecommendProductListReq) GetCurrent ¶
func (x *HomeRecommendProductListReq) GetCurrent() int64
func (*HomeRecommendProductListReq) GetPageSize ¶
func (x *HomeRecommendProductListReq) GetPageSize() int64
func (*HomeRecommendProductListReq) GetProductName ¶
func (x *HomeRecommendProductListReq) GetProductName() string
func (*HomeRecommendProductListReq) GetRecommendStatus ¶
func (x *HomeRecommendProductListReq) GetRecommendStatus() int32
func (*HomeRecommendProductListReq) ProtoMessage ¶
func (*HomeRecommendProductListReq) ProtoMessage()
func (*HomeRecommendProductListReq) ProtoReflect ¶
func (x *HomeRecommendProductListReq) ProtoReflect() protoreflect.Message
func (*HomeRecommendProductListReq) Reset ¶
func (x *HomeRecommendProductListReq) Reset()
func (*HomeRecommendProductListReq) String ¶
func (x *HomeRecommendProductListReq) String() string
type HomeRecommendProductListResp ¶
type HomeRecommendProductListResp struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*HomeRecommendProductListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*HomeRecommendProductListResp) Descriptor
deprecated
func (*HomeRecommendProductListResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendProductListResp.ProtoReflect.Descriptor instead.
func (*HomeRecommendProductListResp) GetList ¶
func (x *HomeRecommendProductListResp) GetList() []*HomeRecommendProductListData
func (*HomeRecommendProductListResp) GetTotal ¶
func (x *HomeRecommendProductListResp) GetTotal() int64
func (*HomeRecommendProductListResp) ProtoMessage ¶
func (*HomeRecommendProductListResp) ProtoMessage()
func (*HomeRecommendProductListResp) ProtoReflect ¶
func (x *HomeRecommendProductListResp) ProtoReflect() protoreflect.Message
func (*HomeRecommendProductListResp) Reset ¶
func (x *HomeRecommendProductListResp) Reset()
func (*HomeRecommendProductListResp) String ¶
func (x *HomeRecommendProductListResp) String() string
type HomeRecommendProductServiceClient ¶
type HomeRecommendProductServiceClient interface { HomeRecommendProductAdd(ctx context.Context, in *HomeRecommendProductAddReq, opts ...grpc.CallOption) (*HomeRecommendProductAddResp, error) HomeRecommendProductList(ctx context.Context, in *HomeRecommendProductListReq, opts ...grpc.CallOption) (*HomeRecommendProductListResp, error) HomeRecommendProductUpdate(ctx context.Context, in *HomeRecommendProductUpdateReq, opts ...grpc.CallOption) (*HomeRecommendProductUpdateResp, error) HomeRecommendProductDelete(ctx context.Context, in *HomeRecommendProductDeleteReq, opts ...grpc.CallOption) (*HomeRecommendProductDeleteResp, error) }
HomeRecommendProductServiceClient is the client API for HomeRecommendProductService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewHomeRecommendProductServiceClient ¶
func NewHomeRecommendProductServiceClient(cc grpc.ClientConnInterface) HomeRecommendProductServiceClient
type HomeRecommendProductServiceServer ¶
type HomeRecommendProductServiceServer interface { HomeRecommendProductAdd(context.Context, *HomeRecommendProductAddReq) (*HomeRecommendProductAddResp, error) HomeRecommendProductList(context.Context, *HomeRecommendProductListReq) (*HomeRecommendProductListResp, error) HomeRecommendProductUpdate(context.Context, *HomeRecommendProductUpdateReq) (*HomeRecommendProductUpdateResp, error) HomeRecommendProductDelete(context.Context, *HomeRecommendProductDeleteReq) (*HomeRecommendProductDeleteResp, error) // contains filtered or unexported methods }
HomeRecommendProductServiceServer is the server API for HomeRecommendProductService service. All implementations must embed UnimplementedHomeRecommendProductServiceServer for forward compatibility
type HomeRecommendProductUpdateReq ¶
type HomeRecommendProductUpdateReq struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // ProductId int64 `protobuf:"varint,2,opt,name=ProductId,proto3" json:"ProductId,omitempty"` //商品id ProductName string `protobuf:"bytes,3,opt,name=ProductName,proto3" json:"ProductName,omitempty"` //商品名称 RecommendStatus int32 `protobuf:"varint,4,opt,name=RecommendStatus,proto3" json:"RecommendStatus,omitempty"` //推荐状态:0->不推荐;1->推荐 Sort int32 `protobuf:"varint,5,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*HomeRecommendProductUpdateReq) Descriptor
deprecated
func (*HomeRecommendProductUpdateReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendProductUpdateReq.ProtoReflect.Descriptor instead.
func (*HomeRecommendProductUpdateReq) GetId ¶
func (x *HomeRecommendProductUpdateReq) GetId() int64
func (*HomeRecommendProductUpdateReq) GetProductId ¶
func (x *HomeRecommendProductUpdateReq) GetProductId() int64
func (*HomeRecommendProductUpdateReq) GetProductName ¶
func (x *HomeRecommendProductUpdateReq) GetProductName() string
func (*HomeRecommendProductUpdateReq) GetRecommendStatus ¶
func (x *HomeRecommendProductUpdateReq) GetRecommendStatus() int32
func (*HomeRecommendProductUpdateReq) GetSort ¶
func (x *HomeRecommendProductUpdateReq) GetSort() int32
func (*HomeRecommendProductUpdateReq) ProtoMessage ¶
func (*HomeRecommendProductUpdateReq) ProtoMessage()
func (*HomeRecommendProductUpdateReq) ProtoReflect ¶
func (x *HomeRecommendProductUpdateReq) ProtoReflect() protoreflect.Message
func (*HomeRecommendProductUpdateReq) Reset ¶
func (x *HomeRecommendProductUpdateReq) Reset()
func (*HomeRecommendProductUpdateReq) String ¶
func (x *HomeRecommendProductUpdateReq) String() string
type HomeRecommendProductUpdateResp ¶
type HomeRecommendProductUpdateResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*HomeRecommendProductUpdateResp) Descriptor
deprecated
func (*HomeRecommendProductUpdateResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendProductUpdateResp.ProtoReflect.Descriptor instead.
func (*HomeRecommendProductUpdateResp) GetPong ¶
func (x *HomeRecommendProductUpdateResp) GetPong() string
func (*HomeRecommendProductUpdateResp) ProtoMessage ¶
func (*HomeRecommendProductUpdateResp) ProtoMessage()
func (*HomeRecommendProductUpdateResp) ProtoReflect ¶
func (x *HomeRecommendProductUpdateResp) ProtoReflect() protoreflect.Message
func (*HomeRecommendProductUpdateResp) Reset ¶
func (x *HomeRecommendProductUpdateResp) Reset()
func (*HomeRecommendProductUpdateResp) String ¶
func (x *HomeRecommendProductUpdateResp) String() string
type HomeRecommendSubjectAddData ¶
type HomeRecommendSubjectAddData struct { SubjectId int64 `protobuf:"varint,1,opt,name=SubjectId,proto3" json:"SubjectId,omitempty"` //专题id SubjectName string `protobuf:"bytes,2,opt,name=SubjectName,proto3" json:"SubjectName,omitempty"` //专题名称 RecommendStatus int32 `protobuf:"varint,3,opt,name=RecommendStatus,proto3" json:"RecommendStatus,omitempty"` //推荐状态:0->不推荐;1->推荐 Sort int32 `protobuf:"varint,4,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*HomeRecommendSubjectAddData) Descriptor
deprecated
func (*HomeRecommendSubjectAddData) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendSubjectAddData.ProtoReflect.Descriptor instead.
func (*HomeRecommendSubjectAddData) GetRecommendStatus ¶
func (x *HomeRecommendSubjectAddData) GetRecommendStatus() int32
func (*HomeRecommendSubjectAddData) GetSort ¶
func (x *HomeRecommendSubjectAddData) GetSort() int32
func (*HomeRecommendSubjectAddData) GetSubjectId ¶
func (x *HomeRecommendSubjectAddData) GetSubjectId() int64
func (*HomeRecommendSubjectAddData) GetSubjectName ¶
func (x *HomeRecommendSubjectAddData) GetSubjectName() string
func (*HomeRecommendSubjectAddData) ProtoMessage ¶
func (*HomeRecommendSubjectAddData) ProtoMessage()
func (*HomeRecommendSubjectAddData) ProtoReflect ¶
func (x *HomeRecommendSubjectAddData) ProtoReflect() protoreflect.Message
func (*HomeRecommendSubjectAddData) Reset ¶
func (x *HomeRecommendSubjectAddData) Reset()
func (*HomeRecommendSubjectAddData) String ¶
func (x *HomeRecommendSubjectAddData) String() string
type HomeRecommendSubjectAddReq ¶
type HomeRecommendSubjectAddReq struct { RecommendSubjectAddData []*HomeRecommendSubjectAddData `protobuf:"bytes,1,rep,name=RecommendSubjectAddData,proto3" json:"RecommendSubjectAddData,omitempty"` // // contains filtered or unexported fields }
func (*HomeRecommendSubjectAddReq) Descriptor
deprecated
func (*HomeRecommendSubjectAddReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendSubjectAddReq.ProtoReflect.Descriptor instead.
func (*HomeRecommendSubjectAddReq) GetRecommendSubjectAddData ¶
func (x *HomeRecommendSubjectAddReq) GetRecommendSubjectAddData() []*HomeRecommendSubjectAddData
func (*HomeRecommendSubjectAddReq) ProtoMessage ¶
func (*HomeRecommendSubjectAddReq) ProtoMessage()
func (*HomeRecommendSubjectAddReq) ProtoReflect ¶
func (x *HomeRecommendSubjectAddReq) ProtoReflect() protoreflect.Message
func (*HomeRecommendSubjectAddReq) Reset ¶
func (x *HomeRecommendSubjectAddReq) Reset()
func (*HomeRecommendSubjectAddReq) String ¶
func (x *HomeRecommendSubjectAddReq) String() string
type HomeRecommendSubjectAddResp ¶
type HomeRecommendSubjectAddResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*HomeRecommendSubjectAddResp) Descriptor
deprecated
func (*HomeRecommendSubjectAddResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendSubjectAddResp.ProtoReflect.Descriptor instead.
func (*HomeRecommendSubjectAddResp) GetPong ¶
func (x *HomeRecommendSubjectAddResp) GetPong() string
func (*HomeRecommendSubjectAddResp) ProtoMessage ¶
func (*HomeRecommendSubjectAddResp) ProtoMessage()
func (*HomeRecommendSubjectAddResp) ProtoReflect ¶
func (x *HomeRecommendSubjectAddResp) ProtoReflect() protoreflect.Message
func (*HomeRecommendSubjectAddResp) Reset ¶
func (x *HomeRecommendSubjectAddResp) Reset()
func (*HomeRecommendSubjectAddResp) String ¶
func (x *HomeRecommendSubjectAddResp) String() string
type HomeRecommendSubjectDeleteReq ¶
type HomeRecommendSubjectDeleteReq struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*HomeRecommendSubjectDeleteReq) Descriptor
deprecated
func (*HomeRecommendSubjectDeleteReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendSubjectDeleteReq.ProtoReflect.Descriptor instead.
func (*HomeRecommendSubjectDeleteReq) GetIds ¶
func (x *HomeRecommendSubjectDeleteReq) GetIds() []int64
func (*HomeRecommendSubjectDeleteReq) ProtoMessage ¶
func (*HomeRecommendSubjectDeleteReq) ProtoMessage()
func (*HomeRecommendSubjectDeleteReq) ProtoReflect ¶
func (x *HomeRecommendSubjectDeleteReq) ProtoReflect() protoreflect.Message
func (*HomeRecommendSubjectDeleteReq) Reset ¶
func (x *HomeRecommendSubjectDeleteReq) Reset()
func (*HomeRecommendSubjectDeleteReq) String ¶
func (x *HomeRecommendSubjectDeleteReq) String() string
type HomeRecommendSubjectDeleteResp ¶
type HomeRecommendSubjectDeleteResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*HomeRecommendSubjectDeleteResp) Descriptor
deprecated
func (*HomeRecommendSubjectDeleteResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendSubjectDeleteResp.ProtoReflect.Descriptor instead.
func (*HomeRecommendSubjectDeleteResp) GetPong ¶
func (x *HomeRecommendSubjectDeleteResp) GetPong() string
func (*HomeRecommendSubjectDeleteResp) ProtoMessage ¶
func (*HomeRecommendSubjectDeleteResp) ProtoMessage()
func (*HomeRecommendSubjectDeleteResp) ProtoReflect ¶
func (x *HomeRecommendSubjectDeleteResp) ProtoReflect() protoreflect.Message
func (*HomeRecommendSubjectDeleteResp) Reset ¶
func (x *HomeRecommendSubjectDeleteResp) Reset()
func (*HomeRecommendSubjectDeleteResp) String ¶
func (x *HomeRecommendSubjectDeleteResp) String() string
type HomeRecommendSubjectListData ¶
type HomeRecommendSubjectListData struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // SubjectId int64 `protobuf:"varint,2,opt,name=SubjectId,proto3" json:"SubjectId,omitempty"` //专题id SubjectName string `protobuf:"bytes,3,opt,name=SubjectName,proto3" json:"SubjectName,omitempty"` //专题名称 RecommendStatus int32 `protobuf:"varint,4,opt,name=RecommendStatus,proto3" json:"RecommendStatus,omitempty"` //推荐状态:0->不推荐;1->推荐 Sort int32 `protobuf:"varint,5,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*HomeRecommendSubjectListData) Descriptor
deprecated
func (*HomeRecommendSubjectListData) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendSubjectListData.ProtoReflect.Descriptor instead.
func (*HomeRecommendSubjectListData) GetId ¶
func (x *HomeRecommendSubjectListData) GetId() int64
func (*HomeRecommendSubjectListData) GetRecommendStatus ¶
func (x *HomeRecommendSubjectListData) GetRecommendStatus() int32
func (*HomeRecommendSubjectListData) GetSort ¶
func (x *HomeRecommendSubjectListData) GetSort() int32
func (*HomeRecommendSubjectListData) GetSubjectId ¶
func (x *HomeRecommendSubjectListData) GetSubjectId() int64
func (*HomeRecommendSubjectListData) GetSubjectName ¶
func (x *HomeRecommendSubjectListData) GetSubjectName() string
func (*HomeRecommendSubjectListData) ProtoMessage ¶
func (*HomeRecommendSubjectListData) ProtoMessage()
func (*HomeRecommendSubjectListData) ProtoReflect ¶
func (x *HomeRecommendSubjectListData) ProtoReflect() protoreflect.Message
func (*HomeRecommendSubjectListData) Reset ¶
func (x *HomeRecommendSubjectListData) Reset()
func (*HomeRecommendSubjectListData) String ¶
func (x *HomeRecommendSubjectListData) String() string
type HomeRecommendSubjectListReq ¶
type HomeRecommendSubjectListReq struct { Current int64 `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"` PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` SubjectName string `protobuf:"bytes,3,opt,name=SubjectName,proto3" json:"SubjectName,omitempty"` //专题名称 RecommendStatus int32 `protobuf:"varint,4,opt,name=RecommendStatus,proto3" json:"RecommendStatus,omitempty"` //推荐状态:0->不推荐;1->推荐 // contains filtered or unexported fields }
func (*HomeRecommendSubjectListReq) Descriptor
deprecated
func (*HomeRecommendSubjectListReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendSubjectListReq.ProtoReflect.Descriptor instead.
func (*HomeRecommendSubjectListReq) GetCurrent ¶
func (x *HomeRecommendSubjectListReq) GetCurrent() int64
func (*HomeRecommendSubjectListReq) GetPageSize ¶
func (x *HomeRecommendSubjectListReq) GetPageSize() int64
func (*HomeRecommendSubjectListReq) GetRecommendStatus ¶
func (x *HomeRecommendSubjectListReq) GetRecommendStatus() int32
func (*HomeRecommendSubjectListReq) GetSubjectName ¶
func (x *HomeRecommendSubjectListReq) GetSubjectName() string
func (*HomeRecommendSubjectListReq) ProtoMessage ¶
func (*HomeRecommendSubjectListReq) ProtoMessage()
func (*HomeRecommendSubjectListReq) ProtoReflect ¶
func (x *HomeRecommendSubjectListReq) ProtoReflect() protoreflect.Message
func (*HomeRecommendSubjectListReq) Reset ¶
func (x *HomeRecommendSubjectListReq) Reset()
func (*HomeRecommendSubjectListReq) String ¶
func (x *HomeRecommendSubjectListReq) String() string
type HomeRecommendSubjectListResp ¶
type HomeRecommendSubjectListResp struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*HomeRecommendSubjectListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*HomeRecommendSubjectListResp) Descriptor
deprecated
func (*HomeRecommendSubjectListResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendSubjectListResp.ProtoReflect.Descriptor instead.
func (*HomeRecommendSubjectListResp) GetList ¶
func (x *HomeRecommendSubjectListResp) GetList() []*HomeRecommendSubjectListData
func (*HomeRecommendSubjectListResp) GetTotal ¶
func (x *HomeRecommendSubjectListResp) GetTotal() int64
func (*HomeRecommendSubjectListResp) ProtoMessage ¶
func (*HomeRecommendSubjectListResp) ProtoMessage()
func (*HomeRecommendSubjectListResp) ProtoReflect ¶
func (x *HomeRecommendSubjectListResp) ProtoReflect() protoreflect.Message
func (*HomeRecommendSubjectListResp) Reset ¶
func (x *HomeRecommendSubjectListResp) Reset()
func (*HomeRecommendSubjectListResp) String ¶
func (x *HomeRecommendSubjectListResp) String() string
type HomeRecommendSubjectServiceClient ¶
type HomeRecommendSubjectServiceClient interface { HomeRecommendSubjectAdd(ctx context.Context, in *HomeRecommendSubjectAddReq, opts ...grpc.CallOption) (*HomeRecommendSubjectAddResp, error) HomeRecommendSubjectList(ctx context.Context, in *HomeRecommendSubjectListReq, opts ...grpc.CallOption) (*HomeRecommendSubjectListResp, error) HomeRecommendSubjectUpdate(ctx context.Context, in *HomeRecommendSubjectUpdateReq, opts ...grpc.CallOption) (*HomeRecommendSubjectUpdateResp, error) HomeRecommendSubjectDelete(ctx context.Context, in *HomeRecommendSubjectDeleteReq, opts ...grpc.CallOption) (*HomeRecommendSubjectDeleteResp, error) }
HomeRecommendSubjectServiceClient is the client API for HomeRecommendSubjectService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewHomeRecommendSubjectServiceClient ¶
func NewHomeRecommendSubjectServiceClient(cc grpc.ClientConnInterface) HomeRecommendSubjectServiceClient
type HomeRecommendSubjectServiceServer ¶
type HomeRecommendSubjectServiceServer interface { HomeRecommendSubjectAdd(context.Context, *HomeRecommendSubjectAddReq) (*HomeRecommendSubjectAddResp, error) HomeRecommendSubjectList(context.Context, *HomeRecommendSubjectListReq) (*HomeRecommendSubjectListResp, error) HomeRecommendSubjectUpdate(context.Context, *HomeRecommendSubjectUpdateReq) (*HomeRecommendSubjectUpdateResp, error) HomeRecommendSubjectDelete(context.Context, *HomeRecommendSubjectDeleteReq) (*HomeRecommendSubjectDeleteResp, error) // contains filtered or unexported methods }
HomeRecommendSubjectServiceServer is the server API for HomeRecommendSubjectService service. All implementations must embed UnimplementedHomeRecommendSubjectServiceServer for forward compatibility
type HomeRecommendSubjectUpdateReq ¶
type HomeRecommendSubjectUpdateReq struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // SubjectId int64 `protobuf:"varint,2,opt,name=SubjectId,proto3" json:"SubjectId,omitempty"` //专题id SubjectName string `protobuf:"bytes,3,opt,name=SubjectName,proto3" json:"SubjectName,omitempty"` //专题名称 RecommendStatus int32 `protobuf:"varint,4,opt,name=RecommendStatus,proto3" json:"RecommendStatus,omitempty"` //推荐状态:0->不推荐;1->推荐 Sort int32 `protobuf:"varint,5,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*HomeRecommendSubjectUpdateReq) Descriptor
deprecated
func (*HomeRecommendSubjectUpdateReq) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendSubjectUpdateReq.ProtoReflect.Descriptor instead.
func (*HomeRecommendSubjectUpdateReq) GetId ¶
func (x *HomeRecommendSubjectUpdateReq) GetId() int64
func (*HomeRecommendSubjectUpdateReq) GetRecommendStatus ¶
func (x *HomeRecommendSubjectUpdateReq) GetRecommendStatus() int32
func (*HomeRecommendSubjectUpdateReq) GetSort ¶
func (x *HomeRecommendSubjectUpdateReq) GetSort() int32
func (*HomeRecommendSubjectUpdateReq) GetSubjectId ¶
func (x *HomeRecommendSubjectUpdateReq) GetSubjectId() int64
func (*HomeRecommendSubjectUpdateReq) GetSubjectName ¶
func (x *HomeRecommendSubjectUpdateReq) GetSubjectName() string
func (*HomeRecommendSubjectUpdateReq) ProtoMessage ¶
func (*HomeRecommendSubjectUpdateReq) ProtoMessage()
func (*HomeRecommendSubjectUpdateReq) ProtoReflect ¶
func (x *HomeRecommendSubjectUpdateReq) ProtoReflect() protoreflect.Message
func (*HomeRecommendSubjectUpdateReq) Reset ¶
func (x *HomeRecommendSubjectUpdateReq) Reset()
func (*HomeRecommendSubjectUpdateReq) String ¶
func (x *HomeRecommendSubjectUpdateReq) String() string
type HomeRecommendSubjectUpdateResp ¶
type HomeRecommendSubjectUpdateResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*HomeRecommendSubjectUpdateResp) Descriptor
deprecated
func (*HomeRecommendSubjectUpdateResp) Descriptor() ([]byte, []int)
Deprecated: Use HomeRecommendSubjectUpdateResp.ProtoReflect.Descriptor instead.
func (*HomeRecommendSubjectUpdateResp) GetPong ¶
func (x *HomeRecommendSubjectUpdateResp) GetPong() string
func (*HomeRecommendSubjectUpdateResp) ProtoMessage ¶
func (*HomeRecommendSubjectUpdateResp) ProtoMessage()
func (*HomeRecommendSubjectUpdateResp) ProtoReflect ¶
func (x *HomeRecommendSubjectUpdateResp) ProtoReflect() protoreflect.Message
func (*HomeRecommendSubjectUpdateResp) Reset ¶
func (x *HomeRecommendSubjectUpdateResp) Reset()
func (*HomeRecommendSubjectUpdateResp) String ¶
func (x *HomeRecommendSubjectUpdateResp) String() string
type QueryFlashPromotionByProductReq ¶
type QueryFlashPromotionByProductReq struct { ProductId int64 `protobuf:"varint,4,opt,name=ProductId,proto3" json:"ProductId,omitempty"` //商品id // contains filtered or unexported fields }
func (*QueryFlashPromotionByProductReq) Descriptor
deprecated
func (*QueryFlashPromotionByProductReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryFlashPromotionByProductReq.ProtoReflect.Descriptor instead.
func (*QueryFlashPromotionByProductReq) GetProductId ¶
func (x *QueryFlashPromotionByProductReq) GetProductId() int64
func (*QueryFlashPromotionByProductReq) ProtoMessage ¶
func (*QueryFlashPromotionByProductReq) ProtoMessage()
func (*QueryFlashPromotionByProductReq) ProtoReflect ¶
func (x *QueryFlashPromotionByProductReq) ProtoReflect() protoreflect.Message
func (*QueryFlashPromotionByProductReq) Reset ¶
func (x *QueryFlashPromotionByProductReq) Reset()
func (*QueryFlashPromotionByProductReq) String ¶
func (x *QueryFlashPromotionByProductReq) String() string
type QueryFlashPromotionByProductResp ¶
type QueryFlashPromotionByProductResp struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //编号 FlashPromotionId int64 `protobuf:"varint,2,opt,name=FlashPromotionId,proto3" json:"FlashPromotionId,omitempty"` //限时购id FlashPromotionSessionId int64 `protobuf:"varint,3,opt,name=FlashPromotionSessionId,proto3" json:"FlashPromotionSessionId,omitempty"` //编号 ProductId int64 `protobuf:"varint,4,opt,name=ProductId,proto3" json:"ProductId,omitempty"` //商品id FlashPromotionPrice float32 `protobuf:"fixed32,5,opt,name=FlashPromotionPrice,proto3" json:"FlashPromotionPrice,omitempty"` //限时购价格 FlashPromotionCount int32 `protobuf:"varint,6,opt,name=FlashPromotionCount,proto3" json:"FlashPromotionCount,omitempty"` //限时购数量 FlashPromotionLimit int32 `protobuf:"varint,7,opt,name=FlashPromotionLimit,proto3" json:"FlashPromotionLimit,omitempty"` //每人限购数量 Sort int32 `protobuf:"varint,8,opt,name=Sort,proto3" json:"Sort,omitempty"` //排序 // contains filtered or unexported fields }
func (*QueryFlashPromotionByProductResp) Descriptor
deprecated
func (*QueryFlashPromotionByProductResp) Descriptor() ([]byte, []int)
Deprecated: Use QueryFlashPromotionByProductResp.ProtoReflect.Descriptor instead.
func (*QueryFlashPromotionByProductResp) GetFlashPromotionCount ¶
func (x *QueryFlashPromotionByProductResp) GetFlashPromotionCount() int32
func (*QueryFlashPromotionByProductResp) GetFlashPromotionId ¶
func (x *QueryFlashPromotionByProductResp) GetFlashPromotionId() int64
func (*QueryFlashPromotionByProductResp) GetFlashPromotionLimit ¶
func (x *QueryFlashPromotionByProductResp) GetFlashPromotionLimit() int32
func (*QueryFlashPromotionByProductResp) GetFlashPromotionPrice ¶
func (x *QueryFlashPromotionByProductResp) GetFlashPromotionPrice() float32
func (*QueryFlashPromotionByProductResp) GetFlashPromotionSessionId ¶
func (x *QueryFlashPromotionByProductResp) GetFlashPromotionSessionId() int64
func (*QueryFlashPromotionByProductResp) GetId ¶
func (x *QueryFlashPromotionByProductResp) GetId() int64
func (*QueryFlashPromotionByProductResp) GetProductId ¶
func (x *QueryFlashPromotionByProductResp) GetProductId() int64
func (*QueryFlashPromotionByProductResp) GetSort ¶
func (x *QueryFlashPromotionByProductResp) GetSort() int32
func (*QueryFlashPromotionByProductResp) ProtoMessage ¶
func (*QueryFlashPromotionByProductResp) ProtoMessage()
func (*QueryFlashPromotionByProductResp) ProtoReflect ¶
func (x *QueryFlashPromotionByProductResp) ProtoReflect() protoreflect.Message
func (*QueryFlashPromotionByProductResp) Reset ¶
func (x *QueryFlashPromotionByProductResp) Reset()
func (*QueryFlashPromotionByProductResp) String ¶
func (x *QueryFlashPromotionByProductResp) String() string
type QueryMemberCouponListReq ¶
type QueryMemberCouponListReq struct { MemberId int64 `protobuf:"varint,1,opt,name=memberId,proto3" json:"memberId,omitempty"` UseStatus int32 `protobuf:"varint,2,opt,name=UseStatus,proto3" json:"UseStatus,omitempty"` // contains filtered or unexported fields }
func (*QueryMemberCouponListReq) Descriptor
deprecated
func (*QueryMemberCouponListReq) Descriptor() ([]byte, []int)
Deprecated: Use QueryMemberCouponListReq.ProtoReflect.Descriptor instead.
func (*QueryMemberCouponListReq) GetMemberId ¶
func (x *QueryMemberCouponListReq) GetMemberId() int64
func (*QueryMemberCouponListReq) GetUseStatus ¶
func (x *QueryMemberCouponListReq) GetUseStatus() int32
func (*QueryMemberCouponListReq) ProtoMessage ¶
func (*QueryMemberCouponListReq) ProtoMessage()
func (*QueryMemberCouponListReq) ProtoReflect ¶
func (x *QueryMemberCouponListReq) ProtoReflect() protoreflect.Message
func (*QueryMemberCouponListReq) Reset ¶
func (x *QueryMemberCouponListReq) Reset()
func (*QueryMemberCouponListReq) String ¶
func (x *QueryMemberCouponListReq) String() string
type QueryMemberCouponListResp ¶
type QueryMemberCouponListResp struct { List []*CouponListData `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*QueryMemberCouponListResp) Descriptor
deprecated
func (*QueryMemberCouponListResp) Descriptor() ([]byte, []int)
Deprecated: Use QueryMemberCouponListResp.ProtoReflect.Descriptor instead.
func (*QueryMemberCouponListResp) GetList ¶
func (x *QueryMemberCouponListResp) GetList() []*CouponListData
func (*QueryMemberCouponListResp) ProtoMessage ¶
func (*QueryMemberCouponListResp) ProtoMessage()
func (*QueryMemberCouponListResp) ProtoReflect ¶
func (x *QueryMemberCouponListResp) ProtoReflect() protoreflect.Message
func (*QueryMemberCouponListResp) Reset ¶
func (x *QueryMemberCouponListResp) Reset()
func (*QueryMemberCouponListResp) String ¶
func (x *QueryMemberCouponListResp) String() string
type UnimplementedCouponHistoryServiceServer ¶
type UnimplementedCouponHistoryServiceServer struct { }
UnimplementedCouponHistoryServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedCouponHistoryServiceServer) CouponCount ¶
func (UnimplementedCouponHistoryServiceServer) CouponCount(context.Context, *CouponCountReq) (*CouponCountResp, error)
func (UnimplementedCouponHistoryServiceServer) CouponHistoryAdd ¶
func (UnimplementedCouponHistoryServiceServer) CouponHistoryAdd(context.Context, *CouponHistoryAddReq) (*CouponHistoryAddResp, error)
func (UnimplementedCouponHistoryServiceServer) CouponHistoryDelete ¶
func (UnimplementedCouponHistoryServiceServer) CouponHistoryDelete(context.Context, *CouponHistoryDeleteReq) (*CouponHistoryDeleteResp, error)
func (UnimplementedCouponHistoryServiceServer) CouponHistoryList ¶
func (UnimplementedCouponHistoryServiceServer) CouponHistoryList(context.Context, *CouponHistoryListReq) (*CouponHistoryListResp, error)
func (UnimplementedCouponHistoryServiceServer) CouponHistoryUpdate ¶
func (UnimplementedCouponHistoryServiceServer) CouponHistoryUpdate(context.Context, *CouponHistoryUpdateReq) (*CouponHistoryUpdateResp, error)
func (UnimplementedCouponHistoryServiceServer) QueryCouponHistoryDetailList ¶
func (UnimplementedCouponHistoryServiceServer) QueryCouponHistoryDetailList(context.Context, *CouponHistoryDetailListReq) (*CouponHistoryDetailListResp, error)
func (UnimplementedCouponHistoryServiceServer) QueryMemberCouponList ¶
func (UnimplementedCouponHistoryServiceServer) QueryMemberCouponList(context.Context, *QueryMemberCouponListReq) (*QueryMemberCouponListResp, error)
func (UnimplementedCouponHistoryServiceServer) UpdateCouponStatus ¶
func (UnimplementedCouponHistoryServiceServer) UpdateCouponStatus(context.Context, *UpdateCouponStatusReq) (*UpdateCouponStatusResp, error)
type UnimplementedCouponProductCategoryRelationServiceServer ¶
type UnimplementedCouponProductCategoryRelationServiceServer struct { }
UnimplementedCouponProductCategoryRelationServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedCouponProductCategoryRelationServiceServer) CouponProductCategoryRelationAdd ¶
func (UnimplementedCouponProductCategoryRelationServiceServer) CouponProductCategoryRelationAdd(context.Context, *CouponProductCategoryRelationAddReq) (*CouponProductCategoryRelationAddResp, error)
func (UnimplementedCouponProductCategoryRelationServiceServer) CouponProductCategoryRelationDelete ¶
func (UnimplementedCouponProductCategoryRelationServiceServer) CouponProductCategoryRelationDelete(context.Context, *CouponProductCategoryRelationDeleteReq) (*CouponProductCategoryRelationDeleteResp, error)
func (UnimplementedCouponProductCategoryRelationServiceServer) CouponProductCategoryRelationList ¶
func (UnimplementedCouponProductCategoryRelationServiceServer) CouponProductCategoryRelationList(context.Context, *CouponProductCategoryRelationListReq) (*CouponProductCategoryRelationListResp, error)
func (UnimplementedCouponProductCategoryRelationServiceServer) CouponProductCategoryRelationUpdate ¶
func (UnimplementedCouponProductCategoryRelationServiceServer) CouponProductCategoryRelationUpdate(context.Context, *CouponProductCategoryRelationUpdateReq) (*CouponProductCategoryRelationUpdateResp, error)
type UnimplementedCouponProductRelationServiceServer ¶
type UnimplementedCouponProductRelationServiceServer struct { }
UnimplementedCouponProductRelationServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedCouponProductRelationServiceServer) CouponProductRelationAdd ¶
func (UnimplementedCouponProductRelationServiceServer) CouponProductRelationAdd(context.Context, *CouponProductRelationAddReq) (*CouponProductRelationAddResp, error)
func (UnimplementedCouponProductRelationServiceServer) CouponProductRelationDelete ¶
func (UnimplementedCouponProductRelationServiceServer) CouponProductRelationDelete(context.Context, *CouponProductRelationDeleteReq) (*CouponProductRelationDeleteResp, error)
func (UnimplementedCouponProductRelationServiceServer) CouponProductRelationList ¶
func (UnimplementedCouponProductRelationServiceServer) CouponProductRelationList(context.Context, *CouponProductRelationListReq) (*CouponProductRelationListResp, error)
func (UnimplementedCouponProductRelationServiceServer) CouponProductRelationUpdate ¶
func (UnimplementedCouponProductRelationServiceServer) CouponProductRelationUpdate(context.Context, *CouponProductRelationUpdateReq) (*CouponProductRelationUpdateResp, error)
type UnimplementedCouponServiceServer ¶
type UnimplementedCouponServiceServer struct { }
UnimplementedCouponServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedCouponServiceServer) CouponAdd ¶
func (UnimplementedCouponServiceServer) CouponAdd(context.Context, *CouponAddReq) (*CouponAddResp, error)
func (UnimplementedCouponServiceServer) CouponDelete ¶
func (UnimplementedCouponServiceServer) CouponDelete(context.Context, *CouponDeleteReq) (*CouponDeleteResp, error)
func (UnimplementedCouponServiceServer) CouponFindById ¶
func (UnimplementedCouponServiceServer) CouponFindById(context.Context, *CouponFindByIdReq) (*CouponFindByIdResp, error)
func (UnimplementedCouponServiceServer) CouponFindByIds ¶
func (UnimplementedCouponServiceServer) CouponFindByIds(context.Context, *CouponFindByIdsReq) (*CouponFindByIdsResp, error)
func (UnimplementedCouponServiceServer) CouponFindByProductIdAndProductCategoryId ¶
func (UnimplementedCouponServiceServer) CouponFindByProductIdAndProductCategoryId(context.Context, *CouponFindByProductIdAndProductCategoryIdReq) (*CouponFindByProductIdAndProductCategoryIdResp, error)
func (UnimplementedCouponServiceServer) CouponList ¶
func (UnimplementedCouponServiceServer) CouponList(context.Context, *CouponListReq) (*CouponListResp, error)
func (UnimplementedCouponServiceServer) CouponUpdate ¶
func (UnimplementedCouponServiceServer) CouponUpdate(context.Context, *CouponUpdateReq) (*CouponUpdateResp, error)
type UnimplementedFlashPromotionLogServiceServer ¶
type UnimplementedFlashPromotionLogServiceServer struct { }
UnimplementedFlashPromotionLogServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedFlashPromotionLogServiceServer) FlashPromotionLogAdd ¶
func (UnimplementedFlashPromotionLogServiceServer) FlashPromotionLogAdd(context.Context, *FlashPromotionLogAddReq) (*FlashPromotionLogAddResp, error)
func (UnimplementedFlashPromotionLogServiceServer) FlashPromotionLogDelete ¶
func (UnimplementedFlashPromotionLogServiceServer) FlashPromotionLogDelete(context.Context, *FlashPromotionLogDeleteReq) (*FlashPromotionLogDeleteResp, error)
func (UnimplementedFlashPromotionLogServiceServer) FlashPromotionLogList ¶
func (UnimplementedFlashPromotionLogServiceServer) FlashPromotionLogList(context.Context, *FlashPromotionLogListReq) (*FlashPromotionLogListResp, error)
func (UnimplementedFlashPromotionLogServiceServer) FlashPromotionLogUpdate ¶
func (UnimplementedFlashPromotionLogServiceServer) FlashPromotionLogUpdate(context.Context, *FlashPromotionLogUpdateReq) (*FlashPromotionLogUpdateResp, error)
type UnimplementedFlashPromotionProductRelationServiceServer ¶
type UnimplementedFlashPromotionProductRelationServiceServer struct { }
UnimplementedFlashPromotionProductRelationServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedFlashPromotionProductRelationServiceServer) FlashPromotionProductRelationAdd ¶
func (UnimplementedFlashPromotionProductRelationServiceServer) FlashPromotionProductRelationAdd(context.Context, *FlashPromotionProductRelationAddReq) (*FlashPromotionProductRelationAddResp, error)
func (UnimplementedFlashPromotionProductRelationServiceServer) FlashPromotionProductRelationDelete ¶
func (UnimplementedFlashPromotionProductRelationServiceServer) FlashPromotionProductRelationDelete(context.Context, *FlashPromotionProductRelationDeleteReq) (*FlashPromotionProductRelationDeleteResp, error)
func (UnimplementedFlashPromotionProductRelationServiceServer) FlashPromotionProductRelationList ¶
func (UnimplementedFlashPromotionProductRelationServiceServer) FlashPromotionProductRelationList(context.Context, *FlashPromotionProductRelationListReq) (*FlashPromotionProductRelationListResp, error)
func (UnimplementedFlashPromotionProductRelationServiceServer) FlashPromotionProductRelationUpdate ¶
func (UnimplementedFlashPromotionProductRelationServiceServer) FlashPromotionProductRelationUpdate(context.Context, *FlashPromotionProductRelationUpdateReq) (*FlashPromotionProductRelationUpdateResp, error)
func (UnimplementedFlashPromotionProductRelationServiceServer) QueryFlashPromotionByProduct ¶
func (UnimplementedFlashPromotionProductRelationServiceServer) QueryFlashPromotionByProduct(context.Context, *QueryFlashPromotionByProductReq) (*QueryFlashPromotionByProductResp, error)
type UnimplementedFlashPromotionServiceServer ¶
type UnimplementedFlashPromotionServiceServer struct { }
UnimplementedFlashPromotionServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedFlashPromotionServiceServer) FlashPromotionAdd ¶
func (UnimplementedFlashPromotionServiceServer) FlashPromotionAdd(context.Context, *FlashPromotionAddReq) (*FlashPromotionAddResp, error)
func (UnimplementedFlashPromotionServiceServer) FlashPromotionDelete ¶
func (UnimplementedFlashPromotionServiceServer) FlashPromotionDelete(context.Context, *FlashPromotionDeleteReq) (*FlashPromotionDeleteResp, error)
func (UnimplementedFlashPromotionServiceServer) FlashPromotionList ¶
func (UnimplementedFlashPromotionServiceServer) FlashPromotionList(context.Context, *FlashPromotionListReq) (*FlashPromotionListResp, error)
func (UnimplementedFlashPromotionServiceServer) FlashPromotionListByDate ¶
func (UnimplementedFlashPromotionServiceServer) FlashPromotionListByDate(context.Context, *FlashPromotionListByDateReq) (*FlashPromotionListByDateResp, error)
func (UnimplementedFlashPromotionServiceServer) FlashPromotionUpdate ¶
func (UnimplementedFlashPromotionServiceServer) FlashPromotionUpdate(context.Context, *FlashPromotionUpdateReq) (*FlashPromotionUpdateResp, error)
type UnimplementedFlashPromotionSessionServiceServer ¶
type UnimplementedFlashPromotionSessionServiceServer struct { }
UnimplementedFlashPromotionSessionServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedFlashPromotionSessionServiceServer) FlashPromotionSessionAdd ¶
func (UnimplementedFlashPromotionSessionServiceServer) FlashPromotionSessionAdd(context.Context, *FlashPromotionSessionAddReq) (*FlashPromotionSessionAddResp, error)
func (UnimplementedFlashPromotionSessionServiceServer) FlashPromotionSessionByTime ¶
func (UnimplementedFlashPromotionSessionServiceServer) FlashPromotionSessionByTime(context.Context, *FlashPromotionSessionByTimeReq) (*FlashPromotionSessionByTimeResp, error)
func (UnimplementedFlashPromotionSessionServiceServer) FlashPromotionSessionDelete ¶
func (UnimplementedFlashPromotionSessionServiceServer) FlashPromotionSessionDelete(context.Context, *FlashPromotionSessionDeleteReq) (*FlashPromotionSessionDeleteResp, error)
func (UnimplementedFlashPromotionSessionServiceServer) FlashPromotionSessionList ¶
func (UnimplementedFlashPromotionSessionServiceServer) FlashPromotionSessionList(context.Context, *FlashPromotionSessionListReq) (*FlashPromotionSessionListResp, error)
func (UnimplementedFlashPromotionSessionServiceServer) FlashPromotionSessionUpdate ¶
func (UnimplementedFlashPromotionSessionServiceServer) FlashPromotionSessionUpdate(context.Context, *FlashPromotionSessionUpdateReq) (*FlashPromotionSessionUpdateResp, error)
type UnimplementedHomeAdvertiseServiceServer ¶
type UnimplementedHomeAdvertiseServiceServer struct { }
UnimplementedHomeAdvertiseServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedHomeAdvertiseServiceServer) HomeAdvertiseAdd ¶
func (UnimplementedHomeAdvertiseServiceServer) HomeAdvertiseAdd(context.Context, *HomeAdvertiseAddReq) (*HomeAdvertiseAddResp, error)
func (UnimplementedHomeAdvertiseServiceServer) HomeAdvertiseDelete ¶
func (UnimplementedHomeAdvertiseServiceServer) HomeAdvertiseDelete(context.Context, *HomeAdvertiseDeleteReq) (*HomeAdvertiseDeleteResp, error)
func (UnimplementedHomeAdvertiseServiceServer) HomeAdvertiseList ¶
func (UnimplementedHomeAdvertiseServiceServer) HomeAdvertiseList(context.Context, *HomeAdvertiseListReq) (*HomeAdvertiseListResp, error)
func (UnimplementedHomeAdvertiseServiceServer) HomeAdvertiseUpdate ¶
func (UnimplementedHomeAdvertiseServiceServer) HomeAdvertiseUpdate(context.Context, *HomeAdvertiseUpdateReq) (*HomeAdvertiseUpdateResp, error)
type UnimplementedHomeBrandServiceServer ¶
type UnimplementedHomeBrandServiceServer struct { }
UnimplementedHomeBrandServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedHomeBrandServiceServer) HomeBrandAdd ¶
func (UnimplementedHomeBrandServiceServer) HomeBrandAdd(context.Context, *HomeBrandAddReq) (*HomeBrandAddResp, error)
func (UnimplementedHomeBrandServiceServer) HomeBrandDelete ¶
func (UnimplementedHomeBrandServiceServer) HomeBrandDelete(context.Context, *HomeBrandDeleteReq) (*HomeBrandDeleteResp, error)
func (UnimplementedHomeBrandServiceServer) HomeBrandList ¶
func (UnimplementedHomeBrandServiceServer) HomeBrandList(context.Context, *HomeBrandListReq) (*HomeBrandListResp, error)
func (UnimplementedHomeBrandServiceServer) HomeBrandUpdate ¶
func (UnimplementedHomeBrandServiceServer) HomeBrandUpdate(context.Context, *HomeBrandUpdateReq) (*HomeBrandUpdateResp, error)
type UnimplementedHomeNewProductServiceServer ¶
type UnimplementedHomeNewProductServiceServer struct { }
UnimplementedHomeNewProductServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedHomeNewProductServiceServer) HomeNewProductAdd ¶
func (UnimplementedHomeNewProductServiceServer) HomeNewProductAdd(context.Context, *HomeNewProductAddReq) (*HomeNewProductAddResp, error)
func (UnimplementedHomeNewProductServiceServer) HomeNewProductDelete ¶
func (UnimplementedHomeNewProductServiceServer) HomeNewProductDelete(context.Context, *HomeNewProductDeleteReq) (*HomeNewProductDeleteResp, error)
func (UnimplementedHomeNewProductServiceServer) HomeNewProductList ¶
func (UnimplementedHomeNewProductServiceServer) HomeNewProductList(context.Context, *HomeNewProductListReq) (*HomeNewProductListResp, error)
func (UnimplementedHomeNewProductServiceServer) HomeNewProductUpdate ¶
func (UnimplementedHomeNewProductServiceServer) HomeNewProductUpdate(context.Context, *HomeNewProductUpdateReq) (*HomeNewProductUpdateResp, error)
type UnimplementedHomeRecommendProductServiceServer ¶
type UnimplementedHomeRecommendProductServiceServer struct { }
UnimplementedHomeRecommendProductServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedHomeRecommendProductServiceServer) HomeRecommendProductAdd ¶
func (UnimplementedHomeRecommendProductServiceServer) HomeRecommendProductAdd(context.Context, *HomeRecommendProductAddReq) (*HomeRecommendProductAddResp, error)
func (UnimplementedHomeRecommendProductServiceServer) HomeRecommendProductDelete ¶
func (UnimplementedHomeRecommendProductServiceServer) HomeRecommendProductDelete(context.Context, *HomeRecommendProductDeleteReq) (*HomeRecommendProductDeleteResp, error)
func (UnimplementedHomeRecommendProductServiceServer) HomeRecommendProductList ¶
func (UnimplementedHomeRecommendProductServiceServer) HomeRecommendProductList(context.Context, *HomeRecommendProductListReq) (*HomeRecommendProductListResp, error)
func (UnimplementedHomeRecommendProductServiceServer) HomeRecommendProductUpdate ¶
func (UnimplementedHomeRecommendProductServiceServer) HomeRecommendProductUpdate(context.Context, *HomeRecommendProductUpdateReq) (*HomeRecommendProductUpdateResp, error)
type UnimplementedHomeRecommendSubjectServiceServer ¶
type UnimplementedHomeRecommendSubjectServiceServer struct { }
UnimplementedHomeRecommendSubjectServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedHomeRecommendSubjectServiceServer) HomeRecommendSubjectAdd ¶
func (UnimplementedHomeRecommendSubjectServiceServer) HomeRecommendSubjectAdd(context.Context, *HomeRecommendSubjectAddReq) (*HomeRecommendSubjectAddResp, error)
func (UnimplementedHomeRecommendSubjectServiceServer) HomeRecommendSubjectDelete ¶
func (UnimplementedHomeRecommendSubjectServiceServer) HomeRecommendSubjectDelete(context.Context, *HomeRecommendSubjectDeleteReq) (*HomeRecommendSubjectDeleteResp, error)
func (UnimplementedHomeRecommendSubjectServiceServer) HomeRecommendSubjectList ¶
func (UnimplementedHomeRecommendSubjectServiceServer) HomeRecommendSubjectList(context.Context, *HomeRecommendSubjectListReq) (*HomeRecommendSubjectListResp, error)
func (UnimplementedHomeRecommendSubjectServiceServer) HomeRecommendSubjectUpdate ¶
func (UnimplementedHomeRecommendSubjectServiceServer) HomeRecommendSubjectUpdate(context.Context, *HomeRecommendSubjectUpdateReq) (*HomeRecommendSubjectUpdateResp, error)
type UnsafeCouponHistoryServiceServer ¶
type UnsafeCouponHistoryServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCouponHistoryServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CouponHistoryServiceServer will result in compilation errors.
type UnsafeCouponProductCategoryRelationServiceServer ¶
type UnsafeCouponProductCategoryRelationServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCouponProductCategoryRelationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CouponProductCategoryRelationServiceServer will result in compilation errors.
type UnsafeCouponProductRelationServiceServer ¶
type UnsafeCouponProductRelationServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCouponProductRelationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CouponProductRelationServiceServer will result in compilation errors.
type UnsafeCouponServiceServer ¶
type UnsafeCouponServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCouponServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CouponServiceServer will result in compilation errors.
type UnsafeFlashPromotionLogServiceServer ¶
type UnsafeFlashPromotionLogServiceServer interface {
// contains filtered or unexported methods
}
UnsafeFlashPromotionLogServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FlashPromotionLogServiceServer will result in compilation errors.
type UnsafeFlashPromotionProductRelationServiceServer ¶
type UnsafeFlashPromotionProductRelationServiceServer interface {
// contains filtered or unexported methods
}
UnsafeFlashPromotionProductRelationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FlashPromotionProductRelationServiceServer will result in compilation errors.
type UnsafeFlashPromotionServiceServer ¶
type UnsafeFlashPromotionServiceServer interface {
// contains filtered or unexported methods
}
UnsafeFlashPromotionServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FlashPromotionServiceServer will result in compilation errors.
type UnsafeFlashPromotionSessionServiceServer ¶
type UnsafeFlashPromotionSessionServiceServer interface {
// contains filtered or unexported methods
}
UnsafeFlashPromotionSessionServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FlashPromotionSessionServiceServer will result in compilation errors.
type UnsafeHomeAdvertiseServiceServer ¶
type UnsafeHomeAdvertiseServiceServer interface {
// contains filtered or unexported methods
}
UnsafeHomeAdvertiseServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to HomeAdvertiseServiceServer will result in compilation errors.
type UnsafeHomeBrandServiceServer ¶
type UnsafeHomeBrandServiceServer interface {
// contains filtered or unexported methods
}
UnsafeHomeBrandServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to HomeBrandServiceServer will result in compilation errors.
type UnsafeHomeNewProductServiceServer ¶
type UnsafeHomeNewProductServiceServer interface {
// contains filtered or unexported methods
}
UnsafeHomeNewProductServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to HomeNewProductServiceServer will result in compilation errors.
type UnsafeHomeRecommendProductServiceServer ¶
type UnsafeHomeRecommendProductServiceServer interface {
// contains filtered or unexported methods
}
UnsafeHomeRecommendProductServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to HomeRecommendProductServiceServer will result in compilation errors.
type UnsafeHomeRecommendSubjectServiceServer ¶
type UnsafeHomeRecommendSubjectServiceServer interface {
// contains filtered or unexported methods
}
UnsafeHomeRecommendSubjectServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to HomeRecommendSubjectServiceServer will result in compilation errors.
type UpdateCouponStatusReq ¶
type UpdateCouponStatusReq struct { MemberId int64 `protobuf:"varint,1,opt,name=memberId,proto3" json:"memberId,omitempty"` UseStatus int32 `protobuf:"varint,2,opt,name=UseStatus,proto3" json:"UseStatus,omitempty"` CouponId int64 `protobuf:"varint,3,opt,name=CouponId,proto3" json:"CouponId,omitempty"` // contains filtered or unexported fields }
func (*UpdateCouponStatusReq) Descriptor
deprecated
func (*UpdateCouponStatusReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCouponStatusReq.ProtoReflect.Descriptor instead.
func (*UpdateCouponStatusReq) GetCouponId ¶
func (x *UpdateCouponStatusReq) GetCouponId() int64
func (*UpdateCouponStatusReq) GetMemberId ¶
func (x *UpdateCouponStatusReq) GetMemberId() int64
func (*UpdateCouponStatusReq) GetUseStatus ¶
func (x *UpdateCouponStatusReq) GetUseStatus() int32
func (*UpdateCouponStatusReq) ProtoMessage ¶
func (*UpdateCouponStatusReq) ProtoMessage()
func (*UpdateCouponStatusReq) ProtoReflect ¶
func (x *UpdateCouponStatusReq) ProtoReflect() protoreflect.Message
func (*UpdateCouponStatusReq) Reset ¶
func (x *UpdateCouponStatusReq) Reset()
func (*UpdateCouponStatusReq) String ¶
func (x *UpdateCouponStatusReq) String() string
type UpdateCouponStatusResp ¶
type UpdateCouponStatusResp struct { Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"` // contains filtered or unexported fields }
func (*UpdateCouponStatusResp) Descriptor
deprecated
func (*UpdateCouponStatusResp) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCouponStatusResp.ProtoReflect.Descriptor instead.
func (*UpdateCouponStatusResp) GetPong ¶
func (x *UpdateCouponStatusResp) GetPong() string
func (*UpdateCouponStatusResp) ProtoMessage ¶
func (*UpdateCouponStatusResp) ProtoMessage()
func (*UpdateCouponStatusResp) ProtoReflect ¶
func (x *UpdateCouponStatusResp) ProtoReflect() protoreflect.Message
func (*UpdateCouponStatusResp) Reset ¶
func (x *UpdateCouponStatusResp) Reset()
func (*UpdateCouponStatusResp) String ¶
func (x *UpdateCouponStatusResp) String() string