Skip to content
Snippets Groups Projects
Commit 6f7fbba3 authored by cvictory's avatar cvictory
Browse files

add setInvoker method for invocation

parent b78b2461
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ func (r *RPCInvocation) Invoker() protocol.Invoker {
return r.invoker
}
// SetInvoker ...
// nolint
func (r *RPCInvocation) SetInvoker(invoker protocol.Invoker) {
r.invoker = invoker
}
......
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