# Packages
No description provided by the author
# Functions
DebugHandler views registered method list.
ErrInternal returns internal error.
ErrInvalidParams returns invalid params error.
ErrInvalidRequest returns invalid request error.
ErrMethodNotFound returns method not found error.
ErrParse returns parse error.
Handler provides basic JSON-RPC handling.
Methods returns registered methods.
No description provided by the author
NewResponse generates a JSON-RPC Resp.
ParseRequest parses a HTTP request to JSON-RPC request.
PurgeMethods purges all registered methods.
RegisterMethod registers jsonrpc.Func to MethodRepository.
SendResponse writes JSON-RPC Resp.
TakeMethod takes jsonrpc.Func in MethodRepository.
Unmarshal decodes JSON-RPC params.
# Constants
ErrorCodeInternal is internal error code.
ErrorCodeInvalidParams is invalid params error code.
ErrorCodeInvalidRequest is invalid request error code.
ErrorCodeMethodNotFound is method not found error code.
ErrorCodeParse is parse error code.
Version is JSON-RPC 2.0.
# Variables
Filter runs before invoke a method.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A MethodReference is a reference of JSON-RPC method.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author