# Functions

GetCallInfo returns the CallInfo record attached to ctx, or nil if ctx does not contain a call record.
NewRequest returns an empty request with the specified ID.
Determine if its a unix or tcp socket.
WithCallInfo returns a child context of ctx with the ci attached.

# Constants

Internal JSON-RPC error.
Invalid method parameters.
The JSON sent is not a valid request object.
The method does not exist or is unavailable.
Invalid JSON received by the server.

# Structs

CallInfo carries JSON-RPC request metadata for RPC functions invoked via JSON-RPC.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

WSRPCConnection represents a websocket connection.

# Type aliases

ErrorCode is the type of JSON-RPC error codes.