Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TodoHandler ¶
type TodoHandler struct {
TodoService *services.TodoService
}
func (*TodoHandler) CreateTodo ¶
func (th *TodoHandler) CreateTodo(ctx echo.Context) error
func (*TodoHandler) DeleteTodo ¶
func (th *TodoHandler) DeleteTodo(ctx echo.Context) error
func (*TodoHandler) UpdateTodo ¶
func (th *TodoHandler) UpdateTodo(ctx echo.Context) error
Click to show internal directories.
Click to hide internal directories.