Skip to content

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages