module
Version:
v0.0.0-...-91705de
Opens a new window with list of versions in this module.
Published: Mar 18, 2024
License: MIT
Opens a new window with license information.
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
¶
cmd
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.