models

package
v0.0.0-...-8cb9352 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2025 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Project

type Project struct {
	ID               int
	Name             string
	Description      string
	CreationDate     time.Time
	LastModifiedDate time.Time
}

type Task

type Task struct {
	ID              int
	Name            string
	Description     string
	ProjectID       int
	TaskCompleted   bool
	DueDate         *time.Time
	CompletionDate  *time.Time
	CreationDate    time.Time
	LastUpdatedDate time.Time
	Priority        int
}

Jump to

Keyboard shortcuts

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