Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseWriter ¶
type ResponseWriter interface { // WriteResponse takes in the JSON-RPC response // which is either a single object, or a batch WriteResponse(response any) }
ResponseWriter outlines the interface any JSON-RPC response writer needs to implement
Click to show internal directories.
Click to hide internal directories.