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 { } func (*Engine) Map ¶ func (p *Engine) Map(*inject.Graph) error func (*Engine) Migrate ¶ func (p *Engine) Migrate(*gorm.DB) func (*Engine) Mount ¶ func (p *Engine) Mount(*gin.Engine) func (*Engine) Seed ¶ func (p *Engine) Seed() func (*Engine) Shell ¶ func (p *Engine) Shell() []cli.Command func (*Engine) Worker ¶ func (p *Engine) Worker() Source Files ¶ View all Source files controllers.go engine.go models.go Click to show internal directories. Click to hide internal directories.