Documentation
¶
Overview ¶
Package domain holds the core business entities and models for the go-task-api.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Task ¶
type Task struct {
ID int `json:"id"`
Title string `json:"title"`
Description string `json:"description"`
Status string `json:"status"`
}
Task represents a core business entity for a task in the system.
It contains all the necessary information to track its lifecycle, such as Title, Description, and Status.
Click to show internal directories.
Click to hide internal directories.