package
Version:
v0.0.0-...-ad677ad
Opens a new window with list of versions in this module.
Published: Sep 6, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Task struct {
ID int `json:"id"`
Title string `json:"title"`
Description string `json:"description"`
DueDate *time.Time `json:"due_date"`
Done bool `json:"done"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
DeletedAt *time.Time `json:"deleted_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.