Skip to content
Snippets Groups Projects
Commit 977b7127 authored by vito.he's avatar vito.he
Browse files

define request interface used in jsonrpc & prepare for dubbo rpc

parent 76743661
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ import (
type Transport interface {
Call(ctx context.Context, url *registry.ServiceURL, request Request, resp interface{}) error
NewRequest(conf registry.ServiceConfig, method string, args interface{}) Request
NewRequest(conf registry.DefaultServiceConfig, method string, args interface{}) Request
}
//////////////////////////////////////////////
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment