Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateItemInput ¶
type UpdateItemInput struct {
Title *string `json:"title"`
Description *string `json:"description"`
Done *bool `json:"done"`
}
func (UpdateItemInput) Validate ¶
func (i UpdateItemInput) Validate() error
type UpdateListInput ¶
type UpdateListInput struct {
Title *string `json:"title"`
Description *string `json:"description"`
}
func (UpdateListInput) Validate ¶
func (i UpdateListInput) Validate() error
type UsersLists ¶
Click to show internal directories.
Click to hide internal directories.