We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6deeb9b commit d8e9b4aCopy full SHA for d8e9b4a
jsonrpc2.go
@@ -50,12 +50,6 @@ type Handler func(context.Context, *Request)
50
// instead.
51
type Canceler func(context.Context, *Conn, ID)
52
53
-type handling struct {
54
- request *Request
55
- cancel context.CancelFunc
56
- start time.Time
57
-}
58
-
59
// Conn is a JSON RPC 2 client server connection.
60
// Conn is bidirectional; it does not have a designated server or client end.
61
type Conn struct {
0 commit comments