Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTodoInput ¶
type CreateTodoInput struct {
Text string `json:"text"`
}
type DeleteTodoInput ¶
type DeleteTodoInput struct {
ID string `json:"id"`
}
type UpdateTodoInput ¶
Click to show internal directories.
Click to hide internal directories.