1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-24 22:26:54 +02:00
Files
go-micro/examples/greeter/cli
Benjamin 5d5aee1f08 replace ioutil with io and os ()
set the go version to 1.16 in pr.yml and tests.yml, so as to be consistent with the version in go.mod.
2021-10-30 19:24:40 +01:00
..
2020-12-26 15:17:20 +00:00
2020-12-26 15:17:20 +00:00
2021-10-13 13:31:23 +01:00
2020-12-26 15:17:20 +00:00

Greeter Client

This directory contains examples of greeter clients

Contents

  • main.go - standard go-micro client call
  • api - call via micro api using http post and protobuf
  • ruby - call natively and via the sidecar using ruby
  • python - call natively and via the sidecar using python
  • sidecar - call via micro sidecar using http post and protobuf