//
pkg.gl
Category
github.com/ChristianPrzybulinski/go-cart-api
src
database
package
0.0.0-20211006002630-2f9ccf387d5b
Repository:
https://github.com/christianprzybulinski/go-cart-api.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
61 SLOC
#
Functions
GetAllProducts
GetAllProducts reads the JSON Database file and transform it to an internal Map, ID = key.
#
Structs
Product
Product used to read the JSON file and convert to struct.