Categorygithub.com/levenlabs/gatewayrpc
repositorypackage
0.0.0-20180619125102-3a625a327036
Repository: https://github.com/levenlabs/gatewayrpc.git
Documentation: pkg.go.dev

# Packages

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

# README

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.