Documentation ¶
Index ¶
- Variables
- func InitCache(cmd redis.Cmdable) ecache.Cache
- func InitCosConfig() cos.Config
- func InitCronJobs(cjob *order.CloseExpiredOrdersJob) *cron.Cron
- func InitDB() *egorm.Component
- func InitMQ() mq.MQ
- func InitRedis() redis.Cmdable
- func InitSession(cmd redis.Cmdable) session.Provider
- func InitUserHandler(db *egorm.Component, ec ecache.Cache) *user.Handler
- func WaitForDBSetup(dsn string)
- type App
Constants ¶
This section is empty.
Variables ¶
View Source
var BaseSet = wire.NewSet(InitDB, InitCache, InitRedis, InitCosConfig)
Functions ¶
func InitCosConfig ¶
func InitCronJobs ¶
func InitCronJobs(cjob *order.CloseExpiredOrdersJob) *cron.Cron
func InitSession ¶
func WaitForDBSetup ¶
func WaitForDBSetup(dsn string)
Types ¶
Click to show internal directories.
Click to hide internal directories.