handler

package
v0.0.0-...-342cda4 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2021 License: MIT Imports: 7 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 interface {
	CreateTodo(*gin.Context)
	GetTodoById(*gin.Context)

	HealthCheck(*gin.Context)
}

TodoHandler repository that is use for api.go filemethods take *gin.Context parameter

func NewTodoHandler

func NewTodoHandler(repo *database.TodoRepository) TodoHandler

NewTodoHandler is a create new todoHandler struct

Jump to

Keyboard shortcuts

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