microservices-demo/src/frontend
2020-03-24 15:36:43 +00:00
..
genproto pb: add "categories" field to Product (#60) 2018-10-01 21:33:25 -07:00
money go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
static/img/products frontend/static: fix product image aspect ratios 2018-07-15 16:30:18 -07:00
templates Typo in the months drop down (#237) 2019-07-16 14:00:33 -07:00
.dockerignore frontend: add vendor/ to dockerignore 2018-08-27 13:29:16 -07:00
.gitkeep Add src dirs 2018-06-13 14:26:55 -07:00
Dockerfile Update docker images for go to 1.12 (#203) 2019-04-01 10:50:44 -07:00
genproto.sh Add LICENSE headers to source files 2018-07-25 09:54:28 -07:00
Gopkg.lock Upgrade frontend, productcatalogservice and shipping service to use the lastest version of stackdriver exporter 2020-03-24 15:36:43 +00:00
Gopkg.toml Upgrade frontend, productcatalogservice and shipping service to use the lastest version of stackdriver exporter 2020-03-24 15:36:43 +00:00
handlers.go adservice: find relevant ads by category (#61) 2018-10-01 22:44:56 -07:00
main.go Upgrade frontend, productcatalogservice and shipping service to use the lastest version of stackdriver exporter 2020-03-24 15:36:43 +00:00
middleware.go Add more license headers 2018-07-25 21:25:27 -07:00
README.md go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
rpc.go adservice: find relevant ads by category (#61) 2018-10-01 22:44:56 -07:00

frontend

Run the following command to restore dependencies to vendor/ directory:

dep ensure --vendor-only