1
0
mirror of https://github.com/golang/go synced 2024-11-05 11:56:12 -07:00
go/internal/jsonrpc2
Ian Cottrell ccaaa5c26f internal/jsonrpc2: dont add any handlers by default
This pushes the handler construction out to the user, allowing flexability of
use, and is the final stage of the switch to the new handler API.

Change-Id: Id2e61813a817df0d6e4d20dd47ce8c92b0ae87db
Reviewed-on: https://go-review.googlesource.com/c/tools/+/227024
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
2020-04-06 14:44:07 +00:00
..
servertest internal/jsonrpc2: change handler to a function type 2020-04-06 13:48:45 +00:00
handler.go internal/jsonrpc2: remove the legacy interface 2020-04-06 14:43:58 +00:00
jsonrpc2_test.go internal/jsonrpc2: change handler to a function type 2020-04-06 13:48:45 +00:00
jsonrpc2.go internal/jsonrpc2: dont add any handlers by default 2020-04-06 14:44:07 +00:00
serve_test.go internal/jsonrpc2: change handler to a function type 2020-04-06 13:48:45 +00:00
serve.go internal/jsonrpc2: change handler to a function type 2020-04-06 13:48:45 +00:00
stream.go internal/jsonrpc2: change handler to a function type 2020-04-06 13:48:45 +00:00
wire.go all: fix some staticcheck errors 2020-01-29 04:53:41 +00:00