Versions in this module Expand all Collapse all v0 v0.1.0 Jul 25, 2019 Changes in this version + type Blog struct + Comments []Comment + Content string + Creator *User + CreatorID uuid.UUID + Title string + type Comment struct + Content string + Creator *User + CreatorID uuid.UUID + type UUIDModel struct + CreatedAt time.Time + DeletedAt *time.Time + ID uuid.UUID + UpdatedAt time.Time + func (u *UUIDModel) BeforeCreate(scope *gorm.Scope) error + type User struct + Email string + Enabled bool + Name string