good morning!!!!

Skip to content
Snippets Groups Projects
Commit 14b46c48 authored by a's avatar a
Browse files

fuck it pt 2

parent e64d7416
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ package jrpc
import "context"
var _ Conn = (*Client)(nil)
type Conn interface {
Call(ctx context.Context, result any, method string, params ...any) error
BatchCall(ctx context.Context, b ...BatchElem) error
......
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