models

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrDateExists   = errors.New("date exists")
	ErrDateNotFound = errors.New("date not found")
)
View Source
var (
	ErrTaskExists    = errors.New("task exists")
	ErrTaskNotFound  = errors.New("task not found")
	ErrTaskScheduled = errors.New("task already scheduled for this time")
)

Functions

This section is empty.

Types

type Date

type Date struct {
	Date_Uuid uuid.UUID
	Date      time.Time
}

type Task

type Task struct {
	Task_Uuid uuid.UUID
	Time      time.Time
	Task      string
	Date_Uuid uuid.UUID
}

Jump to

Keyboard shortcuts

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