Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Note ¶
type Note struct { web.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 oauth.User }
Note word note
Click to show internal directories.
Click to hide internal directories.