# 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.
# Type aliases
Todos is a array of todos with all todo.