Searched refs:Response (Results 1 – 4 of 4) sorted by relevance
| /spdk/go/rpc/mocks/ |
| H A D | IClient.go | 27 func (_m *IClient) Call(method string, params interface{}) (*client.Response, error) { 30 var r0 *client.Response 32 if rf, ok := ret.Get(0).(func(string, interface{}) (*client.Response, error)); ok { 35 if rf, ok := ret.Get(0).(func(string, interface{}) *client.Response); ok { 39 r0 = ret.Get(0).(*client.Response) 71 func (_c *IClient_Call_Call) Return(_a0 *client.Response, _a1 error) *IClient_Call_Call { 76 func (_c *IClient_Call_Call) RunAndReturn(run func(string, interface{}) (*client.Response, error)) …
|
| /spdk/go/rpc/client/ |
| H A D | client.go | 28 Call(method string, params any) (*Response, error) 41 func (c *Client) Call(method string, params any) (*Response, error) { 56 response := &Response{} 209 type Response struct { struct 216 func (resp *Response) ToString() (string, error) { argument
|
| /spdk/go/rpc/ |
| H A D | README.md | 67 - `response`: Response for rpc call. Contains version of JSON-RPC protocol, id, error or result. 84 ### Response subsection 86 Struct represents JSON-RPC 2.0 Response object. For more information please visit
|
| /spdk/test/accel/ |
| H A D | bib | 5090 %T Response time and display rate in human performance with computers
|