Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AutoMigrate ¶
Types ¶
type Tweet ¶
type Tweet struct { ID int64 `gorm:"primary_key,AUTO_INCREMENT"` UserID int64 User *User CreatedAt *time.Time DeletedAt time.Time JSON string }
func (*Tweet) MarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.