good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jrpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
jrpc
Commits
5b547cf8
Commit
5b547cf8
authored
Jun 3, 2023
by
a
Browse files
Options
Downloads
Patches
Plain Diff
ok
parent
da43caa8
No related branches found
No related tags found
1 merge request
!15
Draft: V2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+3
-2
3 additions, 2 deletions
readme.md
with
3 additions
and
2 deletions
readme.md
+
3
−
2
View file @
5b547cf8
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment