We want create some rpc ( for manage , like set some global parameter , or get statistics). These rpc only call form GM tool, and though special port, like 7351 or other port. How do?
Probably you can run your HTTP server in the InitModule
function in Go,
or use the RegisterHttp
function to create a link and restrict access via proxy for example