model

package
v0.0.0-...-a82ac39 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Task

type Task struct {
	ID          int64     `storm:"id,increment" json:"id"`
	Title       string    `storm:"index" json:"title"`
	Content     string    `storm:"index" json:"content"`
	DueDate     time.Time `json:"due_date"`
	CreatedAt   time.Time `json:"create_at"`
	IsCompleted bool      `json:"is_completed"`
	IsDeleted   bool      `json:"is_deleted"`
}

Jump to

Keyboard shortcuts

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