go-grpc-service

command module
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2023 License: MIT Imports: 8 Imported by: 0

README

go-grpc-service

gRPC service handles external requests by using Protocol Buffer messages.

📌 Install gRPCurl client and Protobuf compiler before use:

brew install grpcurl
brew install protobuf
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest

💡 Template message (-msg-template) might be inserted into stream as is:

{
  "From": "EUR",
  "To": "USD"
}

🎥 Thanks Nic Jackson for sharing his knowledge.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
proto

Jump to

Keyboard shortcuts

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