Versions in this module Expand all Collapse all v0 v0.5.1 May 30, 2020 v0.5.0 May 28, 2020 Changes in this version + type Connector interface + Connect func(context.Context) *jsonrpc2.Conn + type PipeServer struct + func NewPipeServer(ctx context.Context, server jsonrpc2.StreamServer) *PipeServer + func (s *PipeServer) Close() error + func (s *PipeServer) Connect(ctx context.Context) *jsonrpc2.Conn + type TCPServer struct + Addr string + func NewTCPServer(ctx context.Context, server jsonrpc2.StreamServer) *TCPServer + func (s *TCPServer) Close() error + func (s *TCPServer) Connect(ctx context.Context) *jsonrpc2.Conn