Merge pull request #2061 from zsfelfoldi/rpc-context
rpc: optionally passing context argument to rpc v2 api methods
No related branches found
No related tags found
Showing
- Godeps/Godeps.json 4 additions, 0 deletionsGodeps/Godeps.json
- Godeps/_workspace/src/golang.org/x/net/context/context.go 447 additions, 0 deletionsGodeps/_workspace/src/golang.org/x/net/context/context.go
- Godeps/_workspace/src/golang.org/x/net/context/context_test.go 575 additions, 0 deletions...s/_workspace/src/golang.org/x/net/context/context_test.go
- Godeps/_workspace/src/golang.org/x/net/context/withtimeout_test.go 26 additions, 0 deletions...orkspace/src/golang.org/x/net/context/withtimeout_test.go
- rpc/v2/server.go 14 additions, 7 deletionsrpc/v2/server.go
- rpc/v2/server_test.go 38 additions, 2 deletionsrpc/v2/server_test.go
- rpc/v2/types.go 1 addition, 1 deletionrpc/v2/types.go
- rpc/v2/utils.go 17 additions, 8 deletionsrpc/v2/utils.go
Loading
Please register or sign in to comment