handler

package
v0.0.0-...-ddd56d1 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FiberHandler

func FiberHandler(a *fiber.App, store *sqlx.DB)

FiberHandler provide handlers in this app.

Types

type TodoHandler

type TodoHandler interface {
	GetTodos(*fiber.Ctx) error
	NewTodo(*fiber.Ctx) error
}

func NewTodoHandler

func NewTodoHandler(todoSrv service.TodoService) TodoHandler

Jump to

Keyboard shortcuts

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