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 Broker broker.Broker Channel *amqp.Channel // Models CouponsModel model.CouponsModel UserCouponsModel model.UserCouponsModel PromotionsModel model.PromotionsModel UserPointsModel model.UserPointsModel PointsRecordModel model.PointsRecordsModel // RMQ Components Producer *producer.MarketingProducer Consumer *consumer.MarketingConsumer }
func NewServiceContext ¶
func NewServiceContext(c config.Config) *ServiceContext
Click to show internal directories.
Click to hide internal directories.