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