package
0.2.1
Repository: https://github.com/flare-rpc/flarego.git
Documentation: pkg.go.dev

# README

Usage

go install google.golang.org/protobuf/cmd/[email protected]
go install github.com/flare-rpc/flarego/protoc-gen-flarego@latest
  • Generate protobuf files
protoc --go_out=. --go_opt=paths=source_relative --flarego_out=. --flarego_opt=paths=source_relative  *.proto

For how to build server and client code, see server.go and client.go

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Variables

EchoServer_ServiceDesc is the grpc.ServiceDesc for EchoServer service.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
UnimplementedEchoServerServer should be embedded to have forward compatible implementations.

# Interfaces

EchoServerClient is the client API for EchoServer service.
EchoServerServer is the server API for EchoServer service.
UnsafeEchoServerServer may be embedded to opt out of forward compatibility for this service.