Documentation ¶ Index ¶ type Engine func (p *Engine) Assets() error func (p *Engine) Map(*inject.Graph) error func (p *Engine) Migrate() func (p *Engine) Mount(*gin.Engine) func (p *Engine) Seed() func (p *Engine) Shell() []cli.Command Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Engine ¶ type Engine struct { Db *gorm.DB `inject:""` Logger *logging.Logger `inject:""` } func (*Engine) Assets ¶ func (p *Engine) Assets() error func (*Engine) Map ¶ func (p *Engine) Map(*inject.Graph) error func (*Engine) Migrate ¶ func (p *Engine) Migrate() 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 Source Files ¶ View all Source files controllers.go engine.go models.go Click to show internal directories. Click to hide internal directories.