enum

package
v0.0.0-...-083560b Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TodoItemPriority

type TodoItemPriority int
const (
	LOW    TodoItemPriority = 1
	MEDIUM TodoItemPriority = 2
	HIGH   TodoItemPriority = 3
)

type TodoItemStatus

type TodoItemStatus int
const (
	DEFINED     TodoItemStatus = 1
	IN_PROGRESS TodoItemStatus = 2
	COMPLETED   TodoItemStatus = 3
)

Jump to

Keyboard shortcuts

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