github.com/micro/go-micro/examples@v0.0.0-20210105173217-bf4ab679e18b/greeter/cli/README.md (about)

     1  # Greeter Client
     2  
     3  This directory contains examples of greeter clients
     4  
     5  ## Contents
     6  
     7  - main.go - standard go-micro client call
     8  - api - call via micro api using http post and protobuf
     9  - ruby - call natively and via the sidecar using ruby
    10  - python - call natively and via the sidecar using python
    11  - sidecar - call via micro sidecar using http post and protobuf