Home
last modified time | relevance | path

Searched refs:createRequest (Results 1 – 2 of 2) sorted by relevance

/spdk/go/rpc/client/
H A Dclient.go44 request, reqErr := createRequest(method, id, params)
99 func createRequest(method string, requestId uint64, params any) (*Request, error) { func
H A Dclient_test.go52 gotRequest, err := createRequest(method, requestId, tt.params)