Skip to content

shuc324/jsonrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonrpc

Client:

rpcClient := RpcClient{}

rpcClient.setMethod("post").setUrls(transport.Url{"http://127.0.0.1", 9001, ""}).setUri("common").call("login", []interface{}{"name", "shuc", "age", 21});

Server:

todo

About

jsonrpc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages