package
Version:
v0.0.0-...-88196c3
Opens a new window with list of versions in this module.
Published: Aug 2, 2021
License: Unlicense
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreateItemInput struct {
Name string `json:"name"`
Count uint `json:"count"`
ListID string `json:"list_id"`
}
type CreateListInput struct {
Name string `json:"name"`
Description string `json:"description"`
Color uint32 `json:"color"`
}
type Lists struct {
Lists []models.List `json:"lists"`
}
type UpdateItemInput struct {
Name string `json:"name"`
Count uint `json:"count"`
Done bool `json:"done"`
Removed bool `json:"removed"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.