package
0.0.0-20220131023618-00310d263e33
Repository: https://github.com/mikeawilliams/learngo.git
Documentation: pkg.go.dev
# Variables
The feedback handler will add either positive or negative feedback to the product
We would normally save this data to the database - but for this demo, we'll fake it
so that as long as the request is successful and we can match a product to our catalog of products we'll return an OK status.
No description provided by the author
The products handler will be called when the user makes a GET request to the /products endpoint.
The status handler will be invoked when the user calls the /status route
It will simply return a string with the message "API is up and running" */.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author