tutorial-grpc-rest-api-go

module
v0.0.0-...-91705de Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2024 License: MIT

README

tutorial-grpc-rest-api-go

Running tutorial in create api rest over grpc out of the box

Based in:

Out last version:

Client:

$ grpcurl -plaintext -d '{"name": "foo", "price": 10.20}'  localhost:8081 product.v1.ProductService/AddProduct
{
  "productId": "3f4fbf05-e83e-42e3-b832-48c7e5ae5195"
}

Server:

$ make runcomplete
2024/03/18 01:43:06 http[200]-- 630.728µs -- /api/v1/list

Directories

Path Synopsis
cmd
api

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL