enums

package
v2.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MenuPage = iota
	HomePage
	DailyPage
	DiaryPage
	Quit
)
View Source
const (
	FileCreate = iota
	FileRename
	FileMove
	FileDelete
)
View Source
const (
	File = iota
	FViewer
)
View Source
const (
	Pending = iota
	Started
	Abandoned
	Complete
)
View Source
const (
	CreateUnique = iota
	CreateRecurring
	Delete
	Edit
	ChangeStatus
	ClosePopup
)
View Source
const (
	UniqueTask = iota
	RecurringTask
)

Variables

View Source
var TaskStatusMap map[TaskStatus]string = map[TaskStatus]string{
	Pending:   "Pending",
	Abandoned: "Abandoned",
	Complete:  "Complete",
	Started:   "Started",
}
View Source
var TaskTypeMap map[TaskType]string = map[TaskType]string{
	RecurringTask: "Recurring",
	UniqueTask:    "Unique",
}

Functions

This section is empty.

Types

type Page

type Page int

type PopupType

type PopupType int

type Splits

type Splits int

type TaskPopup

type TaskPopup int

type TaskStatus

type TaskStatus int

type TaskType

type TaskType int

Jump to

Keyboard shortcuts

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