rpc

command
v0.0.0-...-fabbfc5 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

README

RPC API

使用Stack Gateway插件暴露RPC服务

运行RPC,参考RPC-Demo
go run server.go
运行Gateway

运行本示例中的main.go

go run main.go --gateway_handler=rpc --gateway_namespace=stack.rpc
请求
curl POST '127.0.0.1:8080/greeter/hello' \
--header 'Content-Type: application/json' \
--data-raw '{
    "name": "Curl Client"
}'

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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