modulepackage
0.0.1
Repository: https://github.com/rsocket/rsocket-rpc-go.git
Documentation: pkg.go.dev
# README
rsocket-rpc-go
NOTICE
It is still under development. DO NOT USE IT IN A PRODUCTION ENVIRONMENT!!!
Install
- Install Protocol Buffers v3. Please see https://github.com/protocolbuffers/protobuf.
- We offer a
protoc-gen-go
with RSocket RPC support and it's 100% compatible with official tools. Please install by command below:
$ go get -u github.com/rsocket/rsocket-rpc-go/protoc-gen-go
Generate Codes
If you are familiar with grpc, just replace the grpc
with rrpc
:
$ protoc --go_out=plugins=rrpc:./ping-pong ./ping-pong.proto
NOTICE: you can find some sample codes in examples
# Packages
No description provided by the author
protoc-gen-go is a plugin for the Google protocol buffer compiler to generate Go code.
# Functions
No description provided by the author
No description provided by the author
NewClientConn creates new client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Structs
ClientConn struct.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author