Home
last modified time | relevance | path

Searched refs:CreateClientWithJsonCodec (Results 1 – 4 of 4) sorted by relevance

/spdk/examples/go/hello_gorpc/
H A Dhello_gorpc.go27 rpcClient, err := client.CreateClientWithJsonCodec(client.Unix, socketAddress)
/spdk/go/rpc/
H A DclientIntegration.go44 rpcClient, err := client.CreateClientWithJsonCodec(client.Unix, socketLocation)
H A DREADME.md96 #### CreateClientWithJsonCodec subsubsection
/spdk/go/rpc/client/
H A Dclient.go165 func CreateClientWithJsonCodec(network, address string) (*Client, error) { func