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
Tags v0.0.5
No related merge requests found
......@@ -143,3 +143,7 @@ func (w *ResponseWriterMsg) Send(args any, e error) (err error) {
w.msg = cm.response(args)
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.
Finish editing this message first!
Please register or to comment