package
Version:
v0.0.0-...-c17893f
Opens a new window with list of versions in this module.
Published: May 27, 2016
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
type Engine struct {
Db *gorm.DB `inject:""`
Logger *logging.Logger `inject:""`
}
type Note struct {
gails.Model
Title string `gorm:"not null;index;type:VARCHAR(255)" json:"title"`
Body string `gorm:"not null;type:TEXT" json:"body"`
UserID uint `gorm:"not null" json:"userId"`
User auth.User
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.