good morning!!!!

Skip to content
Snippets Groups Projects
Commit 5810b713 authored by a's avatar a
Browse files

add Call to interface, fuck it

parent a008ef47
No related branches found
Tags v0.0.17
No related merge requests found
......@@ -4,6 +4,7 @@ import "context"
type Conn interface {
Do(ctx context.Context, result any, method string, params any) error
Call(ctx context.Context, result any, method string, params ...any) error
BatchCall(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