microservices-demo/src/shippingservice
Megan O'Keefe 90f9287f3a
Adds option to disable Stackdriver Export (#293)
2020-02-20 15:26:44 -05:00
..
genproto adservice: find relevant ads by category (#61) 2018-10-01 22:44:56 -07:00
.dockerignore go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
Dockerfile Update docker images for go to 1.12 (#203) 2019-04-01 10:50:44 -07:00
Gopkg.lock Updates go services to google-cloud-go 0.40.0 (#234) 2019-07-09 16:57:50 -04:00
Gopkg.toml Updates go services to google-cloud-go 0.40.0 (#234) 2019-07-09 16:57:50 -04:00
README.md go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
genproto.sh Add more license headers 2018-07-25 21:25:27 -07:00
main.go Adds option to disable Stackdriver Export (#293) 2020-02-20 15:26:44 -05:00
quote.go Change log format to JSON and log destination to stdout (#48) 2018-09-25 16:43:17 -07:00
shippingservice_test.go go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
tracker.go Add more license headers 2018-07-25 21:25:27 -07:00

README.md

Shipping Service

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

Local

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

dep ensure --vendor-only

Build

From repository root, run:

docker build --file src/shippingservice/Dockerfile .

Test

go test .