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
Click to show internal directories.
Click to hide internal directories.