Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
/* Code code
*/
Code int64 `json:"code,omitempty"`
/* Message message
Required: true
*/
Message string `json:"message,omitempty"`
}
error Error error
swagger:model error
type Item ¶
type Item struct {
/* Completed completed
*/
Completed *bool `json:"completed,omitempty"`
/* Description description
Required: true
Min Length: 1
*/
Description string `json:"description,omitempty"`
/* ID id
Read Only: true
*/
ID int64 `json:"id,omitempty"`
}
item Item item
swagger:model item
Click to show internal directories.
Click to hide internal directories.