# Functions
*
https://haisum.github.io/2015/10/13/rpc-jsonrpc-gorilla-example-in-golang/
Test:
Send to http://10.0.0.11:8088/rpc
{
"id": 1,
"method": "RpcSample.Multiply",
"params": [{"A": 5, "B": 2}]
}
Result;
{
"result": 10,
"error": null,
"id": 1
}
*/.
# Structs
No description provided by the author
.
No description provided by the author
.
# Type aliases
No description provided by the author