package
Version:
v0.0.0-...-355e367
Opens a new window with list of versions in this module.
Published: Feb 7, 2024
License: AGPL-3.0
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 CreateTaskRequest struct {
Title string `json:"title"`
Description string `json:"description"`
}
type UpdateTaskRequest struct {
Title string `json:"title"`
Description string `json:"description"`
IsCompleted bool `json:"is_completed"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.