rpc

command
v0.0.0-...-bf4ab67 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

README

RPC API

This is an example of using an RPC based API

Getting Started

Run Micro API
micro api
Run Greeter Service
go run greeter/srv/main.go
Run Greeter API
go run rpc.go
Curl API
curl -H 'Content-Type: application/json' -d '{"name": "Asim"}' http://localhost:8080/greeter/hello

Output

{
  "msg": "Hello Asim"
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
proto
hello
Package go_micro_api_greeter is a generated protocol buffer package.
Package go_micro_api_greeter is a generated protocol buffer package.

Jump to

Keyboard shortcuts

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