Documentation ¶ Index ¶ type Engine func (p *Engine) Map(*inject.Graph) error func (p *Engine) Migrate(*gorm.DB) func (p *Engine) Mount(*gin.Engine) func (p *Engine) Seed() func (p *Engine) Shell() []cli.Command func (p *Engine) Worker() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Engine ¶ type Engine struct { } Engine engine func (*Engine) Map ¶ func (p *Engine) Map(*inject.Graph) error Map map objects func (*Engine) Migrate ¶ func (p *Engine) Migrate(*gorm.DB) Migrate db:migrate func (*Engine) Mount ¶ func (p *Engine) Mount(*gin.Engine) Mount mount func (*Engine) Seed ¶ func (p *Engine) Seed() Seed db:seed func (*Engine) Shell ¶ func (p *Engine) Shell() []cli.Command Shell command line options func (*Engine) Worker ¶ func (p *Engine) Worker() Worker register job handler Source Files ¶ View all Source files controllers.go engine.go models.go shell.go Click to show internal directories. Click to hide internal directories.