Searched refs:CreateClientWithJsonCodec (Results 1 – 4 of 4) sorted by relevance
27 rpcClient, err := client.CreateClientWithJsonCodec(client.Unix, socketAddress)
44 rpcClient, err := client.CreateClientWithJsonCodec(client.Unix, socketLocation)
96 #### CreateClientWithJsonCodec subsubsection
165 func CreateClientWithJsonCodec(network, address string) (*Client, error) { func