From 5f0b91b4670c8650a2f65b95ffa2b8319229a610 Mon Sep 17 00:00:00 2001 From: a <a@tuxpa.in> Date: Sat, 3 Jun 2023 04:44:58 -0500 Subject: [PATCH] readme --- contrib/codecs/http/{client_test.go => codec_test.go} | 0 readme.md | 7 ++++++- 2 files changed, 6 insertions(+), 1 deletion(-) rename contrib/codecs/http/{client_test.go => codec_test.go} (100%) diff --git a/contrib/codecs/http/client_test.go b/contrib/codecs/http/codec_test.go similarity index 100% rename from contrib/codecs/http/client_test.go rename to contrib/codecs/http/codec_test.go diff --git a/readme.md b/readme.md index 55f195a..1caf2fe 100644 --- a/readme.md +++ b/readme.md @@ -26,11 +26,16 @@ contrib/ - packages that add to jrpc codecs/ - client and server transport implementations codecs.go - dialers for all finished codecs http/ - http based codec + codec_test.go - general tests that all must pass + client.go - codec.Conn implementation + codec.go - codec.ReaderWriter implementaiton + const.go - constants + handler.go - http handler + http_test.go - http specific tests websocket/ - WIP: websocket basec codec inproc/ - WIP: inproc based codec ipc/ - WIP: ipc based codec stdio/ - WIP: stdio based codec (variation of ipc) - jmux/ - a chi based router which satisfies the jrpc.Handler interface handlers/ - special jrpc handlers argreflect/ - go-ethereum style struct reflection -- GitLab