Searched refs:Request (Results 1 – 4 of 4) sorted by relevance
99 func createRequest(method string, requestId uint64, params any) (*Request, error) {106 return &Request{190 type Request struct { struct197 func (req *Request) ToString() (string, error) { argument
53 wantRequest := &Request{
79 ### Request subsection81 Struct represents JSON-RPC 2.0 Request object. For more information please visit
11 ## Request Types