Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCertificate ¶ added in v0.3.0
CreateCertificate create certs
Types ¶
type Engine ¶ added in v0.3.0
type Engine struct { Cache *web.Cache `inject:""` I18n *web.I18n `inject:""` Settings *web.Settings `inject:""` Db *gorm.DB `inject:""` Jwt *auth.Jwt `inject:""` Redis *redis.Pool `inject:""` Matcher language.Matcher `inject:""` Dao *auth.Dao `inject:""` Queue *web.Queue `inject:""` }
Engine engine
func (*Engine) RegisterWorker ¶ added in v0.3.0
func (p *Engine) RegisterWorker()
RegisterWorker register worker
Click to show internal directories.
Click to hide internal directories.