Skip to content
forked from cv21/jsonrpc2

Simple client for jsonrpc2 protocol

License

Notifications You must be signed in to change notification settings

space307/jsonrpc2

 
 

Repository files navigation

jsonrpc2

It is simple jsonrpc2 client.

Usage:

	client := NewClient(serverRpcUrl)
	var val int
	err := client.Call(context.Background(), "Divide", struct {
		A,B int
	}{4,2}, &val)

About

Simple client for jsonrpc2 protocol

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 100.0%