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 VideoRpc videoservice.VideoService Xorm *xorm.Engine UserInfo *xorm.Session UserMessage *xorm.Session Mongo *mongo.Client UserRelation *mongo.Collection Redis *redis.Client BgUrl string }
func NewServiceContext ¶
func NewServiceContext(c config.Config) *ServiceContext
Click to show internal directories.
Click to hide internal directories.