Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllProvider = wire.NewSet( ApplicationSet, InfrastructureSet, )
View Source
var ApplicationSet = wire.NewSet( service.FileSet, service.PostSet, service.ZoneSet, service.UserSet, service.CouponSet, service.ProductSet, service.OrderSet, service.RecommendSet, )
View Source
var InfrastructureSet = wire.NewSet( config.NewConfig, redis.NewRedis, gorse.NewGorseClient, MapperSet, )
View Source
var MapperSet = wire.NewSet( file.NewMongoMapper, file.NewEsMapper, sharefile.NewMongoMapper, post.NewMongoMapper, post.NewEsMapper, zone.NewMongoMapper, user.NewEsMapper, user.NewMongoMapper, order.NewMongoMapper, order.NewEsMapper, product.NewMongoMapper, product.NewEsMapper, coupon.NewMongoMapper, coupon.NewEsMapper, )
Functions ¶
func NewContentServerImpl ¶
func NewContentServerImpl() (*adaptor.ContentServerImpl, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.