Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceContext ¶
type ServiceContext struct { Config config.Config //会员相关 GrowthChangeHistoryService growthchangehistoryservice.GrowthChangeHistoryService IntegrationChangeHistoryService integrationchangehistoryservice.IntegrationChangeHistoryService IntegrationConsumeSettingService integrationconsumesettingservice.IntegrationConsumeSettingService MemberLevelService memberlevelservice.MemberLevelService MemberLoginLogService memberloginlogservice.MemberLoginLogService MemberMemberTagRelationService membermembertagrelationservice.MemberMemberTagRelationService MemberProductCategoryRelationService memberproductcategoryrelationservice.MemberProductCategoryRelationService MemberProductCollectionService memberproductcollectionservice.MemberProductCollectionService MemberReadHistoryService memberreadhistoryservice.MemberReadHistoryService MemberReceiveAddressService memberreceiveaddressservice.MemberReceiveAddressService MemberRuleSettingService memberrulesettingservice.MemberRuleSettingService MemberService memberservice.MemberService MemberStatisticsInfoService memberstatisticsinfoservice.MemberStatisticsInfoService MemberTagService membertagservice.MemberTagService MemberTaskService membertaskservice.MemberTaskService MemberBrandAttentionService memberbrandattentionservice.MemberBrandAttentionService //系统相关 DeptService deptservice.DeptService LoginLogService loginlogservice.LoginLogService MenuService menuservice.MenuService RoleService roleservice.RoleService UserService userservice.UserService //商品相关 BrandService brandservice.BrandService CommentReplayService commentreplayservice.CommentReplayService CommentService commentservice.CommentService FeightTemplateService feighttemplateservice.FeightTemplateService ProductAttributeCategoryService productattributecategoryservice.ProductAttributeCategoryService ProductAttributeService productattributeservice.ProductAttributeService ProductAttributeValueService productattributevalueservice.ProductAttributeValueService ProductCategoryAttributeRelationService productcategoryattributerelationservice.ProductCategoryAttributeRelationService ProductCategoryService productcategoryservice.ProductCategoryService ProductFullReductionService productfullreductionservice.ProductFullReductionService ProductLadderService productladderservice.ProductLadderService ProductOperateLogService productoperatelogservice.ProductOperateLogService ProductService productservice.ProductService ProductVertifyRecordService productvertifyrecordservice.ProductVertifyRecordService SkuStockService skustockservice.SkuStockService //订单相关 CartItemService cartitemservice.CartItemService CompanyAddressService companyaddressservice.CompanyAddressService OrderItemService orderitemservice.OrderItemService OrderOperateHistoryService orderoperatehistoryservice.OrderOperateHistoryService OrderReturnApplyService orderreturnapplyservice.OrderReturnApplyService OrderReturnReasonService orderreturnreasonservice.OrderReturnReasonService OrderService orderservice.OrderService OrderSettingService ordersettingservice.OrderSettingService //营销相关 CouponHistoryService couponhistoryservice.CouponHistoryService CouponService couponservice.CouponService FlashPromotionLogService flashpromotionlogservice.FlashPromotionLogService FlashPromotionProductRelationService flashpromotionproductrelationservice.FlashPromotionProductRelationService FlashPromotionService flashpromotionservice.FlashPromotionService FlashPromotionSessionService flashpromotionsessionservice.FlashPromotionSessionService HomeAdvertiseService homeadvertiseservice.HomeAdvertiseService HomeBrandService homebrandservice.HomeBrandService HomeNewProductService homenewproductservice.HomeNewProductService HomeRecommendProductService homerecommendproductservice.HomeRecommendProductService HomeRecommendSubjectService homerecommendsubjectservice.HomeRecommendSubjectService //内容相关 SubjectService subjectservice.SubjectService SubjectProductRelationService subjectproductrelationservice.SubjectProductRelationService PreferredAreaService preferredareaservice.PreferredAreaService PreferredAreaProductRelationService preferredareaproductrelationservice.PreferredAreaProductRelationService AlipayClient *alipay.Client }
func NewServiceContext ¶
func NewServiceContext(c config.Config) *ServiceContext
Click to show internal directories.
Click to hide internal directories.