package
0.0.0-20240720075736-8336abf048db
Repository: https://github.com/diegopacheco/go-playground.git
Documentation: pkg.go.dev

# Functions

Index is the main function called when / rest endpoint hits.
RepoFindTodo find the todo in the list of todo.
TodoCreate create todo in memory curl -H "Content-Type: application/json" -d '{"name":"New Todo"}' http://localhost:8080/todos.
TodoShow is the main function called when / rest endpoint hits.

# Structs

Todo represent a todo list item model.

# Type aliases

Todos is a array of todos with all todo.