handlers

package
v0.0.0-...-568e02e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

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) GetTodo

func (th *TodoHandler) GetTodo(ctx echo.Context) error

func (*TodoHandler) GetTodos

func (th *TodoHandler) GetTodos(ctx echo.Context) error

func (*TodoHandler) UpdateTodo

func (th *TodoHandler) UpdateTodo(ctx echo.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL