model

package
v0.0.0-...-d81662f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL