| 156 | } |
| 157 | |
| 158 | type handler interface { |
| 159 | handle(ctx context.Context, req *jsonrpc.Request) (any, error) |
| 160 | } |
| 161 | |
| 162 | // connect wires a transport to a binder. logger must be non-nil; it receives |
| 163 | // jsonrpc2 internal errors that would otherwise be dropped (see #218). |
no outgoing calls
no test coverage detected
searching dependent graphs…