issues
search
creachadair
/
jrpc2
A Go implementation of a JSON-RPC 2.0 server and client.
BSD 3-Clause "New" or "Revised" License
62
stars
10
forks
source link
Clean up the rpc.serverInfo implementation.
#94
Closed
creachadair
closed
1 year ago
creachadair
commented
1 year ago
Remove the RPCServerInfo client helper, it was unused outside tests.
Remove the methodFunc wrapper type, it is no longer necessary.
Fix up tests.