good morning!!!!

Skip to content
Snippets Groups Projects
Commit 8d44a9f3 authored by a's avatar a
Browse files

expose result

parent d5b1f5e0
No related branches found
No related tags found
No related merge requests found
...@@ -143,3 +143,7 @@ func (w *ResponseWriterMsg) Send(args any, e error) (err error) { ...@@ -143,3 +143,7 @@ func (w *ResponseWriterMsg) Send(args any, e error) (err error) {
w.msg = cm.response(args) w.msg = cm.response(args)
return nil return nil
} }
func (w *ResponseWriterMsg) Result() *jsonrpcMessage {
return w.msg
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment