good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit dc819093 authored by a's avatar a
Browse files

ok

parent ebf11345
No related branches found
No related tags found
2 merge requests!15Draft: V2,!13Draft: Move Openrpc Package
......@@ -23,6 +23,8 @@ type (
StreamingConn = codec.Conn
// Request is the request object
Request = codec.Request
// Server is a jrpc server
Server = server.Server
)
type (
// BatchElem is an element of a batch request
......@@ -31,6 +33,9 @@ type (
var (
// NewServer creates a jrpc server
NewServer = server.NewServer
// DialContext is to dial a conn with context
DialContext = codecs.DialContext
// Dial is to dial a conn with context.Background()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment