Documentation ¶ Index ¶ type ToDo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ToDo ¶ type ToDo struct { gorm.Model // Adds some metadata fields to the table ID uuid.UUID `gorm:"type:uuid"` // Explicitly specify the type to be uuid Title string Description string DueDate time.Time } Source Files ¶ View all Source files model.go Click to show internal directories. Click to hide internal directories.