good morning!!!!

Skip to content
Snippets Groups Projects
Commit 5b547cf8 authored by a's avatar a
Browse files

ok

parent da43caa8
No related branches found
No related tags found
1 merge request!15Draft: V2
...@@ -10,15 +10,16 @@ pkg/ - packages for implementing jrpc ...@@ -10,15 +10,16 @@ pkg/ - packages for implementing jrpc
clientutil/ - common utilities for client implementations to use clientutil/ - common utilities for client implementations to use
idreply.go - generalizes making a request with an incrementing id, then waiting on it idreply.go - generalizes making a request with an incrementing id, then waiting on it
helper.go - helpers for decoding messages, etc helper.go - helpers for decoding messages, etc
codec/ - codec related things. used by client and server implementations codec/ - codec related things. to implement new codecs, use this package
errors.go - jsonrpc2 error codes and marshaling errors.go - jsonrpc2 error codes and marshaling
json.go - jsonrpc2 json rules, encoding, decoding json.go - jsonrpc2 json rules, encoding, decoding
peer.go - peerinfo peer.go - peerinfo
transport.go - define ReaderWriter interface transport.go - define ReaderWriter interface
wire.go - jsonrpc2 wire protocol marshaling, like ID and Version wire.go - jsonrpc2 wire protocol marshaling, like ID and Version
server.go - a server server implementation that uses the codec
jrpc.go - define the Handler, HandlerFunc, and ResponseWriter jrpc.go - define the Handler, HandlerFunc, and ResponseWriter
reqresp.go - define Request, Response, along with json marshaling for the request reqresp.go - define Request, Response, along with json marshaling for the request
server/ - server implementation
server.go - a simple server implementation that uses a codec.ReaderWriter
jrpctest/ - utilities for testing client and server. jrpctest/ - utilities for testing client and server.
suite.go - implementors of client and server should pass this suite.go - implementors of client and server should pass this
contrib/ - packages that add to jrpc contrib/ - packages that add to jrpc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment