microservices-demo/src/shippingservice
Ahmet Alp Balkan b943dda1b7 go services: fix bug that starts profiling 3 times
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-07-17 22:36:17 -07:00
..
genproto breaking changes to Address in proto 2018-06-27 15:51:33 -07:00
Dockerfile Instrumented everything but Python 2018-07-16 14:29:14 -07:00
genproto.sh shippingservice: minify dockerfile, unify genproto 2018-06-19 23:04:53 -07:00
main.go go services: fix bug that starts profiling 3 times 2018-07-17 22:36:17 -07:00
quote.go Add shipping service. 2018-06-15 15:11:53 -07:00
README.md Add shipping service. 2018-06-15 15:11:53 -07:00
shippingservice_test.go breaking changes to Address in proto 2018-06-27 15:51:33 -07:00
tracker.go shippingservice: minify dockerfile, unify genproto 2018-06-19 23:04:53 -07:00

Shipping Service

The Shipping service provides price quote, tracking IDs, and the impression of order fulfillment & shipping processes.

Build

From repository root, run:

docker build --file src/shippingservice/Dockerfile .

Test

go test .