package
Version:
v0.0.0-...-5f814d2
Opens a new window with list of versions in this module.
Published: Oct 12, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Task struct {
gorm.Model
Title string `json:"title"`
Description string `json:"description"`
Completed bool `json:"completed"`
}
type TaskResponse struct {
ID uint `json:"id"`
Title string `json:"title"`
Description string `json:"description"`
Completed bool `json:"completed"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
DeletedAt string `json:"deleted_at,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.