package
0.0.0-20230804203611-89fb94f7236f
Repository: https://github.com/jbfaneto/api-go.git
Documentation: pkg.go.dev

# Functions

Create is a function to create a new todo it receives a http.ResponseWriter and a http.Request and returns nothing.
Delete is a function to delete a todo it receives a http.ResponseWriter and a http.Request and returns nothing.
Get is a function to get a todo it receives a http.ResponseWriter and a http.Request and returns nothing.
List is a function to list all todos it receives a http.ResponseWriter and a http.Request and returns nothing.
Update is a function to update a todo it receives a http.ResponseWriter and a http.Request and returns nothing.