Categorygithub.com/kaansari/service-consignment
modulepackage
0.0.0-20201128161325-a8ad4b544d21
Repository: https://github.com/kaansari/service-consignment.git
Documentation: pkg.go.dev

# README

grpcurl -plaintext -d '{ "description": "This is a test consignment", "weight": 55000, "containers": [ { "customer_id": "cust001", "user_id": "user001", "origin": "Manchester, United Kingdom" }, { "customer_id": "cust002", "user_id": "user001", "origin": "Derby, United Kingdom" }, { "customer_id": "cust005", "user_id": "user001", "origin": "Sheffield, United Kingdom" } ] }' localhost:50051 consignment.ShippingService/CreateConsignment

grpcurl -plaintext  localhost:50051 consignment.ShippingService/GetConsignments

# Packages

No description provided by the author
No description provided by the author