Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 459 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 459 Bytes

gatewayrpc

GoDoc

A package which wraps a gorilla/rpc/v2 server, adding an endpoint (RPC.GetServices) which automatically returns a data representation of all methods and their signatures.

This package also contains a sub-package gateway, which can be used to create a simple rpc server which forwards requests to other rpc servers.