Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ToDoHandler ¶
type ToDoHandler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(service todo.Service) *ToDoHandler
func (*ToDoHandler) CompleteToDo ¶
func (h *ToDoHandler) CompleteToDo(c echo.Context) error
func (*ToDoHandler) CreateToDo ¶
func (h *ToDoHandler) CreateToDo(c echo.Context) error
func (*ToDoHandler) DeleteTodo ¶
func (h *ToDoHandler) DeleteTodo(c echo.Context) error
func (*ToDoHandler) GetToDoList ¶
func (h *ToDoHandler) GetToDoList(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.