Documentation
¶
Index ¶
- Variables
- func GetAdRepo() ad.IAdRepo
- func GetAdvertisementQueryService() *query.AdvertisementQuery
- func GetAdvertisementService() proto.AdvertisementServiceServer
- func GetAfterSalesRepo() afterSales.IAfterSalesRepo
- func GetAfterSalesService() proto.AfterSalesServiceServer
- func GetAppService() proto.AppServiceServer
- func GetApprovalRepo() approval.IApprovalRepository
- func GetApprovalService() proto.ApprovalServiceServer
- func GetArticleCategoryRepo() content.IArticleCategoryRepo
- func GetCartRepo() cart.ICartRepo
- func GetCartService() proto.CartServiceServer
- func GetCategoryRepo() product.ICategoryRepo
- func GetChatRepo() chat.IChatRepository
- func GetChatService() proto.ChatServiceServer
- func GetCheckService() proto.CheckServiceServer
- func GetCodeService() proto.CodeServiceServer
- func GetContentQueryService() *query.ContentQuery
- func GetContentRepo() content.IArticleRepo
- func GetContentService() proto.ContentServiceServer
- func GetDeliveryRepo() delivery.IDeliveryRepo
- func GetEventSource() *event.EventSource
- func GetExecuteService() proto.ExecutionServiceServer
- func GetExpressRepo() express.IExpressRepo
- func GetExpressService() proto.ExpressServiceServer
- func GetInvoiceQueryService() *query.InvoiceQuery
- func GetInvoiceService() proto.InvoiceServiceServer
- func GetInvoiceTenantRepo() invoice.IInvoiceRepo
- func GetItemRepo() item.IItemRepo
- func GetItemService() proto.ItemServiceServer
- func GetItemWholesaleRepo() item.IItemWholesaleRepo
- func GetJobRepo() job.IJobRepo
- func GetLogRepo() sys.IApplicationRepository
- func GetMemberQueryService() *query.MemberQuery
- func GetMemberRepo() member.IMemberRepo
- func GetMemberService() proto.MemberServiceServer
- func GetMerchantQueryService() *query.MerchantQuery
- func GetMerchantRepo() merchant.IMerchantRepo
- func GetMerchantService() proto.MerchantServiceServer
- func GetMessageRepo() mss.IMessageRepo
- func GetMessageService() proto.MessageServiceServer
- func GetNotifyRepo() mss.INotifyRepo
- func GetOrderRepo() order.IOrderRepo
- func GetOrderService() proto.OrderServiceServer
- func GetPageRepo() content.IPageRepo
- func GetPaymentQueryService() *query.PaymentQuery
- func GetPaymentRepo() payment.IPaymentRepo
- func GetPaymentService() proto.PaymentServiceServer
- func GetPersonFinanceRepository() personfinance.IPersonFinanceRepository
- func GetPersonFinanceService() proto.FinanceServiceServer
- func GetPortalService() proto.PortalServiceServer
- func GetProModelRepo() promodel.IProductModelRepo
- func GetProductRepo() product.IProductRepo
- func GetProductService() proto.ProductServiceServer
- func GetPromotionRepo() promotion.IPromotionRepo
- func GetProviderService() proto.ServiceProviderServiceServer
- func GetQueryService() proto.QueryServiceServer
- func GetQuickPayService() proto.QuickPayServiceServer
- func GetRbacRepo() rbac.IRbacRepository
- func GetRbacService() proto.RbacServiceServer
- func GetRegistryRepo() registry.IRegistryRepo
- func GetRegistryService() proto.RegistryServiceServer
- func GetSPConfig() *sp.ServiceProviderConfiguration
- func GetSaleLabelRepo() item.ISaleLabelRepo
- func GetShipmentRepo() shipment.IShipmentRepo
- func GetShipmentService() proto.ShipmentServiceServer
- func GetShopRepo() shop.IShopRepo
- func GetShopService() proto.ShopServiceServer
- func GetStaffRepo() staff.IStaffRepo
- func GetStationQueryService() *query.StationQuery
- func GetStationRepo() sys.IStationRepo
- func GetStatisticsQueryService() *query.StatisticsQuery
- func GetStatusService() proto.StatusServiceServer
- func GetSystemQueryService() *query.SystemQuery
- func GetSystemRepo() sys.ISystemRepo
- func GetSystemService() proto.SystemServiceServer
- func GetUserRepo() user.IUserRepo
- func GetValueRepo() valueobject.IValueRepo
- func GetWalletQueryService() *query.WalletQuery
- func GetWalletRepo() wallet.IWalletRepo
- func GetWalletService() proto.WalletServiceServer
- func GetWholesaleRepo() wholesaler.IWholesaleRepo
- func GetWorkQueryService() *query.WorkQuery
- func GetWorkorderRepo() workorder.IWorkorderRepo
- func GetWorkorderService() proto.WorkorderServiceServer
Constants ¶
This section is empty.
Variables ¶
View Source
var InjectProvideSets = wire.NewSet( daoProvideSets, impl2.NewStatusService, impl2.NewRegistryService, impl2.NewMerchantService, impl2.NewPromotionService, impl2.NewSystemService, impl2.NewMemberService, impl2.NewShopService, impl2.NewProductService, impl2.NewItemService, impl2.NewShoppingService, impl2.NewCartService, impl2.NewAfterSalesService, impl2.NewAdvertisementService, impl2.NewPaymentService, impl2.NewQuickPayService, impl2.NewMessageService, impl2.NewExpressService, impl2.NewShipmentService, impl2.NewContentService, impl2.NewWalletService, impl2.NewCodeService, impl2.NewQueryService, impl2.NewRbacService, impl2.NewAppService, impl2.NewPortalService, impl2.NewPersonFinanceService, impl2.NewExecutionService, impl2.NewCheckService, impl2.NewInvoiceService, impl2.NewChatService, impl2.NewWorkorderService, impl2.NewApprovalService, impl2.NewServiceProviderService, event.NewEventSource, handler.NewEventHandler, handler.NewPaymentEventHandler, handler.NewMerchantEventHandler, handler.NewInvoiceEventHandler, sp.NewSPConfig, )
Functions ¶
func GetAdvertisementQueryService ¶
func GetAdvertisementQueryService() *query.AdvertisementQuery
GetOrderQueryService 获取广告查询服务
func GetAfterSalesRepo ¶
func GetAfterSalesRepo() afterSales.IAfterSalesRepo
func GetApprovalRepo ¶
func GetApprovalRepo() approval.IApprovalRepository
func GetApprovalService ¶
func GetApprovalService() proto.ApprovalServiceServer
func GetArticleCategoryRepo ¶
func GetArticleCategoryRepo() content.IArticleCategoryRepo
func GetCartRepo ¶
func GetCategoryRepo ¶
func GetCategoryRepo() product.ICategoryRepo
func GetChatRepo ¶
func GetChatRepo() chat.IChatRepository
func GetChatService ¶
func GetChatService() proto.ChatServiceServer
func GetContentQueryService ¶
func GetContentQueryService() *query.ContentQuery
GetContentQuery 获取内容查询服务
func GetContentRepo ¶
func GetContentRepo() content.IArticleRepo
func GetDeliveryRepo ¶
func GetDeliveryRepo() delivery.IDeliveryRepo
func GetEventSource ¶
func GetEventSource() *event.EventSource
func GetExecuteService ¶
func GetExecuteService() proto.ExecutionServiceServer
ExecuteService 执行任务服务
func GetExpressRepo ¶
func GetExpressRepo() express.IExpressRepo
func GetInvoiceQueryService ¶
func GetInvoiceQueryService() *query.InvoiceQuery
GetInvoiceQueryService 获取发票查询服务
func GetInvoiceService ¶
func GetInvoiceService() proto.InvoiceServiceServer
func GetInvoiceTenantRepo ¶
func GetInvoiceTenantRepo() invoice.IInvoiceRepo
func GetItemRepo ¶
func GetItemWholesaleRepo ¶
func GetItemWholesaleRepo() item.IItemWholesaleRepo
func GetJobRepo ¶
func GetLogRepo ¶
func GetLogRepo() sys.IApplicationRepository
func GetMemberQueryService ¶
func GetMemberQueryService() *query.MemberQuery
GetMemberQueryService 会员查询服务
func GetMemberRepo ¶
func GetMemberRepo() member.IMemberRepo
func GetMerchantQueryService ¶
func GetMerchantQueryService() *query.MerchantQuery
GetMerchantQueryService 商户查询服务
func GetMerchantRepo ¶
func GetMerchantRepo() merchant.IMerchantRepo
func GetMessageRepo ¶
func GetMessageRepo() mss.IMessageRepo
func GetNotifyRepo ¶
func GetNotifyRepo() mss.INotifyRepo
func GetOrderRepo ¶
func GetOrderRepo() order.IOrderRepo
func GetPageRepo ¶
func GetPaymentQueryService ¶
func GetPaymentQueryService() *query.PaymentQuery
GetPaymentQueryService 获取支付查询服务
func GetPaymentRepo ¶
func GetPaymentRepo() payment.IPaymentRepo
func GetPersonFinanceRepository ¶
func GetPersonFinanceRepository() personfinance.IPersonFinanceRepository
func GetProModelRepo ¶
func GetProModelRepo() promodel.IProductModelRepo
func GetProductRepo ¶
func GetProductRepo() product.IProductRepo
func GetPromotionRepo ¶
func GetPromotionRepo() promotion.IPromotionRepo
func GetProviderService ¶
func GetProviderService() proto.ServiceProviderServiceServer
ServiceProviderService 服务提供者服务
func GetRbacRepo ¶
func GetRbacRepo() rbac.IRbacRepository
func GetRegistryRepo ¶
func GetRegistryRepo() registry.IRegistryRepo
func GetSaleLabelRepo ¶
func GetSaleLabelRepo() item.ISaleLabelRepo
func GetShipmentRepo ¶
func GetShipmentRepo() shipment.IShipmentRepo
func GetShopRepo ¶
func GetStaffRepo ¶
func GetStaffRepo() staff.IStaffRepo
func GetStationQueryService ¶
func GetStationQueryService() *query.StationQuery
func GetStationRepo ¶
func GetStationRepo() sys.IStationRepo
func GetStatisticsQueryService ¶
func GetStatisticsQueryService() *query.StatisticsQuery
GetStatisticsQueryService 获取统计查询服务
func GetSystemQueryService ¶
func GetSystemQueryService() *query.SystemQuery
GetSystemQueryService 获取系统查询服务
func GetUserRepo ¶
func GetValueRepo ¶
func GetValueRepo() valueobject.IValueRepo
func GetWalletQueryService ¶
func GetWalletQueryService() *query.WalletQuery
GetWalletQueryService 获取钱包查询服务
func GetWalletRepo ¶
func GetWalletRepo() wallet.IWalletRepo
func GetWholesaleRepo ¶
func GetWholesaleRepo() wholesaler.IWholesaleRepo
func GetWorkQueryService ¶
func GetWorkorderRepo ¶
func GetWorkorderRepo() workorder.IWorkorderRepo
func GetWorkorderService ¶
func GetWorkorderService() proto.WorkorderServiceServer
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.